Re: [U-Boot] [PATCH v2 1/5] efi: app: Add a sysreset driver

2018-07-19 Thread Bin Meng
On Thu, Jul 19, 2018 at 11:21 PM, Simon Glass wrote: > On 19 July 2018 at 04:07, Bin Meng wrote: >> This adds the DM sysreset driver for EFI application support. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - drop patches already applied >> - new patch to add a sysreset driver

Re: [U-Boot] [PATCH v2 1/5] efi: app: Add a sysreset driver

2018-07-19 Thread Simon Glass
On 19 July 2018 at 04:07, Bin Meng wrote: > This adds the DM sysreset driver for EFI application support. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - drop patches already applied > - new patch to add a sysreset driver for efi app > > lib/efi/efi_app.c | 28

[U-Boot] [PATCH v2 1/5] efi: app: Add a sysreset driver

2018-07-19 Thread Bin Meng
This adds the DM sysreset driver for EFI application support. Signed-off-by: Bin Meng --- Changes in v2: - drop patches already applied - new patch to add a sysreset driver for efi app lib/efi/efi_app.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff -