[PATCH u-boot v2019.04-aspeed-openbmc v4 2/2] arm/mach-aspeed: Add support for CONFIG_ASPEED_DEBUG_UART_TO_UART1
Patrick Rudolph
patrick.rudolph at 9elements.com
Mon May 23 23:40:04 AEST 2022
Introduce CONFIG_ASPEED_DEBUG_UART_TO_UART1 and reuse existing
platform code to route the debug uart to RDX1/TDX1.
This is required on IBM/Genesis3 as it uses RDX1/TDX1 as debug uart.
Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
Reviewed-by: Joel Stanley <joel at jms.id.au>
---
arch/arm/mach-aspeed/Kconfig | 5 +++++
arch/arm/mach-aspeed/ast2500/platform.S | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-aspeed/Kconfig b/arch/arm/mach-aspeed/Kconfig
index edb5520aec..a38f070381 100644
--- a/arch/arm/mach-aspeed/Kconfig
+++ b/arch/arm/mach-aspeed/Kconfig
@@ -82,6 +82,11 @@ config ASPEED_ENABLE_DEBUG_UART
systems, but may be useful to enable for debugging during
development.
+config ASPEED_DEBUG_UART_TO_UART1
+ bool "Route debug UART to UART1"
+ depends on ASPEED_AST2500
+ help
+ Route debug UART to TXD1/RXD1 pins.
endif
config ASPEED_PALLADIUM
diff --git a/arch/arm/mach-aspeed/ast2500/platform.S b/arch/arm/mach-aspeed/ast2500/platform.S
index aef55c4a0a..a97ebebcca 100644
--- a/arch/arm/mach-aspeed/ast2500/platform.S
+++ b/arch/arm/mach-aspeed/ast2500/platform.S
@@ -795,7 +795,7 @@ wait_ddr_reset:
/* end delay 10ms */
/* Debug - UART console message */
-#ifdef CONFIG_DRAM_UART_TO_UART1
+#ifdef CONFIG_ASPEED_DEBUG_UART_TO_UART1
ldr r0, =0x1e78909c @ route UART5 to UART Port1, 2016.08.29
ldr r1, =0x10000004
str r1, [r0]
--
2.35.3
More information about the openbmc
mailing list