]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg: Expand BaseIoLibIntrinsic (IoLib class) library
[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
19c6d9fe 11# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
e1f414b6 12#\r
4dd6f840 13# This program and the accompanying materials\r
e1f414b6 14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
35a17154 16# http://opensource.org/licenses/bsd-license.php.\r
e1f414b6 17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\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
19c6d9fe
LD
46 Ia32/IoFifo.nasm\r
47 Ia32/IoFifo.asm\r
e1f414b6 48\r
49[Sources.X64]\r
13e54995 50 IoLibGcc.c | GCC\r
51 IoLibMsc.c | MSFT\r
d074a8e1 52 IoLibIcc.c | INTEL\r
e1f414b6 53 IoLib.c\r
19c6d9fe
LD
54 X64/IoFifo.nasm\r
55 X64/IoFifo.asm\r
e1f414b6 56\r
d910a704
MK
57[Sources.EBC]\r
58 IoLibEbc.c\r
59 IoLib.c\r
60\r
e1f414b6 61[Sources.IPF]\r
e1f414b6 62 IoLibIpf.c\r
63\r
4b5f371b 64[Sources.ARM]\r
65 IoLibArm.c\r
66\r
b4319afb
HL
67[Sources.AARCH64]\r
68 IoLibArm.c\r
69\r
e1f414b6 70[Packages]\r
71 MdePkg/MdePkg.dec\r
72\r
e1f414b6 73[LibraryClasses]\r
74 DebugLib\r
75 BaseLib\r
76\r
77[LibraryClasses.IPF]\r
78 PcdLib\r
79\r
bba9ad98 80[Pcd.IPF]\r
c92c1790 81 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf ## SOMETIMES_CONSUMES\r
e1f414b6 82\r