arm-trusted-firmware/plat/nxp/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
..
aarch64 feat(nxp/common): add CORTEX A53 helper functions 2022-01-19 11:36:23 +08:00
fip_handler nxp: fip-handler for additional fip_fuse.bin 2021-03-24 09:49:32 +05:30
img_loadr fix(layerscape): fix coverity issue 2022-03-30 10:38:22 +08:00
include/default feat(layerscape): add soc helper macro definition for chassis 3 2022-03-27 23:24:24 +08:00
nv_storage nxp: nv storage api on platforms 2021-03-24 09:49:32 +05:30
ocram feat(nxp/common/ocram): add driver for OCRAM initialization 2021-10-09 10:57:54 +02:00
plat_make_helper refactor(layerscape): refine comparison of inerconnection 2022-03-27 23:24:24 +08:00
psci feat(plat/nxp/common/psci): define CPUECTLR_TIMER_2TICKS 2021-09-15 11:19:36 +08:00
setup fix(layerscape): fix coverity issue 2022-03-30 10:38:22 +08:00
sip_svc nxp: svp & sip smc handling 2021-03-24 09:49:32 +05:30
soc_errata feat(layerscape): print DDR errata information 2022-03-27 23:24:24 +08:00
tbbr fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00
warm_reset nxp: warm reset support to retain ddr content 2021-03-24 09:49:32 +05:30