arm-trusted-firmware/services/spd/tlkd
Varun Wadekar 458c3c1300 tlkd: delete 'NEED_BL32' build variable
Remove the 'NEED_BL32' flag from the makefile. TLK compiles using a
completely different build system and is present on the device as a
binary blob. The NEED_BL32 flag does not influence the TLK load/boot
sequence at all. Moreover, it expects that TLK binary be present on
the host before we can compile BL31 support for Tegra.

This patch removes the flag from the makefile and thus decouples both
the build systems.

Tested by booting TLK without the NEED_BL32 flag.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2015-07-24 18:23:12 +05:30
..
tlkd.mk tlkd: delete 'NEED_BL32' build variable 2015-07-24 18:23:12 +05:30
tlkd_common.c Translate secure/non-secure virtual addresses 2015-03-31 10:06:51 +05:30
tlkd_helpers.S Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
tlkd_main.c Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) 2015-04-13 17:17:56 +01:00
tlkd_pm.c Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd) 2015-03-31 09:56:50 +05:30
tlkd_private.h Translate secure/non-secure virtual addresses 2015-03-31 10:06:51 +05:30