build(qemu): add transfer list build
Add build config for enabling transfer list with qemu platform.
Add coverity for transfer list library.
The TF-A will replace the legacy handover arguments with transfer
list under this scenario.
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Change-Id: I6a9bc2e538e38a08fa28b0aa03036ce7cbbc85a6
diff --git a/tf_config/qemu-tl b/tf_config/qemu-tl
new file mode 100644
index 0000000..d4a2f75
--- /dev/null
+++ b/tf_config/qemu-tl
@@ -0,0 +1,3 @@
+CROSS_COMPILE=aarch64-none-elf-
+PLAT=qemu
+TRANSFER_LIST=1