commit | 24bd03a7934f710438cacd5a1c0ad2c9ef73dece | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Fri Mar 26 19:40:55 2021 +0100 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Thu Apr 15 14:22:22 2021 +0530 |
tree | 919974921e9b52548779b8460695bd34fa6b61b4 | |
parent | 1877f2c1655f606995bea14af1153efd0b64cec0 [diff] |
armv8: fsl-layerscape: spl: add debug UART support To use the debug UART we have to call debug_uart_init() in the SPL. Do so as soon as possible. As an example, here is how you can use it on a LS1028A SoC: CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_BASE=0x21c0500 CONFIG_DEBUG_UART_CLOCK=200000000 Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>