You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
680cab980b
This introduces an additional PCI Enumeration option. - self._PCI_ENUM_FLAG_ALLOC_PMEM_FIRST By deafult, the option will allocate PCI resource by ascending order (MEM32->PMEM32->MEM64->PMEM64). If it's set to 1, by reversed order. Signed-off-by: Aiden Park <aiden.park@intel.com>