REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1398
According to PI1.7, this patch series is to add the support that 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. These two commit are also available at: https://github.com/dandanbi/edk2/commits/ExtendedStatusCodeV1 PI1.7 is at https://uefi.org/sites/default/files/resources/PI_Spec_1_7_final_Jan_2019.pdf Cc: Jian J Wang <[email protected]> Cc: Hao Wu <[email protected]> Cc: Ruiyu Ni <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Sean Brogan <[email protected]> Dandan Bi (2): MdePkg/StatusCodeDataTypeId.h: Add new definition per PI1.7 Spec MdeModulePkg/BmBoot: Report status when fail to load/start boot option .../Library/UefiBootManagerLib/BmBoot.c | 22 ++++++++++++++----- MdePkg/Include/Guid/StatusCodeDataTypeId.h | 22 ++++++++++++++++++- 2 files changed, 37 insertions(+), 7 deletions(-) -- 2.18.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

