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

  Changed paths:
    M ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c

  Log Message:
  -----------
  ArmPlatformPkg: MemoryInitPeiLib: Read PCDs into local variable

Current MemoryPeim has excessive amount of PCD get notations. This makes
the code less readable and introduced long if statements.

This change reads most of the PCD get calls into local variables and
reference the variables instead.

Signed-off-by: Kun Qin <[email protected]>


  Commit: 7ccc418c23be1109aba8649ca2b08ef217f1d9e6
      
https://github.com/tianocore/edk2/commit/7ccc418c23be1109aba8649ca2b08ef217f1d9e6
  Author: Kun Qin <[email protected]>
  Date:   2026-01-08 (Thu, 08 Jan 2026)

  Changed paths:
    M ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c

  Log Message:
  -----------
  ArmPkg: MmCommunicationDxe: Handle when the region is already reported

When the memory region for MM communication buffer is reported, the current
driver will reject further procession.

This change is added to cover such usage so that we do not need to poke holes
in the main system memory.

Signed-off-by: Kun Qin <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/99f93277405d...7ccc418c23be

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