]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
MdePkg: Remove X86 ASM and S files
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
... / ...
CommitLineData
1## @file\r
2# Instance of I/O Library using compiler intrinsics.\r
3#\r
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. For EBC, I/O port requests\r
7# ASSERT().\r
8#\r
9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
10# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
11# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
12#\r
13# This program and the accompanying materials\r
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
16# http://opensource.org/licenses/bsd-license.php.\r
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
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = BaseIoLibIntrinsic\r
25 MODULE_UNI_FILE = BaseIoLibIntrinsic.uni\r
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
30\r
31\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 EBC IPF ARM AARCH64\r
34#\r
35\r
36[Sources]\r
37 IoLibMmioBuffer.c\r
38 BaseIoLibIntrinsicInternal.h\r
39 IoHighLevel.c\r
40\r
41[Sources.IA32]\r
42 IoLibGcc.c | GCC\r
43 IoLibMsc.c | MSFT\r
44 IoLibIcc.c | INTEL\r
45 IoLib.c\r
46 Ia32/IoFifo.nasm\r
47\r
48[Sources.X64]\r
49 IoLibGcc.c | GCC\r
50 IoLibMsc.c | MSFT\r
51 IoLibIcc.c | INTEL\r
52 IoLib.c\r
53 X64/IoFifo.nasm\r
54\r
55[Sources.EBC]\r
56 IoLibEbc.c\r
57 IoLib.c\r
58\r
59[Sources.IPF]\r
60 IoLibIpf.c\r
61\r
62[Sources.ARM]\r
63 IoLibArm.c\r
64\r
65[Sources.AARCH64]\r
66 IoLibArm.c\r
67\r
68[Packages]\r
69 MdePkg/MdePkg.dec\r
70\r
71[LibraryClasses]\r
72 DebugLib\r
73 BaseLib\r
74\r
75[LibraryClasses.IPF]\r
76 PcdLib\r
77\r
78[Pcd.IPF]\r
79 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf ## SOMETIMES_CONSUMES\r
80\r