Promo flags.txt: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
File also called <i>shop.txt</i> or <i>update_type.txt</i>. Contains the <b>VSH Target</b> (corresponds to offset 0x48C1C in the [[SC_EEPROM#SC_EEPROM_Offset_Table_-_Flags_and_Tokens|Syscon EEPROM]]).
File also called <i>shop.txt</i> or <i>update_type.txt</i>. Contains the <b>VSH Target</b> (corresponds to offset 0x48C1C in the [[SC_EEPROM#SC_EEPROM_Offset_Table_-_Flags_and_Tokens|Syscon EEPROM]]).<br>
The <b>VSH Target</b> is used to differentiate between different targets with the same [[Product Sub Code]], e.g. {{DEX}} vs {{DEX}} ( {{TEST}} ) vs {{DEX}} ( {{DTCP-IP}} ) or {{CEX}} vs {{CEX}} ( {{SEX}} ).


As seen in extracted PUP:
As seen in extracted PUP <!-- decoded in ps3swu -->:
  Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
  Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
      
      
  00000000  30                                              0  (default on shop fw / Promotion)
  00000000  30                                              0  (default on shop fw / Promotion) <!-- added on 1.01 -->


  00000000  31                                              1  (StoreTest ?)
  00000000  31                                              1  (StoreTest ?) <!-- added on 2.20 -->


  00000000  33                                              3  (BDP pre-release ?)
  00000000  33                                              3  (BDP pre-release ?) <!-- added on 2.20 -->


  00000000  34                                              4  (AV Testing Tool ?)
  00000000  34                                              4  (AV Testing Tool ?) <!-- added on 2.20 -->


  00000000  35                                              5  (DivX ?)
  00000000  35                                              5  (DivX ?) <!-- added on 2.20 -->


  00000000  36                                              6  (DTCP-IP ?)
  00000000  36                                              6  (DTCP-IP ?) <!-- added between 3.00 and 3.55 -->
 
00000000  ??                                              ?  (BDU ?) <!-- added later than 3.55 -->




{{Custom Firmware}}<noinclude>[[Category:Main]]</noinclude>
{{Custom Firmware}}<noinclude>[[Category:Main]]</noinclude>

Revision as of 16:12, 2 June 2021

File also called shop.txt or update_type.txt. Contains the VSH Target (corresponds to offset 0x48C1C in the Syscon EEPROM).
The VSH Target is used to differentiate between different targets with the same Product Sub Code, e.g.  DEX  vs  DEX  (  AV TEST  ) vs  DEX  (  DTCP-IP  ) or  CEX  vs  CEX  (  SEX  ).

As seen in extracted PUP :

Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    
00000000  30                                               0  (default on shop fw / Promotion) 
00000000  31                                               1  (StoreTest ?) 
00000000  33                                               3  (BDP pre-release ?) 
00000000  34                                               4  (AV Testing Tool ?) 
00000000  35                                               5  (DivX ?) 
00000000  36                                               6  (DTCP-IP ?) 
00000000  ??                                               ?  (BDU ?)