mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
board/qualcomm: add debug config fragments for some SoCs
We already have some documentation describing how to enable debug UART for Qualcomm SoCs. However the UART address varies per-soc... Add some config fragments to enable debug UART for few well supported SoCs. These can be used like: $ make qcom_defconfig debug-sdm845.config Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
224c90ede4
commit
41864bb2b6
3 changed files with 15 additions and 0 deletions
5
board/qualcomm/debug-sdm845.config
Normal file
5
board/qualcomm/debug-sdm845.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_DEBUG_UART_ANNOUNCE=y
|
||||
CONFIG_DEBUG_UART_BASE=0xa84000
|
||||
CONFIG_DEBUG_UART_MSM_GENI=y
|
||||
CONFIG_DEBUG_UART_CLOCK=7372800
|
5
board/qualcomm/debug-sm6115.config
Normal file
5
board/qualcomm/debug-sm6115.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_DEBUG_UART_ANNOUNCE=y
|
||||
CONFIG_DEBUG_UART_BASE=0x4a90000
|
||||
CONFIG_DEBUG_UART_MSM_GENI=y
|
||||
CONFIG_DEBUG_UART_CLOCK=14745600
|
5
board/qualcomm/debug-sm8250.config
Normal file
5
board/qualcomm/debug-sm8250.config
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_DEBUG_UART_ANNOUNCE=y
|
||||
CONFIG_DEBUG_UART_BASE=0xa90000
|
||||
CONFIG_DEBUG_UART_MSM_GENI=y
|
||||
CONFIG_DEBUG_UART_CLOCK=14745600
|
Loading…
Add table
Reference in a new issue