Re: testing order for rtems-libbsd

2015-06-22 Thread Chris Johns
On 23/06/2015 3:55 pm, Sebastian Huber wrote: > > > On 23/06/15 01:56, Joel Sherrill wrote: >> Hi >> >> I have it built now for pc386 but some tests run and others don't. >> Any suggestions on the order to run tests in from simplest to >> most complex? >> > > The ones covered by a "make run_test

Re: [PATCH] altq_subr.c: Disable x86 specific code on RTEMS

2015-06-22 Thread Sebastian Huber
On 22/06/15 22:37, Gedare Bloom wrote: On Mon, Jun 22, 2015 at 4:36 PM, Gedare Bloom wrote: >On Mon, Jun 22, 2015 at 3:43 PM, Joel Sherrill > wrote: >>--- >> freebsd/sys/contrib/altq/altq/altq_subr.c |7 ++- >> 1 files changed, 6 insertions(+), 1 deletions(-) >> >>diff --git a/free

Re: testing order for rtems-libbsd

2015-06-22 Thread Sebastian Huber
On 23/06/15 01:56, Joel Sherrill wrote: Hi I have it built now for pc386 but some tests run and others don't. Any suggestions on the order to run tests in from simplest to most complex? The ones covered by a "make run_tests" should work (there is a known issue with selectpollkqueue01). -

qemu invocation for pc386

2015-06-22 Thread Joel Sherrill
Hi It looks like qemu has changed the command line related to virtual fat directories. Has anyone used it recently or have suggestions? I don't seem to be able to parse the help offered and get it happy. + qemu-system-i386 -m 512 -boot a -cpu 486 -fda /home/joel/qemu/pc386_fda -drive file=fat:

testing order for rtems-libbsd

2015-06-22 Thread Joel Sherrill
Hi I have it built now for pc386 but some tests run and others don't. Any suggestions on the order to run tests in from simplest to most complex? -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-Line Applications Research Ask me about RTE

Re: [PATCH 1/2] RTEMS GPIO API definition and implementation.

2015-06-22 Thread André Marques
Hello Gedare, first of all thanks for the review. Answers bellow. On 22-06-2015 16:05, Gedare Bloom wrote: ( On Mon, Jun 22, 2015 at 8:01 AM, Andre Marques wrote: --- c/src/lib/libbsp/Makefile.am |3 +- c/src/lib/libbsp/preinstall.am |4 + c/src/lib/libbsp/shar

[PATCH] GSoC: Cache configurations Raspberry Pi 2 support

2015-06-22 Thread Rohini Kulkarni
--- .../arm/raspberrypi/startup/mm_config_table.c | 18 +++ c/src/lib/libbsp/arm/shared/mminit.c | 23 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/c/src/lib/libbsp/arm/raspberrypi/startup/mm_config_table.c b/c/src/lib/libb

Re: [PATCH] altq_subr.c: Disable x86 specific code on RTEMS

2015-06-22 Thread Gedare Bloom
On Mon, Jun 22, 2015 at 4:36 PM, Gedare Bloom wrote: > On Mon, Jun 22, 2015 at 3:43 PM, Joel Sherrill > wrote: >> --- >> freebsd/sys/contrib/altq/altq/altq_subr.c |7 ++- >> 1 files changed, 6 insertions(+), 1 deletions(-) >> >> diff --git a/freebsd/sys/contrib/altq/altq/altq_subr.c >>

Re: [PATCH] altq_subr.c: Disable x86 specific code on RTEMS

2015-06-22 Thread Gedare Bloom
On Mon, Jun 22, 2015 at 3:43 PM, Joel Sherrill wrote: > --- > freebsd/sys/contrib/altq/altq/altq_subr.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/freebsd/sys/contrib/altq/altq/altq_subr.c > b/freebsd/sys/contrib/altq/altq/altq_subr.c > index 3ebd58d..55f

[PATCH] altq_subr.c: Disable x86 specific code on RTEMS

2015-06-22 Thread Joel Sherrill
--- freebsd/sys/contrib/altq/altq/altq_subr.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/freebsd/sys/contrib/altq/altq/altq_subr.c b/freebsd/sys/contrib/altq/altq/altq_subr.c index 3ebd58d..55f0977 100644 --- a/freebsd/sys/contrib/altq/altq/altq_subr.c +++ b/fr

Re: GSoC 2015: Raspberry Pi 2 Support

2015-06-22 Thread Alan Cudmore
Great news on the Pi 2 cache configuration! I am looking forward to a patch to try. Alan On Sun, Jun 21, 2015 at 3:27 PM, Rohini Kulkarni wrote: > :) > There is very little code that had to be added. > I need to clean the code and add conditional call for Pi 2. Then I would > be ready to submi

Re: [PATCH 2/2] Raspberry Pi implementation for the RTEMS GPIO API.

2015-06-22 Thread Gedare Bloom
On Mon, Jun 22, 2015 at 8:01 AM, Andre Marques wrote: > Test cases can be found in https://github.com/asuol/RTEMS_rpi_testing > --- > c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 7 +- > .../raspberrypi/gpio/gpio-interfaces-pi1-rev2.c| 135 + > c/src/lib/libbsp/arm/raspberry

Re: [PATCH 1/2] RTEMS GPIO API definition and implementation.

2015-06-22 Thread Gedare Bloom
( On Mon, Jun 22, 2015 at 8:01 AM, Andre Marques wrote: > --- > c/src/lib/libbsp/Makefile.am |3 +- > c/src/lib/libbsp/preinstall.am |4 + > c/src/lib/libbsp/shared/gpio.c | 1083 > > c/src/lib/libbsp/shared/include/gpio.h | 6

Re: RTEMS Source Builder newlib/iconv issues on OpenBSD/Solaris

2015-06-22 Thread Karel Gardas
On 06/22/15 02:35 PM, Chris Johns wrote: On 22/06/2015 6:30 am, Karel Gardas wrote: Hello, on both Solaris 11 and OpenBSD 5.7 I do have an issue with source builder which fails on newlib compilation. This shows as: checking for sparc-rtems4.11-ar... sparc-rtems4.11-ar checking for sparc-rtems

Re: RTEMS Source Builder newlib/iconv issues on OpenBSD/Solaris

2015-06-22 Thread Chris Johns
On 22/06/2015 6:30 am, Karel Gardas wrote: > > Hello, > > on both Solaris 11 and OpenBSD 5.7 I do have an issue with source > builder which fails on newlib compilation. This shows as: > > checking for sparc-rtems4.11-ar... sparc-rtems4.11-ar > checking for sparc-rtems4.11-ranlib... sparc-rtems4.

Re: RTEMS Source Builder OpenBSD support.

2015-06-22 Thread Chris Johns
On 22/06/2015 6:27 pm, Karel Gardas wrote: > On 06/22/15 02:24 AM, Chris Johns wrote: >> On 22/06/2015 4:37 am, Karel Gardas wrote: >>> >>> attach is git patch which provides basic OpenBSD support to the RTEMS >>> source builder. >> >> Thanks. I pushed it then reverted it when I notice it has a GPL

[PATCH 1/2] RTEMS GPIO API definition and implementation.

2015-06-22 Thread Andre Marques
--- c/src/lib/libbsp/Makefile.am |3 +- c/src/lib/libbsp/preinstall.am |4 + c/src/lib/libbsp/shared/gpio.c | 1083 c/src/lib/libbsp/shared/include/gpio.h | 610 ++ 4 files changed, 1699 insertions(+), 1 deletion(-

[PATCH 2/2] Raspberry Pi implementation for the RTEMS GPIO API.

2015-06-22 Thread Andre Marques
Test cases can be found in https://github.com/asuol/RTEMS_rpi_testing --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 7 +- .../raspberrypi/gpio/gpio-interfaces-pi1-rev2.c| 135 + c/src/lib/libbsp/arm/raspberrypi/gpio/rpi-gpio.c | 334 + .../libbsp/arm/

Re: administration tickets was Re: 4.11 Release Description Help Needed

2015-06-22 Thread Sebastian Huber
On 09/06/15 21:14, Sebastian Huber wrote: - Joel Sherrill schrieb: > > >On 6/9/2015 1:45 PM, Sebastian Huber wrote: > > > >- Sebastian Huber schrieb: > >> > >> > >>On 03/06/15 12:59, Joel Sherrill wrote: > >>>On June 3, 2015 4:34:31 AM EDT, Sebastian Huber wrote: > >Hi, >

Re: RTEMS Source Builder newlib/iconv issues on OpenBSD/Solaris

2015-06-22 Thread Karel Gardas
On 06/22/15 01:29 AM, Gedare Bloom wrote: The general question is what's better and how to solve this issue? Just a note in builder doc for both platforms? Or custom patch to newlib to check for ggrep/gsed and when available to use them? Or just disabling iconv completely in platform .py file of

Re: RTEMS Source Builder OpenBSD support.

2015-06-22 Thread Karel Gardas
On 06/22/15 02:24 AM, Chris Johns wrote: On 22/06/2015 4:37 am, Karel Gardas wrote: attach is git patch which provides basic OpenBSD support to the RTEMS source builder. Thanks. I pushed it then reverted it when I notice it has a GPL license. I have changed the solaris license and pushed that