Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-29 Thread Hesham Moustafa
On Mon, Sep 29, 2014 at 10:02 PM, Joel Sherrill wrote: > > On 9/29/2014 2:53 PM, Hesham Moustafa wrote: > > Thanks for committing. > > There are some other few pending patches. This one [1] adds > qemu-system-or32 script to sim-scripts, and this [2] adds a new RTEMS > tester script to test or1ks

Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-29 Thread Joel Sherrill
On 9/29/2014 2:53 PM, Hesham Moustafa wrote: > Thanks for committing. > > There are some other few pending patches. This one [1] adds > qemu-system-or32 script to sim-scripts, and this [2] adds a new RTEMS > tester script to test or1ksim BSP running on qemu. > > [1] http://lists.rtems.org/piperma

Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-29 Thread Hesham Moustafa
Thanks for committing. There are some other few pending patches. This one [1] adds qemu-system-or32 script to sim-scripts, and this [2] adds a new RTEMS tester script to test or1ksim BSP running on qemu. [1] http://lists.rtems.org/pipermail/devel/2014-September/008064.html [2] http://lists.rtems.

Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-29 Thread Joel Sherrill
Sorry. This is now committed. Anything else besides the task stack initialization patch? --joel On 9/29/2014 12:57 AM, Hesham Moustafa wrote: > Hi, > > This patch is needed for capture, pppd and any other tests that prompt > users to input data interactively. > > Regards, > Hesham > > On Fri, Se

Re: [PATCH] or1ksim: Console: implement uart_read_polled

2014-09-28 Thread Hesham Moustafa
Hi, This patch is needed for capture, pppd and any other tests that prompt users to input data interactively. Regards, Hesham On Fri, Sep 19, 2014 at 9:20 PM, Hesham ALMatary wrote: > Implement uart_read_polled which is needed for any application that > reads input from users. It works fine wi

[PATCH] or1ksim: Console: implement uart_read_polled

2014-09-19 Thread Hesham ALMatary
Implement uart_read_polled which is needed for any application that reads input from users. It works fine with pppd, capture, and all termios tests. --- c/src/lib/libbsp/or1k/or1ksim/console/uart.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/