Skip to content

Instantly share code, notes, and snippets.

@hexkyz
Created December 26, 2017 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hexkyz/de465493d54c89b846c3f5b7be0ace11 to your computer and use it in GitHub Desktop.
Save hexkyz/de465493d54c89b846c3f5b7be0ace11 to your computer and use it in GitHub Desktop.
0x00000000: 0x00000001 // Always 1 (set by boot1 on coldboot)
0x00000004: 0xA6000000 // Boot flags (0x80 means data is set)
0x00000008: 0x00000000 // Boot state
0x0000000C: 0x00000001 // Boot count (increased by boot1 on reset)
0x00000010: 0x00100000 // Set to 0 by boot1 on coldboot
0x00000014: 0x00000000 // Set to 0 by boot1 on coldboot
0x00000018: 0xFFFFFFFF // Set to -1 by boot1 on coldboot
0x0000001C: 0xFFFFFFFF // Set to -1 by boot1 on coldboot
0x00000020: 0xFFFFFFFF // Set to -1 by boot1 on coldboot
0x00000024: 0xFFFFFFFF // Set to -1 by boot1 on coldboot
0x00000028: 0xFFFFFFFF // Set to -1 by boot1 on AHB reset
0x0000002C: 0xFFFFFFFF // Set to -1 by boot1 on AHB reset
0x00000030: 0x00000000 // Set to 0 by boot1 on AHB reset
0x00000034: 0x00000000 // Set to 0 by boot1 on AHB reset
0x00000038: 0x00369F6B // boot1_main
0x0000003C: 0x00297268 // boot1_read
0x00000040: 0x0005FCFE // boot1_verify
0x00000044: 0x00053CE8 // boot1_decrypt
0x00000048: 0x00012030 // boot0_main
0x0000004C: 0x000029D2 // boot0_read
0x00000050: 0x0000D281 // boot0_verify
0x00000054: 0x0000027A // boot0_decrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment