On Wed, 2 Dec 2020 at 08:22, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > Implement a reset function that we can call after ExitBootServices(), > when all driver model devices are gone. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > arch/sandbox/cpu/start.c | 10 ++++++++++ > lib/efi_loader/Kconfig | 3 ++- > 2 files changed, 12 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>