From 5470a3ccae7785a56372defd70f21c5e2a1c3be7 Mon Sep 17 00:00:00 2001 From: Daniel Boulby <daniel.boulby@arm.com> Date: Fri, 22 Jun 2018 16:44:57 +0100 Subject: [PATCH] Set FVP DYN_DISABLE_AUTH authentication default to 0 Set the ability to dynamically disable Trusted Boot Board authentication to be off by default Change-Id: Ibd2aa179179f7d9b0e7731c6e450f200a8c67529 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com> --- plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts index 716b02377..28299f65a 100644 --- a/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts +++ b/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts @@ -13,7 +13,7 @@ hw_config_addr = <0x0 0x82000000>; hw_config_max_size = <0x01000000>; /* Disable authentication for development */ - disable_auth = <0x1>; + disable_auth = <0x0>; /* * Load SoC and TOS firmware configs at the base of * non shared SRAM. The runtime checks ensure we don't -- GitLab