Re: Clarify DFLT and PRIO "wait_operation" field in rtems_monitor_task_dump() in pthreads in 4.12

2016-10-03 Thread Sebastian Huber
On 30/09/16 22:45, dufa...@hda.com wrote: On Sep 30, 2016, at 08:05 , Sebastian Huber > wrote: On 30/09/16 12:35, dufa...@hda.com wrote: On Sep 30, 2016, at 01:49 , Sebastian Huber

Re: [PATCH 13/15] m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05

2016-10-03 Thread Joel Sherrill
On Oct 3, 2016 6:32 PM, "Chris Johns" wrote: > > On 04/10/2016 09:58, Joel Sherrill wrote: >> >> --- >> c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tc

Re: [PATCH 13/15] m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05

2016-10-03 Thread Chris Johns
On 04/10/2016 10:36, Joel Sherrill wrote: On Oct 3, 2016 6:32 PM, "Chris Johns" mailto:chr...@rtems.org>> wrote: > > On 04/10/2016 09:58, Joel Sherrill wrote: >> >> --- >> c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 + >> 1 file changed, 1 insertion(+) >> >>

Re: [PATCH 13/15] m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05

2016-10-03 Thread Chris Johns
On 04/10/2016 09:58, Joel Sherrill wrote: --- c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsui

Re: [PATCH 12/15] m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05

2016-10-03 Thread Chris Johns
On 04/10/2016 09:58, Joel Sherrill wrote: --- c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsui

Re: [PATCH 03/15] powerpc/shared/.../openpic.c: Fix printf() format warnings.

2016-10-03 Thread Chris Johns
On 04/10/2016 09:58, Joel Sherrill wrote: + printk("openpic.c:%d: illegal irq %d from %p,[%p],[[%p]]\n", \ printk does not support %p when I last tried. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 06/15] libcpu/powerpc/shared/src/stack.c: Fix printf() format warnings.

2016-10-03 Thread Chris Johns
On 04/10/2016 09:58, Joel Sherrill wrote: +printk("%p",stck[i]); printk does not support %p. You need to use intptr_t or teach printk about %p. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/dev

[PATCH 15/15] testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05

2016-10-03 Thread Joel Sherrill
--- testsuites/testdata/dltests-broken-on-this-bsp.tcfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuites/testdata/dltests-broken-on-this-bsp.tcfg b/testsuites/testdata/dltests-broken-on-this-bsp.tcfg index 77132ed..6dbbe14 100644 --- a/testsuites/testdata/dltests-broken-on-this-b

[PATCH 14/15] m68k/mrm332/make/custom/mrm332-testsuite.tcfg: Add dl05

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg b/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg index 6256f7e..6cfd8a8 100644 --- a/c/src/lib/libb

[PATCH 08/15] testsuites/psxtests/psxfatal_support/init.c: Fix printf() format warnings.

2016-10-03 Thread Joel Sherrill
--- testsuites/psxtests/psxfatal_support/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testsuites/psxtests/psxfatal_support/init.c b/testsuites/psxtests/psxfatal_support/init.c index 0f995dc..cdf479e 100644 --- a/testsuites/psxtests/psxfatal_support/init.c +++ b/

[PATCH 06/15] libcpu/powerpc/shared/src/stack.c: Fix printf() format warnings.

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libcpu/powerpc/shared/src/stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libcpu/powerpc/shared/src/stack.c b/c/src/lib/libcpu/powerpc/shared/src/stack.c index 657ae2f..51ecf35 100644 --- a/c/src/lib/libcpu/powerpc/shared/src/stack.c +++ b/c/src

[PATCH 10/15] Change Rtems to RTEMS.

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/beatnik/irq/irq_init.c | 2 +- c/src/lib/libbsp/powerpc/mvme5500/irq/irq_init.c | 2 +- c/src/lib/libbsp/powerpc/psim/irq/irq_init.c | 2 +- c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_init.c | 2 +- testsuites/psxtests/psxfatal_support/init.c | 2 +- test

[PATCH 00/15] Clean Up Patch Series

2016-10-03 Thread Joel Sherrill
This is a patch series to clean up various warnings, test failures, and typos. There should be no dependencies between the individual patches. In fact, I have been holding some of them for well over a month. If you see something wrong, pipe up. Otherwise, I will commit them in a couple of days.

[PATCH 02/15] moxiesim/bsp_specs: Add crtbegin/end to fix link issues

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/moxie/moxiesim/bsp_specs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/moxie/moxiesim/bsp_specs b/c/src/lib/libbsp/moxie/moxiesim/bsp_specs index 61018c2..0bcb1f9 100644 --- a/c/src/lib/libbsp/moxie/moxiesim/bsp_specs +++ b/c/src/lib

[PATCH 12/15] m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg index 72deca1..9b3841b 100644 --- a/c/

[PATCH 04/15] libbsp/shared/console-polled.c: Fix warnings by including

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/shared/console-polled.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/shared/console-polled.c b/c/src/lib/libbsp/shared/console-polled.c index 26c9817..88df9a1 100644 --- a/c/src/lib/libbsp/shared/console-polled.c +++ b/c/src/lib/libbsp/shared/console-p

[PATCH 13/15] m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg index 9b822c8..1fd3b6a 100644 --- a/c/

[PATCH 11/15] mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg: Add dl05

2016-10-03 Thread Joel Sherrill
--- .../lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg index 15b48e4..

[PATCH 07/15] libchip/shmdr/dump.c: Fix printf() format warnings.

2016-10-03 Thread Joel Sherrill
--- c/src/libchip/shmdr/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/libchip/shmdr/dump.c b/c/src/libchip/shmdr/dump.c index f1be932..8924396 100644 --- a/c/src/libchip/shmdr/dump.c +++ b/c/src/libchip/shmdr/dump.c @@ -47,5 +47,5 @@ Shm_Print_statistics(void)

[PATCH 09/15] testsuites/sptests/sppagesize/init.c: Include to fix warning.

2016-10-03 Thread Joel Sherrill
--- testsuites/sptests/sppagesize/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/sptests/sppagesize/init.c b/testsuites/sptests/sppagesize/init.c index 1511c64..bf4154b 100644 --- a/testsuites/sptests/sppagesize/init.c +++ b/testsuites/sptests/sppagesize/init.c @@ -14,6 +14

[PATCH 03/15] powerpc/shared/.../openpic.c: Fix printf() format warnings.

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/shared/openpic/openpic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c index 39abcd9..f56bce2 100644 --- a/c/src/lib/libbsp/powerpc/shared

[PATCH 05/15] libcpu/powerpc/mpc6xx/mmu/bat.c: Fix printf() format warnings.

2016-10-03 Thread Joel Sherrill
--- c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/bat.c index c848f4c..9a22e42 100644 --- a/c/src/lib/libcpu/powerpc/mpc

[PATCH 01/15] libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c: Fix printf format warnings

2016-10-03 Thread Joel Sherrill
--- .../new-exceptions/bspsupport/ppc_exc_print.c | 91 +++--- 1 file changed, 46 insertions(+), 45 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_print.c index 27b76a1

Re: Backport of ARM cache, RTL and TMS570 to RTEMS 4.11 Was: Simple question about RTL

2016-10-03 Thread Pavel Pisa
Hello Chris and Joel, I would like to correct my mistake which breaks RTEMS 4.11 build for non-ARM architectures, as fast as possible. Proposed solution on devel list. [PATCH] libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES. [PATCH] bsps/arm: do not introduce CPU_CA

Re: Dynamic Load Failure on Three MIPS BSPs

2016-10-03 Thread Chris Johns
On 04/10/2016 02:57, Joel Sherrill wrote: Looking at failures from a build sweep. I think this one is known but am passing along. The rtbx4925, rtbx4938, and hurricane fail with this: -o dl04.exe init.o dl-load.o dl-cpp.o dl-tar.o dl-sym.o /data/home/joel/rtems-4.11-work/tools/4.12/bin/../

Dynamic Load Failure on Three MIPS BSPs

2016-10-03 Thread Joel Sherrill
Hi Looking at failures from a build sweep. I think this one is known but am passing along. The rtbx4925, rtbx4938, and hurricane fail with this: -o dl04.exe init.o dl-load.o dl-cpp.o dl-tar.o dl-sym.o /data/home/joel/rtems-4.11-work/tools/4.12/bin/../lib/gcc/mips-rtems4.12/6.1.1/../../../../m

[PATCH] bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUCTURE_ALIGNMENT.

2016-10-03 Thread Pavel Pisa
--- cpukit/score/cpu/arm/rtems/score/cpu.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h index 25d4ee2..69838c5 100644 --- a/cpukit/score/cpu/arm/rtems/score/cpu.h +++ b/cpukit/score/cpu/ar

[PATCH] libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.

2016-10-03 Thread Pavel Pisa
The CPU_CACHE_LINE_BYTES has been introduced after 4.11 branch fork and is not available for all architectures on RTEMS 4.11. Use of rtems_cache_get_maximal_line_size() is more descriptive choice. The min/max data/instruction cache line size is not critical there, value is used for optimization on

Re: Bacport of ARM cache, RTL and TMS570 to RTEMS 4.11 Was: Simple question about RTL

2016-10-03 Thread Pavel Pisa
Hello Alan, thanks much for test. On Monday 03 of October 2016 03:40:46 Alan Cudmore wrote: > Hi Pavel, > I have built the Raspberry Pi 1 and 2 BSPs with the latest 4.11 branch. I > plan on testing them soon. > > I also tried to build the 4.11 sparc/sis BSP, but it failed to compile: > ../../../.