feat(tlc): add host tool for static TL generation

Transfer List Compiler is a command line tool that enables the static
generation of TL's compliant with version 0.9 of the firmware handoff
specification. The intent of this tool is to support information passing
via the firmware handoff framework to bootloaders that run without
preceding images (i.e. `RESET_TO_BL31`).

It currently allows for TL's to be statically generated from blobs of
data, and modified by removing/adding TE's. Future work will provide
support for TL generation from configuration file.

Change-Id: Iff670842e34c9ad18eac935248ee2aece43dc533
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Co-authored-by: Charlie Bareham <charlie.bareham@arm.com>
diff --git a/changelog.yaml b/changelog.yaml
index c085ede..2b760c7 100644
--- a/changelog.yaml
+++ b/changelog.yaml
@@ -1444,6 +1444,9 @@
           - title: R/ZG Layout Tool
             scope: rzg-layout
 
+      - title: Transfer List Compiler
+        scope: tlc
+
   - title: Dependencies
     scope: deps