Skip to content
  • alex@thinkpad's avatar
    QEMU: found out why DIGIC 6 models were getting stuck at startup! · 2b0b39ae12ed
    alex@thinkpad authored
    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
    2b0b39ae12ed