mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-06-13 19:16:19 -07:00
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 <michael.kubacki@microsoft.com>
This commit is contained in:
committed by
mergify[bot]
parent
2558af552d
commit
282a324bf4
@@ -33,6 +33,7 @@
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
HobLib
|
||||
MemoryAllocationLib
|
||||
|
||||
[Pcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
HobLib
|
||||
MemoryAllocationLib
|
||||
|
||||
[Pcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
HobLib
|
||||
MemoryAllocationLib
|
||||
|
||||
[Pcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
HobLib
|
||||
MemoryAllocationLib
|
||||
MmServicesTableLib
|
||||
|
||||
[Pcd]
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
HobLib
|
||||
MemoryAllocationLib
|
||||
MmServicesTableLib
|
||||
|
||||
[Pcd]
|
||||
|
||||
Reference in New Issue
Block a user