]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Enhance bus scan for all root bridge instances
authorFoster Nong <foster.nong@intel.com>
Fri, 22 Jul 2022 09:10:26 +0000 (17:10 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 12 Aug 2022 06:50:02 +0000 (06:50 +0000)
commitbd06717863ed6cba979fe5300433619aba340403
tree9ca607cec09a509a89c495e442111c0a279c0a60
parente76496530c5facf58f57680825adf513265066f0
MdeModulePkg: Enhance bus scan for all root bridge instances

Ref:https://bugzilla.tianocore.org/show_bug.cgi?id=4000

Change flow to bus scan all root bridge instances even when any
one root bridge meet bus resource OUT_OF_RESOURCE case.
thus platform handler  of "EfiPciHostBridgeEndBusAllocation" has
an chance to do relative pci bus rebalance to handle this case.

Signed-off-by: Foster Nong <foster.nong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c