Difference between revisions of "CHIP"

From The iPhone Wiki
Jump to: navigation, search
m (Processors: oops)
(Processors: New processors.)
Line 16: Line 16:
 
* [[T7001]]: 0x7001
 
* [[T7001]]: 0x7001
 
* [[S7002]]: 0x7002
 
* [[S7002]]: 0x7002
  +
* [[S8000]]: 0x8000
  +
* [[S8003]]: 0x8003
   
 
[[Category:Firmware Tags]]
 
[[Category:Firmware Tags]]

Revision as of 07:45, 17 September 2015

The CHIP tag is a 16-bit unsigned integer (uint16_t) that denotes the type of chip the firmware is to be installed to. It is used to prevent [supposedly] incompatible firmwares from being installed. A firmware is truly incompatible if it uses instructions only available on newer processors.

Processors