[PATCH] rsb: Clarify Ada build requirements

2018-11-30 Thread Sebastian Huber
--- rsb/building-tools-and-rtems.rst | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rsb/building-tools-and-rtems.rst b/rsb/building-tools-and-rtems.rst index 5fd5d78..207463c 100644 --- a/rsb/building-tools-and-rtems.rst +++ b/rsb/building-tools-and-rtems.rst @@ -29,7 +

GCC 7.4.0 release candidate

2018-11-30 Thread Sebastian Huber
Hello, a GCC 7.4.0 release candidate is available. I would like to update the RSB to use GCC 7.4.0 for all targets which currently use GCC 7.3.0. This will change the type int32_t from long to int. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Ph

[PATCH] Convert CPU counter ticks to/from sbintime_t

2018-11-30 Thread Sebastian Huber
The sbintime_t is an efficient time format. Add the ability to convert CPU counter ticks to/from sbintime_t. --- cpukit/include/rtems/counter.h | 36 +--- cpukit/sapi/src/cpucounterconverter.c| 22 +-- testsuites/sptests/spcpucounter01/ini

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-30 Thread Vijay Kumar Banerjee
On Tue, 27 Nov 2018 at 13:30, Vijay Kumar Banerjee wrote: > > > > > > On Tue, 27 Nov 2018 at 10:28, Chris Johns wrote: > >> On 27/11/2018 04:28, Vijay Kumar Banerjee wrote: >> > On Mon, 26 Nov 2018 at 16:27, Chris Johns > > > wrote: >> > > On 26 Nov 2018, at 6:57 pm,

powerpc/ss555:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Shashvat Jain
Hello , The per-function section linking has been enabled under this patch. Thank you Regards From 033daca95f28b8716f518871bd58e793b35e35a5 Mon Sep 17 00:00:00 2001 From: Shashvat Jain Date: Fri, 30 Nov 2018 10:03:25 -0500 Subject: [PATCH] powerpc/ss555:Add per-section compilation and linking su

Re: powerpc/ss555:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Joel Sherrill
Hi Thanks. I have tested this and am about to push it. My size drop was: [joel@rtbf64c b-ss555-before]$ powerpc-rtems5-size `find . -name ticker.exe` textdata bss dec hex filename 1195561380 15464 136400 214d0 ./powerpc-rtems5/c/ss555/testsuites/samples/ticker.exe [jo

powerpc/qemuppc:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Shashvat Jain
Hello , The per-function section linking has been enabled under this patch. Thank you Regards From ee61f922edb80c809713246a3fbb177faac415b6 Mon Sep 17 00:00:00 2001 From: Shashvat Jain Date: Fri, 30 Nov 2018 11:39:29 -0500 Subject: [PATCH] powerpc/qemuppc:Add per-section compilation and linking

Re: powerpc/qemuppc:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Joel Sherrill
Pushed. Thanks. On Fri, Nov 30, 2018 at 10:45 AM Shashvat Jain wrote: > Hello , > The per-function section linking has been enabled under this patch. > > Thank you > Regards > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/

powerpc/mpc2860ads:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Shashvat Jain
Hello , The per-function section linking has been enabled under this patch. I am adding Chris , to discuss about the differ in my bss and dec drops and that of Dr.Joel's My size drop change can be seen here -- The size of t

Re: powerpc/mpc2860ads:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Joel Sherrill
On Fri, Nov 30, 2018 at 12:30 PM Shashvat Jain wrote: > Hello , > The per-function section linking has been enabled under this patch. > I am adding Chris , to discuss about the differ in my bss and dec drops > and that of Dr.Joel's > My size drop change can be seen here > > --

powerpc/haleakala:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Shashvat Jain
Hello , The per-function section linking has been enabled under this patch. with this , we have closed all the tickets related to per-function sections Thank you Regards From f81a18fa7414acca85fbfcb5ba0330eb372704ae Mon Sep 17 00:00:00 2001 From: Shashvat Jain Date: Fri, 30 Nov 2018 14:01:50 -050

Re: powerpc/haleakala:Add per-section compilation and linking support(GCI 2018)

2018-11-30 Thread Joel Sherrill
Pushed. Thanks. On Fri, Nov 30, 2018 at 1:45 PM Shashvat Jain wrote: > Hello , > The per-function section linking has been enabled under this patch. > with this , we have closed all the tickets related to per-function sections > > Thank you > Regards > ___

State of Wired Networking on BeagleBone Black

2018-11-30 Thread Joel Sherrill
Hi I was asked about the state of networking on the BBB and thought it was support. But when I looked at libbsd, I didn't see anything obvious with am35xx in the name. When I googled, I found the GSoC 2015 student who did this work. He mentions the file freebsd/sys/arm/ti/cpsw/if_cpsw.c here: htt