arm-trusted-firmware/lib/fconf
Govindraj Raja a8eadc51a3 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE
Currently we include MBEDTLS_CONFIG_FILE directly and if a custom
config file is used it will included.

However from mbedtls-3.x onwards it discourages usage of
MBEDTLS_CONFIG_FILE include directly, so to resolve this and keep 2.28
compatibility include version.h which would include the custom config
file if present and also would expose us with mbedtls-major-version
number which could be used for selecting features and functions for
mbedtls 2.28 or 3.3

Change-Id: I029992311be2a38b588ebbb350875b03ea29acdb
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
2023-02-21 11:09:47 +00:00
..
fconf.c fix(fconf): correct image_id type in messages 2022-02-15 18:09:51 +01:00
fconf.mk feat(mpmm): add support for MPMM 2021-10-26 12:15:42 +01:00
fconf_amu_getter.c feat(amu): enable per-core AMU auxiliary counters 2021-10-26 12:15:33 +01:00
fconf_cot_getter.c refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE 2023-02-21 11:09:47 +00:00
fconf_dyn_cfg_getter.c feat(fconf): rename 'ns-load-address' to 'secondary-load-address' 2023-02-07 11:26:38 +00:00
fconf_mpmm_getter.c feat(mpmm): add support for MPMM 2021-10-26 12:15:42 +01:00
fconf_tbbr_getter.c fix(fconf): fix type error displaying disable_auth 2022-11-14 11:25:01 +01:00