You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
eabaac12ad
This introduces a new PCD 'PcdPciResAllocTableBase' to allow a platform to provide its specific PCI resource allocation pool at runtime. PCI Enumerator will allocate required resources in the range. If the PCD is not provided, a default range will be used. Signed-off-by: Aiden Park <aiden.park@intel.com>