Difference between revisions of "CHIP"

From The iPhone Wiki
Jump to: navigation, search
(Processors)
(Processors: A15)
Line 32: Line 32:
 
* [[T8301]] (S6): 0x8301
 
* [[T8301]] (S6): 0x8301
 
* [[T8101]] (A14 Bionic): 0x8101
 
* [[T8101]] (A14 Bionic): 0x8101
  +
* [[T8110]] (A15 Bionic): 0x8110
   
 
== [[Recovery Mode]] string ==
 
== [[Recovery Mode]] string ==

Revision as of 19:37, 20 September 2021

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.