Several changes to EFI memory mapping
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
* Move EFI memory type conversion to separate routine * Never map VRAM * Map only pages not exceeding the lowest physical page
This commit is contained in:
@@ -57,6 +57,9 @@ BlConsoleInitialize();
|
||||
VOID
|
||||
BlConsolePutChar(IN USHORT Character);
|
||||
|
||||
LOADER_MEMORY_TYPE
|
||||
BlConvertEfiMemoryType(IN EFI_MEMORY_TYPE EfiMemoryType);
|
||||
|
||||
VOID
|
||||
BlCreateStack(IN PVOID *StackPtr,
|
||||
IN ULONG StackSize,
|
||||
|
Reference in New Issue
Block a user