mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
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>
This commit is contained in:
parent
af61b50c10
commit
7ffc1d6cf3
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ enum transfer_list_tag_id {
|
|||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue