commit | 802dc9e8f31b933f7b00f345659030d19e8eab88 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Mon Dec 16 12:52:29 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Mon Mar 17 16:58:49 2025 +0000 |
tree | a5a582586fb132b6cd92c6ab9133c5da19a4b472 | |
parent | 69480d4c7408a5018429660793b505f0c1c17cd9 [diff] [blame] |
feat(handoff): add 32-bit variant of ep info Add the 32-bit version of the entry_point_info structure used to pass the boot arguments for future executables, added to the spec under the PR: https://github.com/FirmwareHandoff/firmware_handoff/pull/54. Change-Id: Id98e0f98db6ffd4790193e201f24e62101450e20 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/include/lib/transfer_list.h b/include/lib/transfer_list.h index c403031..c864526 100644 --- a/include/lib/transfer_list.h +++ b/include/lib/transfer_list.h
@@ -62,6 +62,7 @@ TL_TAG_EXEC_EP_INFO64 = 0x102, TL_TAG_SRAM_LAYOUT64 = 0x104, TL_TAG_MBEDTLS_HEAP_INFO = 0x105, + TL_TAG_EXEC_EP_INFO32 = 0x106, }; enum transfer_list_ops {