mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-09 14:46:13 +02: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:
parent
3b4604a40b
commit
cadc0abe65
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user