[PATCH 8/8] i386/pc386: Add x86 debug register support for hardware break points.

2016-05-06 Thread Chris Johns
--- c/src/lib/libbsp/i386/shared/comm/i386-stub.c | 158 +- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub.c index b3630ee..d28a431 100644 --- a/c/src/lib/libbsp/i38

[PATCH 7/8] i386/pc386: EOI the master and slave for slave IRQ signals.

2016-05-06 Thread Chris Johns
--- c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c | 39 ++ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c index 25a153f..7802270 100644 --- a/c/src/lib/

i386/pc386 interrupt and remote debug stub improvements.

2016-05-06 Thread Chris Johns
These patches improve the ATPIC handling removing the spurious interrupt from PIC devices connected to the slave PIC. The GDB stub now supports x86 debug registers so hardware break and access point support works in gdb. Add an IDE disable boot command line option. Fix printk support on serial p

[PATCH 4/8] i386/pc386: Fix printk with the console changes.

2016-05-06 Thread Chris Johns
--- .../lib/libbsp/i386/pc386/console/printk_support.c | 69 -- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/c/src/lib/libbsp/i386/pc386/console/printk_support.c b/c/src/lib/libbsp/i386/pc386/console/printk_support.c index d4adf55..d6dd569 100644 --- a/c/src

[PATCH 3/8] bsp/pc386: Use irq-generic.

2016-05-06 Thread Chris Johns
--- c/src/lib/libbsp/i386/pc386/clock/ckinit.c | 5 ++--- c/src/lib/libbsp/i386/pc386/timer/timer.c | 10 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c index 2291839..67f4bf7 1006

[PATCH 5/8] i386/pc386: Fix interrupt support.

2016-05-06 Thread Chris Johns
Fix the interrupt and stop the spurious interrupt from happening. The fix moves the EOI to C code and cleans that functionality out of the asm part of the ISR handler. The code checks the ISR and IRR registers on the enable. Only ack the master for a slave IRQ if the slave has no other pending r

[PATCH 6/8] i386/pc386: Add --ide-disable boot command line option.

2016-05-06 Thread Chris Johns
--- c/src/lib/libbsp/i386/pc386/ide/idecfg.c | 108 --- 1 file changed, 57 insertions(+), 51 deletions(-) diff --git a/c/src/lib/libbsp/i386/pc386/ide/idecfg.c b/c/src/lib/libbsp/i386/pc386/ide/idecfg.c index f0f5bfe..371a6ee 100644 --- a/c/src/lib/libbsp/i386/pc386/i

[PATCH 2/8] bsp/shared: Print the exception stack frame before the shut down message.

2016-05-06 Thread Chris Johns
This lets you see the exception otherwise the key press clears the screen on the reboot on a PC BSP. Also state there has been a fatal error. --- c/src/lib/libbsp/shared/bspclean.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/c/src/lib/libbsp/shared/bspclean.

[PATCH 1/8] bsp/shared: Add bsp_interrupt_handler_is_empty.

2016-05-06 Thread Chris Johns
--- c/src/lib/libbsp/shared/include/irq-generic.h | 15 ++- c/src/lib/libbsp/shared/src/irq-generic.c | 19 +++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/shared/include/irq-generic.h b/c/src/lib/libbsp/shared/include/irq-generi

Re: Advice Wanted on sonic.c Indentation Warning

2016-05-06 Thread Martin Galvan
Thanks. Here's what I committed: https://git.rtems.org/rtems/commit/?id=b4d7d5d52e6459ed4fe490ca272fb6cb83e512aa However, I got an error when I did the push. Here's the output: $ git push Counting objects: 7, done. Delta compression using up to 4 threads. Compressing objects: 100% (7/7), done. W

Re: Advice Wanted on sonic.c Indentation Warning

2016-05-06 Thread Gedare Bloom
Yes. On Fri, May 6, 2016 at 9:41 AM, Martin Galvan wrote: > Pinging this again. Is it ok to commit? I think the patch should still > apply since the file hasn't changed in a while. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/li

Re: Advice Wanted on sonic.c Indentation Warning

2016-05-06 Thread Martin Galvan
Pinging this again. Is it ok to commit? I think the patch should still apply since the file hasn't changed in a while. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Updates and Issues

2016-05-06 Thread Sebastian Huber
Should be fixed already. On 06/05/16 12:11, Mudit Jain wrote: Hi everyone, GSOC Updates : As per Gedare's mail I have set up the blog, calendar, wiki and have forked the rtems-libbsd on github. I had set-up rtems for rpi following alan's blog and now have built rtems libbsd for rpi. My first

Re: PWM driver tested in RTEMS with RGB

2016-05-06 Thread Chris Johns
On 6/05/2016 9:47 PM, punit vara wrote: > > Official TI wiki page. http://processors.wiki.ti.com/index.php/StarterWare > leads me to same repo. > > If you are saying here we need to be careful than I would like to have > a suggestion from my mentors that from where should I copy the code ? > I t

Re: PWM driver tested in RTEMS with RGB

2016-05-06 Thread punit vara
On Fri, May 6, 2016 at 7:23 AM, Chris Johns wrote: > On 05/05/2016 22:25, punit vara wrote: >> >> >> I have referred code from sourceforge. >> >> https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ >> > > I am sorry but I am not comfortable with this repo at the moment and I would > lik

Updates and Issues

2016-05-06 Thread Mudit Jain
Hi everyone, GSOC Updates : As per Gedare's mail I have set up the blog, calendar, wiki and have forked the rtems-libbsd on github. I had set-up rtems for rpi following alan's blog and now have built rtems libbsd for rpi. My first blog post is regarding the same- Blog