Editing XDR Configuration
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: | ||
The XDR configuration is sent to the Cell BE processor via syscon's packet during booting, however you can query it at any moment.<br> | The XDR RAM configuration is sent to the Cell BE processor via syscon's packet during booting, however you can query it at any moment.<br> | ||
To fetch it you need to send a packet to the system controller with service id = 0x12 and payload consisting of two zero bytes, an answer have a size of | To fetch it you need to send a packet to the system controller with service id = 0x12 and payload consisting of two zero bytes, an answer have a size of 0x80 bytes.<br> | ||
= Sample = | = Sample = | ||
Here are example outputs from Slim consoles | Here are example outputs from Slim consoles: | ||
<pre> | <pre> | ||
0000h: 02 02 10 20 08 00 00 01 80 00 FF C0 32 00 06 11 ... ........2... | 0000h: 02 02 10 20 08 00 00 01 80 00 FF C0 32 00 06 11 ... ........2... | ||
Line 27: | Line 26: | ||
</pre> | </pre> | ||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> | |||
{{Reverse engineering}}<noinclude> | |||
[[Category:Main]] | |||
</noinclude> |