arm-trusted-firmware/plat/imx/imx7/common
Salome Thirot e95abc4c01 fix: make TF-A use provided OpenSSL binary
Currently Tf-A uses whatever openssl binary is on the system to sign
images. However if OPENSSL_DIR is specified in the build flags this can
lead to linking issues as the system binary can end up being linked
against shared libraries provided in OPENSSL_DIR/lib if both binaries
(the system's and the on in OPENSSL_DIR/bin) are the same version.
This patch ensures that the binary used is always the one given by
OPENSSL_DIR to avoid those link issues.

Signed-off-by: Salome Thirot <salome.thirot@arm.com>
Change-Id: Ib534e06ebc8482e4391e376d3791a87968de4a99
2022-08-04 10:45:46 +01:00
..
imx7.mk fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00
imx7_bl2_el3_common.c refactor(plat/imx/imx): make imx io-storage logic for TBBR/FIP common 2021-09-14 21:42:01 +08:00
imx7_bl2_mem_params_desc.c plat: imx7: refactor code for reuse 2019-07-17 16:03:20 +08:00
imx7_helpers.S plat: imx7: refactor code for reuse 2019-07-17 16:03:20 +08:00
imx7_image_load.c plat: imx7: refactor code for reuse 2019-07-17 16:03:20 +08:00
imx7_rotpk.S plat: imx7: refactor code for reuse 2019-07-17 16:03:20 +08:00
imx7_trusted_boot.c plat: imx7: refactor code for reuse 2019-07-17 16:03:20 +08:00