summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach-imx/ele_api.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-03-24 17:49:42 -0400
committerTom Rini <trini@konsulko.com>2024-03-24 17:49:42 -0400
commit0cfdc7d22336f0f0ef4092163510fafffe4e3b4c (patch)
treecb0f637c4f530e21ac88e0ab017abc5362ef4af7 /arch/arm/include/asm/mach-imx/ele_api.h
parentfb49d6c289d942ff7de309a5c5eaa37a7f4235db (diff)
parent9d27e441bb14dd526c60c13d5ff16353ca322eb3 (diff)
Merge tag 'u-boot-imx-next-20240324' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
- Add ahab_commit command support. - Add USB support for the imx93-phyboard-segin board. - Add i.MX8MP PCIe support. - Fix netboot environment on phycore_imx8mp.
Diffstat (limited to 'arch/arm/include/asm/mach-imx/ele_api.h')
-rw-r--r--arch/arm/include/asm/mach-imx/ele_api.h2
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 cfd4ecebb62..a29b849d903 100644
--- a/arch/arm/include/asm/mach-imx/ele_api.h
+++ b/arch/arm/include/asm/mach-imx/ele_api.h
@@ -24,6 +24,7 @@
#define ELE_GET_FW_VERSION_REQ (0x9D)
#define ELE_RET_LIFECYCLE_UP_REQ (0xA0)
#define ELE_GET_EVENTS_REQ (0xA2)
+#define ELE_COMMIT_REQ (0xA8)
#define ELE_START_RNG (0xA3)
#define ELE_GENERATE_DEK_BLOB (0xAF)
#define ELE_ENABLE_PATCH_REQ (0xC3)
@@ -142,6 +143,7 @@ int ele_read_common_fuse(u16 fuse_id, u32 *fuse_words, u32 fuse_num, u32 *respon
int ele_release_caam(u32 core_did, u32 *response);
int ele_get_fw_version(u32 *fw_version, u32 *sha1, u32 *response);
int ele_get_events(u32 *events, u32 *events_cnt, u32 *response);
+int ele_commit(u16 fuse_id, u32 *response, u32 *info_type);
int ele_generate_dek_blob(u32 key_id, u32 src_paddr, u32 dst_paddr, u32 max_output_size);
int ele_dump_buffer(u32 *buffer, u32 buffer_length);
int ele_get_info(struct ele_get_info_data *info, u32 *response);