From d52ed0240f7b392eb7b1d8b5c85958b3602008a7 Mon Sep 17 00:00:00 2001 From: Manish V Badarkhe Date: Sat, 8 Jan 2022 22:40:46 +0000 Subject: [PATCH] refactor(renesas): disable CRYPTO_SUPPORT option Disabled CRYPTO_SUPPORT option for Renesas platform as it does not follow the TF-A authentication mechanism where Trusted-Boot mandates Crypto module support. Change-Id: I3aa771e983e3dde083dd8a861f25c0714ffd707f Signed-off-by: Manish V Badarkhe --- plat/renesas/common/common.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plat/renesas/common/common.mk b/plat/renesas/common/common.mk index 0d88d658e..aef0ad149 100644 --- a/plat/renesas/common/common.mk +++ b/plat/renesas/common/common.mk @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2021, Renesas Electronics Corporation. All rights reserved. +# Copyright (c) 2018-2022, Renesas Electronics Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # @@ -17,6 +17,11 @@ MULTI_CONSOLE_API := 1 CRASH_REPORTING := 1 HANDLE_EA_EL3_FIRST := 1 +# This option gets enabled automatically if the TRUSTED_BOARD_BOOT +# is set via root Makefile, but Renesas support Trusted-Boot without +# Crypto module. +override CRYPTO_SUPPORT := 0 + $(eval $(call add_define,PLAT_EXTRA_LD_SCRIPT)) ifeq (${SPD},none)