
4 Jun
2015
4 Jun
'15
5:15 p.m.
On 4 June 2015 at 02:47, Simon Glass sjg@chromium.org wrote:
On 2 June 2015 at 19:20, Bin Meng bmeng.cn@gmail.com wrote:
Writing 0xcb to I/O port 0xb2 (Advanced Power Management Control) causes U-Boot to hang on QEMU q35 target. We introduce a config option in the device tree "u-boot,no-apm-finalize" under /config node if we don't want to do that.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- Use a config option in the device tree instead of deleting the codes
arch/x86/cpu/coreboot/coreboot.c | 12 +++++++++--- arch/x86/dts/qemu-x86_q35.dts | 1 + 2 files changed, 10 insertions(+), 3 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!