sandbox: implement runtime system reset
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 2 Dec 2020 15:22:11 +0000 (16:22 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 03:39:25 +0000 (20:39 -0700)
commit9c54729c77c4664474c43b53e545f919e2504e8c
tree404c64f9b86b849b9a7704f7ea044510ee891234
parent67c7e9af7aeb34d6794ab9b8ae2ac64ba174c850
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>
arch/sandbox/cpu/start.c
lib/efi_loader/Kconfig