You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
1d4a9c5886
SBL PCI enumeration code will zero out all PCI command registers and PCI bridge control registers. However, FSP might have programmed some of the registers already, and some of the bits are expected to be preserved through the PCI enumeration. This patch addressed this issue by only clearing the bits that are required during the PCI enumeration. Signed-off-by: Maurice Ma <maurice.ma@intel.com>