You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
7942790d76
Re-scanning PCI devices to find NVME controllers was adding an additional ~20ms to the end of Stage 2. Moving this to the existing PCI scan that is part of PCI enumeration saves this time. However, this EfiPciBeforeResourceCollection phase was not actually getting called and needed to be added. Signed-off-by: Bejean Mosher <bejean.mosher@intel.com>