From 5c57f3eaeae2f917891f969ea9509216cf1f6cad Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 9 Jul 2008 07:21:21 +0000 Subject: 1. Update files header. 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 | 7 +++---- MdePkg/Library/BasePciCf8Lib/PciLib.c | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'MdePkg/Library/BasePciCf8Lib') diff --git a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf index 5b8d1e5431..5ec10817fe 100644 --- a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf +++ b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf @@ -1,9 +1,9 @@ #/** @file -# Component description file for Base PCI Cf8 Library. +# This driver implemnets one PCI Cf8 Library instance. # # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles. # Layers on top of an I/O Library instance. -# Copyright (c) 2007, Intel Corporation. +# 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 @@ -25,7 +25,6 @@ EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 - # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # @@ -33,11 +32,11 @@ [Sources.common] PciLib.c - [Packages] MdePkg/MdePkg.dec [LibraryClasses] + BaseLib DebugLib IoLib diff --git a/MdePkg/Library/BasePciCf8Lib/PciLib.c b/MdePkg/Library/BasePciCf8Lib/PciLib.c index 64bd1557fc..2754d30560 100644 --- a/MdePkg/Library/BasePciCf8Lib/PciLib.c +++ b/MdePkg/Library/BasePciCf8Lib/PciLib.c @@ -1,7 +1,8 @@ /** @file - PCI Library. + PCI CF8 Library functions that use I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles. + Layers on top of an I/O Library instance. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 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 which accompanies this distribution. The full text of the license may be found at -- cgit v1.2.3