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 1: | Line 1: | ||
There is a flag at EEPROM which enables a special diagnostic mode at startup.<br> | |||
Note: This flag is enabled on Proto/DECR. It allows memtest diagnose<br> | |||
There is a | |||
Pseudo-code: | Pseudo-code: | ||
< | <pre> | ||
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 14: | ||
param = -1 | param = -1 | ||
return 1 | return 1 | ||
</ | </pre> | ||
== EEPROM Dumps == | ==EEPROM Dumps== | ||
* https://mega.co.nz/#!Bk1ESBZT!pqAB6riHhZSCPAftvjm2MFf3j0It61huT3WT2AbWS-A | * https://mega.co.nz/#!Bk1ESBZT!pqAB6riHhZSCPAftvjm2MFf3j0It61huT3WT2AbWS-A | ||
== EEPROM Strings (CP memory dump, DECR) == | ==EEPROM Strings (CP memory dump, DECR) == | ||
http://pastie.org/private/usd2zi8mw3igycsh1a395q | http://pastie.org/private/usd2zi8mw3igycsh1a395q | ||
== Bus Pirate stuff == | ==Bus Pirate stuff== | ||
http://i.imgur.com/48rbR51.png | |||
(needs more wikifying) | (needs more wikifying) | ||
== On standby == | == On standby == | ||
* Checks status | * Checks status | ||
Line 44: | Line 39: | ||
* Reads 0x27B0?(0x10) | * Reads 0x27B0?(0x10) | ||
* Reads 0x26D0 (0x10) | * Reads 0x26D0 (0x10) | ||
* Reads some configs? (around | * Reads some configs? (around 0x3900) | ||
* Reads some configs? (around 0x3200) | |||
* Reads some configs? | * Reads some configs? (around 0x3700) | ||
* Reads | |||