]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
ArmPkg: Added Aarch64 support
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / BaseMemoryLibStm.inf
CommitLineData
d39eb83c 1## @file\r
2# Instance of Base Memory Library with some ARM ldm/stm assembly.\r
3#\r
4# This is a copy of the MdePkg BaseMemoryLib with the CopyMem and \r
5# SetMem worker functions replaced with assembler that uses \r
6# ldm/stm.\r
7#\r
d6ebcab7
HT
8# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# Portions copyright (c) 2010, Apple Inc. All rights reserved.<BR>\r
25402f5d 10# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
d39eb83c 11#\r
d6ebcab7 12# This program and the accompanying materials\r
d39eb83c 13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = BaseMemoryLibStm\r
25 FILE_GUID = 4D466AF3-2380-448D-A337-E4033F29F3F7\r
26 MODULE_TYPE = BASE\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = BaseMemoryLib \r
29\r
30\r
31#\r
25402f5d 32# VALID_ARCHITECTURES = ARM AARCH64\r
d39eb83c 33#\r
34\r
35\r
21de944e 36[Sources.Common]\r
d39eb83c 37 ScanMem64Wrapper.c\r
38 ScanMem32Wrapper.c\r
39 ScanMem16Wrapper.c\r
40 ScanMem8Wrapper.c\r
41 ZeroMemWrapper.c\r
42 CompareMemWrapper.c\r
43 SetMem64Wrapper.c\r
44 SetMem32Wrapper.c\r
45 SetMem16Wrapper.c\r
46 SetMemWrapper.c\r
47 CopyMemWrapper.c\r
48 MemLibGeneric.c\r
49 MemLibGuid.c \r
50 MemLibInternals.h\r
21de944e 51\r
52[Sources.ARM]\r
d39eb83c 53 Arm/CopyMem.asm\r
54 Arm/CopyMem.S\r
55 Arm/SetMem.asm\r
56 Arm/SetMem.S\r
57\r
25402f5d
HL
58[Sources.AARCH64]\r
59 AArch64/CopyMem.c\r
60 AArch64/SetMem.c\r
d39eb83c 61\r
62[Packages]\r
63 MdePkg/MdePkg.dec\r
64\r
65[LibraryClasses]\r
66 DebugLib\r
67 BaseLib\r
68\r