Re: [U-Boot] [PATCH] board: rpi4: fix instantiating PL011 driver

2019-11-17 Thread Mark Dapoz
> On 19-Nov-8, at 12:23 PM, Matthias Brugger wrote: > > On 27/09/2019 07:39, Mark Dapoz wrote: >> The bcm283x PL011 serial driver is hard coded to allow connections only >> for UART0. This prevents using any of the other UARTs as the U-boot >> console. >> >> The bcm283x serial driver is update

Re: [U-Boot] [PATCH] board: rpi4: fix instantiating PL011 driver

2019-11-08 Thread Matthias Brugger
On 27/09/2019 07:39, Mark Dapoz wrote: > The bcm283x PL011 serial driver is hard coded to allow connections only > for UART0.  This prevents using any of the other UARTs as the U-boot > console. > > The bcm283x serial driver is updated to allow connections to any of the > PL011 devices.  The ini