mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
doc: qemu-riscv: describe CONFIG_DEBUG_SBI_CONSOLE
In main U-Boot the SBI DBCN extension can be used to supply a debug console. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
7eaff7aa06
commit
b1e9a8bba4
1 changed files with 5 additions and 0 deletions
|
@ -171,3 +171,8 @@ The following settings provide a debug UART for the virt machine::
|
|||
CONFIG_DEBUG_UART_NS16550=y
|
||||
CONFIG_DEBUG_UART_BASE=0x10000000
|
||||
CONFIG_DEBUG_UART_CLOCK=3686400
|
||||
|
||||
To provide a debug UART in main U-Boot the SBI DBCN extension can be used
|
||||
instead::
|
||||
|
||||
CONFIG_DEBUG_SBI_CONSOLE=y
|
||||
|
|
Loading…
Add table
Reference in a new issue