Home
last modified time | relevance | path

Searched hist:"3 fe6e6e2aa084d857af8a7e4663baf0451c33b30" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A Dacpi.c3fe6e6e2aa084d857af8a7e4663baf0451c33b30 Tue Aug 29 05:09:11 UTC 2017 Bin Meng <bmeng.cn@gmail.com> x86: baytrail: acpi: Add full reset bit to the reset register value in FADT

It was noticed a few times, that the reboot from Linux (reboot command)
is different from the reboot (reset command) under U-Boot. The U-Boot
version does seem to reset the board more deeply (PCI cards etc) than
the Linux reboot.

This is actually caused by missing full reset bit in the reset register
value in the ACPI FADT table.

Reported-by: Stefan Roese <sr@denx.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Stefan Roese <sr@denx.de>