diff options
author | Ye Li <ye.li@nxp.com> | 2025-07-08 04:42:53 +0800 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-07-17 09:56:33 -0300 |
commit | cadc0abe65ff30d8d5442ec960ca1797920649c4 (patch) | |
tree | 2e9286cb38c5b5eb62ea91c1075637c93574fbac | |
parent | 3b4604a40b9fd61b87e9d059fc56f04d36f1a380 (diff) |
arm: imx: Update ELE get_info structure for i.MX94
Since i.MX94, the ELE get_info structure is updated to add
OEM PQC SRK hash, so update it.
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | arch/arm/include/asm/mach-imx/ele_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/ele_api.h b/arch/arm/include/asm/mach-imx/ele_api.h index 19d12696a1e..64b243dcaaa 100644 --- a/arch/arm/include/asm/mach-imx/ele_api.h +++ b/arch/arm/include/asm/mach-imx/ele_api.h @@ -134,6 +134,8 @@ struct ele_get_info_data { u32 sha_fw[8]; u32 oem_srkh[16]; u32 state; + u32 oem_pqc_srkh[16]; + u32 reserved[8]; }; int ele_release_rdc(u8 core_id, u8 xrdc, u32 *response); |