[PATCH] arm: total_compute: Remap console logs

Remapping console logs from soc uart2 (s1 termial) to css non-secure (uart_ap terminal)
Change-Id: I554f3ab6eb8439c54f5568c47e48f1543ac67b44 Signed-off-by: Annam Sai Manisha annam.saimanisha@arm.com --- include/configs/total_compute.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 436bf622e1..e5002bdb2a 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -2,7 +2,7 @@ /* * Configuration for Total Compute platform. Parts were derived from other ARM * configurations. - * (C) Copyright 2020 Arm Limited + * (C) Copyright 2020-2023 Arm Limited * Usama Arif usama.arif@arm.com */
@@ -11,7 +11,8 @@
/* Link Definitions */
-#define UART0_BASE 0x7ff80000 +/* CSS non-secure UART base address */ +#define UART0_BASE 0x2A400000
/* PL011 Serial Configuration */ #define CFG_PL011_CLOCK 7372800
participants (1)
-
annsai01