Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Stefan Wallentowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30.03.2016 07:29, Sebastian Huber wrote: > > > On 30/03/16 07:26, Stefan Wallentowitz wrote: >> there is also a GCC-6 snapshot available: >> https://github.com/openrisc/newlib/releases/tag/gcc6-preview >> >> This was the GCC version used in the

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Sebastian Huber
On 30/03/16 07:26, Stefan Wallentowitz wrote: there is also a GCC-6 snapshot available: https://github.com/openrisc/newlib/releases/tag/gcc6-preview This was the GCC version used in the other architectures last week, so maybe it makes sense to bump to this GCC version, too. Are there any pla

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Stefan Wallentowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Hesham, there is also a GCC-6 snapshot available: https://github.com/openrisc/newlib/releases/tag/gcc6-preview This was the GCC version used in the other architectures last week, so maybe it makes sense to bump to this GCC version, too. Best, Ste

[PATCH] bsp/pc386: Fix --console=/--printk argument parsing.

2016-03-29 Thread Chris Johns
--- .../lib/libbsp/i386/pc386/console/console_select.c | 62 ++ 1 file changed, 41 insertions(+), 21 deletions(-) diff --git a/c/src/lib/libbsp/i386/pc386/console/console_select.c b/c/src/lib/libbsp/i386/pc386/console/console_select.c index 3fb31ec..7b40f97 100644 --- a/c/src

Re: Correcting Location of Header Files in Source Tree

2016-03-29 Thread Gedare Bloom
Amar might have a long list. On Tue, Mar 29, 2016 at 7:07 PM, Joel Sherrill wrote: > Hi > > There are a handful of header files which are in the wrong place in the > source tree in cpukit. So far, I haven't found one which needs to change > the installed view. > > The ones I have identified so fa

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Hesham Almatary
On Wed, Mar 30, 2016 at 10:15 AM Joel Sherrill wrote: > On Tue, Mar 29, 2016 at 6:08 PM, Hesham Almatary > wrote: > >> Building RTEMS without this patch will fail with some nfs and rpc libs >> since newlib version is outdated (March 2015). >> >> Then this will fix one of the two repeating BSP bu

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Joel Sherrill
On Tue, Mar 29, 2016 at 6:08 PM, Hesham Almatary wrote: > Building RTEMS without this patch will fail with some nfs and rpc libs > since newlib version is outdated (March 2015). > > Then this will fix one of the two repeating BSP build failures. :) If you can fix the sh4 BSP, then another gets k

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Hesham Almatary
Building RTEMS without this patch will fail with some nfs and rpc libs since newlib version is outdated (March 2015). On Wed, Mar 30, 2016 at 10:03 AM Joel Sherrill wrote: > I am OK with this if you want to push it. > > I guess you saw that I plan/hope to bump the newlib and gcc versions > on al

Correcting Location of Header Files in Source Tree

2016-03-29 Thread Joel Sherrill
Hi There are a handful of header files which are in the wrong place in the source tree in cpukit. So far, I haven't found one which needs to change the installed view. The ones I have identified so far are: + device driver interface definitions in libcsupport/include which should now be in cpuki

