Header updated.

2014-03-20 Thread Christian Mauderer
I have replaced the header of once.c with the original one from pthreadonce.c to honour the original work. ___ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel

[PATCH] score: Unify pthread and gxx_wrapper once and move to score.

2014-03-20 Thread Christian Mauderer
From: Christian Mauderer christian.maude...@embedded-brains.de --- cpukit/libcsupport/src/gxx_wrappers.c | 15 ++-- cpukit/posix/src/pthreadonce.c | 37 ++- cpukit/score/Makefile.am| 2 ++ cpukit/score/include/rtems/score/onceimpl.h |

Re:

2014-03-20 Thread Philipp Eppelt
On 03/16/2014 01:01 PM, Youren Shen wrote: Hi, every one: I have write a blog about how to build the RTEMS on POK. However, the RTEMS can't run on POK now. Here is my blog[1]. [1]. http://huaiyusched.github.io/rtems/2014/03/15/how-to-run-rtems-on-pok/ -- Best Regards. Youren Shen. Hi

Re:

2014-03-20 Thread Youren Shen
Hi,Gedare Maybe it's because my qemu version is low or POK has change the kernel, I can't run the RTEMS Hello world on my computer anymore. The problem has spent me a few days to find. More details see this mails. [1].

Following Series of Patches

2014-03-20 Thread Joel Sherrill
Hi The next batch of messages are patches that eliminate rtems_bsp_delay in BSPs that do not have any use cases. The remaining uses are primarily in the PowerPC and x86 BSPs. I left the code in the MIPS because it looked useful for a CPU counter. Sebastian.. if you could take a look at the

GSoC Deadline Looming...

2014-03-20 Thread Joel Sherrill
Hi Just a friendly reminder to get your proposals in and to show that you can run hello world per the GSoC instructions. In come cases, you are encouraged to do the hello world on the BSP that is more appropriate for your project than sis. -- Joel Sherrill, Ph.D. Director of

[PATCH 07/25] gensh4/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/sh/gensh4/include/bsp.h | 12 ++-- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/c/src/lib/libbsp/sh/gensh4/include/bsp.h b/c/src/lib/libbsp/sh/gensh4/include/bsp.h index 01d4f32..f3f8d28 100644 --- a/c/src/lib/libbsp/sh/gensh4/include/bsp.h +++

[PATCH 23/25] nios2_iss/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h b/c/src/lib/libbsp/nios2/nios2_iss/include/bsp.h index 1c04f77..f894667 100644 ---

[PATCH 25/25] no_bsp/shmsupp/lock.c: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/lock.c index 78ddb75..c62464b 100644 ---

[PATCH 22/25] moxiesim/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/moxie/moxiesim/include/bsp.h |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h b/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h index 89a7421..f1027b0 100644 ---

[PATCH 01/25] eZKit533/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/bfin/eZKit533/include/bsp.h |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/c/src/lib/libbsp/bfin/eZKit533/include/bsp.h b/c/src/lib/libbsp/bfin/eZKit533/include/bsp.h index 59fa0a4..3c60e18 100644 ---

[PATCH 02/25] avrtest/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/avr/avrtest/include/bsp.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/c/src/lib/libbsp/avr/avrtest/include/bsp.h b/c/src/lib/libbsp/avr/avrtest/include/bsp.h index bd08e10..94e2152 100644 ---

[PATCH 16/25] gen68340/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/gen68340/include/bsp.h | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/c/src/lib/libbsp/m68k/gen68340/include/bsp.h b/c/src/lib/libbsp/m68k/gen68340/include/bsp.h index 6726533..237c717 100644 ---

[PATCH 03/25] gba/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/arm/gba/include/bsp.h | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/c/src/lib/libbsp/arm/gba/include/bsp.h b/c/src/lib/libbsp/arm/gba/include/bsp.h index f5c108d..00e7d61 100644 --- a/c/src/lib/libbsp/arm/gba/include/bsp.h +++

[PATCH 12/25] lm32_evr/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h b/c/src/lib/libbsp/lm32/lm32_evr/include/bsp.h index 7a532a7..1defb2f 100644 ---

[PATCH 21/25] sim68000/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/sim68000/include/bsp.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h index f4e45a6..ec9130a 100644 ---

[PATCH 17/25] gen68360/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/gen68360/include/bsp.h | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h index ed05ade..093cd93 100644 ---

[PATCH 10/25] h8sim/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/h8300/h8sim/include/bsp.h | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h index 3c0621a..b11b9e5 100644 ---

[PATCH 08/25] gensh2/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/sh/gensh2/include/bsp.h | 12 ++-- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/c/src/lib/libbsp/sh/gensh2/include/bsp.h b/c/src/lib/libbsp/sh/gensh2/include/bsp.h index 5e253fe..3e1d48e 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/bsp.h +++

[PATCH 14/25] m32rsim/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m32r/m32rsim/include/bsp.h | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h b/c/src/lib/libbsp/m32r/m32rsim/include/bsp.h index d108ad5..2d686ff 100644 ---

[PATCH 24/25] no_bsp/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h | 13 +++-- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h index a172fca..1d9a587 100644 ---

[PATCH 18/25] mrm332/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mrm332/include/bsp.h | 20 +++- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/c/src/lib/libbsp/m68k/mrm332/include/bsp.h b/c/src/lib/libbsp/m68k/mrm332/include/bsp.h index ab5bf68..6634476 100644 ---

[PATCH 19/25] mvme136/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mvme136/include/bsp.h | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h index 56c3216..a44c881 100644 ---

[PATCH 11/25] pc386/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/i386/pc386/include/bsp.h | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h index 89ae4b5..3a80d58 100644 ---

[PATCH 15/25] gen68302/include/bsp.h: Remove rtems_bsp_delay()

2014-03-20 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/gen68302/include/bsp.h | 23 +-- 1 files changed, 1 insertions(+), 22 deletions(-) diff --git a/c/src/lib/libbsp/m68k/gen68302/include/bsp.h b/c/src/lib/libbsp/m68k/gen68302/include/bsp.h index c258e58..b0e2fe6 100644 ---

[PATCH 07/10] relnotes/install.texi: Change rtems.com to rtems.org

2014-03-20 Thread Joel Sherrill
--- doc/relnotes/install.texi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/relnotes/install.texi b/doc/relnotes/install.texi index 205f3d4..833a58c 100644 --- a/doc/relnotes/install.texi +++ b/doc/relnotes/install.texi @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c)

[PATCH 04/10] cpright.texi: Change rtems.com to rtems.org

2014-03-20 Thread Joel Sherrill
--- doc/common/cpright.texi | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/common/cpright.texi b/doc/common/cpright.texi index 24433af..7ac049e 100644 --- a/doc/common/cpright.texi +++ b/doc/common/cpright.texi @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c)

[PATCH 06/10] HELP.html Makefile.am: Remove unused HELP.html

2014-03-20 Thread Joel Sherrill
--- doc/HELP.html | 20 doc/Makefile.am |4 +--- 2 files changed, 1 insertions(+), 23 deletions(-) delete mode 100644 doc/HELP.html diff --git a/doc/HELP.html b/doc/HELP.html deleted file mode 100644 index 350ff8c..000 --- a/doc/HELP.html +++ /dev/null @@ -1,20

[PATCH 02/10] started/buildc.t: Change CVS to Git

2014-03-20 Thread Joel Sherrill
--- doc/started/buildc.t | 20 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/doc/started/buildc.t b/doc/started/buildc.t index baf53a9..a16c9f2 100644 --- a/doc/started/buildc.t +++ b/doc/started/buildc.t @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c) 1988-2013.

[PATCH 08/10] relnotes/status.texi: rtems.com to rtems.org and update to Bugzilla

2014-03-20 Thread Joel Sherrill
--- doc/relnotes/status.texi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/relnotes/status.texi b/doc/relnotes/status.texi index 2705e28..109eebc 100644 --- a/doc/relnotes/status.texi +++ b/doc/relnotes/status.texi @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c)

[PATCH 05/10] rtems.texi.in: Change rtems.com to rtems.org

2014-03-20 Thread Joel Sherrill
--- doc/common/rtems.texi.in | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/common/rtems.texi.in b/doc/common/rtems.texi.in index 2caf4f8..c8144d1 100644 --- a/doc/common/rtems.texi.in +++ b/doc/common/rtems.texi.in @@ -1,9 +1,9 @@ -@set RTEMSHTTPSITE

[PATCH 09/10] index.html.in: Change rtems.com to rtems.org

2014-03-20 Thread Joel Sherrill
--- doc/index.html.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/index.html.in b/doc/index.html.in index f83693c..5a4b202 100644 --- a/doc/index.html.in +++ b/doc/index.html.in @@ -1,7 +1,7 @@ HTML HEADTITLERTEMS @VERSION@ On-Line Library/TITLE/HEAD BODY

