Re: [U-Boot] [PATCH v2 03/16] efi: Add error checking for efi_init_obj_list()

2018-01-09 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: > This function calls a function which can fail. Print a message in this > case and abort the boot, rather than silently continuing to boot, which > will certainly fail. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Change return type of e

Re: [U-Boot] [PATCH v2 03/16] efi: Add error checking for efi_init_obj_list()

2017-12-05 Thread Simon Glass
Hi Heinrich, On 4 December 2017 at 15:21, Heinrich Schuchardt wrote: > > > On 12/04/2017 10:28 PM, Simon Glass wrote: >> >> This function calls a function which can fail. Print a message in this >> case and abort the boot, rather than silently continuing to boot, which >> will certainly fail. >>

Re: [U-Boot] [PATCH v2 03/16] efi: Add error checking for efi_init_obj_list()

2017-12-04 Thread Heinrich Schuchardt
On 12/04/2017 10:28 PM, Simon Glass wrote: This function calls a function which can fail. Print a message in this case and abort the boot, rather than silently continuing to boot, which will certainly fail. Signed-off-by: Simon Glass --- Changes in v2: - Change return type of efi_init_obj_li

[U-Boot] [PATCH v2 03/16] efi: Add error checking for efi_init_obj_list()

2017-12-04 Thread Simon Glass
This function calls a function which can fail. Print a message in this case and abort the boot, rather than silently continuing to boot, which will certainly fail. Signed-off-by: Simon Glass --- Changes in v2: - Change return type of efi_init_obj_list() to efi_status_t cmd/bootefi.c | 32 +