Re: [PATCH] RTL: Fix options handle and add a new option to rtems-ld

2014-08-11 Thread Chris Johns
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,

Re: [PATCH 1/2] arm: Add support for FPv4-SP floating point unit

2014-08-11 Thread Joel Sherrill
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

Re: [PATCH 2/2] bsp/lpc24xx: Add LPC40XX variants

2014-08-11 Thread Joel Sherrill
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

Re: [PATCH 1/2] arm: Add support for FPv4-SP floating point unit

2014-08-11 Thread Gedare Bloom
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

[PATCH 2/2] bsp/lpc24xx: Add LPC40XX variants

2014-08-11 Thread Sebastian Huber
--- 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_

[PATCH 1/2] arm: Add support for FPv4-SP floating point unit

2014-08-11 Thread Sebastian Huber
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 +- ..

Re: [PATCH] Add support for OpenRISC architecture.

2014-08-11 Thread Joel Sherrill
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

Re: [PATCH] Add support for OpenRISC architecture.

2014-08-11 Thread Gedare Bloom
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

[PATCH] Add support for OpenRISC architecture.

2014-08-11 Thread Hesham ALMatary
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