Re: [U-Boot] [PATCH 3/7] arm: K3: common: Allow for early console functionality

2019-10-12 Thread Tom Rini
On Thu, Aug 15, 2019 at 03:55:28PM -0500, Andreas Dannenberg wrote: > Implement an early console functionality in SPL that can be used before > the main console is being brought up. This helps in situations where the > main console is dependent on System Firmware (SYSFW) being up and running, >

[U-Boot] [PATCH 3/7] arm: K3: common: Allow for early console functionality

2019-08-15 Thread Andreas Dannenberg
Implement an early console functionality in SPL that can be used before the main console is being brought up. This helps in situations where the main console is dependent on System Firmware (SYSFW) being up and running, which is usually not the case during the very early stages of boot. Using this