Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change assert to not fire when intentionally disabling PCI enumeration (
#572) ## Description When setting PcdPciDisableBusEnumeration to TRUE, an assert is hit in StartPciDevices due to the RootBridge not existing. This is expected when skipping enumeration so change the assert to only fail if enumeration was not disabled. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested Tested on QEMU Q35 platform ## Integration Instructions N/A
- Loading branch information