also reboot in dxe, just to confirm it's not reaching there
This commit is contained in:
parent
cef0e0f475
commit
6b73595028
@ -44,6 +44,8 @@ InitPeripherals (
|
||||
for (uint64_t addr = 0x9d400000ull; addr < 0x9d400000ull + (1440 * 2960 * 4); addr += 4) {
|
||||
MmioWrite32(addr, 0);
|
||||
}
|
||||
// reboot
|
||||
MmioWrite32(0xC264000, 0);
|
||||
// spin forever
|
||||
while (1) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user