From 8001247ce267a583ae6a24a37a77f17427bd5204 Mon Sep 17 00:00:00 2001 From: Harrison Mutai Date: Mon, 16 Dec 2024 12:55:15 +0000 Subject: [PATCH] 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 --- include/lib/transfer_list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lib/transfer_list.h b/include/lib/transfer_list.h index c864526f1..bdc63490b 100644 --- a/include/lib/transfer_list.h +++ b/include/lib/transfer_list.h @@ -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 {