Re: [PATCH v4] Raspberrypi: updated the console interface.

2019-12-30 Thread Niteesh
On Tue, Dec 31, 2019 at 1:13 AM Christian Mauderer wrote: > On 30/12/2019 19:32, Niteesh wrote: > > Just to make sure that console_initialize and uart_probe are being > > called, I manually initialized the pl011 context to print something on > > serial. But they never got called. Can you just

Re: What do you want to study in GSOC 2020?

2019-12-30 Thread Christian Mauderer
On 30/12/2019 15:45, Niteesh wrote: > On Mon, Dec 30, 2019 at 7:14 PM Christian Mauderer > wrote: > > On 30/12/2019 07:25, Niteesh wrote: > > > > > > On Mon, Dec 30, 2019 at 4:44 AM Peter Dufault > >

Re: [PATCH v4] Raspberrypi: updated the console interface.

2019-12-30 Thread Christian Mauderer
On 30/12/2019 20:43, Christian Mauderer wrote: > On 30/12/2019 19:32, Niteesh wrote: >> Just to make sure that console_initialize and uart_probe are being >> called, I manually initialized the pl011 context to print something on >> serial. But they never got called. Can you just make sure that

Re: [PATCH v4] Raspberrypi: updated the console interface.

2019-12-30 Thread Niteesh
Any other suggestions with the code or are happy with it? On Tue, Dec 31, 2019 at 1:13 AM Christian Mauderer wrote: > On 30/12/2019 19:32, Niteesh wrote: > > Just to make sure that console_initialize and uart_probe are being > > called, I manually initialized the pl011 context to print

Re: [PATCH v4] Raspberrypi: updated the console interface.

2019-12-30 Thread Niteesh
Just to make sure that console_initialize and uart_probe are being called, I manually initialized the pl011 context to print something on serial. But they never got called. Can you just make sure that if I am missing something? While going through the messages from devel-request, Joel mentioned

Pi2 and Pi3 on qemu

2019-12-30 Thread Joel Sherrill
Hi It has been great watching the traffic over the holidays on the Pi. Thanks guys. I recently checked the board models supported by the qemu built by the qemu4 rsb package. It has Pi2 and Pi3. 1. The Pi3 may help when debugging. 2. RTEMS tester needs to support both. It would be awesome to

Re: [PATCH v3] Raspberrypi: updated the console interface.

2019-12-30 Thread Christian Mauderer
On 30/12/2019 16:02, Niteesh wrote: > On Mon, Dec 30, 2019 at 6:56 PM Christian Mauderer > wrote: > > On 30/12/2019 09:21, Niteesh wrote: > > I just looked at the dts files for rpi4, the uart 0, uart 1 are the > > same, the additional 4 uarts are in

Re: [PATCH v3] Raspberrypi: updated the console interface.

2019-12-30 Thread Niteesh
On Mon, Dec 30, 2019 at 6:56 PM Christian Mauderer wrote: > On 30/12/2019 09:21, Niteesh wrote: > > I just looked at the dts files for rpi4, the uart 0, uart 1 are the > > same, the additional 4 uarts are in different pins and can be used > > simultaneously. They are all pl011 and are disabled

Re: What do you want to study in GSOC 2020?

2019-12-30 Thread Niteesh
On Mon, Dec 30, 2019 at 7:14 PM Christian Mauderer wrote: > On 30/12/2019 07:25, Niteesh wrote: > > > > > > On Mon, Dec 30, 2019 at 4:44 AM Peter Dufault > > wrote: > > > > > > Niteesh, what do you want to study? Go over what most interests you > > most about

Re: Error while building the rtems-libbsd

2019-12-30 Thread Christian Mauderer
On 28/12/2019 18:43, Utkarsh Rai wrote: > Hi, > While building the rtems-libbsd as described here > >  I > was able to successfully configure the waf file as:- > waf configure >

Re: What do you want to study in GSOC 2020?

2019-12-30 Thread Christian Mauderer
On 30/12/2019 07:25, Niteesh wrote: > > > On Mon, Dec 30, 2019 at 4:44 AM Peter Dufault > wrote: > > > Niteesh, what do you want to study?  Go over what most interests you > most about working in a real-time environment like RTEMS, and not > about working

Re: [PATCH v3] Raspberrypi: updated the console interface.

2019-12-30 Thread Christian Mauderer
On 30/12/2019 09:21, Niteesh wrote: > I just looked at the dts files for rpi4, the uart 0, uart 1 are the > same, the additional 4 uarts are in different pins and can be used > simultaneously. They are all pl011 and are disabled by default, and are > enabled using overlays in linux. Do you want to

Re: [PATCH v3] Raspberrypi: updated the console interface.

2019-12-30 Thread Niteesh
I just looked at the dts files for rpi4, the uart 0, uart 1 are the same, the additional 4 uarts are in different pins and can be used simultaneously. They are all pl011 and are disabled by default, and are enabled using overlays in linux. Do you want to handle then now or sometime later? On