commit | 2aee94f376ce7b3279c5f4cd18fc39b4f0b22da2 | [log] [tgz] |
---|---|---|
author | J-Alves <joao.alves@arm.com> | Mon Dec 14 12:04:14 2020 +0000 |
committer | J-Alves <joao.alves@arm.com> | Fri Feb 05 11:27:20 2021 +0000 |
tree | ad2a42976131b465e076ecaf3c88c95d869c5b7c | |
parent | cf03990877a2895ba2d6cda86cc9e65ce44bd507 [diff] [blame] |
SPMC: Set secure tests control via UART Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: Iff3642bfd2841f572a522a9752c8ee2c5c011a12
diff --git a/BUILD.gn b/BUILD.gn index 5aee6a9..026caee 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -71,6 +71,7 @@ plat_psci = "//src/arch/aarch64/plat/psci:spmc" secure_world = "1" pl011_base_address = "0x1c090000" + hftest_ctrl = "//test/hftest:ctrl_uart" } }