summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-10 01:49:46 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-10 01:49:46 +0000
commit883b666e0fc3c0ad13f7983bf79161007dce62ba (patch)
treee6b33cbd532777b795ee3dbeb54c750662073efd /ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
parente83c843bbdc78e01adefe209e57afc756ca66a00 (diff)
downloadedk2-platforms-883b666e0fc3c0ad13f7983bf79161007dce62ba.tar.xz
Clean up UncachedMemoryAllocationLib to use CPU AP.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9960 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf')
-rw-r--r--ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf5
1 files changed, 3 insertions, 2 deletions
diff --git a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
index 7522b1e358..87ff18ce37 100644
--- a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
+++ b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
@@ -32,8 +32,9 @@
gEfiCpuArchProtocolGuid
[LibraryClasses]
+ BaseLib
ArmLib
+ MemoryAllocationLib
+ DxeServicesTableLib
-[FixedPcd]
- gArmTokenSpaceGuid.PcdArmUncachedMemoryMask
\ No newline at end of file