Re: [PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Joel Sherrill
I am OK with this if you want to push it. I guess you saw that I plan/hope to bump the newlib and gcc versions on all targets I can when the next newlib snapshot comes out. --joel On Tue, Mar 29, 2016 at 5:23 PM, Hesham Almatary wrote: > --- > rtems/config/4.12/rtems-or1k.bset

[PATCH] [RSB] use updated newlib revision for or1k

2016-03-29 Thread Hesham Almatary
--- rtems/config/4.12/rtems-or1k.bset | 2 +- rtems/config/tools/rtems-gcc-4.9.3-newlib-git-1.cfg | 13 + 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gcc-4.9.3-newlib-git-1.cfg diff --git a/rtems/config/4.12/rtems-or

[PATCH 1/5] Add pthread_getconcurrency() and pthread_setconcurrency()

2016-03-29 Thread Joel Sherrill
This is the very simple implementation specified by the Open Group for implementations with 1:1 kernel thread to user thread mappings. http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getconcurrency.html updates #2680. --- cpukit/posix/Makefile.am | 1

[PATCH 3/5] conddefaultattributes.c: Add default clock to structure.

2016-03-29 Thread Joel Sherrill
--- cpukit/posix/src/conddefaultattributes.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/cpukit/posix/src/conddefaultattributes.c b/cpukit/posix/src/conddefaultattributes.c index 84fdbc8..9b0837e 100644 --- a/cpukit/posix/src/conddefaultattributes.c +++ b/cpu

[PATCH 2/5] posix/src/condattr*etpshared.c: Clean up and improve comments

2016-03-29 Thread Joel Sherrill
--- cpukit/posix/src/condattrgetpshared.c | 13 +++-- cpukit/posix/src/condattrsetpshared.c | 14 ++ 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/cpukit/posix/src/condattrgetpshared.c b/cpukit/posix/src/condattrgetpshared.c index e1427df..92918cb 100644 ---

[PATCH] Obsolete rtems_clock_get() directive.

2016-03-29 Thread Joel Sherrill
This service was marked as deprecated long prior to the 4.11 release series and is now being removed. closes #2676. --- c/src/ada-tests/mptests/mp01/mptest.adb|8 +- c/src/ada-tests/samples/ticker/sptest.adb |4 +- c/src/ada-tests/sptests/sp01/sptest.adb|

Patch Series to remove from

2016-03-29 Thread Joel Sherrill
Hi I know I flooded the list for the patch series to remove clockdrv.h from various bsp.h files and remove the warnings introduced. I am on the downhill side of testing a similar patch for removing from and it looks like it will result in even more small patches to keep them one per BSP. Is it

Re: [PATCH 2/2] confdefs.h hack

2016-03-29 Thread Joel Sherrill
On Tue, Mar 29, 2016 at 7:48 AM, Gedare Bloom wrote: > On Tue, Mar 29, 2016 at 7:51 AM, Sebastian Huber > wrote: > > On 29/03/16 13:47, Sebastian Huber wrote: > >> > >> Not to be committed. How can we fix this? > > > > > > I was able to run all MP tests except mp14 successfully using Qemu and a

Re: [PATCH] pc386: Add virtio network driver

2016-03-29 Thread Joel Sherrill
Hi Thanks for the submission. My comments are going to be very general. + Can you document which version of the FreeBSD source files this is based up? Perhaps an svn revision/branch and a list of the exact files in their source tree? This has been a historical problem when trying to track future

Re: Advice Wanted on sonic.c Indentation Warning

2016-03-29 Thread Martin Galvan
Hi again, I'm attaching the patch for review. It compiles fine for erc32, though I couldn't test the samples (I don't have any sparc boards, and QEMU only has leon3 and sun-4m). I wrote to Amar about my write access but I didn't hear back from him. Is there a way to check if my account exists usin

[PATCH] pc386: Add virtio network driver

2016-03-29 Thread Jinhyun
diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.am b/c/src/lib/libbsp/i386/pc386/Makefile.am index d9af7dd..da50c67 100644 --- a/c/src/lib/libbsp/i386/pc386/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/Makefile.am @@ -232,6 +232,19 @@ noinst_PROGRAMS += 3c509.rel 3c509_rel_LDFLAGS += -Wl,--unde

Re: [PATCH 2/2] confdefs.h hack

2016-03-29 Thread Gedare Bloom
On Tue, Mar 29, 2016 at 7:51 AM, Sebastian Huber wrote: > On 29/03/16 13:47, Sebastian Huber wrote: >> >> Not to be committed. How can we fix this? > > > I was able to run all MP tests except mp14 successfully using Qemu and a > virtual network. The TCP/IP based MPCI support is basically BSP indep

Re: [PATCH 2/2] confdefs.h hack

2016-03-29 Thread Sebastian Huber
On 29/03/16 13:47, Sebastian Huber wrote: Not to be committed. How can we fix this? I was able to run all MP tests except mp14 successfully using Qemu and a virtual network. The TCP/IP based MPCI support is basically BSP independent and should work for all BSPs that support a network interfa

[PATCH 1/2] bsp/motorola_powerpc: Add MPCI support for Qemu

2016-03-29 Thread Sebastian Huber
--- .../libbsp/powerpc/motorola_powerpc/Makefile.am| 2 + .../libbsp/powerpc/motorola_powerpc/include/bsp.h | 10 + .../libbsp/powerpc/motorola_powerpc/shmsupp/mpci.c | 379 + 3 files changed, 391 insertions(+) create mode 100644 c/src/lib/libbsp/powerpc/motorola_power

[PATCH 2/2] confdefs.h hack

2016-03-29 Thread Sebastian Huber
Not to be committed. How can we fix this? --- cpukit/sapi/include/confdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 2018c4e..6c55cdb 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/

Re: about GSoC2016 Students' Proposals table

2016-03-29 Thread Gedare Bloom
On Tue, Mar 29, 2016 at 3:09 AM, 황원준 wrote: > Hello all, > > I submitted the proposal about Jailhouse hypervisor at Google Summer of > Code page. > > But there is no my proposal in RTEMS Tracking page's Students' Proposals > table. > > If there is no a proposal, would that be rejected? > > > No,

about GSoC2016 Students' Proposals table

2016-03-29 Thread 황원준
Hello all, I submitted the proposal about Jailhouse hypervisor at Google Summer of Code page. But there is no my proposal in RTEMS Tracking page's Students' Proposals table. If there is no a proposal, would that be rejected? I knew that projects announced date is April 23. are there ways to kn