]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
Add ARM specific functions to the BaseCacheMaintenanceLib that generates an ASSERT...
[mirror_edk2.git] / MdePkg / Library / BaseCacheMaintenanceLib / BaseCacheMaintenanceLib.inf
index 4e86a6234091b311b08b5609130f5fd24ddb7454..efe54ec6a5f93de42c30a311ae4c51ec07f85bc2 100644 (file)
@@ -4,7 +4,8 @@
 #  Cache Maintenance Library that uses Base Library services to maintain caches.\r
 #  This library assumes there are no chipset dependencies required to maintain caches.\r
 #\r
 #  Cache Maintenance Library that uses Base Library services to maintain caches.\r
 #  This library assumes there are no chipset dependencies required to maintain caches.\r
 #\r
-#  Copyright (c) 2007 - 2008, Intel Corporation\r
+#  Copyright (c) 2007 - 2008, Intel Corporation<BR>\r
+#  Portions Copyright (c) 2008-2009 Apple Inc.<BR>
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 \r
 \r
 #\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM\r
 #\r
 \r
 #\r
 \r
-[Sources.Ia32]\r
+[Sources.IA32]\r
   X86Cache.c\r
 \r
 [Sources.X64]\r
   X86Cache.c\r
 \r
 [Sources.X64]\r
 [Sources.EBC]\r
   EbcCache.c\r
 \r
 [Sources.EBC]\r
   EbcCache.c\r
 \r
+[Sources.ARM]
+  ArmCache.c
+
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-[LibraryClasses.Ipf]\r
-  PalLib\r
-\r
 [LibraryClasses.common]\r
   BaseLib\r
   DebugLib\r
 \r
 [LibraryClasses.common]\r
   BaseLib\r
   DebugLib\r
 \r
+[LibraryClasses.Ipf]\r
+  PalLib\r
+\r