Fuses: Difference between revisions
No edit summary |
|||
| Line 94: | Line 94: | ||
! Name | ! Name | ||
! Address | ! Address | ||
|- | |||
| FUSE_PRODUCTION_MODE | |||
| 0x7000F900 | |||
|- | |- | ||
| [[#FUSE_SKU_INFO|FUSE_SKU_INFO]] | | [[#FUSE_SKU_INFO|FUSE_SKU_INFO]] | ||
| Line 166: | Line 169: | ||
| FUSE_FIRST_BOOTROM_PATCH_SIZE_REG | | FUSE_FIRST_BOOTROM_PATCH_SIZE_REG | ||
| 0x7000F99C | | 0x7000F99C | ||
|- | |||
| FUSE_SECURITY_MODE | |||
| 0x7000F9A0 | |||
|- | |- | ||
| [[#FUSE_PRIVATE_KEY|FUSE_PRIVATE_KEY0]] | | [[#FUSE_PRIVATE_KEY|FUSE_PRIVATE_KEY0]] | ||
| Line 181: | Line 187: | ||
| [[#FUSE_PRIVATE_KEY|FUSE_PRIVATE_KEY4]] | | [[#FUSE_PRIVATE_KEY|FUSE_PRIVATE_KEY4]] | ||
| 0x7000F9B4 | | 0x7000F9B4 | ||
|- | |||
| [[#FUSE_RESERVED_SW|FUSE_RESERVED_SW]] | |||
| 0x7000F9C0 | |||
|- | |- | ||
| FUSE_VP8_ENABLE | | FUSE_VP8_ENABLE | ||
| Line 425: | Line 434: | ||
==== FUSE_PUBLIC_KEY ==== | ==== FUSE_PUBLIC_KEY ==== | ||
This stores the SHA256 hash of the 2048-bit RSA key expected at BCT+0x210. | This stores the SHA256 hash of the 2048-bit RSA key expected at BCT+0x210. | ||
==== FUSE_RESERVED_SW ==== | |||
{| class="wikitable" border="1" | |||
! Bits | |||
! Description | |||
|- | |||
| 5 | |||
| ENABLE_WATCHDOG | |||
|- | |||
| 6 | |||
| Forced RCM two button mode (0 = Only VOLUME_UP; 1 = VOLUME_UP + HOME) | |||
|- | |||
| 7 | |||
| RCM USB controller mode (0 = USB 2.0; 1 = XUSB) | |||
|- | |||
|} | |||
This caches the value of the sw_reserved fuse from the hardware array. | |||
== eFuses == | == eFuses == | ||