summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach-imx/s400_api.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-09-05 13:14:00 +0800
committerYe Li <ye.li@nxp.com>2022-10-10 15:08:15 +0800
commit63d0579f39778e835bdf13da8e42fceb929f5604 (patch)
tree4dbba4ab38081eee90a53fb69c8eb86eec8457b4 /arch/arm/include/asm/mach-imx/s400_api.h
parent266dddae454a9cc95f0ee08da423f63c030f9d64 (diff)
LFU-410 imx: ele_ahab: Add ahab_sec_fuse_prog command
Add ahab_sec_fuse_prog command to support burn secure fuse, for example the system ROM patch. Before running the command, user needs to sign the fuse container in format mentioned in ELE API and have loaded the container to specified address passed to ahab_sec_fuse_prog Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/mach-imx/s400_api.h')
-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 539b1d16bb..3862c5a39b 100644
--- a/arch/arm/include/asm/mach-imx/s400_api.h
+++ b/arch/arm/include/asm/mach-imx/s400_api.h
@@ -147,4 +147,6 @@ int ahab_get_events(u32 *events, u32 *events_cnt, u32 *response);
int ahab_start_rng(void);
int ahab_generate_dek_blob(u32 key_id, u32 src_paddr, u32 dst_paddr,
u32 max_output_size);
+int ahab_write_secure_fuse(ulong signed_msg_blk, u32 *response);
+
#endif