Decreasing the amount of memory gets us into BDS
Screen still doesn't work though.
This commit is contained in:
parent
aa8f3cccae
commit
0659b959d1
@ -90,7 +90,7 @@
|
||||
|
||||
# System Memory (4GB)
|
||||
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
|
||||
gArmTokenSpaceGuid.PcdSystemMemorySize|0xfe0a0000
|
||||
gArmTokenSpaceGuid.PcdSystemMemorySize|0xe0000000
|
||||
|
||||
# We only boot one processor here!
|
||||
gArmPlatformTokenSpaceGuid.PcdCoreCount|1
|
||||
|
@ -86,11 +86,6 @@ Pixel3XLEntryPoint (
|
||||
EFI_STATUS Status;
|
||||
EFI_EVENT EndOfDxeEvent;
|
||||
|
||||
// give up, reboot the thing
|
||||
WriteBackDataCache();
|
||||
MmioWrite32(0xC264000, 0);
|
||||
while (1) {}
|
||||
|
||||
Status = gBS->LocateProtocol (&gEfiCpuArchProtocolGuid, NULL, (VOID **)&gCpu);
|
||||
ASSERT_EFI_ERROR(Status);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user