MLK-23180 doc: ahab: Update SECO event example description
authorBreno Lima <breno.lima@nxp.com>
Tue, 31 Dec 2019 20:47:16 +0000 (17:47 -0300)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:38 +0000 (00:56 -0700)
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)
(cherry picked from commit b1fa9bc8bce6103e1238ccb8b8e87d4686666cbb)

doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt

index 591a6c3..782aa51 100644 (file)
@@ -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
 -----------------------