Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 2558af552d7330e69e7704d7371d640bdbd94423
      
https://github.com/tianocore/edk2/commit/2558af552d7330e69e7704d7371d640bdbd94423
  Author: Michael Kubacki <[email protected]>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf

  Log Message:
  -----------
  MdeModulePkg/ArmFfaLib: Add HobLib to StMm instances

ArmFfaCommon.c is built by both ArmFfaStandaloneMmCoreLib and
ArmFfaStandaloneMmLib. It links against HobLiib APIs such as
`GetFirstHob()`. Right now, the symbols fail to link:

```
lld-link: error: undefined symbol: GetFirstHob
          ArmFfaStandaloneMmCoreLib.lib(ArmFfaCommon.obj)
```

Signed-off-by: Michael Kubacki <[email protected]>


  Commit: 282a324bf43b5c7825e4b1ef946d29178cbd07dc
      
https://github.com/tianocore/edk2/commit/282a324bf43b5c7825e4b1ef946d29178cbd07dc
  Author: Michael Kubacki <[email protected]>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
    M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf

  Log Message:
  -----------
  MdeModulePkg/ArmFfaLib: Add MemoryAllocationLib

ArmFfaRxTxMap.c is built by both ArmFfaPeiLib and ArmFfaDxeLib.

ArmFfaSecRxTxMap.c is built by ArmFfaSecLib.

ArmFfaStandaloneMmRxTxMap.c is built by ArmFfaStandaloneMm*Lib.

The files depend on `MemoryAllocationLib` APIs such as
`AllocateAlignedPages()`. This change adds `MemoryAllocationLib` to
those library INF files.

Signed-off-by: Michael Kubacki <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/615e5ca40a0d...282a324bf43b

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