Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Chris Johns
On 29/08/2014 11:45 am, Chris Johns wrote: On 29/08/2014 12:30 am, Hesham Moustafa wrote: On Thu, Aug 28, 2014 at 4:25 PM, Joel Sherrill wrote: On 8/28/2014 9:20 AM, Hesham Moustafa wrote: On Thu, Aug 28, 2014 at 4:12 PM, Joel Sherrill wrote: Chris should be on a Mac. I am on Fedora 20.

Re: [RSB] [PATCH 2/2] Add support for building bare-metal or1ksim.

2014-08-28 Thread Chris Johns
On 29/08/2014 3:14 am, Hesham ALMatary wrote: This patch adds support to enable RSB to build or1ksim emulator (the main OpenRISC 1000 simulator) from latest or1ksim github repo. Merged. Thanks. This is really great work. Chris ___ devel mailing list

Re: [RSB] [PATCH 1/2] Fix bug of uncompressing zip files.

2014-08-28 Thread Chris Johns
On 29/08/2014 3:14 am, Hesham ALMatary wrote: This patch uses __unzip macro for uncompressing zip files instead of the wrong __zip macro which is not defined in defaults.mc file. Merged. Thank you. Chris --- source-builder/sb/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Chris Johns
On 29/08/2014 12:30 am, Hesham Moustafa wrote: On Thu, Aug 28, 2014 at 4:25 PM, Joel Sherrill wrote: On 8/28/2014 9:20 AM, Hesham Moustafa wrote: On Thu, Aug 28, 2014 at 4:12 PM, Joel Sherrill wrote: Chris should be on a Mac. I am on Fedora 20. I am on Fedora 20 too $ autoconf --version

[PATCH 1/2] capture: Split user extension methods out.

2014-08-28 Thread Jennifer Averett
--- cpukit/libmisc/Makefile.am | 3 +- cpukit/libmisc/capture/capture.c| 428 +++ cpukit/libmisc/capture/capture_user_extension.c | 435 cpukit/libmisc/capture/captureimpl.h| 195 +++ 4 files ch

[PATCH 2/2] capture: Add support for variable length records.

2014-08-28 Thread Jennifer Averett
--- cpukit/Makefile.am | 1 + cpukit/libmisc/Makefile.am | 5 +- cpukit/libmisc/capture/capture-cli.c| 7 +- cpukit/libmisc/capture/capture.c| 174 +++- cpukit/libmisc/capture/capture.h

Re: RTEMS+LWIP for LPC1768 BSP

2014-08-28 Thread Federico Casares
Hi, On Tue, Aug 26, 2014 at 3:46 PM, Joel Sherrill wrote: > First. Thanks for the work and taking the time and effort to > submit it. > > Specifics below, but the general answer is to submit all RTEMS > changes as reviewable patches to devel@rtems.org. We can > then review them and get them mer

Re: TOD/RTC questions

2014-08-28 Thread Joel Sherrill
On 8/28/2014 12:16 PM, Alan Cudmore wrote: > I am testing out the Raspberry Pi I2C interface by implementing a > DS1307 RTC driver. > > I started with the libchip/rtc/ds1375.c driver, since it is very close > to the 1307. > > In the Raspberry Pi BSP, I added code to i2c_init.c to create a raw >

Re: [PATCH] Adding "eth" linker script section for arm bsp.

2014-08-28 Thread Federico Casares
On Wed, Aug 27, 2014 at 10:29 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 27/08/14 15:18, Federico Casares wrote: > >> Hi, attached the patch for: >> >> - Adding "eth" linker script section for arm bsp. >> - Adding new linker comands for LPC176x bsp that includes eth sec

TOD/RTC questions

2014-08-28 Thread Alan Cudmore
I am testing out the Raspberry Pi I2C interface by implementing a DS1307 RTC driver. I started with the libchip/rtc/ds1375.c driver, since it is very close to the 1307. In the Raspberry Pi BSP, I added code to i2c_init.c to create a raw device node for the RTC device, then I added the tod/todcfg.

[RSB] [PATCH 2/2] Add support for building bare-metal or1ksim.

