mirror of
https://xff.cz/git/u-boot/
synced 2025-09-19 17:42:12 +02:00
sandbox: implement runtime system reset
Implement a reset function that we can call after ExitBootServices(), when all driver model devices are gone. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
67c7e9af7a
commit
9c54729c77
@@ -233,7 +233,8 @@ config EFI_HAVE_RUNTIME_RESET
|
||||
# bool "Reset runtime service is available"
|
||||
bool
|
||||
default y
|
||||
depends on ARCH_BCM283X || FSL_LAYERSCAPE || PSCI_RESET || SYSRESET_X86
|
||||
depends on ARCH_BCM283X || FSL_LAYERSCAPE || PSCI_RESET || \
|
||||
SANDBOX || SYSRESET_X86
|
||||
|
||||
config EFI_GRUB_ARM32_WORKAROUND
|
||||
bool "Workaround for GRUB on 32bit ARM"
|
||||
|
Reference in New Issue
Block a user