Editing Talk:More System Information
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 20: | Line 20: | ||
<gallery> | <gallery> | ||
File:MoreSystemInformation-CECHA01-102.JPG|[[CECHAxx|CECHA01]] with FW 1.02 | File:MoreSystemInformation-CECHA01-102.JPG|[[CECHAxx|CECHA01]] with FW 1.02 | ||
File:IMG 0148.JPG|[[CECHAxx|CECHA00]] with FW 1.10 | File:IMG 0148.JPG|[[CECHAxx|CECHA00]] with FW 1.10 | ||
Line 45: | Line 44: | ||
File:8dhVe.jpg|More System Information on Rogero 4.30 | File:8dhVe.jpg|More System Information on Rogero 4.30 | ||
File:119969721 4660026800704403 4070297939326266936 n.jpg|More System Information On Rebug 4.86 (Pro_5.0) | File:119969721 4660026800704403 4070297939326266936 n.jpg|More System Information On Rebug 4.86 (Pro_5.0) | ||
</gallery> | </gallery> | ||
===Syscon string format speculation=== | |||
There are motherboards with 4.00 firmware with a string filled with zeroes after the "." (0000000000000000). This zeroes means that his SoftID includes all the needed patches (in other words... 4.00ofw contains no patches aplicables to this syscon) | |||
There is a direct relationship between the numbers used in the names of the .pkg's and the info shown after the "." e.g: SYS_CON_FIRMWARE_01040402.pkg will be shown in screen as: 0E69.0001000400040002 (to convert the string just add a zeroed byte before every byte) | |||
Based in the numbers used in the patches them can be ordered in a timeline from "older to newer": 0100****.pkg 0101****.pkg 0102****.pkg 0103****.pkg 0104****.pkg 0105****.pkg (there are only patches for 6 different syscons in 4.00 firmware, but probably there are more syscon generations used in newer motherboards that doesn't need patches yet) | |||
The only patch that doesn't follow this rules is SYS_CON_FIRMWARE_S1_00010002083E0832.pkg whose numbers string doesn't need conversion, but it keeps the format 00010002******** (its unknown why this patch is speciall, and if it uses a different install method than the others) | |||
Note there are only 5 syscon hardware series known in this order: CXR713F120A, CXR713120-201GB, SW-30x, SW2-30x, and SW3-30x | |||
The SoftID versions are ordered chronologically, and are dependant of this hardware revisions of syscon. As an example the chronologicall order of SoftID availables for CXR713120-201GB is 0B8E--->0C16--->0D52--->0DBF--->0E69. After this SoftID the increasing numeration stops. In the next hardware revision of syscon (SW-30x series) the SoftID starts in 065D (is smaller than the previous series)... is not clear if this series continues with SW2-30x and later with SW3-30x because the numbers matches but the syscon hardware is a different series | |||
The value used in SoftID is not an identifyer of syscon hardware itself, actually each syscon has several SoftiID compatibles (but this doesnt means that all the compatible versions can be installed because the syscon firmware contains code to initialize/manage/communicate with other components of the motherboard as cell, southbridge (and underlying starship?, sata/pata adaptor?), etc...). In the case of a syscon firmware installed in a compatible syscon but with an incorrect SoftID some components of the motherboard can stop working, the whole system unable to boot or permanently bricked | |||
It seems CXR713F120A and CXR713120-201GB has the same package/pinout... so maybe this first 2 syscon models can be refered as "CXR713 series" his SoftID versions keeps the chronologically order. Then the "rare" version is "03FB" because there is a "jump" after it... maybe this strange behaviour in the versions is related with the "CP updates" ? | |||
Note at the bottom of this page: http://www.ps3devwiki.com/wiki/Talk:System_Controller_Firmware (CXR713F120A syscon located ON the Communication Processor Board). Is the same component, but is an important change in the hardware, this can be a good reason to keep a different SoftID versioning for this "pre-release" DECR models | |||
===Example tables (please help to fill it)=== | |||
{{Syscon Patches}} | |||
*Table notes | |||
**Is possible to add another interesting column "Syscon VER (UART command)" documented here: [[Syscon_Hardware#Syscon_UART]]. But we have only 1 example '''00000000 S1E 00 00 065D''', noted here because belongs to SoftID '''065D''' and gives a hint of the versioning used (S1E maybe is "Series 30" refered to "SW-30x part number") | |||
**Based on [http://pastebin.com/ZMxvTxwL this code], the 4 numbers of the syscon firmware/patches are: major version, middle version, minor version, release version | |||
---- | |||
i think that this will explain everything: http://pastebin.com/k8KHGkzB and these are the generation of the SC http://pastebin.com/aJ3gxRKx (probably the first group is the correct one). | |||
<pre> | |||
03FB -> 001111111011 | |||
0B67 -> 101101100111 | |||
0B8E -> 101110001110 | |||
0C16 -> 110000010110 | |||
0D52 -> 110101010010 | |||
0DBF -> 110110111111 | |||
0E69 -> 111001101001 | |||
065D -> 011001011101 | |||
0832 -> 100000110010 | |||
08A0 -> 100010100000 | |||
08C2 -> 100011000010 | |||
0918 -> 100100011000 | |||
098F -> 100110001111 | |||
</pre> | |||
[[User:Deroad|Deroad]] 19:06, 21 November 2012 (MSK) |