aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2023-01-31 16:42:26 +0800
committerStefano Babic <sbabic@denx.de>2023-03-29 20:15:42 +0200
commitf9288c60f4b6725f152e3bad5f8043cfba1b6ed8 (patch)
treed969b54fb47c6486c9cdd5b6cea10f82fa187959 /arch/arm/include
parentf2940f3e80beb11e9e0c317e5b748ec0c92b116f (diff)
downloadu-boot-f9288c60f4b6725f152e3bad5f8043cfba1b6ed8.zip
u-boot-f9288c60f4b6725f152e3bad5f8043cfba1b6ed8.tar.gz
u-boot-f9288c60f4b6725f152e3bad5f8043cfba1b6ed8.tar.bz2
imx: sentinel: Update S400 API get info message structure
From Sentinel FW v0.0.9-9df0f503, the response message of get info API is changed to add OEM SRK and some states (IMEM, CSAL, TRNG). With old structure, we get failure from sentinel due to the buffer size can't fit with new response message. So update the API structure to fix the issue. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/mach-imx/s400_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/s400_api.h b/arch/arm/include/asm/mach-imx/s400_api.h
index 89fa373..4819f20 100644
--- a/arch/arm/include/asm/mach-imx/s400_api.h
+++ b/arch/arm/include/asm/mach-imx/s400_api.h
@@ -41,6 +41,8 @@ struct sentinel_get_info_data {
u32 uid[4];
u32 sha256_rom_patch[8];
u32 sha_fw[8];
+ u32 oem_srkh[16];
+ u32 state;
};
int ahab_release_rdc(u8 core_id, u8 xrdc, u32 *response);