arm-trusted-firmware/plat/rpi/rpi3
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 rpi: move plat_helpers.S to common 2020-04-01 15:56:26 +01:00
include rpi: Implement PSCI CPU_OFF 2020-04-01 15:58:57 +01:00
platform.mk fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00
rpi3_bl1_setup.c rpi3: console: Use same "clock-less" setup scheme as RPi4 2020-03-17 12:44:09 +00:00
rpi3_bl2_setup.c rpi3: console: Use same "clock-less" setup scheme as RPi4 2020-03-17 12:44:09 +00:00
rpi3_bl31_setup.c rpi3: console: Use same "clock-less" setup scheme as RPi4 2020-03-17 12:44:09 +00:00
rpi_mbox_board.c rpi3: Move VC mailbox driver into generic drivers directory 2019-09-13 16:54:21 +01:00