]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Add ARM specific functions to the BaseCacheMaintenanceLib that generates an ASSERT...
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
CommitLineData
e1f414b6 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
34b0820e 8# Copyright (c) 2007 - 2008, Intel Corporation.\r
e1f414b6 9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
e1f414b6 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BaseIoLibIntrinsic\r
23 FILE_GUID = 926c9cd0-4bb8-479b-9ac4-8a2a23f85307\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = IoLib \r
e1f414b6 27\r
28\r
e1f414b6 29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31#\r
32\r
e1f414b6 33[Sources.common]\r
34 IoLibMmioBuffer.c\r
f734a10a 35 BaseIoLibIntrinsicInternal.h\r
5dedabbb 36 IoHighLevel.c\r
e1f414b6 37\r
38[Sources.Ia32]\r
13e54995 39 IoLibGcc.c | GCC\r
40 IoLibMsc.c | MSFT\r
d074a8e1 41 IoLibIcc.c | INTEL\r
e1f414b6 42 IoLib.c\r
43\r
44[Sources.X64]\r
13e54995 45 IoLibGcc.c | GCC\r
46 IoLibMsc.c | MSFT\r
d074a8e1 47 IoLibIcc.c | INTEL\r
e1f414b6 48 IoLib.c\r
49\r
50[Sources.IPF]\r
e1f414b6 51 IoLibIpf.c\r
52\r
e1f414b6 53[Packages]\r
54 MdePkg/MdePkg.dec\r
55\r
e1f414b6 56[LibraryClasses]\r
57 DebugLib\r
58 BaseLib\r
59\r
60[LibraryClasses.IPF]\r
61 PcdLib\r
62\r
bba9ad98 63[Pcd.IPF]\r
b3af5df6 64 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf\r
e1f414b6 65\r