Difference between revisions of "CHIP"

From The iPhone Wiki
Jump to: navigation, search
(Processors: A10X)
(Processors: Added A11.)
Line 22: Line 22:
 
* [[T8010]] (A10): 0x8010
 
* [[T8010]] (A10): 0x8010
 
* [[T8011]] (A10X): 0x8011
 
* [[T8011]] (A10X): 0x8011
  +
* [[T8015]] (A11): 0x8015
   
 
== [[Recovery Mode]] string ==
 
== [[Recovery Mode]] string ==

Revision as of 15:42, 14 September 2017

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 one of the few tags that is not read from the fuses, being hardcoded in the bootchain. 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

Recovery Mode string

If you connect a device in Recovery Mode to your computer, there is a small section in the device's USB "serial number" that contains the CPID, among other information.