Changes

375 bytes added ,  20:18, 11 August 2017
Line 620: Line 620:  
== Key data ==
 
== Key data ==
 
Small buffer stored after Stage 0's code and used across all stages.
 
Small buffer stored after Stage 0's code and used across all stages.
 +
 +
{| class="wikitable" border="1"
 +
!  Offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x00
 +
| 0x10
 +
| Device key
 +
|-
 +
| 0x10
 +
| 0x10
 +
| blob0 hash
 +
|-
 +
| 0x20
 +
| 0x10
 +
| blob1 hash
 +
|-
 +
| 0x30
 +
| 0x10
 +
| blob2 hash
 +
|-
 +
| 0x40
 +
| 0x10
 +
| blob2 IV
 +
|-
 +
| 0x50
 +
| 0x10
 +
| HOVI_EKS_01
 +
|-
 +
| 0x60
 +
| 0x10
 +
| HOVI_COMMON_01
 +
|-
 +
| 0x70
 +
| 0x04
 +
| blob0 size
 +
|-
 +
| 0x74
 +
| 0x04
 +
| blob1 size
 +
|-
 +
| 0x78
 +
| 0x04
 +
| blob2 size
 +
|-
 +
|}
    
== Notes ==
 
== Notes ==