arm-trusted-firmware/plat/rpi3
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
..
aarch64 rpi3: Don't wire mailbox 3 to FIQ line 2018-07-16 15:56:42 +01:00
include rpi3: add RPI3_USE_UEFI_MAP build option 2018-11-19 11:45:12 +00:00
platform.mk drivers/console: Link console framework code by default 2018-12-06 16:13:50 -08:00
rpi3_bl1_setup.c rpi3: Detect board revision 2018-07-14 02:15:55 +01:00
rpi3_bl2_setup.c rpi3: Migrate from deprecated APIs 2018-08-17 14:25:08 +01:00
rpi3_bl31_setup.c rpi3: Add mem reserve region to DTB if present 2018-10-24 13:54:41 +01:00
rpi3_common.c rpi3: add RPI3_RUNTIME_UART build option 2018-11-13 13:53:37 +00:00
rpi3_hw.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
rpi3_image_load.c rpi3: Introduce AArch64 Raspberry Pi 3 port 2017-12-01 10:20:47 +00:00
rpi3_io_storage.c rpi3: Add support for Trusted Board Boot 2018-07-05 14:58:51 +08:00
rpi3_mbox.c rpi3: Detect board revision 2018-07-14 02:15:55 +01:00
rpi3_pm.c rpi3: Fix warm entrypoint setup for PSCI_CPU_ON 2018-07-16 15:56:42 +01:00
rpi3_private.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
rpi3_rng.c rpi3: Introduce hardware RNG driver 2018-07-16 15:56:42 +01:00
rpi3_rotpk.S rpi3: Add support for Trusted Board Boot 2018-07-05 14:58:51 +08:00
rpi3_stack_protector.c libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
rpi3_topology.c libc: Fix all includes in codebase 2018-08-22 10:26:05 +01:00
rpi3_trusted_boot.c rpi3: Add support for Trusted Board Boot 2018-07-05 14:58:51 +08:00