mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user