You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
This issue is seen on a WHL board on X64 build when high 32-bit BAR does not exist. In that case, MmioRead64 returns (UINT64)(-1). To avoid this, read high 32-bit BAR only if BAR type is 64-bit address space. Signed-off-by: Aiden Park <aiden.park@intel.com>