]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg: Added ARM Aarch64 architecture support
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
CommitLineData
6bfbb5f0 1## @file\r
34b0820e 2# Instance of I/O Library using compiler intrinsics.\r
e1f414b6 3#\r
34b0820e 4# I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
5# for IA-32 and x64. On IPF, I/O port requests are translated into MMIO requests.\r
6# MMIO requests are forwarded directly to memory.\r
85ea851e 7#\r
4dd6f840
HT
8# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
e1f414b6 10#\r
4dd6f840 11# This program and the accompanying materials\r
e1f414b6 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
35a17154 14# http://opensource.org/licenses/bsd-license.php.\r
e1f414b6 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
6bfbb5f0 19##\r
e1f414b6 20\r
e1f414b6 21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = BaseIoLibIntrinsic\r
24 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = IoLib \r
e1f414b6 28\r
29\r
e1f414b6 30#\r
b4319afb 31# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64\r
e1f414b6 32#\r
33\r
6bfbb5f0 34[Sources]\r
e1f414b6 35 IoLibMmioBuffer.c\r
f734a10a 36 BaseIoLibIntrinsicInternal.h\r
5dedabbb 37 IoHighLevel.c\r
e1f414b6 38\r
9314970a 39[Sources.IA32]\r
13e54995 40 IoLibGcc.c | GCC\r
41 IoLibMsc.c | MSFT\r
d074a8e1 42 IoLibIcc.c | INTEL\r
e1f414b6 43 IoLib.c\r
44\r
45[Sources.X64]\r
13e54995 46 IoLibGcc.c | GCC\r
47 IoLibMsc.c | MSFT\r
d074a8e1 48 IoLibIcc.c | INTEL\r
e1f414b6 49 IoLib.c\r
50\r
51[Sources.IPF]\r
e1f414b6 52 IoLibIpf.c\r
53\r
4b5f371b 54[Sources.ARM]\r
55 IoLibArm.c\r
56\r
b4319afb
HL
57[Sources.AARCH64]\r
58 IoLibArm.c\r
59\r
e1f414b6 60[Packages]\r
61 MdePkg/MdePkg.dec\r
62\r
e1f414b6 63[LibraryClasses]\r
64 DebugLib\r
65 BaseLib\r
66\r
67[LibraryClasses.IPF]\r
68 PcdLib\r
69\r
bba9ad98 70[Pcd.IPF]\r
b3af5df6 71 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf\r
e1f414b6 72\r