]> git.baikalelectronics.ru Git - uboot.git/commit
x86: baytrail: acpi: Add full reset bit to the reset register value in FADT
authorBin Meng <bmeng.cn@gmail.com>
Tue, 29 Aug 2017 05:09:11 +0000 (22:09 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 2 Sep 2017 15:35:55 +0000 (23:35 +0800)
commitf51f3761ddfd35822f70e11564fa5e106d8b51ba
treeaf2df304cb05f49f777cee34a0597b495c740bc6
parentb96e957f88fdd9ca0e73c5e4cf8745bbbfd8c6eb
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>
arch/x86/cpu/baytrail/acpi.c