Re: [edk2] [PATCH v2 1/2] MdeModulePkg/UefiBootManagerLib: new APIs for ultimate boot failure

2018-06-29 Thread Ni, Ruiyu
, June 29, 2018 8:41 PM > To: Ni, Ruiyu ; edk2-devel@lists.01.org > Cc: Michael Turner > Subject: Re: [edk2] [PATCH v2 1/2] MdeModulePkg/UefiBootManagerLib: new > APIs for ultimate boot failure > > Hi Ray, > > thanks for this patch; I only have a request for updating a comment:

Re: [edk2] [PATCH v2 1/2] MdeModulePkg/UefiBootManagerLib: new APIs for ultimate boot failure

2018-06-29 Thread Laszlo Ersek
Hi Ray, thanks for this patch; I only have a request for updating a comment: On 06/29/18 08:03, Ruiyu Ni wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=982 > > When no boot option could be launched including platform recovery > options and options pointing to applications built

Re: [edk2] [PATCH v2 1/2] MdeModulePkg/UefiBootManagerLib: new APIs for ultimate boot failure

2018-06-29 Thread Wang, Sunny (HPS SW)
Looks good to me. Thanks for addressing my comment, Ray. Reviewed-by: Sunny Wang -Original Message- From: Ruiyu Ni [mailto:ruiyu...@intel.com] Sent: Friday, June 29, 2018 2:04 PM To: edk2-devel@lists.01.org Cc: Sean Brogan ; Michael Turner ; Laszlo Ersek ; Wang, Sunny (HPS SW)

[edk2] [PATCH v2 1/2] MdeModulePkg/UefiBootManagerLib: new APIs for ultimate boot failure

2018-06-29 Thread Ruiyu Ni
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=982 When no boot option could be launched including platform recovery options and options pointing to applications built into firmware volumes, a platform callback registered through EfiBootManagerRegisterUnableToBootHandler() is called.