arm-trusted-firmware/plat/socionext/synquacer
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
..
drivers refactor(plat/synquacer): update PSCI system_off handling 2021-12-07 17:33:29 +09:00
include feat(synquacer): add FWU Multi Bank Update support 2022-06-27 13:12:24 -05:00
platform.mk fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00
sq_bl2_setup.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_bl31_setup.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_ccn.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_gicv3.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_helpers.S feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_image_desc.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_io_storage.c feat(synquacer): add FWU Multi Bank Update support 2022-06-27 13:12:24 -05:00
sq_psci.c feat(synquacer): add BL2 support 2022-06-27 13:12:24 -05:00
sq_rotpk.S feat(synquacer): add TBBR support 2022-06-27 13:12:24 -05:00
sq_spm.c spm-mm: Refactor secure_partition.h and its contents 2019-12-20 16:03:41 +00:00
sq_tbbr.c feat(synquacer): add TBBR support 2022-06-27 13:12:24 -05:00
sq_topology.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sq_xlat_setup.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00