Last change
on this file since 99404 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Library instance of PciHostBridgeLib library class for coreboot.
|
---|
3 | #
|
---|
4 | # Copyright (C) 2016, Red Hat, Inc.
|
---|
5 | # Copyright (c) 2016 - 2021, Intel Corporation. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = PciHostBridgeLib
|
---|
15 | FILE_GUID = 62EE5269-CFFD-43a3-BE3F-622FC79F467E
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = PciHostBridgeLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build
|
---|
22 | # tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | PciHostBridge.h
|
---|
29 | PciHostBridgeLib.c
|
---|
30 | PciHostBridgeSupport.c
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdeModulePkg/MdeModulePkg.dec
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | BaseMemoryLib
|
---|
38 | DebugLib
|
---|
39 | DevicePathLib
|
---|
40 | MemoryAllocationLib
|
---|
41 | PciLib
|
---|
42 |
|
---|
43 | [Guids]
|
---|
44 | gUniversalPayloadPciRootBridgeInfoGuid
|
---|
45 |
|
---|
46 | [Pcd]
|
---|
47 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
|
---|
Note:
See
TracBrowser
for help on using the repository browser.