]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
BeagleBoardPkg: remove dependency on ArmPkg/BaseMemoryLibStm
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / BaseMemoryLibStm.inf
old mode 100755 (executable)
new mode 100644 (file)
index 7d82b12..30e2459
@@ -1,12 +1,13 @@
 ## @file\r
 #  Instance of Base Memory Library with some ARM ldm/stm assembly.\r
 #\r
-#  This is a copy of the MdePkg BaseMemoryLib with the CopyMem and \r
-#  SetMem worker functions replaced with assembler that uses \r
+#  This is a copy of the MdePkg BaseMemoryLib with the CopyMem and\r
+#  SetMem worker functions replaced with assembler that uses\r
 #  ldm/stm.\r
 #\r
 #  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #  Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>\r
+#  Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   FILE_GUID                      = 4D466AF3-2380-448D-A337-E4033F29F3F7\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BaseMemoryLib \r
+  LIBRARY_CLASS                  = BaseMemoryLib\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = ARM\r
+#  VALID_ARCHITECTURES           = ARM AARCH64\r
 #\r
 \r
 \r
@@ -44,8 +45,9 @@
   SetMem16Wrapper.c\r
   SetMemWrapper.c\r
   CopyMemWrapper.c\r
+  IsZeroBufferWrapper.c\r
   MemLibGeneric.c\r
-  MemLibGuid.c  \r
+  MemLibGuid.c\r
   MemLibInternals.h\r
 \r
 [Sources.ARM]\r
   Arm/SetMem.asm\r
   Arm/SetMem.S\r
 \r
+[Sources.AARCH64]\r
+  AArch64/CopyMem.c\r
+  AArch64/SetMem.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  ArmPkg/ArmPkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r