Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
6494 commits behind the upstream repository.
user avatar
Bin Meng authored
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: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Tested-by: default avatarStefan Roese <sr@denx.de>
3fe6e6e2
History