Difference between revisions of "CHIP"

From The iPhone Wiki
Jump to: navigation, search
(Updating)
m
Line 27: Line 27:
 
* [[T8015]] (A11 Bionic): 0x8015
 
* [[T8015]] (A11 Bionic): 0x8015
 
* [[T8020]] (A12 Bionic): 0x8020
 
* [[T8020]] (A12 Bionic): 0x8020
  +
* [[T8027]] (A12X Bionic): 0x8027
   
 
== [[Recovery Mode]] string ==
 
== [[Recovery Mode]] string ==

Revision as of 14:25, 22 November 2018

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.