Re: [PATCH] arm: total_compute: Remap console logs

2023-03-22 Thread Tom Rini
On Mon, Mar 13, 2023 at 02:27:15PM +0530, Annam Sai Manisha wrote: > From: annsai01 > > Remapping console logs from soc uart2 (s1 terminal) > to css non-secure (uart_ap terminal) > > Change-Id: I554f3ab6eb8439c54f5568c47e48f1543ac67b44 > Signed-off-by: Annam Sai Manisha Applied to u-boot/mast

[PATCH] arm: total_compute: Remap console logs

2023-03-13 Thread Annam Sai Manisha
From: annsai01 Remapping console logs from soc uart2 (s1 terminal) to css non-secure (uart_ap terminal) Change-Id: I554f3ab6eb8439c54f5568c47e48f1543ac67b44 Signed-off-by: Annam Sai Manisha --- include/configs/total_compute.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --g

[PATCH] arm: total_compute: Remap console logs

2023-03-02 Thread 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 --- include/configs/total_compute.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/conf