arm-trusted-firmware/lib/fconf
Chris Kay e04da4c8e1 build(fconf)!: clean up source collection
Including the FCONF Makefile today automatically places the FCONF
sources into the source list of the BL1 and BL2 images. This may be
undesirable if, for instance, FCONF is only required for BL31.

This change moves the BL1 and BL2 source appends out of the common
Makefile to where they are required.

BREAKING CHANGE: FCONF is no longer added to BL1 and BL2 automatically
when the FCONF Makefile (`fconf.mk`) is included. When including this
Makefile, consider whether you need to add `${FCONF_SOURCES}` and
`${FCONF_DYN_SOURCES}` to `BL1_SOURCES` and `BL2_SOURCES`.

Change-Id: Ic028eabb7437ae95a57c5bcb7821044d31755c77
Signed-off-by: Chris Kay <chris.kay@arm.com>
2021-10-26 12:14:29 +01:00
..
fconf.c lib/fconf: Update data type of config max size 2020-07-23 02:11:05 +00:00
fconf.mk build(fconf)!: clean up source collection 2021-10-26 12:14:29 +01:00
fconf_cot_getter.c lib: fconf: Implement a parser to populate CoT 2020-09-15 16:13:26 +01:00
fconf_dyn_cfg_getter.c lib/fconf: Update 'set_fw_config_info' function 2020-07-23 02:11:13 +00:00
fconf_tbbr_getter.c refactor(measured_boot): remove passing of BL2 hash via device tree 2021-10-12 17:53:47 +01:00