Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-27 Thread Niteesh G. S.
w from RTEMS 5. > > >>> > > > >>> You'll need to provide a separate patch with a ticket to close on 5 > > >>> for a backport. Wait until you get the approval for the master branch > > >>> though. > > >> &g

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-23 Thread Alan Cudmore
RTEMS 5 since we started > >>> > supporting Pi3 and Zero w from RTEMS 5. > >>> > > >>> You'll need to provide a separate patch with a ticket to close on 5 > >>> for a backport. Wait until you get the appr

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-20 Thread Alan Cudmore
ose on 5 >>> for a backport. Wait until you get the approval for the master branch >>> though. >> >> OK. I'll create a ticket and request for a backport once this is pushed on >> to the current master >> >> Thanks, >> Niteesh. >>> &

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-19 Thread Niteesh G. S.
icket to close on 5 >> for a backport. Wait until you get the approval for the master branch >> though. > > OK. I'll create a ticket and request for a backport once this is pushed on > to the current master > > Thanks, > Niteesh. > >> >> >

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-10 Thread Niteesh G. S.
nt master Thanks, Niteesh. > > > Thanks, > > Niteesh. > > > > > >> > >> Thanks, > >> > >> Alan > >> > >> > >> > >> From: Niteesh G. S. > >> Sent: Thursday, May 6, 2021 4:29 AM > >>

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-10 Thread Niteesh G. S.
ted > supporting Pi3 and Zero w from RTEMS 5. > > > > Thanks, > > Niteesh. > > > > > >> > >> Thanks, > >> > >> Alan > >> > >> > >> > >> From: Niteesh G. S. > >> Sent: Thursday, May 6, 2

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-10 Thread Alan Cudmore
gt;> >> Alan >> >> >> >> From: Niteesh G. S. >> Sent: Thursday, May 6, 2021 4:29 AM >> To: Joel Sherrill; Christian Mauderer >> Cc: rtems-de...@rtems.org >> Subject: Re: [PATCH] bsps/raspberrypi/console: Fix default console device >&g

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-10 Thread Gedare Bloom
for the master branch though. > Thanks, > Niteesh. > > >> >> Thanks, >> >> Alan >> >> >> >> From: Niteesh G. S. >> Sent: Thursday, May 6, 2021 4:29 AM >> To: Joel Sherrill; Christian Mauderer >> Cc: rtems-de...@rtems.

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-06 Thread Niteesh G. S.
w from RTEMS 5. Thanks, Niteesh. > Thanks, > > Alan > > > > *From: *Niteesh G. S. > *Sent: *Thursday, May 6, 2021 4:29 AM > *To: *Joel Sherrill ; Christian Mauderer > > *Cc: *rtems-de...@rtems.org > *Subject: *Re: [PATCH] bsps/raspberrypi/console: Fix

RE: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-06 Thread Alan Cudmore
: Thursday, May 6, 2021 4:29 AMTo: Joel Sherrill; Christian MaudererCc: rtems-de...@rtems.orgSubject: Re: [PATCH] bsps/raspberrypi/console: Fix default console device ping. On Sat, May 1, 2021 at 9:47 PM Niteesh G. S. <niteesh...@gmail.com> wrote:On Sat, May 1, 2021 at 8:31 PM Joel Sherrill <j...@

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-06 Thread Niteesh G. S.
ping. On Sat, May 1, 2021 at 9:47 PM Niteesh G. S. wrote: > On Sat, May 1, 2021 at 8:31 PM Joel Sherrill wrote: > >> >> >> On Sat, May 1, 2021, 8:53 AM Niteesh G. S. wrote: >> >>> Just to provide more context, >>> When the CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER option is used >>> and no --

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-01 Thread Niteesh G. S.
On Sat, May 1, 2021 at 8:31 PM Joel Sherrill wrote: > > > On Sat, May 1, 2021, 8:53 AM Niteesh G. S. wrote: > >> Just to provide more context, >> When the CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER option is used >> and no --console option is provided, the console driver defaults to PL011. >> In

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-01 Thread Joel Sherrill
On Sat, May 1, 2021, 8:53 AM Niteesh G. S. wrote: > Just to provide more context, > When the CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER option is used > and no --console option is provided, the console driver defaults to PL011. > In raspberry pi 3 and other models whose primary UART is not PL011,

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-01 Thread Niteesh G. S.
Just to provide more context, When the CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER option is used and no --console option is provided, the console driver defaults to PL011. In raspberry pi 3 and other models whose primary UART is not PL011, we get no output. This patch fixes that by linking the prim

[PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-01 Thread G S Niteesh Babu
When no console argument is given, the driver defaults to pl011 this results in no output in case of Rpi3 whose primary uart is miniuart. This patch fixes that by defaulting to the primary uart when no console option is provided. --- bsps/arm/raspberrypi/console/console-config.c | 12 +---