intel / FdtBusPkg

Device Tree-based Platform Device Driver Development for Tiano UEFI
https://wiki.riseproject.dev/display/HOME/EDK2_00_03+-+FdtBusDxe+support
11 stars 1 forks source link

Upstream tech debt: BaseRiscVMmuLib violates PI spec #81

Open andreiw opened 7 months ago

andreiw commented 7 months ago

PI spec sez:

... the DXE driver that produces the EFI_CPU_ARCH_PROTOCOL must
seed the GCD memory space map with the initial state of the^M
attributes for all the memory regions visible to the processor.

Instead the GCD attrs remain 0, even for regions that get accessible page table mappings.