Skip to content

Boot ROM

J. Neuschäfer edited this page Jan 15, 2024 · 3 revisions

An on-chip boot ROM exists to supply the CPU with an initial vector table at 0xffff0000.

address size description
0x7fff0000 0x1000 (4k) Boot ROM mirror 1
0xffff0000 0x1000 (4k) Boot ROM mirror 2, initial vector table

TODO: collect and list known bootrom versions

Boot flow

TODO: trace the bootloader's actions

Clone this wiki locally