Advertisement
cloverleafswag3

Xbox 360 Post Codes

Jul 6th, 2016
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. # http://www.xdevwiki.tk/index.php?title=POST_Codes
  2.  
  3. JTAG payload
  4. 0x10 Payload started
  5. 0x11 Payload has copied XeLL to the RAM from NAND and executed it
  6. 1BL
  7. 0x10 1BL started
  8. 0x11 Execute FSB function1
  9. 0x12 Execute FSB function2
  10. 0x13 Execute FSB function3
  11. 0x14 Execute FSB function4
  12. 0x15 Verify CB offset
  13. 0x16 Copy CB header from NAND
  14. 0x17 Verify CB header
  15. 0x18 Copy CB into protected SRAM
  16. 0x19 Generate CB HMAC key
  17. 0x1A Initialize CB RC4 decryption key
  18. 0x1B RC4 decrypt CB
  19. 0x1C Generate hash of CB for verification
  20. 0x1D RSA signature check of CB hash
  21. 0x1E Jump to CB
  22. 0x81-0x8F Panic codes
  23. 0x91 Panic
  24. 0x92 1BL is executed on wrong CPU thread (panic)
  25. 0x93 1BL is executed on wrong CPU core (panic)
  26. 0x95 CB offset verification failed
  27. 0x96 CB RSA signature verification failed
  28. CBA/2BL (splitCB)
  29. 0xD0 CB_A entry point, copy self to 0x8000.0200.0001.C000 and continue from there
  30. 0xD1 Copy fuses from SoC for CBB decryption
  31. 0xD2 Verify CBB offset
  32. 0xD3 Copy CBB header from NAND for verification
  33. 0xD4 Verify CBB header
  34. 0xD5 Copy CBB into memory at 0x8000.0200.0001.0000 (old location of CBA)
  35. 0xD6 Create HMAC key for CD decryption
  36. 0xD7 Initialize CD RC4 key using HMAC key
  37. 0xD8 RC4 decrypt CD
  38. 0xD9 Compute hash of CD for verification
  39. 0xDA MemCmp computed hash with expected one (where rgh2 glitches)
  40. 0xDB Jump to CBB
  41. 0xF0 CBB offset verification fail
  42. 0xF1 CBB header verification fail
  43. 0xF2 CBB security hash comparison fail
  44. 0xF3 CBB size check fail (must be less than 0xC000)
  45. CBB/2BL
  46. 0x20 CB entry point, initialize SoC
  47. 0x21 Initialize secopt, verify lockdown fuses
  48. 0x22 Initialize security engine
  49. 0x23 Undocumented Subroutine Start
  50. 0x2E Hardware initialization
  51. 0x2F Setup tlb entries, relocate to ram
  52. 0x30 Verify CD offset
  53. 0x31 Copy CD header from NAND for verification
  54. 0x32 Verify CD header
  55. 0x33 Copy CD from nand
  56. 0x34 Create HMAC key for CD decryption
  57. 0x35 Initialize CD RC4 key using HMAC key
  58. 0x36 RC4 decrypt CD with key
  59. 0x37 Compute hash of CD for verification
  60. 0x39 MemCmp computed hash with expected one
  61. 0x3B Initialize PCI
  62. 0x3A Setup memory encryption and jump to CD
  63. 0x9B Secopt fuse verification fail
  64. 0x9C Secopt fuse verification fail2
  65. 0x9D Secopt fuse verification console type? fail
  66. 0x9E Secopt fuse verification console type? fail
  67. 0x9F Secopt fuse verification console type? fail
  68. 0xA0 CB revocation check failed
  69. 0xA1 Panic after 0x21
  70. 0xA2 Panic after 0x21
  71. 0xA3 Panic after 0x21
  72. 0xA4 Failed SMC HMAC
  73. 0xA9
  74. 0xAA Failed to verify CD offset
  75. 0xAB Failed to verify CD header
  76. 0xAD CD security hash comparison fail
  77. 0xAE CB exception, unknown interrupt vector
  78. 0xB0 Secopt fuse verification console type? fail
  79. CD/4BL
  80. 0x40 Entrypoint of CD, setup memory paging
  81. 0x41 Verify offset to CE
  82. 0x42 Copy CE header from NAND for verification
  83. 0x43 Verify CE Header
  84. 0x44 Read CE from nand into memory
  85. 0x45 Create HMAC key for CE decryption
  86. 0x46 Initialize CE RC4 key using HMAC key
  87. 0x47 RC4 decrypt CE
  88. 0x48 Compute hash of CE for verification
  89. 0x49 MemCmp computed hash with expected one (where rgh1 glitches)
  90. 0x4B LZX Decompress CE
  91. 0x4D Decode fuses
  92. 0x4E Load CF (kernel patches) offset
  93. 0x4F Verify CF offset
  94. 0x50 Load CF1/CG1 (patchslot1) if version & header checks pass
  95. 0x51 Load CF2/CG2 (patchslot2) if version & header checks pass
  96. 0x52 Startup kernel/Hypervisor
  97. 0xB1 CE decryption failed
  98. 0xB2 Failed to verify CE header
  99. 0xB3 CE hash comparison fail
  100. 0xB4 CE LZX decompression failed
  101. 0xB5 CF verification failed
  102. 0xB6 Fuse decryption/check failed
  103. 0xB7 CF decryption failed, patches missing.
  104. 0xB8 CF hash auth failed
  105. CE
  106. CF
  107. 0xC1 LDICreateDecompression failed
  108. 0xC2 CG size verification failed
  109. 0xC3 Header / patch fragment info check failed
  110. 0xC4 Unexpected LDI fragment type
  111. 0xC5 LDISetWindowData failed
  112. 0xC6 LDIDecompress failed
  113. 0xC7 LDIResetDecompression failed
  114. 0xC8 CG auth failed
  115. Hypervisor
  116. 0x58 Hypervisor Initialization begin
  117. 0x59 Initialize SoC MMIO
  118. 0x5A Initialize XEX training
  119. 0x5B Initialize key ring
  120. 0x5C Initialize keys
  121. 0x5E Initialize SoC Interrupts
  122. 0x5F Initialization complete
  123. 0xFF Fatal Error
  124. Kernel
  125. 0x64 INIT_MEMORY_MANAGER
  126. 0x65 INIT_STACKS
  127. 0x66 INIT_OBJECT_SYSTEM
  128. 0x67 INIT_PHASE1_THREAD
  129. 0x68 Started phase 1 Initialization + INIT_PROCESSORS
  130. 0x69 INIT_KEY_VAULT
  131. 0x6A INIT_HAL_PHASE_1
  132. 0x6B INIT_SFC_DRIVER
  133. 0x6C INIT_SECURITY
  134. 0x6D INIT_KEY_EX_VAULT
  135. 0x6E INIT_SETTINGS
  136. 0x6F INIT_POWER_MODE
  137. 0x70 INIT_VIDEO_DRIVER
  138. 0x71 INIT_AUDIO_DRIVER
  139. 0x72 INIT_BOOT_ANIMATION + XMADecoder & XAudioRender Init
  140. 0x73 INIT_SATA_DRIVER
  141. 0x74 INIT_SHADOWBOOT
  142. 0x75 INIT_DUMP_SYSTEM
  143. 0x76 INIT_SYSTEM_ROOT
  144. 0x77 INIT_OTHER_DRIVERS
  145. 0x78 INIT_STFS_DRIVER
  146. 0x79 LOAD_XAM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement