Changes

248 bytes added ,  14:53, 19 June 2016
security level flags, factory mode
Line 101: Line 101:  
|-
 
|-
 
| 1 (Wii U bank) || 0x080 (0x20 * 4) || 0x04 bytes || Security level flag.  
 
| 1 (Wii U bank) || 0x080 (0x20 * 4) || 0x04 bytes || Security level flag.  
  Retail: 0x90000000; Debug: 0x08000000; Factory: 0x00000000.
+
  Retail: 0x90000000; Debug: 0x88000000; Factory: 0x00000000.
 
  Flag 0x40000000 causes an error in boot0.
 
  Flag 0x40000000 causes an error in boot0.
  Flag 0x00000000 makes boot0 use empty SEEPROM and boot1 keys.
+
Flag 0x80000000 means the console type has been programmed.
  Flag 0x08000000 tells boot0 to use rsa_pub0 (debug).
+
  Flag 0x00000000 tells boot0 to not crypt or verify ancast images, and not require valid SEEPROM info (factory mode).
  Flag 0x90000000 or 0x10000000 tells boot0 to use rsa_pub1 (retail).
+
  Flag 0x08000000 tells boot0 to use its first RSA key and debug ancast images (debug mode).
 +
  Flag 0x10000000 tells boot0 to use its second RSA key and retail ancast images (retail mode).
 +
If both retail and debug flags are set, boot0 will throw an error.
 
|-
 
|-
 
| 1 (Wii U bank) || 0x084 (0x21 * 4) || 0x04 bytes || Some flag for IOStrength configurations.
 
| 1 (Wii U bank) || 0x084 (0x21 * 4) || 0x04 bytes || Some flag for IOStrength configurations.
27

edits