diff mbox series

[U-Boot,6/7] configs: am65x_evm_r5: Activate early console functionality

Message ID 20190815205532.16545-7-dannenberg@ti.com
State Accepted
Commit b8cc99a48f7753e58440ce61625327b11dcc149e
Delegated to: Tom Rini
Headers show
Series None | expand

Commit Message

Andreas Dannenberg Aug. 15, 2019, 8:55 p.m. UTC
Activate early console functionality on AM654x devices to allow for an
alternate serial port to be used to support UART-based boot. This is so
that System Firmware (SYSFW) can get loaded over the serial port prior
to the main console being brought up and made available.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
---
 configs/am65x_evm_r5_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 12, 2019, 8:24 p.m. UTC | #1
On Thu, Aug 15, 2019 at 03:55:31PM -0500, Andreas Dannenberg wrote:

> Activate early console functionality on AM654x devices to allow for an
> alternate serial port to be used to support UART-based boot. This is so
> that System Firmware (SYSFW) can get loaded over the serial port prior
> to the main console being brought up and made available.
> 
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig
index c59b7d98dc..e372599080 100644
--- a/configs/am65x_evm_r5_defconfig
+++ b/configs/am65x_evm_r5_defconfig
@@ -5,6 +5,7 @@  CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
 CONFIG_SYS_MALLOC_F_LEN=0x55000
 CONFIG_SOC_K3_AM6=y
+CONFIG_K3_EARLY_CONS=y
 CONFIG_TARGET_AM654_R5_EVM=y
 CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y