QEMU: found out why DIGIC 6 models were getting stuck at startup!
The firmware was reading the memory layout from CP15 registers; most of them were emulated well in QEMU, except ATCM and BTCM, which were implemented as NOP. They are still NOP in current QEMU git. Patching the memory regions loop is no longer required! (keeping empty 80D patch for future use) --HG-- branch : qemu
Please register or sign in to comment