Difference between revisions of "CHIP"

From The iPhone Wiki
Jump to: navigation, search
(Processors: A10.)
m
Line 19: Line 19:
 
* [[S8001]]: 0x8001
 
* [[S8001]]: 0x8001
 
* [[S8003]]: 0x8003
 
* [[S8003]]: 0x8003
* [[T8010]]: 0x8002
+
* [[T8010]]: 0x8010
   
 
[[Category:Firmware Tags]]
 
[[Category:Firmware Tags]]

Revision as of 21:33, 18 September 2016

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