The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IBoot"
(added LLB, iBEC, iBSS) |
m (Added which chips LLB is present in) |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} |
||
− | {{DISPLAYTITLE:iBoot}} |
||
+ | '''iBoot''' is the name of Apple’s bootloader. Its components are implemented in both hardware and software, and the term '''iBoot''' may refer to one of the following, which all have '''iBoot-''' in their version strings: |
||
− | {{Disambig}} |
||
+ | * [[Bootrom]] (SecureROM), the hardware implementation |
||
+ | * Any of the four variants of the software implementation: |
||
+ | :* [[iBEC]] (iBoot Epoch Change; called iBootStage2 in iOS 10 and later) |
||
+ | :* [[iBoot (Bootloader)|iBoot second-stage loader]] (often called simply ''iBoot'') |
||
+ | :* [[iBSS]] (iBoot Single Stage; called iBootStage1 in iOS 10 and later) |
||
+ | :* [[LLB]] (Low Level Bootloader or iBoot first-stage loader in A9 or earlier) |
||
+ | The software implementations are built from the same source, but with different build parameters, as shown in the comparison table below. |
||
− | iBoot can stand for two things, both have names that start with iBoot and distinct version numbers: |
||
+ | |||
− | *[[Bootrom]] (version numbers between iBoot-240.4 and iBoot-574.4) |
||
+ | {| class="wikitable" |
||
− | *[[Stage 2 Bootloader]] (version numbers between iBoot-99 and iBoot-931.44.21) |
||
+ | |- |
||
− | *[[LLB]] |
||
+ | ! rowspan=2 | Product !! colspan=7 | Modules !! rowspan=2 | Text bank !! rowspan=2 | Options |
||
− | *[[iBEC]] |
||
+ | |- |
||
− | *[[iBSS]] |
||
+ | ! BOOT !! CONSOLE !! DFU !! DISPLAY !! FILESYSTEM !! FIRMWARE !! RECOVERY |
||
+ | |- |
||
+ | | iBoot || {{yes}} || {{no}} || {{no}} || {{yes}} || {{yes}} || {{no}}*** || {{yes}} || sdram || recovery, boot, filesystem, restore_strap |
||
+ | |- |
||
+ | | iBEC || {{yes}} || {{no}} || {{no}} || {{no}} || {{yes}} || {{no}}*** || {{yes}} || sdram || recovery, boot, filesystem, restore_boot |
||
+ | |- |
||
+ | | iBSS || {{yes}}* || {{no}}** || {{yes}} || {{no}} || {{no}} || {{no}}*** || {{yes}}* || sram || dfu, restore_strap, recovery*, boot*, restore_boot*, console** |
||
+ | |- |
||
+ | | LLB || {{no}} || {{no}}** || {{yes}} || {{no}} || {{no}} || {{yes}} || {{no}} || sram || dfu, restore_strap, console** |
||
+ | |} |
||
+ | <nowiki>*</nowiki> Not included in special development builds<br /> |
||
+ | <nowiki>**</nowiki> Included in special development builds<br /> |
||
+ | <nowiki>***</nowiki> Included through the BOOT module, which consists of the submodules FIRMWARE, NVRAM, RAMDISK and SYSCFG. |
||
+ | |||
+ | {{Disambig}} |
Latest revision as of 18:33, 30 March 2021
iBoot is the name of Apple’s bootloader. Its components are implemented in both hardware and software, and the term iBoot may refer to one of the following, which all have iBoot- in their version strings:
- Bootrom (SecureROM), the hardware implementation
- Any of the four variants of the software implementation:
- iBEC (iBoot Epoch Change; called iBootStage2 in iOS 10 and later)
- iBoot second-stage loader (often called simply iBoot)
- iBSS (iBoot Single Stage; called iBootStage1 in iOS 10 and later)
- LLB (Low Level Bootloader or iBoot first-stage loader in A9 or earlier)
The software implementations are built from the same source, but with different build parameters, as shown in the comparison table below.
Product | Modules | Text bank | Options | ||||||
---|---|---|---|---|---|---|---|---|---|
BOOT | CONSOLE | DFU | DISPLAY | FILESYSTEM | FIRMWARE | RECOVERY | |||
iBoot | Yes | No | No | Yes | Yes | No*** | Yes | sdram | recovery, boot, filesystem, restore_strap |
iBEC | Yes | No | No | No | Yes | No*** | Yes | sdram | recovery, boot, filesystem, restore_boot |
iBSS | Yes* | No** | Yes | No | No | No*** | Yes* | sram | dfu, restore_strap, recovery*, boot*, restore_boot*, console** |
LLB | No | No** | Yes | No | No | Yes | No | sram | dfu, restore_strap, console** |
* Not included in special development builds
** Included in special development builds
*** Included through the BOOT module, which consists of the submodules FIRMWARE, NVRAM, RAMDISK and SYSCFG.
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |