arm-trusted-firmware/plat/ti/k3/common
Julius Werner 985ee0b7e8 drivers/console: Link console framework code by default
This patch makes the build system link the console framework code by
default, like it already does with other common libraries (e.g. cache
helpers). This should not make a difference in practice since TF is
linked with --gc-sections, so the linker will garbage collect all
functions and data that are not referenced by any other code. Thus, if a
platform doesn't want to include console code for size reasons and
doesn't make any references to console functions, the code will not be
included in the final binary.

To avoid compatibility issues with older platform ports, only make this
change for the MULTI_CONSOLE_API.

Change-Id: I153a9dbe680d57aadb860d1c829759ba701130d3
Signed-off-by: Julius Werner <jwerner@chromium.org>
2018-12-06 16:13:50 -08:00
..
drivers Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
k3_bl31_setup.c ti: k3: common: Remove use of ARM platform code 2018-10-30 12:18:05 -05:00
k3_console.c ti: k3: common: Add console initialization base 2018-06-19 12:42:35 -05:00
k3_gicv3.c ti: k3: common: Enable GICv3 support 2018-06-19 12:42:37 -05:00
k3_helpers.S Add plat_crash_console_flush to platforms without it 2018-10-25 09:56:09 +01:00
k3_psci.c ti: k3: common: Do not disable cache on TI K3 core powerdown 2018-10-16 09:27:53 -05:00
k3_topology.c ti: k3: common: Add root domain node to platform topology 2018-06-29 16:49:21 -05:00
plat_common.mk drivers/console: Link console framework code by default 2018-12-06 16:13:50 -08:00