2014-08-28 Thread Hesham ALMatary
This patch adds support to enable RSB to build or1ksim emulator (the main OpenRISC 1000 simulator) from latest or1ksim github repo. --- bare/config/devel/or1ksim-1.1.0.cfg | 16 ++ bare/config/devel/or1ksim.bset| 7 + source-builder/config/or1ksim-1-1.cfg | 57 ++

[RSB] [PATCH 1/2] Fix bug of uncompressing zip files.

2014-08-28 Thread Hesham ALMatary
This patch uses __unzip macro for uncompressing zip files instead of the wrong __zip macro which is not defined in defaults.mc file. --- source-builder/sb/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/download.py b/source-builder/sb/download.py i

CMSIS?

2014-08-28 Thread Daniel Gutson
Hi, is there any precedent regarding a CMSIS abstraction layer implementation on RTEMS? Thanks, Daniel. -- Daniel F. Gutson Chief Engineering Officer, SPD San Lorenzo 47, 3rd Floor, Office 5 Córdoba, Argentina Phone: +54 351 4217888 / +54 351 4218211 Skype: dgutson ___

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Hesham Moustafa
On Thu, Aug 28, 2014 at 4:25 PM, Joel Sherrill wrote: > > On 8/28/2014 9:20 AM, Hesham Moustafa wrote: >> On Thu, Aug 28, 2014 at 4:12 PM, Joel Sherrill >> wrote: >>> Chris should be on a Mac. I am on Fedora 20. >>> >> I am on Fedora 20 too >> >> $ autoconf --version >> autoconf (GNU Autoconf) 2.

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Joel Sherrill
On 8/28/2014 9:20 AM, Hesham Moustafa wrote: > On Thu, Aug 28, 2014 at 4:12 PM, Joel Sherrill > wrote: >> Chris should be on a Mac. I am on Fedora 20. >> > I am on Fedora 20 too > > $ autoconf --version > autoconf (GNU Autoconf) 2.69 > The RSB version? 32 or 64 bit? >> $ autoconf --version >> aut

Re: Remaining BSP Build Failures + Adding "eth" linker script section for arm bsp.

2014-08-28 Thread Joel Sherrill
On 8/28/2014 4:27 AM, Pavel Pisa wrote: > Hello Chris and others, > > I am attaching the reply to BSP thread, because it fits more there. > > On Thursday 28 of August 2014 07:21:02 Chris Johns wrote: >> The number of BSPs building for ARM has exploded and for just the ARM >> architecture there are

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Hesham Moustafa
On Thu, Aug 28, 2014 at 4:12 PM, Joel Sherrill wrote: > Chris should be on a Mac. I am on Fedora 20. > I am on Fedora 20 too $ autoconf --version autoconf (GNU Autoconf) 2.69 > $ autoconf --version > autoconf (GNU Autoconf) 2.69 > > Double checking, mine is the one built by the RSB. > > Checkin

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Joel Sherrill
Chris should be on a Mac. I am on Fedora 20. $ autoconf --version autoconf (GNU Autoconf) 2.69 Double checking, mine is the one built by the RSB. Checking on a CentOS 6.x computer with the RSB built autoconf, it is different. *(&$)$#$&*()&*(^&! That shouldn't happen. :( --joel On 8/28/20

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Hesham Moustafa
Hi, On Thu, Aug 28, 2014 at 3:44 PM, Joel Sherrill wrote: > When I bootstrap -p from the top, it looks like every other > preinstall.am in the tree has this difference. > > Big commit following to deal with this. > Is this host and/or automake version dependent? Because when I run bootsrap -p, E

Re: [rtems commit] preinstall: Regenerated files differ from the repo.

2014-08-28 Thread Joel Sherrill
When I bootstrap -p from the top, it looks like every other preinstall.am in the tree has this difference. Big commit following to deal with this. --joel On 8/27/2014 7:54 PM, Chris Johns wrote: > Module:rtems > Branch:master > Commit:5826a1b284450778be4b73276560a48ccd0cd9a7 > Chang

Re: Remaining BSP Build Failures + Adding "eth" linker script section for arm bsp.

2014-08-28 Thread Pavel Pisa
Hello Chris and others, I am attaching the reply to BSP thread, because it fits more there. On Thursday 28 of August 2014 07:21:02 Chris Johns wrote: > The number of BSPs building for ARM has exploded and for just the ARM > architecture there are now 27,417 tests built. If I could run each test >