I am following the guide from uboot-imx to implement Secure Boot, and after I have fused the SRK Hash (before closing the board), I see two messages after doing `ahab_status` within u-boot.
IPC = MU RTD (0x1)
CMD = ELE_OEM_CNTN_AUTH_REQ (0x87)
IND = ELE_NO_AUTHENTICATION_FAILURE_IND (0xEE)
STA = ELE_SUCCESS_IND (0xD6)
IPC = MU APD (0x2)
CMD = ELE_OEM_CNTN_AUTH_REQ (0x87)
IND = ELE_NO_AUTHENTICATION_FAILURE_IND (0xEE)
STA = ELE_SUCCESS_IND (0xD6)
I can't figure out why I am getting these messages- has anyone else run into this issue or knows what it means and how to go about it? For context I have pasted my CST setup below for the iMX8ULP according to the CST User Guide.
./ahab_pki_tree.sh
-existing-ca n
-kt ecc
-kl p384
-da sha384
-duration 10
-srk-ca n
../linux64/bin/srktool
-a 1
-d sha256
-s sha384
-t SRK1234table.bin
-e SRK1234fuse.bin
-f 1
-c <path_to_crts>