Editing Syscon SPI
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: | ||
= Overview = | = Overview = | ||
Syscon has multiple SPI busses for communicating with different hardware peripherals: | |||
* | * Cell BE | ||
* | * RSX | ||
* Southbridge | |||
* | |||
= Cell BE SPI = | = Cell BE SPI = | ||
Line 18: | Line 17: | ||
== SPI Protocol == | == SPI Protocol == | ||
* Fixed size header | * Fixed size header | ||
* 8-bit | * 8-bit Command ID | ||
* 16-bit SPI address | * 16-bit SPI address | ||
* Register-specific data length | * Register-specific data length | ||
=== SPI Command ID === | === SPI Command ID === | ||
Line 70: | Line 68: | ||
|- | |- | ||
| 0x9104 || 0x24000509104 || Unknown || 32 || Written after every Syscon packet transfer | | 0x9104 || 0x24000509104 || Unknown || 32 || Written after every Syscon packet transfer | ||
|} | |} | ||
Line 83: | Line 75: | ||
= Southbridge SPI = | = Southbridge SPI = | ||
To be discovered... | To be discovered... | ||