diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-11 08:59:52 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-11 08:59:52 +0000 |
commit | 5dedabbb4edbb185254bbe545bea0deaa92ca72d (patch) | |
tree | 5431ede228bbc42668949e8ef5cafab4ac8cbcf3 /MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | |
parent | 36e90351bdac0a56fa8f498ad050508bb800b5b5 (diff) | |
download | edk2-platforms-5dedabbb4edbb185254bbe545bea0deaa92ca72d.tar.xz |
Clean up BaseIoLibIntrinsic according to review comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5876 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf')
-rw-r--r-- | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 9eb960c068..e6e14c0b21 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -2,8 +2,8 @@ # Component description file for Intrinsic Base Io Library
#
# I/O Library that uses compiler intrinsics to perform IN and OUT instructions
-# for IA-32 and x64. It also performs direct memory access for MMIO services.
-# Copyright (c) 2007, Intel Corporation.
+# for IA-32, x64 and IPF. It also performs direct memory access for MMIO services.
+# Copyright (c) 2007 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,23 +33,21 @@ [Sources.common]
IoLibMmioBuffer.c
BaseIoLibIntrinsicInternal.h
+ IoHighLevel.c
[Sources.Ia32]
- IoHighLevel.c
IoLibGcc.c | GCC
IoLibMsc.c | MSFT
IoLibIcc.c | INTEL
IoLib.c
[Sources.X64]
- IoHighLevel.c
IoLibGcc.c | GCC
IoLibMsc.c | MSFT
IoLibIcc.c | INTEL
IoLib.c
[Sources.IPF]
- IoHighLevel.c
IoLibIpf.c
[Packages]
|