feat(handoff): add 32-bit variant of SRAM layout

Introduce the 32-bit variant of the SRAM layout used by BL1 to
communicate available free SRAM to BL2. This layout was added to the
specification in:
https://github.com/FirmwareHandoff/firmware_handoff/pull/54.

Change-Id: I559fb8a00725eaedf01856af42d73029802aa095
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
Harrison Mutai 2024-12-16 12:55:15 +00:00
parent 7ffc1d6cf3
commit 8001247ce2

View file

@ -63,6 +63,7 @@ enum transfer_list_tag_id {
TL_TAG_SRAM_LAYOUT64 = 0x104,
TL_TAG_MBEDTLS_HEAP_INFO = 0x105,
TL_TAG_EXEC_EP_INFO32 = 0x106,
TL_TAG_SRAM_LAYOUT32 = 0x107,
};
enum transfer_list_ops {