]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Update files header.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 9 Jul 2008 07:21:21 +0000 (07:21 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 9 Jul 2008 07:21:21 +0000 (07:21 +0000)
2. Added missing libraries in inf files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5431 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
MdePkg/Library/BasePciCf8Lib/PciLib.c
MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
MdePkg/Library/BasePciExpressLib/PciLib.c
MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
MdePkg/Library/BasePciLibCf8/PciLib.c
MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
MdePkg/Library/BasePciLibPciExpress/PciLib.c

index 5b8d1e5431f090bedd6ce9220e500435d2fe9ded..5ec10817fea7f24aed88c64b299570274551ab4d 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Component description file for Base PCI Cf8 Library.\r
+# This driver implemnets one PCI Cf8 Library instance.\r
 #\r
 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.\r
 #  Layers on top of an I/O Library instance.\r
-# Copyright (c) 2007, Intel Corporation.\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
@@ -25,7 +25,6 @@
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
-\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 [Sources.common]\r
   PciLib.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
+  BaseLib\r
   DebugLib\r
   IoLib\r
 \r
index 64bd1557fc5d86ca5c0ea47cdd90993c3175c1e7..2754d305607498fc7ddfcab10ab34246b82cd46d 100644 (file)
@@ -1,7 +1,8 @@
 /** @file\r
-  PCI Library.\r
+  PCI CF8 Library functions that use I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.\r
+  Layers on top of an I/O Library instance.\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation<BR>\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
   which accompanies this distribution.  The full text of the license may be found at\r
index 0a6e51a6eed957d4a2f2d13ac81d07ee8c583561..a067844ef38e91a136fe8e86ec7f0f69d9cc6484 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Component description file for Base PCI Express Library.\r
+# This driver implements one PCI Express Library instance.\r
 #\r
 # PCI Express Library that uses the 256 MB PCI Express MMIO window to perform\r
 #  PCI Configuration cycles. Layers on top of an I/O Library instance.\r
-# Copyright (c) 2007, Intel Corporation.\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
@@ -35,8 +35,8 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
+  BaseLib\r
   PcdLib\r
   DebugLib\r
   IoLib\r
index 37d8bcd3b5353240128adbef790e3a8769678ae2..6bce8f9550fe7260db311ad69db23f2f8781ff7e 100644 (file)
@@ -1,6 +1,4 @@
 /** @file\r
-  PCI Library.\r
-\r
   Functions in this library instance make use of MMIO functions in IoLib to\r
   access memory mapped PCI configuration space.\r
 \r
index 993adf4af96fcb5fe829cc407c292f014b4ae615..be28249f3a7de07a566c9d04b8fcb315b9957b58 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Component description file for PCI CF8 Base PCI Library\r
+# This driver implements one PCI Library instance based on PCI CF8 Library.\r
 #\r
 # PCI Library that uses I/O ports 0xCF8 and 0xCFC to perform\r
-#  PCI Configuration cycles. Layers on top of an I/O Library instance.\r
-# Copyright (c) 2007, Intel Corporation.\r
+#  PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.\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
 [Sources.common]\r
   PciLib.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   PciCf8Lib\r
 \r
index 3e13c6786456a32c043924c1bdc77a72c3189684..af71b88e597b9f9146069837d9e40823a7f5e1d3 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
-  PCI Library using Port CF8/CFC access.\r
+  PCI Library functions that use I/O ports 0xCF8 and 0xCFC to perform\r
+  PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
@@ -15,7 +16,6 @@
 \r
 #include <Base.h>\r
 \r
-\r
 #include <Library/PciLib.h>\r
 #include <Library/PciCf8Lib.h>\r
 \r
index ffc59843786b2e6ce2fefc863e3a5fadd1d8969a..c74f680f96e0dcc9901bacf6c246fdb597dc13e0 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Component description file for PCI Express Base PCI Library.\r
+# This driver impements one PCI Library based on PCI Express Library.\r
 #\r
 # PCI Library that uses the 256 MB PCI Express MMIO window to perform PCI\r
-#  Configuration cycles. Layers on top of an I/O Library instance.\r
-# Copyright (c) 2007, Intel Corporation.\r
+#  Configuration cycles. Layers on one PCI Express Library instance.\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
@@ -33,7 +33,6 @@
 [Sources.common]\r
   PciLib.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
index 8cfa41c12a3fd4f5dc9e9883a6cdd74a272099a6..c993848043d157b52312017d072c61c2310847e0 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
-  PCI Library using PC Express access.\r
+  PCI Library functions that use the 256 MB PCI Express MMIO window to perform PCI\r
+  Configuration cycles. Layers on PCI Express Library.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
@@ -15,7 +16,6 @@
 \r
 #include <Base.h>\r
 \r
-\r
 #include <Library/PciLib.h>\r
 #include <Library/PciExpressLib.h>\r
 \r