Editing Talk:Undocumented SPU Channels
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: | ||
[[Category:Software]] | |||
== Channel 67 == | == Channel 67 == | ||
Line 7: | Line 9: | ||
< | <code>uint8_t expectedConfigRing65[]; | ||
uint8_t expectedConfigRing90[]; | uint8_t expectedConfigRing90[]; | ||
function _start+1340() { //extracted from bootloader on 0x1A datecode console | function _start+1340() { //extracted from bootloader on 0x1A datecode console | ||
uint64_t vr = getSPU_VR(); //First active SPE priv1 SPU_VR register | uint64_t vr = getSPU_VR(); //First active SPE priv1 SPU_VR register | ||
uint32_t toIgnore; | uint32_t toIgnore; | ||
Line 41: | Line 43: | ||
checkConfigRingField(expectedConfigRing, readedConfigRing, field, .....); | checkConfigRingField(expectedConfigRing, readedConfigRing, field, .....); | ||
} | } | ||
}</ | }</code> | ||
== Channel 64 == | == Channel 64 == | ||
Other values written to channel 64 (on bootldr): 0x00, 0x02, 0x20000 | Other values written to channel 64 (on bootldr): 0x00, 0x02, 0x20000 | ||