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:
@@ -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;
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user