Decreasing the amount of memory gets us into BDS

Screen still doesn't work though.
This commit is contained in:
Zhuowei Zhang 2019-02-23 16:47:38 -08:00
parent aa8f3cccae
commit 0659b959d1
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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);