12 lines
483 B
Markdown
12 lines
483 B
Markdown
# bootroms
|
|
This repo contains a few bootroms I've dumped.
|
|
|
|
Parameters for analysis:
|
|
* Rockchip: AArch64, base address `0xffff_0000`
|
|
* TI AM3358: ARMv7-A, base address `0x4002_0000`
|
|
* TI is rude, this only contains the public bootrom. The actual bootrom is disabled
|
|
* i.MX6: ARMv7-A, base address `0x0000_0000`
|
|
* BCM2835: VC4, base address `0x6000_0000`
|
|
* i.MX8: AArch64, base address `0x0000_0000`
|
|
* Last 4KiB are inaccessable. Also available from Cortex-M4 at `0x2002_0000`
|