You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
76afeb000d
According to PCI spec, it is required to check the multi-function support in PCI configuration header type before scanning next PCI function. Current SBL does not follow this, and it caused duplicated PCI devices listed in Shell command "lspci". This patch fixed this issue. Signed-off-by: Maurice Ma <maurice.ma@intel.com>