]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg: Remove X86 ASM and S files
[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
13688930 9# Copyright (c) 2007 - 2018, 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 46 Ia32/IoFifo.nasm\r
e1f414b6 47\r
48[Sources.X64]\r
13e54995 49 IoLibGcc.c | GCC\r
50 IoLibMsc.c | MSFT\r
d074a8e1 51 IoLibIcc.c | INTEL\r
e1f414b6 52 IoLib.c\r
19c6d9fe 53 X64/IoFifo.nasm\r
e1f414b6 54\r
d910a704
MK
55[Sources.EBC]\r
56 IoLibEbc.c\r
57 IoLib.c\r
58\r
e1f414b6 59[Sources.IPF]\r
e1f414b6 60 IoLibIpf.c\r
61\r
4b5f371b 62[Sources.ARM]\r
63 IoLibArm.c\r
64\r
b4319afb
HL
65[Sources.AARCH64]\r
66 IoLibArm.c\r
67\r
e1f414b6 68[Packages]\r
69 MdePkg/MdePkg.dec\r
70\r
e1f414b6 71[LibraryClasses]\r
72 DebugLib\r
73 BaseLib\r
74\r
75[LibraryClasses.IPF]\r
76 PcdLib\r
77\r
bba9ad98 78[Pcd.IPF]\r
c92c1790 79 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf ## SOMETIMES_CONSUMES\r
e1f414b6 80\r