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%) -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox