Commit b1fa9bc8bce6103e1238ccb8b8e87d4686666cbb

Authored by Breno Lima
Committed by Ye Li
1 parent e2f251c410

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)

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt
... ... @@ -274,8 +274,8 @@
274 274 No SECO Events Found!
275 275  
276 276 U-Boot will decode the SECO events and provide more details on the failure,
277   -for example in case container image was signed with wrong keys and are not
278   -matching the OTP SRK hashes:
  277 +for example in case container is not signed (signature is missing), but the
  278 +device is not OEM closed:
279 279  
280 280 => ahab_status
281 281 Lifecycle: 0x0020, NXP closed
... ... @@ -284,8 +284,8 @@
284 284 CMD = AHAB_AUTH_CONTAINER_REQ (0x87)
285 285 IND = AHAB_NO_AUTHENTICATION_IND (0xEE)
286 286  
287   -Note: In case your SRK fuses are not programmed yet the event 0x0087FA00 may
288   -also be displayed.
  287 +Note: In case the signature is incorrect (signed with wrong keys which are not
  288 +matching the OTP SRK hashes) the event 0x0087FA00 is also displayed.
289 289  
290 290 1.5.6 Close the device
291 291 -----------------------