fix(native): verify JD index reuse on default boot
This commit is contained in:
parent
55b3e56ca0
commit
e52e3fc07f
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ assert proof[1:].startswith(b"GHOS_NATIVE_LONG64_DISK_PROOF\x00")
|
|||
assert proof[32:36] == bytes([1, 1, 1, 1])
|
||||
assert proof[42:44] == bytes([0x7F, 0])
|
||||
assert proof[90] == 13
|
||||
assert proof[91:105] == bytes([1] * 14)
|
||||
assert proof[91:102] == bytes([1] * 11)
|
||||
assert proof[102] == 0
|
||||
assert proof[103:105] == bytes([1, 1])
|
||||
assert proof[105] == 16
|
||||
PY
|
||||
cmp "${recovery_root}/lba139-140.native-default-beacon.bin" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue