]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
BeagleBoardPkg: remove dependency on ArmPkg/BaseMemoryLibStm
[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
3402aac7
RC
4# This is a copy of the MdePkg BaseMemoryLib with the CopyMem and\r
5# SetMem worker functions replaced with assembler that uses\r
d39eb83c 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
3402aac7 28 LIBRARY_CLASS = BaseMemoryLib\r
d39eb83c 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
0b09c212 48 IsZeroBufferWrapper.c\r
d39eb83c 49 MemLibGeneric.c\r
3402aac7 50 MemLibGuid.c\r
d39eb83c 51 MemLibInternals.h\r
21de944e 52\r
53[Sources.ARM]\r
d39eb83c 54 Arm/CopyMem.asm\r
55 Arm/CopyMem.S\r
56 Arm/SetMem.asm\r
57 Arm/SetMem.S\r
58\r
25402f5d
HL
59[Sources.AARCH64]\r
60 AArch64/CopyMem.c\r
61 AArch64/SetMem.c\r
d39eb83c 62\r
63[Packages]\r
64 MdePkg/MdePkg.dec\r
efda1775 65 ArmPkg/ArmPkg.dec\r
d39eb83c 66\r
67[LibraryClasses]\r
68 DebugLib\r
69 BaseLib\r
70\r