Editing Talk:SC EEPROM
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
Pseudo-code: | Pseudo-code: | ||
< | <source lang="python"> | ||
def check_bootrom_diag_mode(mode, param) | def check_bootrom_diag_mode(mode, param) | ||
diag_mode = get_eeprom_bootrom_diag() | diag_mode = get_eeprom_bootrom_diag() | ||
Line 16: | Line 16: | ||
param = -1 | param = -1 | ||
return 1 | return 1 | ||
</ | </source> | ||
== EEPROM Dumps == | == EEPROM Dumps == | ||
Line 28: | Line 28: | ||
== Bus Pirate stuff == | == Bus Pirate stuff == | ||
http://i.imgur.com/48rbR51.png | |||
(needs more wikifying) | (needs more wikifying) | ||
Line 73: | Line 73: | ||
http://rmscrypt.wordpress.com/2011/02/01/lets-look-at-syscon/ | http://rmscrypt.wordpress.com/2011/02/01/lets-look-at-syscon/ | ||
= Experimental table = | = Experimental table = | ||
The goal is to join together all the "memory map" info in a single table | The goal is to join together all the "memory map" info in a single table | ||
{| class="wikitable | {| class="wikitable" | ||
|- | |- | ||
! | ! colspan="3" | UART !! colspan="5" | Syscall 863 !! rowspan="2" | Area Name !! rowspan="2" | Value Name !! rowspan="2" | Description | ||
| | |||
|- | |- | ||
! | ! CXR713 !! CXR714 !! SW !! UM Whilisted !! SM Whitelisted !! Block ID !! Offset !! Size | ||
|- | |- | ||
| rowspan="6" | 0x2F00 || rowspan="6" | 0x2F00 || rowspan="6" | 0xE00 || {{yes}} || {{yes}} || rowspan="6" | 0x10 || 0x02F00 || 0x08 || rowspan="6" | Industry Area<br>a.k.a.<br>OS Version Area || Manufacturing Update Release Version String || | |||
| | |||
|- | |- | ||
| {{yes}} || {{yes}} || 0x02F08 || 0x10 || Manufacturing Update Build Version + Build Date String || | |||
|- | |- | ||
| {{yes}} || {{yes}} || 0x02F20 || 0x08 || Manufacturing Update Build Target ID || | |||
|- | |- | ||
| {{yes}} || {{yes}} || 0x02F28 || 0xD0 || Undocumented || | |||
|- | |- | ||
| {{yes}} || {{yes}} || 0x02FF8 || 0x01 || Factory Bit || | |||
|- | |- | ||
| {{yes}} || {{yes}} || 0x02FF9 || 0x07 || Undocumented || | |||
|} | |} |