arm-trusted-firmware/tools/tlc
Harrison Mutai 6ac31f3e76 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>
2024-07-30 10:25:57 +00:00
..
assets/images feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00
tests feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00
tlc feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00
Makefile feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00
poetry.lock feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00
pyproject.toml feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00
setup.cfg feat(tlc): add host tool for static TL generation 2024-07-30 10:25:57 +00:00