Add missing transfer entries
Add entries that were added in recent months to the specification but
the library hasn't had a chance to catch up with:
- XFERLIST_TPM_EVLOG
- XFERLIST_EXEC_EP_INFO32
- XFERLIST_SRAM_LAYOUT32
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Change-Id: Ib782406369fe3043a965f3fd17a3cf8e0f34b55c
diff --git a/include/transfer_list.h b/include/transfer_list.h
index 239c280..29e4753 100644
--- a/include/transfer_list.h
+++ b/include/transfer_list.h
@@ -54,12 +54,14 @@
TL_TAG_HOB_BLOCK = 2,
TL_TAG_HOB_LIST = 3,
TL_TAG_ACPI_TABLE_AGGREGATE = 4,
+ TL_TAG_TPM_EVLOG = 5,
TL_TAG_OPTEE_PAGABLE_PART = 0x100,
TL_TAG_DT_SPMC_MANIFEST = 0x101,
TL_TAG_EXEC_EP_INFO64 = 0x102,
- TL_TAG_TB_FW_CONFIG = 0x103,
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 {