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-09-08 08:46:32 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2020-08-14 15:18:30 -04:00
2020-05-18 21:19:18 -04:00
2020-06-02 17:27:04 -04:00
2020-07-11 21:30:21 +09:00
2020-07-28 19:30:39 -06:00
2020-05-18 21:19:23 -04:00
2020-10-30 23:13:13 -04:00
2020-10-30 15:24:30 -04:00
2020-10-05 10:54:27 -04:00
2020-07-27 14:16:29 +05:30
2020-10-22 11:26:14 -04:00
2020-05-18 21:19:18 -04:00
2020-10-30 14:20:27 +01:00
2020-10-12 07:26:57 -04:00
2020-09-01 14:47:43 +02:00
2020-10-27 08:13:31 +01:00
2020-10-09 17:53:12 +08:00
2020-10-23 16:52:09 +05:30
2020-05-18 21:19:23 -04:00
2020-10-29 14:42:18 -06:00
2020-07-25 14:46:57 -06:00
2020-10-08 11:42:36 -04:00
2020-10-27 08:13:31 +01:00
2020-08-13 09:53:34 +02:00
2020-10-30 15:24:30 -04:00
2020-10-30 15:24:30 -04:00
2020-10-29 11:30:29 -04:00
2020-10-28 11:49:30 -04:00
2020-10-29 09:10:24 -04:00
2020-06-23 14:43:23 -04:00
2020-05-18 21:19:18 -04:00
2020-10-23 16:52:09 +05:30
2020-07-27 15:18:15 -04:00
2020-10-29 08:00:12 +01:00
2020-10-20 12:56:52 +02:00
2020-10-23 13:33:07 -04:00
2020-10-05 18:02:16 +02:00
2020-09-17 06:09:53 +02:00
2020-10-30 23:13:13 -04:00
2020-09-30 08:53:42 -04:00
2020-10-22 11:26:14 -04:00
2020-10-22 09:54:54 -04:00
2020-11-01 10:56:37 -05:00
2020-05-18 21:19:18 -04:00
2020-10-30 15:24:30 -04:00
2020-09-30 08:53:43 -04:00
2020-08-11 20:34:46 +05:30
2020-09-25 11:27:14 +08:00
2020-10-30 15:24:30 -04:00
2020-07-25 14:46:57 -06:00
2020-11-05 09:11:30 -07:00
2020-10-16 09:44:27 -04:00
2020-05-22 13:29:25 +02:00
2020-10-26 10:01:28 +08:00
2020-10-22 09:54:52 -04:00
2020-08-03 22:19:54 -04:00
2020-10-20 00:49:05 +02:00
2020-10-30 23:13:13 -04:00
2020-08-24 14:11:31 -04:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-10-16 13:55:04 +02:00
2020-08-24 14:11:31 -04:00
2020-10-28 11:48:32 -04:00
2020-10-28 11:48:32 -04:00