You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
a005a5772c
Current PCI Enum Lib scopes for only Apperture resources for a PPB. But some OSes (like ESXi) expect BAR0 & BAR1 (Offset 0x10/0x14) to be allocated resources accordingly. Otherwise, PPB enumeration doesnt happen correctly and devices behind PPB are not registered at all. This patch adds the functionality to assign valid resources to BAR0(0x10) and BAR1(0x14) for a PPB also. Signed-off-by: Talamudupula <stalamudupula@gmail.com>