1. Impl PI 1.2 PCI part. Major changes include:

a. Update PciBusDxe module, and move it from IntelFrameworkModulePkg to MdeModulePkg
  b. Move IncompatiblePciDeviceSupportDxe module from IntelFrameworkModulePkg to MdeModulePkg
  c. Update the related consumes in inf/dsc/fdf

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9348 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
davidhuang
2009-10-20 03:43:42 +00:00
parent 9060e3ec6d
commit 1f7ff5ab68
3 changed files with 40 additions and 1 deletions

View File

@@ -132,7 +132,14 @@ typedef enum {
/// The resource allocation phase is completed. No specific action is required
/// here. This notification can be used to perform any chipset specific programming.
///
EfiPciHostBridgeEndResourceAllocation
EfiPciHostBridgeEndResourceAllocation,
///
/// The Host Bridge Enumeration is completed. No specific action is required here.
/// This notification can be used to perform any chipset specific programming.
///
EfiPciHostBridgeEndEnumeration,
EfiMaxPciHostBridgeEnumerationPhase
} EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE;
///