]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: msm: add debug UART
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 26 Feb 2024 17:26:11 +0000 (17:26 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 1 Mar 2024 14:44:35 +0000 (14:44 +0000)
commit90023bdfe979a5ea3806b73e73fabfc3e1a94a04
treea5805e8d5e33ce6e2713c7b88c95310173c2f6cc
parent641237bf99f701ffdf3748f5fe1e118eb2d7b781
serial: msm: add debug UART

Introduce support for early debugging. This relies on the previous stage
bootloader to initialise the UART clocks, when running with U-Boot as
the primary bootloader this feature doesn't work. It will require a way
to configure the clocks before the driver model is available.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/serial/Kconfig
drivers/serial/serial_msm.c