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

2014-09-09 Thread Federico Casares
Hi Sebastian, The config file for the "ETH bsp" (linkcmds.lpc1768_mbed_ahb_ram_eth) exhibit changes in the MEMORY definition, some REGION_ALIAS, and adds the ".eth" section. Consequently, we think this file represents an specific configuration for that BSP, which is different from the others, and

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

2014-09-09 Thread Federico Casares
Ok, here is the patch with that change Thanks!. On Tue, Sep 9, 2014 at 10:39 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 09/09/14 15:29, Federico Casares wrote: > >> The config file for the "ETH bsp" (linkcmds.lpc1768_mbed_ahb_ram_eth) >> exhibit >> changes in the MEMOR

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

2014-09-09 Thread Sebastian Huber
On 09/09/14 15:29, Federico Casares wrote: The config file for the "ETH bsp" (linkcmds.lpc1768_mbed_ahb_ram_eth) exhibit changes in the MEMORY definition, some REGION_ALIAS, and adds the ".eth" section. Consequently, we think this file represents an specific configuration for that BSP, which is

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

2014-09-08 Thread Sebastian Huber
On 02/09/14 15:07, Federico Casares wrote: Are you suggesting to remove the "lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg" and "lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth.cfg" files? The tcfg includes in its list two tests that should not be compiled for this BSP configuration,

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

2014-09-02 Thread Federico Casares
Hi Sebastian, Are you suggesting to remove the "lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg" and "lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth.cfg" files? The tcfg includes in its list two tests that should not be compiled for this BSP configuration, due to BBS size required by t

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

2014-09-02 Thread Sebastian Huber
Hello Federico, since this just adds a linker command file variant, I would prefer to just add the linker command file without the BSP name. You can then use "-qnolinkcmds -T linkcmds.lpc1768_mbed_ahb_ram_eth" to select this memory map. On 01/09/14 15:21, Federico Casares wrote: Attached th

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

2014-09-01 Thread Federico Casares
Attached the new version of this add. Regards On Fri, Aug 29, 2014 at 2:30 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Federico, > > you can do it like this: > > http://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/ > altera-cyclone-v/startup/linkcmds.altcycv_devkit

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

2014-08-28 Thread Federico Casares
t;> >> >> From 6c1f50a00a43cb9128441195508f5a0563907440 Mon Sep 17 00:00:00 2001 >> From: Federico Casares >> Date: Wed, 27 Aug 2014 10:12:30 -0300 >> Subject: [PATCH] Adding "eth" linker script section for arm bsp. Adding >> new >> >>

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

2014-08-27 Thread Chris Johns
On 27/08/2014 11:29 pm, Sebastian Huber wrote: On 27/08/14 15:18, Federico Casares wrote: diff --git a/c/src/lib/libbsp/arm/lpc176x/Makefile.am b/c/src/lib/libbsp/arm/lpc176x/Makefile.am index 3a1d4b2..36711a6 100644 --- a/c/src/lib/libbsp/arm/lpc176x/Makefile.am +++ b/c/src/lib/libbsp/arm/lpc17

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

2014-08-27 Thread Sebastian Huber
-for-arm-bsp.patch From 6c1f50a00a43cb9128441195508f5a0563907440 Mon Sep 17 00:00:00 2001 From: Federico Casares Date: Wed, 27 Aug 2014 10:12:30 -0300 Subject: [PATCH] Adding "eth" linker script section for arm bsp. Adding new linker comands for LPC176x bsp that includes eth section. --- c/sr

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

2014-08-27 Thread Federico Casares
Casares Date: Wed, 27 Aug 2014 10:12:30 -0300 Subject: [PATCH] Adding "eth" linker script section for arm bsp. Adding new linker comands for LPC176x bsp that includes eth section. --- c/src/lib/libbsp/arm/lpc176x/Makefile.am | 1 + .../startup/linkcmd