Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 19c6189f5446c9891a0fa0d8c4d8004896e70cb1
      
https://github.com/tianocore/edk2/commit/19c6189f5446c9891a0fa0d8c4d8004896e70cb1
  Author: Guo Dong <guo.d...@intel.com>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M UefiPayloadPkg/UefiPayloadPkg.dsc

  Log Message:
  -----------
  UefiPayloadPkg: Fix SMM build failure

when SMM_SUPPORT is enabled, a build failure was seen since two SMM
libraries are missing. Just add them in the DSC file to fix it.

Signed-off-by: Guo Dong <guo.d...@intel.com>


  Commit: 238dfc54d0f5b1bb3646238a49d9fc43cb3f4141
      
https://github.com/tianocore/edk2/commit/238dfc54d0f5b1bb3646238a49d9fc43cb3f4141
  Author: Guo Dong <guo.d...@intel.com>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.c
    M UefiPayloadPkg/UefiPayloadEntry/UniversalPayloadEntry.inf

  Log Message:
  -----------
  UefiPayloadPkg: Add MemoryTypeInformation HOB

MemoryTypeInformation HOB was built in FD and FIT image format UEFI payload.
But this HOB was not built in ELF image format UEFI payload. Adding this HOB
for ELF image format to keep payload consistent in different image format.

When this HOB is missing, DXE/SMM driver might be dispatched above 4GB and
MemoryType information HOB assists GCD with defragmenting the memory map.

Signed-off-by: Guo Dong <guo.d...@intel.com>


  Commit: 99a5f388dfefd59aabb5b870fd529979a35fa2cc
      
https://github.com/tianocore/edk2/commit/99a5f388dfefd59aabb5b870fd529979a35fa2cc
  Author: Guo Dong <guo.d...@intel.com>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c

  Log Message:
  -----------
  UefiPayloadPkg: Fix a typo in SMM base

There is a typo when calculating smrr base on S3 path.
This change fixes the typo.

Signed-off-by: Guo Dong <guo.d...@intel.com>


Compare: https://github.com/tianocore/edk2/compare/003873db2133...99a5f388dfef

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


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to