Re: [PATCH 1/3] reboot-mode: add support for reboot mode control

2020-01-30 Thread Nandor Han
Hi, Any comments about this? Regards, Nandor On 2019-11-12 11:13, Han Nandor wrote: A new driver uclass is created to handle the reboot mode control. The new uclass driver is updating an environment variable with the configured reboot mode. The mode is extracted from a map provided at

[U-Boot] [PATCH 1/3] reboot-mode: add support for reboot mode control

2019-11-12 Thread Han Nandor
A new driver uclass is created to handle the reboot mode control. The new uclass driver is updating an environment variable with the configured reboot mode. The mode is extracted from a map provided at initialization time. The map contains a list of modes and associated ids. Signed-off-by: Nandor