arm-trusted-firmware/plat/marvell/armada/a3k/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 fix(plat/marvell/a3720/uart): fix UART parent clock rate determination 2021-06-02 14:19:52 +01:00
include feat(plat/marvell/a3k): add north and south bridge reset registers 2021-12-02 17:37:58 +01:00
a3700_common.mk fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00
a3700_ea.c fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
a3700_sip_svc.c plat: marvell: armada: modify PLAT_FAMILY name for 37xx SoCs 2020-06-18 20:57:45 +02:00
cm3_system_reset.c fix(a3k): change fatal error to warning when CM3 reset is not implemented 2022-03-16 11:42:47 +01:00
dram_win.c fix(a3k): fix comment about BootROM address range 2022-02-15 13:21:42 +01:00
io_addr_dec.c fix(plat/marvell/a3k): fix printing info messages on output 2021-07-16 19:07:44 +01:00
marvell_plat_config.c plat: marvell: armada: modify PLAT_FAMILY name for 37xx SoCs 2020-06-18 20:57:45 +02:00
plat_cci.c plat: marvell: armada: a3k: improve 4GB DRAM usage from 3.375 GB to 3.75 GB 2021-01-11 18:59:11 +00:00
plat_pm.c plat: marvell: armada: a3k: Add new compile option A3720_DB_PM_WAKEUP_SRC 2021-04-27 18:00:03 +02:00