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
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#/** @file
|
||||
# Component description file for PCI CF8 Base PCI Library
|
||||
# This driver implements one PCI Library instance based on PCI CF8 Library.
|
||||
#
|
||||
# PCI 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.
|
||||
# PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.
|
||||
# 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
|
||||
@@ -32,11 +32,9 @@
|
||||
[Sources.common]
|
||||
PciLib.c
|
||||
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
||||
|
||||
[LibraryClasses]
|
||||
PciCf8Lib
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
/** @file
|
||||
PCI Library using Port CF8/CFC access.
|
||||
PCI Library functions that use I/O ports 0xCF8 and 0xCFC to perform
|
||||
PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.
|
||||
|
||||
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@@ -15,7 +16,6 @@
|
||||
|
||||
#include <Base.h>
|
||||
|
||||
|
||||
#include <Library/PciLib.h>
|
||||
#include <Library/PciCf8Lib.h>
|
||||
|
||||
|
Reference in New Issue
Block a user