feat(tl): add SP binary and manifest types

To comply with firmware hand-off update [1], add
two TE entry tag types 0x103 and 0x106 for the
SP binary and FF-A manifest.

[1] https://github.com/FirmwareHandoff/firmware_handoff/pull/52

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I1ebbec71949d94f188a9ec669879a8a2384ed945
diff --git a/inc/hf/transfer_list.h b/inc/hf/transfer_list.h
index fdbf70e..698010c 100644
--- a/inc/hf/transfer_list.h
+++ b/inc/hf/transfer_list.h
@@ -66,8 +66,9 @@
 	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_FFA_SP_BINARY = 0x103,
 	TL_TAG_SRAM_LAYOUT64 = 0x104,
+	TL_TAG_DT_FFA_MANIFEST = 0x106,
 };
 
 enum transfer_list_ops {