From: Sascha Hauer <sha@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] RISC-V: virt: add DEBUG_LL support
Date: Tue, 7 Dec 2021 10:11:24 +0100 [thread overview]
Message-ID: <20211207091124.GK28260@pengutronix.de> (raw)
In-Reply-To: <20211125160657.3828643-1-a.fatoum@pengutronix.de>
On Thu, Nov 25, 2021 at 05:06:57PM +0100, Ahmad Fatoum wrote:
> While we have PBL console support, console isn't available during early
> barebox startup. Implement DEBUG_LL for Qemu RISC-V Virt to make such
> early debugging easier.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> arch/riscv/Kconfig.socs | 1 +
> arch/riscv/include/asm/debug_ll.h | 10 ++++++++--
> common/Kconfig | 5 +++++
> 3 files changed, 14 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
> index bd4a44a575ef..b12c795041b0 100644
> --- a/arch/riscv/Kconfig.socs
> +++ b/arch/riscv/Kconfig.socs
> @@ -18,6 +18,7 @@ config SOC_VIRT
> select RISCV_S_MODE
> select BOARD_RISCV_GENERIC_DT
> select HAS_CACHE
> + select HAS_ASM_DEBUG_LL
> help
> Generates an image tht can be be booted by QEMU. The image is called
> barebox-dt-2nd.img
> diff --git a/arch/riscv/include/asm/debug_ll.h b/arch/riscv/include/asm/debug_ll.h
> index a3b9c1c4bcfb..d01b4f09b8e1 100644
> --- a/arch/riscv/include/asm/debug_ll.h
> +++ b/arch/riscv/include/asm/debug_ll.h
> @@ -17,13 +17,19 @@
> #if defined CONFIG_DEBUG_ERIZO
> #define DEBUG_LL_UART_ADDR 0x90000000
> #define DEBUG_LL_UART_CLK (24000000 / 16)
> +#define DEBUG_LL_UART_SHIFT 2
> +#define DEBUG_LL_UART_IOSIZE32
> #elif defined CONFIG_DEBUG_STARFIVE
> #define DEBUG_LL_UART_ADDR 0x12440000
> #define DEBUG_LL_UART_CLK (100000000 / 16)
> -#endif
> -
> #define DEBUG_LL_UART_SHIFT 2
> #define DEBUG_LL_UART_IOSIZE32
> +#elif defined CONFIG_DEBUG_RISCV_VIRT
> +#define DEBUG_LL_UART_ADDR 0x10000000
> +#define DEBUG_LL_UART_CLK (58982400 / 16)
> +#define DEBUG_LL_UART_SHIFT 0
> +#define DEBUG_LL_UART_IOSIZE8
> +#endif
>
> #define DEBUG_LL_UART_BPS CONFIG_BAUDRATE
> #define DEBUG_LL_UART_DIVISOR (DEBUG_LL_UART_CLK / DEBUG_LL_UART_BPS)
> diff --git a/common/Kconfig b/common/Kconfig
> index f4120b2083ee..ab6258d90f40 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -1402,6 +1402,11 @@ config DEBUG_STARFIVE
> depends on SOC_STARFIVE
> select DEBUG_LL_NS16550
>
> +config DEBUG_RISCV_VIRT
> + bool "RISC-V Virt ns16550 port"
> + depends on SOC_VIRT
> + select DEBUG_LL_NS16550
> +
> config DEBUG_SIFIVE
> bool "SiFive serial0 port"
> depends on SOC_SIFIVE
> --
> 2.30.2
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2021-12-07 9:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-25 16:06 Ahmad Fatoum
2021-12-07 9:11 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211207091124.GK28260@pengutronix.de \
--to=sha@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox