]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[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
d39eb83c 10#\r
d6ebcab7 11# This program and the accompanying materials\r
d39eb83c 12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = BaseMemoryLibStm\r
24 FILE_GUID = 4D466AF3-2380-448D-A337-E4033F29F3F7\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = BaseMemoryLib \r
28\r
29\r
30#\r
31# VALID_ARCHITECTURES = ARM\r
32#\r
33\r
34\r
35[Sources.ARM]\r
36 ScanMem64Wrapper.c\r
37 ScanMem32Wrapper.c\r
38 ScanMem16Wrapper.c\r
39 ScanMem8Wrapper.c\r
40 ZeroMemWrapper.c\r
41 CompareMemWrapper.c\r
42 SetMem64Wrapper.c\r
43 SetMem32Wrapper.c\r
44 SetMem16Wrapper.c\r
45 SetMemWrapper.c\r
46 CopyMemWrapper.c\r
47 MemLibGeneric.c\r
48 MemLibGuid.c \r
49 MemLibInternals.h\r
50 Arm/CopyMem.asm\r
51 Arm/CopyMem.S\r
52 Arm/SetMem.asm\r
53 Arm/SetMem.S\r
54\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58\r
59[LibraryClasses]\r
60 DebugLib\r
61 BaseLib\r
62\r