Files
u-boot/drivers
Heinrich Schuchardt 329dccc067 sandbox: implement reset
Up to now the sandbox would shutdown upon a cold reset request. Instead it
should be reset.

In our coding we use static variables like LIST_HEAD(efi_obj_list). A reset
can occur at any time, e.g. via an UEFI binary calling the reset service.
The only safe way to return to an initial state is to relaunch the U-Boot
binary.

The reset implementation uses execv() to relaunch U-Boot.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-11-05 09:11:30 -07:00
..
2020-08-03 22:19:54 -04:00
2020-07-27 14:16:29 +05:30
2020-10-22 11:26:14 -04:00
2020-10-30 14:20:27 +01:00
2020-05-18 21:19:18 -04:00
2020-10-22 09:54:54 -04:00
2020-11-05 09:11:30 -07:00
2020-10-16 09:44:27 -04:00
2020-10-22 09:54:52 -04:00
2020-08-03 22:19:54 -04:00
2020-08-24 14:11:31 -04:00