On 11/08/2014 12:24 am, Peng Fan wrote:
1. Fix getopt_long usage in rtl host. some shorthand options are not
hanlded correctly, this patch fixes it.
Thanks for cleaning this up.
2. Add a new option '--mach-flags'/'-m' to rtems-ld. This optarg of this
option will be passed to xx-rtemsxx-gcc,
Is there any tool patch missing? I may be thinking of nios and I think
I committed that.
--joel
On 8/11/2014 4:02 PM, Gedare Bloom wrote:
> On Mon, Aug 11, 2014 at 4:48 PM, Sebastian Huber
> wrote:
>> This floating point unit is available in Cortex-M4F processors and
>> defined by ARMv7-M. This
If this is just adding an lpc40xx, then I don't see anything wrong. It is
mostly boiler plate.
--joel
On 8/11/2014 3:48 PM, Sebastian Huber wrote:
> ---
> c/src/lib/libbsp/arm/lpc24xx/Makefile.am | 27 ++-
> c/src/lib/libbsp/arm/lpc24xx/configure.ac | 12 ++---
> .../li
On Mon, Aug 11, 2014 at 4:48 PM, Sebastian Huber
wrote:
> This floating point unit is available in Cortex-M4F processors and
> defined by ARMv7-M. This adds basic support for other VFP-D16 variants.
> ---
> c/src/lib/libbsp/arm/shared/start/start.S | 20 ++
> cpukit/score/cp
---
c/src/lib/libbsp/arm/lpc24xx/Makefile.am | 27 ++-
c/src/lib/libbsp/arm/lpc24xx/configure.ac | 12 ++---
.../lib/libbsp/arm/lpc24xx/make/custom/lpc40xx.inc | 11 +
.../arm/lpc24xx/make/custom/lpc40xx_ea_ram.cfg | 5 ++
.../arm/lpc24xx/make/custom/lpc40xx_ea_
This floating point unit is available in Cortex-M4F processors and
defined by ARMv7-M. This adds basic support for other VFP-D16 variants.
---
c/src/lib/libbsp/arm/shared/start/start.S | 20 ++
cpukit/score/cpu/arm/arm-context-validate.S| 31 +-
..
On 8/11/2014 1:16 PM, Gedare Bloom wrote:
> On Mon, Aug 11, 2014 at 8:03 AM, Hesham ALMatary
> wrote:
>> This work is based on the old or32 port (that has been removed back in 2005)
>> authored by Chris Ziomkowski. The patch includes the basic functions every
>> port should implement like: contex
On Mon, Aug 11, 2014 at 8:03 AM, Hesham ALMatary
wrote:
> This work is based on the old or32 port (that has been removed back in 2005)
> authored by Chris Ziomkowski. The patch includes the basic functions every
> port should implement like: context switch, exception handling,
> OpenRISC ABI and m
This work is based on the old or32 port (that has been removed back in 2005)
authored by Chris Ziomkowski. The patch includes the basic functions every
port should implement like: context switch, exception handling,
OpenRISC ABI and machine definitions and configurations.
---
cpukit/configure.ac