[PATCH 03/10] texi2html_init.in: Reword rtems.com to rtems.org

2014-03-20 Thread Joel Sherrill
--- doc/texi2html_init.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/texi2html_init.in b/doc/texi2html_init.in index b2b9978..9e0cd46 100644 --- a/doc/texi2html_init.in +++ b/doc/texi2html_init.in @@ -5,14 +5,14 @@ push @MISC_BUTTONS, \$button_text; push

[PATCH 10/10] relnotes/intro.texi: Change rtems.com to rtems.org and update

2014-03-20 Thread Joel Sherrill
--- doc/relnotes/intro.texi | 40 1 files changed, 12 insertions(+), 28 deletions(-) diff --git a/doc/relnotes/intro.texi b/doc/relnotes/intro.texi index 9917d3e..b7faa9b 100644 --- a/doc/relnotes/intro.texi +++ b/doc/relnotes/intro.texi @@ -1,5 +1,5 @@

Re: License change from www.rtems.com to www.rtems.org.

2014-03-20 Thread Chris Johns
On 20/03/2014 6:47 am, Joel Sherrill wrote: On 3/19/2014 12:42 AM, Chris Johns wrote: On 18/02/2014 5:23 pm, Chris Johns wrote: The attached script changes the license URL in the source tree. The script reports 4922 files need changing. This is the patch with now 4958 changes ...

Re: [rtems commit] Change all references of rtems.com to rtems.org.

2014-03-20 Thread Chris Johns
On 21/03/2014 8:21 am, Joel Sherrill wrote: Just a ping to let you know I had done the doc manually and rebased. Some were more than .com to .org. There were still references to CVS and GNATS. Great. I made sure I pulled the latest and ran the script on that. So finding the .com's led me to

Re: [rtems commit] Change all references of rtems.com to rtems.org.

2014-03-20 Thread Joel Sherrill
Just a ping to let you know I had done the doc manually and rebased. Some were more than .com to .org. There were still references to CVS and GNATS. So finding the .com's led me to rewrite some places. I also removed an unused file. --joel On 3/20/2014 4:04 PM, Chris Johns wrote: -- Joel

Re: License change from www.rtems.com to www.rtems.org.

2014-03-20 Thread Chris Johns
On 20/03/2014 2:00 am, Gedare Bloom wrote: On Wed, Mar 19, 2014 at 1:42 AM, Chris Johns chr...@rtems.org wrote: Please note since I first posted this change there have been 36 more .com references added. It is the same script and this result is confusing. Yes, I complained about the

Re: [rtems commit] Change all references of rtems.com to rtems.org.

2014-03-20 Thread noselasd
On 03/20/2014 10:21 PM, Joel Sherrill wrote: Just a ping to let you know I had done the doc manually and rebased. Some were more than .com to .org. There were still references to CVS and GNATS. So finding the .com's led me to rewrite some places. I also removed an unused file. There seems

Re: [rtems commit] Change all references of rtems.com to rtems.org.

2014-03-20 Thread Chris Johns
On 21/03/2014 9:33 am, nosel...@fiane.dyndns.org wrote: There seems to be some rtems.com links at this page too, http://wiki.rtems.org/wiki/index.php/DownloadingRTEMS Fixed. Thanks Chris ___ rtems-devel mailing list rtems-devel@rtems.org

[GSOC] RTEMS port to Cortex - R4f

2014-03-20 Thread Přemysl Houdek
Hello everybody, my name is Přemysl Houdek and I’d like to participate in this year GSoC. Pavel Pisa has already proposed some project in other thread (Porting to Cortex-R4F - Thesis and GSoC project proposal). In this thread I’d like to share with you current vision of the project, summarize it

Re:

2014-03-20 Thread Youren Shen
Hi,Gedare: Thank you for your suggestion. In the function bootcart() in the file c/src/lib/libbsp/shared/bootcard.c, there is a function rtems_interrupt_disable which will be compiled to be instruction cli in x86 platform. And the cli is also the reason why I failed to startup POK partitions

CAN-PCI device, some problems fixed

2014-03-20 Thread jinyang....@gmail.com
Hi, Pavel and all Some of the probems have fixed, and there are still some may take little more time. Details in https://github.com/Jin-Yang/QEMU-1.4.2 . the license problem: done. Recently, I have tried to find out how to just compile part of QEMU, then we can choose if the CAN-PCI module