aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Mathew <rohit.mathew@arm.com>2022-03-22 15:42:09 +0000
committerRohit Mathew <rohit.mathew@arm.com>2022-06-21 23:37:06 +0100
commitf38f2883814e5a6783380dd84d14a2fe0b052ead (patch)
tree75fa930d442e9d8903a651be17719061df9a76e3
parent9946e97b88141cfa9cb8c559a109ed7e64740255 (diff)
downloadtf-a-tests-f38f2883814e5a6783380dd84d14a2fe0b052ead.tar.gz
feat(sgi): route tftf logs via secure uart
For neoverse reference design platforms, migrate to secure uart port for routing tftf logs. Signed-off-by: Rohit Mathew <rohit.mathew@arm.com> Change-Id: I5d48b1cd96fd50e9187ef07d369133f18b81f3fb
-rw-r--r--plat/arm/sgi/common/include/sgi_base_platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/sgi/common/include/sgi_base_platform_def.h b/plat/arm/sgi/common/include/sgi_base_platform_def.h
index 8e025ab91..868f0e401 100644
--- a/plat/arm/sgi/common/include/sgi_base_platform_def.h
+++ b/plat/arm/sgi/common/include/sgi_base_platform_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2018-2022, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -59,7 +59,7 @@
#define SGI_GICC_BASE 0x2C000000
/* SoC's PL011 UART0 related constants */
-#define SGI_PL011_UART0_BASE 0x7FF80000
+#define SGI_PL011_UART0_BASE UL(0x2A410000)
#define SGI_PL011_UART0_CLK_IN_HZ 7372800
#define PLAT_ARM_UART_BASE SGI_PL011_UART0_BASE