]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
Add ARM specific functions to the BaseCacheMaintenanceLib that generates an ASSERT...
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsic.inf
index ff860b195a27798658b72ae6c6cc4a2a8f1b0b19..cea38271eb1b03c4cfb370576c06e3d1839cf19d 100644 (file)
@@ -1,9 +1,11 @@
 #/** @file\r
-# Component description file for Intrinsic Base Io Library\r
+#  Instance of I/O Library using compiler intrinsics.\r
 #\r
-# I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
-#  for IA-32 and x64. It also performs direct memory access for MMIO services.\r
-# Copyright (c) 2007, Intel Corporation.\r
+#  I/O Library that uses compiler intrinsics to perform IN and OUT instructions\r
+#  for IA-32 and x64.  On IPF, I/O port requests are translated into MMIO requests.\r
+#  MMIO requests are forwarded directly to memory.\r
+#\r
+#  Copyright (c) 2007 - 2008, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -22,8 +24,6 @@
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = IoLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
 [Sources.common]\r
   IoLibMmioBuffer.c\r
   BaseIoLibIntrinsicInternal.h\r
+  IoHighLevel.c\r
 \r
 [Sources.Ia32]\r
-  IoHighLevel.c\r
   IoLibGcc.c    | GCC\r
   IoLibMsc.c    | MSFT\r
+  IoLibIcc.c    | INTEL\r
   IoLib.c\r
 \r
 [Sources.X64]\r
-  IoHighLevel.c\r
   IoLibGcc.c    | GCC\r
   IoLibMsc.c    | MSFT\r
+  IoLibIcc.c    | INTEL\r
   IoLib.c\r
 \r
 [Sources.IPF]\r
-  IoHighLevel.c\r
   IoLibIpf.c\r
 \r
 [Packages]\r