]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicArmVirt.inf
MdePkg/BaseIoLibIntrinsic: make BaseIoLibIntrinsic safe for ArmVirt/KVM
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsicArmVirt.inf
1 ## @file
2 # Instance of I/O Library using KVM/ARM safe assembler routines
3 #
4 # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
6 # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
7 # Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials are licensed and made available
10 # under the terms and conditions of the BSD License which accompanies this
11 # distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php.
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x0001001A
21 BASE_NAME = BaseIoLibIntrinsicArmVirt
22 MODULE_UNI_FILE = BaseIoLibIntrinsicArmVirt.uni
23 FILE_GUID = 217102b4-b465-4a1d-a2de-93dd385ec480
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = IoLib
27
28 #
29 # VALID_ARCHITECTURES = ARM AARCH64
30 #
31
32 [Sources]
33 IoLibMmioBuffer.c
34 BaseIoLibIntrinsicInternal.h
35 IoHighLevel.c
36
37 [Sources.ARM]
38 IoLibArmVirt.c
39 Arm/ArmVirtMmio.S | GCC
40 Arm/ArmVirtMmio.asm | RVCT
41
42 [Sources.AARCH64]
43 IoLibArmVirt.c
44 AArch64/ArmVirtMmio.S | GCC
45 AArch64/ArmVirtMmio.asm | MSFT
46
47 [Packages]
48 MdePkg/MdePkg.dec
49
50 [LibraryClasses]
51 DebugLib
52 BaseLib