]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
ArmVirtPkg/ArmVirtQemu: Install BGRT ACPI table
[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
d910a704
MK
6# MMIO requests are forwarded directly to memory. For EBC, I/O port requests\r
7# ASSERT().\r
85ea851e 8#\r
d910a704 9# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
4dd6f840 10# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
e1f414b6 11#\r
4dd6f840 12# This program and the accompanying materials\r
e1f414b6 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
35a17154 15# http://opensource.org/licenses/bsd-license.php.\r
e1f414b6 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
6bfbb5f0 20##\r
e1f414b6 21\r
e1f414b6 22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = BaseIoLibIntrinsic\r
c92c1790 25 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni\r
e1f414b6 26 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
29 LIBRARY_CLASS = IoLib \r
e1f414b6 30\r
31\r
e1f414b6 32#\r
d910a704 33# VALID_ARCHITECTURES = IA32 X64 EBC IPF ARM AARCH64\r
e1f414b6 34#\r
35\r
6bfbb5f0 36[Sources]\r
e1f414b6 37 IoLibMmioBuffer.c\r
f734a10a 38 BaseIoLibIntrinsicInternal.h\r
5dedabbb 39 IoHighLevel.c\r
e1f414b6 40\r
9314970a 41[Sources.IA32]\r
13e54995 42 IoLibGcc.c | GCC\r
43 IoLibMsc.c | MSFT\r
d074a8e1 44 IoLibIcc.c | INTEL\r
e1f414b6 45 IoLib.c\r
46\r
47[Sources.X64]\r
13e54995 48 IoLibGcc.c | GCC\r
49 IoLibMsc.c | MSFT\r
d074a8e1 50 IoLibIcc.c | INTEL\r
e1f414b6 51 IoLib.c\r
52\r
d910a704
MK
53[Sources.EBC]\r
54 IoLibEbc.c\r
55 IoLib.c\r
56\r
e1f414b6 57[Sources.IPF]\r
e1f414b6 58 IoLibIpf.c\r
59\r
4b5f371b 60[Sources.ARM]\r
61 IoLibArm.c\r
62\r
b4319afb
HL
63[Sources.AARCH64]\r
64 IoLibArm.c\r
65\r
e1f414b6 66[Packages]\r
67 MdePkg/MdePkg.dec\r
68\r
e1f414b6 69[LibraryClasses]\r
70 DebugLib\r
71 BaseLib\r
72\r
73[LibraryClasses.IPF]\r
74 PcdLib\r
75\r
bba9ad98 76[Pcd.IPF]\r
c92c1790 77 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf ## SOMETIMES_CONSUMES\r
e1f414b6 78\r