Re: [PATCH 2/2] bsp/raspberrypi: Mini UART driver

2020-01-21 Thread Christian Mauderer
>From a first look this seems to be OK. But I didn't test it yet on hardware. I'll try to do that in the next days. On 17/01/2020 15:50, G S Niteesh wrote: > This patch adds driver for Mini UART present in Raspberry Pi 3 > and above, this UART is currently used as the primary UART in > these

[PATCH 2/2] bsp/raspberrypi: Mini UART driver

2020-01-17 Thread G S Niteesh
This patch adds driver for Mini UART present in Raspberry Pi 3 and above, this UART is currently used as the primary UART in these models. The Mini UART is similar to ns16550, this driver is built upon libchip/ns16550. --- bsps/arm/raspberrypi/console/console-config.c | 117 --