Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Christian Mauderer
On 07/01/2020 18:45, Niteesh wrote: > You said that the FB was not working, was it because of this bug? > or else I want to take a look at it. No, that is a different problem. So if you want feel free to take a look. The first thing I noted is that the command line is not parsed correctly. The

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Niteesh
You said that the FB was not working, was it because of this bug? or else I want to take a look at it. On Tue, Jan 7, 2020 at 11:03 PM Niteesh wrote: > Great, thank you it wouldn't have been possible without your help and > support. > And thanks for patiently answering my questions :) > > On

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Niteesh
Great, thank you it wouldn't have been possible without your help and support. And thanks for patiently answering my questions :) On Tue, Jan 7, 2020 at 10:58 PM Christian Mauderer wrote: > Pushed with a minor modification: Due to the header reorder it was > necessary to include one extra

Re: [PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-07 Thread Christian Mauderer
Pushed with a minor modification: Due to the header reorder it was necessary to include one extra header in bsp/fbcons.h. But that has been a hidden bug anyway. On 04/01/2020 20:50, G S Niteesh wrote: > Replaces the legacy termios API with new termios API (#3034) > Replaces the custom PL011

[PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-04 Thread G S Niteesh
Replaces the legacy termios API with new termios API (#3034) Replaces the custom PL011 serial driver with RTEMS arm-pl011. Update #3034 --- bsps/arm/raspberrypi/console/console-config.c | 143 +++ bsps/arm/raspberrypi/console/console_select.c | 114