Re: Raspberrypi3: Mini UART driver

2019-12-22 Thread Christian Mauderer
On 22/12/2019 19:45, Joel Sherrill wrote: > > > On Sun, Dec 22, 2019, 12:29 PM Niteesh > wrote: > > On Sun, Dec 22, 2019 at 8:44 PM Christian Mauderer > mailto:l...@c-mauderer.de>> wrote: > > Hello Niteesh, > > thanks for doing that work. > >

Re: Raspberrypi3: Mini UART driver

2019-12-22 Thread Joel Sherrill
On Sun, Dec 22, 2019, 12:29 PM Niteesh wrote: > On Sun, Dec 22, 2019 at 8:44 PM Christian Mauderer > wrote: > >> Hello Niteesh, >> >> thanks for doing that work. >> >> On 22/12/2019 12:10, Niteesh wrote: >> > The rpi1 and rpi2 use the PL011 UART, whereas, with RPI's equipped with >> > wireless/B

Re: Raspberrypi3: Mini UART driver

2019-12-22 Thread Niteesh
On Sun, Dec 22, 2019 at 8:44 PM Christian Mauderer wrote: > Hello Niteesh, > > thanks for doing that work. > > On 22/12/2019 12:10, Niteesh wrote: > > The rpi1 and rpi2 use the PL011 UART, whereas, with RPI's equipped with > > wireless/Bluetooth module, the PL011 is connected to the Bluetooth > >

raspberry pi: Problems with the dynamic work area

2019-12-22 Thread Christian Mauderer
Hello, the patch https://git.rtems.org/rtems/commit/?id=a4d7e4cee77d16b0e34ef543f0804e7eb2954137 introduced some problems. It tries to adapt the work area based on the size of the available memory. In theory this is a good idea but the implementation doesn't work. The line uint32_t mem =

Re: Raspberrypi3: Mini UART driver

2019-12-22 Thread Christian Mauderer
Hello Niteesh, thanks for doing that work. On 22/12/2019 12:10, Niteesh wrote: > The rpi1 and rpi2 use the PL011 UART, whereas, with RPI's equipped with > wireless/Bluetooth module, the PL011 is connected to the Bluetooth > module, and the mini UART is used as the primary UART. In my opinion it

Raspberrypi3: Mini UART driver

2019-12-22 Thread Niteesh
The rpi1 and rpi2 use the PL011 UART, whereas, with RPI's equipped with wireless/Bluetooth module, the PL011 is connected to the Bluetooth module, and the mini UART is used as the primary UART. https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf But from the above doc (PAGE

Re: raspberry BSP: Maybe there is a bug in the linker file?

2019-12-22 Thread Christian Mauderer
PS: Please create a new mailing list thread for discussing details regarding the UART driver. The subject of this one just isn't correct any more. On 22/12/2019 09:50, Christian Mauderer wrote: > Hello Niteesh, > > thanks for the detailed information. I agree that this is a completely > different

Re: raspberry BSP: Maybe there is a bug in the linker file?

2019-12-22 Thread Christian Mauderer
Hello Niteesh, thanks for the detailed information. I agree that this is a completely different hardware module and will need a different driver. The data sheet (by the way: one of the worst I've ever seen) tells that the Mini UART has "16550 like registers" that are "as far as possible [...] lik