also reboot in dxe, just to confirm it's not reaching there

This commit is contained in:
Zhuowei Zhang 2019-02-21 19:04:10 -08:00
parent cef0e0f475
commit 6b73595028

View File

@ -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) {}
}