Re: [PATCH] bsp/raspberry: Enabled FDT support for console.

2020-01-03 Thread Niteesh
On Fri, Jan 3, 2020 at 1:51 PM Christian Mauderer wrote: > On 03/01/2020 04:50, Niteesh wrote: > > On Fri, Jan 3, 2020 at 2:26 AM Christian Mauderer > > wrote: > > > > Sorry, it seems I missed some parts in the last mail. Beneath that I > > caused a

Re: [PATCH] bsp/raspberry: Enabled FDT support for console.

2020-01-03 Thread Christian Mauderer
On 03/01/2020 04:50, Niteesh wrote: > On Fri, Jan 3, 2020 at 2:26 AM Christian Mauderer > wrote: > > Sorry, it seems I missed some parts in the last mail. Beneath that I > caused a misunderstanding again. > > On 02/01/2020 20:08, G S Niteesh wrote: > >

Re: [PATCH] bsp/raspberry: Enabled FDT support for console.

2020-01-02 Thread Niteesh
On Fri, Jan 3, 2020 at 2:26 AM Christian Mauderer wrote: > Sorry, it seems I missed some parts in the last mail. Beneath that I > caused a misunderstanding again. > > On 02/01/2020 20:08, G S Niteesh wrote: > > Replaced the older console api with newer FDT based > > console driver. > > Replaces

Re: [PATCH] bsp/raspberry: Enabled FDT support for console.

2020-01-02 Thread Christian Mauderer
Sorry, it seems I missed some parts in the last mail. Beneath that I caused a misunderstanding again. On 02/01/2020 20:08, G S Niteesh wrote: > Replaced the older console api with newer FDT based > console driver. > Replaces the custom pl011 driver with RTEMS arm-pl011 > driver. > --- >

[PATCH] bsp/raspberry: Enabled FDT support for console.

2020-01-02 Thread G S Niteesh
Replaced the older console api with newer FDT based console driver. Replaces the custom pl011 driver with RTEMS arm-pl011 driver. --- bsps/arm/raspberrypi/console/console-config.c | 156 bsps/arm/raspberrypi/console/console_select.c | 114