Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: ec43dcc0857aaa8d01c1edfa3364d514390f5abf
      
https://github.com/tianocore/edk2/commit/ec43dcc0857aaa8d01c1edfa3364d514390f5abf
  Author: Qihang Gao <[email protected]>
  Date:   2026-01-08 (Thu, 08 Jan 2026)

  Changed paths:
    M MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c

  Log Message:
  -----------
  MdePkg: Fix incorrect mask in PostCode

Fixes https://github.com/tianocore/edk2/issues/11898

According to the comment of macro, bits 5..7 of PostCode are mapped
to bits 24..26 of status code value, so the correct number should
be 0xe0 instead of 0x03.

Signed-off-by: Qihang Gao <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to