]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / ArmPkg / Library / UncachedMemoryAllocationLib / UncachedMemoryAllocationLib.inf
diff --git a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
new file mode 100644 (file)
index 0000000..1a62eb4
--- /dev/null
@@ -0,0 +1,25 @@
+#%HEADER%\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = UncachedMemoryAllocationLib\r
+  FILE_GUID                      = DC101A1A-7525-429B-84AF-EEAA630E576C\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = UncachedMemoryAllocationLib\r
+\r
+[Sources.common]\r
+  UncachedMemoryAllocationLib.c\r
+\r
+[Packages]\r
+  ArmPkg/ArmPkg.dec\r
+  MdePkg/MdePkg.dec\r
+\r
+[Protocols]\r
+  gEfiCpuArchProtocolGuid\r
+\r
+[LibraryClasses]\r
+  ArmLib\r
+\r
+[FixedPcd]\r
+  gArmTokenSpaceGuid.PcdArmUncachedMemoryMask\r
+  
\ No newline at end of file