Re: [PATCH 1/1] sandbox: implement runtime system reset

2020-12-23 Thread Simon Glass
On Wed, 2 Dec 2020 at 08:22, Heinrich Schuchardt wrote: > > Implement a reset function that we can call after ExitBootServices(), > when all driver model devices are gone. > > Signed-off-by: Heinrich Schuchardt > --- > arch/sandbox/cpu/start.c | 10 ++ > lib/efi_loader/Kconfig | 3

Re: [PATCH 1/1] sandbox: implement runtime system reset

2020-12-12 Thread Simon Glass
On Wed, 2 Dec 2020 at 08:22, Heinrich Schuchardt wrote: > > Implement a reset function that we can call after ExitBootServices(), > when all driver model devices are gone. > > Signed-off-by: Heinrich Schuchardt > --- > arch/sandbox/cpu/start.c | 10 ++ > lib/efi_loader/Kconfig | 3

[PATCH 1/1] sandbox: implement runtime system reset

2020-12-02 Thread Heinrich Schuchardt
Implement a reset function that we can call after ExitBootServices(), when all driver model devices are gone. Signed-off-by: Heinrich Schuchardt --- arch/sandbox/cpu/start.c | 10 ++ lib/efi_loader/Kconfig | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git