]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: imx: Update ELE get_info structure for i.MX94
authorYe Li <ye.li@nxp.com>
Mon, 7 Jul 2025 20:42:53 +0000 (04:42 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 17 Jul 2025 12:56:33 +0000 (09:56 -0300)
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>
arch/arm/include/asm/mach-imx/ele_api.h

index 19d12696a1eef1e2602da9bc9ef6dabfdbdb62d3..64b243dcaaad2d8db0b3da4ff848d5109b730fe6 100644 (file)
@@ -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);