arm-trusted-firmware/plat/arm/board/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
..
aarch32 plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
aarch64 plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
protpk plat/arm: Provide some PROTK files for development 2020-02-24 11:01:42 +01:00
rotpk build(corstone1000): rename diphda to corstone1000 2022-02-14 10:32:16 +00:00
swd_rotpk feat(arm): provide some swd rotpk files 2022-06-14 09:47:37 -05:00
board_arm_trusted_boot.c feat(arm): retrieve the right ROTPK for cca 2022-06-14 09:47:37 -05:00
board_common.mk fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00