Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-21 Thread Laszlo Ersek
; >> Subject: Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when >> fail to load/start boot option >> >> +Mark, for my comments on the process > > Thank you :) > >> On 02/20/19 03:21, Ni, Ray wrote: >>> Laszlo, >>> Thanks for catching this.

Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-20 Thread Doran, Mark
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, February 20, 2019 1:25 AM > To: Ni, Ray ; Bi, Dandan > Cc: edk2-devel@lists.01.org; Wu, Hao A ; Doran, Mark > > Subject: Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report statu

Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-20 Thread Laszlo Ersek
+Mark, for my comments on the process On 02/20/19 03:21, Ni, Ray wrote: > Laszlo, > Thanks for catching this. > > GenPerformMemoryTest() in > MdeModulePkg\Universal\MemoryTest\GenericMemoryTestDxe\LightMemoryTest.c > uses the same technics as you suggested. > > I give up to propose another

Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-19 Thread Bi, Dandan
ary 20, 2019 9:19 AM > To: Bi, Dandan > Cc: Wu, Hao A ; Ni, Ray ; edk2- > de...@lists.01.org > Subject: Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when > fail to load/start boot option > > Hi Dandan, > > On 02/15/19 09:51, Dandan Bi wrote: > > REF

Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-19 Thread Ni, Ray
; From: Laszlo Ersek > Sent: Wednesday, February 20, 2019 9:19 AM > To: Bi, Dandan > Cc: edk2-devel@lists.01.org; Wu, Hao A ; Ni, Ray > > Subject: Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when > fail to load/start boot option > > Hi Dandan, > >

Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-19 Thread Laszlo Ersek
On 02/20/19 02:19, Laszlo Ersek wrote: > Hi Dandan, > > On 02/15/19 09:51, Dandan Bi wrote: >> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1398 >> >> According to PI1.7 Spec, report extended data describing an >> EFI_STATUS return value along with >>

Re: [edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-19 Thread Laszlo Ersek
Hi Dandan, On 02/15/19 09:51, Dandan Bi wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1398 > > According to PI1.7 Spec, report extended data describing an > EFI_STATUS return value along with > EFI_SW_DXE_BS_EC_BOOT_OPTION_LOAD_ERROR and > EFI_SW_DXE_BS_EC_BOOT_OPTION_FAILED status

[edk2] [patch 2/2] MdeModulePkg/BmBoot: Report status when fail to load/start boot option

2019-02-15 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1398 According to PI1.7 Spec, report extended data describing an EFI_STATUS return value along with EFI_SW_DXE_BS_EC_BOOT_OPTION_LOAD_ERROR and EFI_SW_DXE_BS_EC_BOOT_OPTION_FAILED status code when fail to load or start boot option image. Cc: