Re: [PATCH] sandbox: poweroff in efi_system_reset()

2021-11-24 Thread Simon Glass
On Sat, 20 Nov 2021 at 06:58, Heinrich Schuchardt wrote: > > efi_system_reset() should exit if called with EFI_RESET_SHUTDOWN. > > Signed-off-by: Heinrich Schuchardt > --- > arch/sandbox/cpu/start.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass

[PATCH] sandbox: poweroff in efi_system_reset()

2021-11-20 Thread Heinrich Schuchardt
efi_system_reset() should exit if called with EFI_RESET_SHUTDOWN. Signed-off-by: Heinrich Schuchardt --- arch/sandbox/cpu/start.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c index a74f5ec7ba..13b0731ec3 100644 ---