]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(mbedtls): allow platform to specify their config file
authorManish V Badarkhe <manish.badarkhe@arm.com>
Thu, 27 Jan 2022 13:50:23 +0000 (13:50 +0000)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Tue, 1 Mar 2022 18:08:11 +0000 (19:08 +0100)
commit033f61370af38c6397963075ac2477f3192714b9
tree6f2e0440c4bf7de5783df920927b7ae261438578
parentc73cb40033fc22e130756dbb5ee8e282f29b729a
refactor(mbedtls): allow platform to specify their config file

Common mbedTLS implementation include the fixed configuration
file of mbedTLS and that does not gives flexilibility to the
platform to include their own mbedTLS configuration.
Hence changes are done so that platform can include their own
mbedTLS configuration file.

Signed-off-by: Lucian Paul-Trifu <lucian.paul-trifu@arm.com>
Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Change-Id: I04546589f67299e26b0a6a6e151cdf1fdb302607
drivers/auth/dualroot/cot.c
drivers/auth/mbedtls/mbedtls_common.c
drivers/auth/mbedtls/mbedtls_common.mk
drivers/auth/tbbr/tbbr_cot_bl1.c
drivers/auth/tbbr/tbbr_cot_bl1_r64.c
drivers/auth/tbbr/tbbr_cot_bl2.c
drivers/auth/tbbr/tbbr_cot_common.c
lib/fconf/fconf_cot_getter.c