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 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:
parent
7ffc1d6cf3
commit
8001247ce2
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ enum transfer_list_tag_id {
|
||||||
TL_TAG_SRAM_LAYOUT64 = 0x104,
|
TL_TAG_SRAM_LAYOUT64 = 0x104,
|
||||||
TL_TAG_MBEDTLS_HEAP_INFO = 0x105,
|
TL_TAG_MBEDTLS_HEAP_INFO = 0x105,
|
||||||
TL_TAG_EXEC_EP_INFO32 = 0x106,
|
TL_TAG_EXEC_EP_INFO32 = 0x106,
|
||||||
|
TL_TAG_SRAM_LAYOUT32 = 0x107,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum transfer_list_ops {
|
enum transfer_list_ops {
|
||||||
|
|
Loading…
Add table
Reference in a new issue