bootroms/readme.md

12 lines
483 B
Markdown
Raw Permalink Normal View History

2024-08-09 05:45:47 +00:00
# bootroms
2024-08-09 18:56:54 +00:00
This repo contains a few bootroms I've dumped.
2024-08-09 05:45:47 +00:00
2024-08-09 18:56:54 +00:00
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
2024-08-09 19:34:53 +00:00
* i.MX6: ARMv7-A, base address `0x0000_0000`
2024-08-09 21:26:28 +00:00
* BCM2835: VC4, base address `0x6000_0000`
2024-08-10 00:46:51 +00:00
* i.MX8: AArch64, base address `0x0000_0000`
* Last 4KiB are inaccessable. Also available from Cortex-M4 at `0x2002_0000`