All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: total_compute: Remap console logs
@ 2023-03-02 14:40 annsai01
  0 siblings, 0 replies; 3+ messages in thread
From: annsai01 @ 2023-03-02 14:40 UTC (permalink / raw)
  To: u-boot; +Cc: vishnu.banavath, annsai01

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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: total_compute: Remap console logs
  2023-03-13  8:57 Annam Sai Manisha
@ 2023-03-22 18:03 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-03-22 18:03 UTC (permalink / raw)
  To: Annam Sai Manisha; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

On Mon, Mar 13, 2023 at 02:27:15PM +0530, Annam Sai Manisha wrote:

> From: annsai01 <annam.saimanisha@arm.com>
> 
> Remapping console logs from soc uart2 (s1 terminal)
> to css non-secure (uart_ap terminal)
> 
> Change-Id: I554f3ab6eb8439c54f5568c47e48f1543ac67b44
> Signed-off-by: Annam Sai Manisha <annam.saimanisha@arm.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] arm: total_compute: Remap console logs
@ 2023-03-13  8:57 Annam Sai Manisha
  2023-03-22 18:03 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Annam Sai Manisha @ 2023-03-13  8:57 UTC (permalink / raw)
  To: u-boot; +Cc: annsai01

From: annsai01 <annam.saimanisha@arm.com>

Remapping console logs from soc uart2 (s1 terminal)
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..a8bd8e259c 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
+/* AP non-secure UART base address */
+#define UART0_BASE		0x2A400000
 
 /* PL011 Serial Configuration */
 #define CFG_PL011_CLOCK	7372800
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-22 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 14:40 [PATCH] arm: total_compute: Remap console logs annsai01
2023-03-13  8:57 Annam Sai Manisha
2023-03-22 18:03 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.