summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2025-09-11 23:00:01 +0300
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-09-12 10:31:53 +0300
commit282a324bf43b5c7825e4b1ef946d29178cbd07dc (patch)
treeb8298e3b1b35a131a4112b442a7a71390b8a38d7
parent2558af552d7330e69e7704d7371d640bdbd94423 (diff)
downloadedk2-master.tar.xz
MdeModulePkg/ArmFfaLib: Add MemoryAllocationLibHEADmaster
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>
-rw-r--r--MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf1
-rw-r--r--MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf1
-rw-r--r--MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf1
-rw-r--r--MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf1
-rw-r--r--MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf1
5 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
index 361ebf6d77..637f60313d 100644
--- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
+++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
@@ -33,6 +33,7 @@
BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
index 53d57506a4..fcd060df54 100644
--- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
+++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
@@ -33,6 +33,7 @@
BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf
index 611de85eb4..f230fd43fe 100644
--- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf
+++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.inf
@@ -33,6 +33,7 @@
BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFfaLibConduitSmc
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
index 9a4e2db3df..afab6be1d5 100644
--- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
+++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmCoreLib.inf
@@ -34,6 +34,7 @@
BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
MmServicesTableLib
[Pcd]
diff --git a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf
index dc2f444595..914b410ac6 100644
--- a/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf
+++ b/MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.inf
@@ -34,6 +34,7 @@
BaseMemoryLib
DebugLib
HobLib
+ MemoryAllocationLib
MmServicesTableLib
[Pcd]