BSP-specific init code in arm/shared/start.S?

2015-02-20 Thread Martin Galvan
Hello everybody! As some of you may already know, we're working on the TMS570 BSP. According to the board's datasheet we need to initialize the CPU's registers at startup: "The TMS570LS series of microcontrollers include dual Cortex-R4F CPUs running in a lock-step operation mode. A Core Compare Mo

Re: [PATCH] ARM: Support VFP-D16

2015-02-20 Thread Sebastian Huber
Hello Martin, I checked in a slightly modified patch. https://git.rtems.org/rtems/commit/?id=dc9aaf7ced34501d7647a86b4c626c9cc056db01 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail

Re: trac dependencies

2015-02-20 Thread Amar Takhar
On 2015-02-20 11:19 -0500, Gedare Bloom wrote: > Mainly dependencies. I had reviewed that ticket and came to the > conclusion that a suitable plugin should be found. MasterTickets seems > to give the right features. Subtickets seems more useful for handling > tasks composed of multiple tickets. Su

Re: trac dependencies

2015-02-20 Thread Gedare Bloom
Mainly dependencies. I had reviewed that ticket and came to the conclusion that a suitable plugin should be found. MasterTickets seems to give the right features. Subtickets seems more useful for handling tasks composed of multiple tickets. Gedare On Fri, Feb 20, 2015 at 10:37 AM, Amar Takhar wr

Re: trac dependencies

2015-02-20 Thread Amar Takhar
On 2015-02-18 11:18 -0500, Gedare Bloom wrote: > Hi, > > There aren't any great ways in Trac directly to establish relations > between tickets. One simple way is to reference other tickets in > comments. If we also install TracBacks [1] then any comments that > refer to another ticket will automat

Re: RTEMS on TMS570

2015-02-20 Thread Pavel Pisa
Hello Martin, I have no feedback from you if the Flash remap disable has solved your problems. If that works for you I would prepare patch to make remap conditional and not use it in the case when vectors are on right place. Best wishes, Pavel On Friday 06 of February 2015 17:16:3

[PATCH] ARM: Support VFP-D16

2015-02-20 Thread Martin Galvan
This patch allows the existing FPU code to support both VFP-D16 and VFP-D32. According to the ARM ARM, writes to D32DIS are ignored for D16 so there's no need to enclose the bic instruction with an #ifdef. We tested it on a TMS570LS3137 using TI initialization code and it works fine. Signed-off

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Sebastian Huber
On 20/02/15 12:18, Chris Johns wrote: On 20/02/2015 8:29 pm, Sebastian Huber wrote: On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly different version which >ignores the return statu

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Chris Johns
On 20/02/2015 8:29 pm, Sebastian Huber wrote: On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly different version which >ignores the return status completely. Hi Sebastian, Your commi

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Sebastian Huber
On 20/02/15 10:06, Nick Withers wrote: On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: >Hello Nick, > >thanks for the patch. I checked in a slightly different version which >ignores the return status completely. Hi Sebastian, Your commit effectively reverts Joel's changes in https:/

Re: [PATCH] Don't fail to create passwd and group files if /etc already exists

2015-02-20 Thread Nick Withers
On Fri, 2015-02-20 at 08:59 +0100, Sebastian Huber wrote: > Hello Nick, > > thanks for the patch. I checked in a slightly different version which > ignores the return status completely. Hi Sebastian, Your commit effectively reverts Joel's changes in https://git.rtems.org/rtems/commit/?id=3211e8