Skip to content

Commit 282a324

Browse files
makubackimergify[bot]
authored andcommitted
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]>
1 parent 2558af5 commit 282a324

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
BaseMemoryLib
3434
DebugLib
3535
HobLib
36+
MemoryAllocationLib
3637

3738
[Pcd]
3839
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc

MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
BaseMemoryLib
3434
DebugLib
3535
HobLib
36+
MemoryAllocationLib
3637

3738
[Pcd]
3839
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc

MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
BaseMemoryLib
3434
DebugLib
3535
HobLib
36+
MemoryAllocationLib
3637

3738
[Pcd]
3839
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc

MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
BaseMemoryLib
3535
DebugLib
3636
HobLib
37+
MemoryAllocationLib
3738
MmServicesTableLib
3839

3940
[Pcd]

MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
BaseMemoryLib
3535
DebugLib
3636
HobLib
37+
MemoryAllocationLib
3738
MmServicesTableLib
3839

3940
[Pcd]

0 commit comments

Comments
 (0)