summaryrefslogtreecommitdiff
path: root/doc/imx/ahab
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2019-12-31 17:47:16 -0300
committerYe Li <ye.li@nxp.com>2020-04-26 23:36:39 -0700
commitb6bbaffb71f50f24ae2ec6522d192c8cec7ae88c (patch)
tree573d174ff15b80138bf7b763c53f2615eb0458ee /doc/imx/ahab
parent4be6dada426bff90ded6a2c8dddf1b434909b91e (diff)
MLK-23180 doc: ahab: Update SECO event example description
Update SECO event example description to clarify the error reported. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 1018252a576697e8f80ab78a1dcb15f1866e1fb8)
Diffstat (limited to 'doc/imx/ahab')
-rw-r--r--doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt b/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
index 591a6c30fd..782aa511dd 100644
--- a/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
+++ b/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
@@ -274,8 +274,8 @@ No events should be returned after this command:
No SECO Events Found!
U-Boot will decode the SECO events and provide more details on the failure,
-for example in case container image was signed with wrong keys and are not
-matching the OTP SRK hashes:
+for example in case container is not signed (signature is missing), but the
+device is not OEM closed:
=> ahab_status
Lifecycle: 0x0020, NXP closed
@@ -284,8 +284,8 @@ matching the OTP SRK hashes:
CMD = AHAB_AUTH_CONTAINER_REQ (0x87)
IND = AHAB_NO_AUTHENTICATION_IND (0xEE)
-Note: In case your SRK fuses are not programmed yet the event 0x0087FA00 may
-also be displayed.
+Note: In case the signature is incorrect (signed with wrong keys which are not
+matching the OTP SRK hashes) the event 0x0087FA00 is also displayed.
1.5.6 Close the device
-----------------------