Configuring debug console output for the PBL and low level code on SoCFPGA boards is surprisingly complex and an inconsistent configuration bit me more than once.
Get rid of the custom UART implementation and the base addresses for the debug UART in the barebox configuration. While at it, set the debug UART for the Arrow AXE5 board in the board code and don't force the developer to know and configure the correct debug UART in the configuration. Signed-off-by: Michael Tretter <[email protected]> --- Michael Tretter (3): arm: socfpga: replace custom UART with ns16550 arm: socfpga: get rid of UART address for low-level debug arm: socfpga: axe5-eagle: always use UART0 arch/arm/boards/arrow-axe5-eagle/lowlevel.c | 6 +- common/Kconfig.debug_ll | 44 +++-------- include/mach/socfpga/debug_ll.h | 113 +++++++++++----------------- 3 files changed, 57 insertions(+), 106 deletions(-) --- base-commit: 713a1e59dfea4516446822323b7c0db571cb214f change-id: 20260605-socfpga-debug-uart-d840aa594751 Best regards, -- Michael Tretter <[email protected]>
