mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Tomaž Šolc" <tomaz.solc@klevio.com>
To: Sascha Hauer <s.hauer@pengutronix.de>,
	Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH 0/5] ARM: rpi: refactor debug_ll
Date: Thu, 7 Mar 2019 11:00:59 +0100	[thread overview]
Message-ID: <e1dca126-1e32-7cda-7a76-e7773e7be8bf@klevio.com> (raw)
In-Reply-To: <20190306094239.29413-1-s.hauer@pengutronix.de>

Hi

I tried this series on R.Pi 3B (make rpi_defconfig + 
DEBUG_RPI3_MINI_UART) and Compute Module 3 (make rpi_defconfig + 
DEBUG_RPI2_UART) and after the two small fixes I mention in my other 
replies they both work as expected. Thanks!

Best regards
Tomaž

On 6. 03. 19 10:42, Sascha Hauer wrote:
> This picks up the series from Tomaž and also adds mini UART early
> debugging support useful for the rpi3 which comes up with this
> UART by default.
> The ns16550 early debugging support is done in a generic way which
> I tested on Layerscape. I don't have any raspberry pies here, so
> totally untested on these boards.
> 
> Sascha
> 
> Sascha Hauer (5):
>    ARM: rpi: Move UART base address definitions to header file
>    debug_ll: Move pl011 header file to architecture independent place
>    debug_ll: Add ns16550 early debugging functions
>    ARM: rpi: move debug UART Kconfig settings
>    ARM: rpi: Add mini UART debug_ll support
> 
>   arch/arm/boards/raspberry-pi/rpi-common.c     |  5 +-
>   arch/arm/mach-bcm283x/Kconfig                 | 20 -------
>   arch/arm/mach-bcm283x/include/mach/debug_ll.h | 51 +++++++++++++++--
>   arch/arm/mach-bcm283x/include/mach/platform.h |  4 ++
>   .../arm/mach-highbank/include/mach/debug_ll.h |  2 +-
>   arch/arm/mach-qemu/include/mach/debug_ll.h    |  2 +-
>   .../mach-versatile/include/mach/debug_ll.h    |  2 +-
>   .../arm/mach-vexpress/include/mach/debug_ll.h |  2 +-
>   common/Kconfig                                | 19 +++++++
>   include/debug_ll/ns16550.h                    | 56 +++++++++++++++++++
>   .../debug_ll/pl011.h                          |  0
>   11 files changed, 130 insertions(+), 33 deletions(-)
>   create mode 100644 include/debug_ll/ns16550.h
>   rename arch/arm/include/asm/debug_ll_pl011.h => include/debug_ll/pl011.h (100%)
> 

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2019-03-07 10:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06  9:42 Sascha Hauer
2019-03-06  9:42 ` [PATCH 1/5] ARM: rpi: Move UART base address definitions to header file Sascha Hauer
2019-03-06  9:42 ` [PATCH 2/5] debug_ll: Move pl011 header file to architecture independent place Sascha Hauer
2019-03-06  9:42 ` [PATCH 3/5] debug_ll: Add ns16550 early debugging functions Sascha Hauer
2019-03-06  9:42 ` [PATCH 4/5] ARM: rpi: move debug UART Kconfig settings Sascha Hauer
2019-03-07  9:52   ` Tomaž Šolc
2019-03-06  9:42 ` [PATCH 5/5] ARM: rpi: Add mini UART debug_ll support Sascha Hauer
2019-03-07  9:52   ` Tomaž Šolc
2019-03-07 13:24     ` Sascha Hauer
2019-03-07 13:32       ` [HELP] Kernel + initrd in FIT Seraphim Dolbilov
2019-03-11  7:25         ` Sascha Hauer
2019-03-07 10:00 ` Tomaž Šolc [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=e1dca126-1e32-7cda-7a76-e7773e7be8bf@klevio.com \
    --to=tomaz.solc@klevio.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /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