Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-27 Thread Sebastian Huber
On 26/03/2019 19:11, Joel Sherrill wrote: On Tue, Mar 26, 2019 at 11:55 AM Sebastian Huber > wrote: - Am 26. Mrz 2019 um 16:17 schrieb joel j...@rtems.org : > On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber <

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Joel Sherrill
On Tue, Mar 26, 2019 at 11:55 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 26. Mrz 2019 um 16:17 schrieb joel j...@rtems.org: > > > On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber < > > sebastian.hu...@embedded-brains.de> wrote: > > > >> On 26/03/2019 14:56, Lou

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Sebastian Huber
- Am 26. Mrz 2019 um 16:17 schrieb joel j...@rtems.org: > On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 26/03/2019 14:56, Lou Woods wrote: >> > From: Lou Woods >> > >> > I discovered that I was not able to turn off interrupt-based

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Joel Sherrill
On Tue, Mar 26, 2019 at 9:36 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/03/2019 14:56, Lou Woods wrote: > > From: Lou Woods > > > > I discovered that I was not able to turn off interrupt-based console > mode on the > > Xilinx Zynq BSP under Qemu via the configure

Re: [PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Sebastian Huber
On 26/03/2019 14:56, Lou Woods wrote: From: Lou Woods I discovered that I was not able to turn off interrupt-based console mode on the Xilinx Zynq BSP under Qemu via the configure command. The fix simply exchanges #ifdef XXX_CONSOLE_USE_INTERRUPTS for #if XXX_CONSOLE_USE_INTERRUPTS for the

[PATCH 0/3] Fixed ability to enable console polling for certain BSPs

2019-03-26 Thread Lou Woods
From: Lou Woods I discovered that I was not able to turn off interrupt-based console mode on the Xilinx Zynq BSP under Qemu via the configure command. The fix simply exchanges #ifdef XXX_CONSOLE_USE_INTERRUPTS for #if XXX_CONSOLE_USE_INTERRUPTS for the BSP specific console code. The error