[U-Boot] [PATCH] Correct vxWorks elf boot to load at correct address

2013-11-27 Thread Stany MARCEL
argv[0] contains bootvx (command name) not the load address, if called with argv < 2 use load_addr, else use address argument given to the command. Signed-off-by: Stany MARCEL --- This patch has been tested on uboot-xlnx master. common/cmd_elf.c | 6 +++--- 1 file changed, 3 insertions(+)

[U-Boot] [PATCH 6/6 v2] ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined

2011-10-14 Thread Stany MARCEL
A temp variable was used but not declared, with CONFIG_SYS_DRAMSZ1 defined. This variable is now declared in the functione when needed. Signed-off-by: Stany MARCEL --- Changes for v2: - rebase to master board/freescale/m548xevb/m548xevb.c |3 +++ 1 files changed, 3 insertions

[U-Boot] [PATCH 4/6 v2] ColdFire: Merge differentiated linking files into a sigle one by board

2011-10-14 Thread Stany MARCEL
The spa, stm, int, 32 and 16 linking files are identical so there is no need to differentiate them. A single lds file is now used, and _config rule are simplified. Signed-off-by: Stany MARCEL --- Changes for v2: - rebase to master Makefile |9 -- board

[U-Boot] [PATCH 5/6 v2] ColdFire: Clean Makefile _config rules

2011-10-14 Thread Stany MARCEL
Remove unused mkdir, and add missing ones. Signed-off-by: Stany MARCEL --- Changes for v2: - rebase to master Makefile | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 400cb5f..9febdf5 100644 --- a/Makefile +++ b/Makefile

[U-Boot] [PATCH 3/6 v2] ColdFire: Move boards with simple _config rules to boards.cfg

2011-10-14 Thread Stany MARCEL
Signed-off-by: Stany MARCEL --- Changes for v2: - rebase to master MAKEALL|6 --- Makefile | 96 boards.cfg | 21 +- include/configs/M5329EVB.h |8 ++-- 4 files

[U-Boot] [PATCH 2/6 v2] ColdFire: Add $(obj) before cpu lib to correct build

2011-10-14 Thread Stany MARCEL
Missing $(obj) prevented the build of ColdFire boards in a directory than sources Signed-off-by: Stany MARCEL --- Changes for v2: - rebase to master arch/m68k/cpu/mcf5227x/Makefile |2 +- arch/m68k/cpu/mcf523x/Makefile|2 +- arch/m68k/cpu/mcf532x/Makefile|2

[U-Boot] [PATCH 1/6 v2] ColdFire: Cleanup lds files for multiple defined symbols

2011-10-14 Thread Stany MARCEL
Lds files cleened to remove multiple defined section and modified to be compliant with --gc-sections added for ColdFire platform in a previous patch. Signed-off-by: Stany MARCEL --- Changes for v2: - rebase to master - remove eroneously modified copyright line board/BuS/EB+MCF

Re: [U-Boot] [PATCH 1/6] ColdFire: Cleanup lds files for multiple defined symbols

2011-10-12 Thread Stany MARCEL
>> >> >> >>> diff --git a/board/cobra5272/u-boot.lds b/board/cobra5272/u-boot.lds >> >>> index >> >>> da14807..6c2dfe8 100644 >> >>> --- a/board/cobra5272/u-boot.lds >> >>> +++ b/board/cobra5272/u-boot.lds >> >>> @@ -1,5 +1,5 @@ >> >>> /* >> >>> - * (C) Copyright 2000 >> >>> + * (C) Copyright 20

Re: [U-Boot] [PATCH 1/6] ColdFire: Cleanup lds files for multiple defined symbols

2011-10-09 Thread Stany MARCEL
>>> From: Stany MARCEL [mailto:stany.mar...@novasys-ingenierie.com] >>> Sent: Wednesday, September 14, 2011 8:44 PM >>> To: u-boot@lists.denx.de >>> Cc: Jin Zhengxiong-R64188; Jin Zhengxiong-R64188; Stany MARCEL >>> Subject: [PATCH 1/6] ColdFire: Cleanu

Re: [U-Boot] [PATCH 1/6] ColdFire: Cleanup lds files for multiple defined symbols

2011-09-16 Thread Stany MARCEL
>> -Original Message- >> From: Stany MARCEL [mailto:stany.mar...@novasys-ingenierie.com] >> Sent: Wednesday, September 14, 2011 8:44 PM >> To: u-boot@lists.denx.de >> Cc: Jin Zhengxiong-R64188; Jin Zhengxiong-R64188; Stany MARCEL >> Subject: [PATCH

Re: [U-Boot] [PATCH 3/6] ColdFire: Move boards with simple _config rules to boards.cfg

2011-09-16 Thread Stany MARCEL
>> -Original Message- >> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On >> Behalf Of Stany MARCEL >> Sent: Wednesday, September 14, 2011 8:44 PM >> To: u-boot@lists.denx.de >> Cc: Jin Zhengxiong-R64188; Stany MARCEL; Jin Z

[U-Boot] [PATCH 5/6] ColdFire: Clean Makefile _config rules

2011-09-14 Thread Stany MARCEL
Remove unused mkdir, and add missing ones. Signed-off-by: Stany MARCEL --- Makefile | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b09fb39..12bb41e 100644 --- a/Makefile +++ b/Makefile @@ -610,6 +610,8 @@ ucname = $(shell echo

[U-Boot] [PATCH 2/6] ColdFire: Add $(obj) before cpu lib to correct build

2011-09-14 Thread Stany MARCEL
Missing $(obj) prevented the build of ColdFire boards in a directory than sources Signed-off-by: Stany MARCEL --- arch/m68k/cpu/mcf5227x/Makefile |2 +- arch/m68k/cpu/mcf523x/Makefile|2 +- arch/m68k/cpu/mcf532x/Makefile|2 +- arch/m68k/cpu/mcf5445x/Makefile |2

[U-Boot] [PATCH 6/6] ColdFire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined

2011-09-14 Thread Stany MARCEL
A temp variable was used but not declared, with CONFIG_SYS_DRAMSZ1 defined. This variable is now declared in the functione when needed. Signed-off-by: Stany MARCEL --- board/freescale/m548xevb/m548xevb.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/board/freescale

[U-Boot] [PATCH 4/6] ColdFire: Merge differentiated linking files into a sigle one by board

2011-09-14 Thread Stany MARCEL
The spa, stm, int, 32 and 16 linking files are identical so there is no need to differentiate them. A single lds file is now used, and _config rule are simplified. Signed-off-by: Stany MARCEL --- Makefile |9 -- board/freescale/m52277evb/u-boot.lds | 102

[U-Boot] [PATCH 3/6] ColdFire: Move boards with simple _config rules to boards.cfg

2011-09-14 Thread Stany MARCEL
Signed-off-by: Stany MARCEL --- MAKEALL|6 --- Makefile | 96 boards.cfg | 21 +- include/configs/M5329EVB.h |8 ++-- 4 files changed, 24 insertions(+), 107 deletions(-) diff

[U-Boot] [PATCH 1/6] ColdFire: Cleanup lds files for multiple defined symbols

2011-09-14 Thread Stany MARCEL
Lds files cleened to remove multiple defined section and modified to be compliant with --gc-sections added for ColdFire platform in a previous patch. Signed-off-by: Stany MARCEL --- board/BuS/EB+MCF-EV123/u-boot.lds| 73 ++- board/cobra5272/u-boot.lds

Re: [U-Boot] [PATCH 1/2] coldfire: Fix compilation for most coldfire boards

2011-09-14 Thread Stany MARCEL
On 09/09/2011 10:18 AM, Jin Zhengxiong-R64188 wrote: > > >> -Original Message- >> From: Wolfgang Denk [mailto:w...@denx.de] >> Sent: Friday, September 09, 2011 3:26 PM >> To: Jin Zhengxiong-R64188 >> Cc: Stany MARCEL; u-boot@lists.denx.de >>

Re: [U-Boot] NULL base_name for hwaddr env lookup

2011-09-05 Thread Stany MARCEL
On Mon, Sep 5, 2011 at 3:53 PM, stany MARCEL wrote: > in net/eth.c there is this function call with test: > >  if (eth_write_hwaddr(dev, NULL, eth_number)) > > If I understand correctly this test will always be true as NULL is used. > > I think it should be "eth"

[U-Boot] NULL base_name for hwaddr env lookup

2011-09-05 Thread stany MARCEL
in net/eth.c there is this function call with test: if (eth_write_hwaddr(dev, NULL, eth_number)) If I understand correctly this test will always be true as NULL is used. I think it should be "eth" instead of NULL. Am I wrong ? If not I can submit a patch. Regards, Stany

[U-Boot] [PATCH 2/2] coldfire: Fix compilation with CONFIG_SYS_DRAMSZ1 defined

2011-09-05 Thread Stany MARCEL
A temp variable was used but not declared, with CONFIG_SYS_DRAMSZ1 defined. This variable is now declared in the functione when needed. Signed-off-by: Stany MARCEL --- board/freescale/m548xevb/m548xevb.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/board/freescale

[U-Boot] [PATCH 1/2] coldfire: Fix compilation for most coldfire boards

2011-09-05 Thread Stany MARCEL
defined symbols. Signed-off-by: Stany MARCEL --- MAKEALL |6 -- Makefile | 124 +- arch/m68k/cpu/mcf5227x/Makefile |2 +- arch/m68k/cpu/mcf523x/Makefile |2 +- arch/m68k/cpu/mcf532x/Makefile

Re: [U-Boot] [PATCH v2 4/5] coldfire: Remove link files entries to prevent multiple definitions

2011-08-31 Thread stany MARCEL
On 08/31/2011 04:54 PM, Jin Zhengxiong-R64188 wrote: > From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.de] on behalf > of y...@theia.denx.de [y...@theia.denx.de] > Sent: Wednesday, August 31, 2011 7:11 AM > To: u-boot@lists.denx.de > Cc: Stany MARCEL; Jin Zhengxi

[U-Boot] [PATCH v2 5/5] coldfire: Remove board with major build issues

2011-08-31 Thread Stany MARCEL
Remove boards with a _config rules errors or with missing linker scripts from MAKEALL or boards.cfg. Permit to run the MAKEALL coldfire to the end. Signed-off-by: Stany MARCEL --- Changes for v2: - Impacted by the v2 of patch 2/5 - only EP2500 removed now boards.cfg |1 - 1 files

Re: [U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Sorry, Manipulation errors with git send-email. I did not correctly understand the --compose option, and my attempt to use --in-reply-to seams to have also failed. Regards ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin

[U-Boot] [PATCH v2 5/5] coldfire: Remove board with major build issues

2011-08-31 Thread Stany MARCEL
Remove boards with a _config rules errors or with missing linker scripts from MAKEALL or boards.cfg. Permit to run the MAKEALL coldfire to the end. Signed-off-by: Stany MARCEL --- boards.cfg |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/boards.cfg b/boards.cfg index

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Impacted by the v2 of patch 2/5 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 4/5] coldfire: Remove link files entries to prevent multiple definitions

2011-08-31 Thread Stany MARCEL
Signed-off-by: Stany MARCEL --- board/BuS/EB+MCF-EV123/u-boot.lds|5 - board/astro/mcf5373l/u-boot.lds |4 board/cobra5272/u-boot.lds |5 - board/esd/tasreg/u-boot.lds |4 board/freescale/m5208evbe/u-boot.lds |1 - board/freescale

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Missing Corrections of link files for m54451evb board ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 3/5] coldfire: Permit build in a different directory

2011-08-31 Thread Stany MARCEL
Add $(obj) before lib$(CPU) to permit build in a different directory Signed-off-by: Stany MARCEL --- arch/m68k/cpu/mcf5227x/Makefile |2 +- arch/m68k/cpu/mcf523x/Makefile|2 +- arch/m68k/cpu/mcf532x/Makefile|2 +- arch/m68k/cpu/mcf5445x/Makefile |2 +- arch/m68k/cpu

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
0003 Changes for v2: - None ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 2/5] coldfire: Clean _config rules and move simple ones to boards.cfg

2011-08-31 Thread Stany MARCEL
Signed-off-by: Stany MARCEL --- MAKEALL|6 -- Makefile | 126 ++- boards.cfg | 20 +++ include/configs/M5329EVB.h |8 ++-- 4 files changed, 42 insertions(+), 118 deletions(-) diff --git

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Move boards with simple configurations to boards.cfg - Some build corrections ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 1/5] coldfire: Change timer_init return type from void to int

2011-08-31 Thread Stany MARCEL
timer_init protorype change for uniformization with other architectures Signed-off-by: Stany MARCEL --- arch/m68k/cpu/mcf547x_8x/slicetimer.c |4 +++- arch/m68k/lib/board.c |2 -- arch/m68k/lib/time.c |8 ++-- 3 files changed, 9 insertions(+), 5

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Remove extern of timer_init ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Coldfire

2011-08-30 Thread stany MARCEL
Hello, I am currently porting U-Boot 2011.06 to a board based on a coldfire. My first step was to make it compile and start on a M5485EVB board. I will send following this mail the patches I made to do that. Regards, Stany MARCEL ___ U-Boot mailing

[U-Boot] [PATCH 5/5] coldfire: Remove board with major build issues

2011-08-30 Thread stany MARCEL
Remove boards with a _config rules errors or with missing linker scripts from MAKEALL or boards.cfg. Permit to run the MAKEALL coldfire to the end. Signed-off-by: Stany MARCEL --- MAKEALL|4 boards.cfg |1 - 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a

[U-Boot] [PATCH 4/5] coldfire: Remove link files entries to prevent multiple definitions

2011-08-30 Thread stany MARCEL
Signed-off-by: Stany MARCEL --- board/BuS/EB+MCF-EV123/u-boot.lds|5 - board/astro/mcf5373l/u-boot.lds |4 board/cobra5272/u-boot.lds |5 - board/esd/tasreg/u-boot.lds |4 board/freescale/m5208evbe/u-boot.lds |1 - board

[U-Boot] [PATCH 2/5] coldfire: Add creation of include directories for _config rules

2011-08-30 Thread stany MARCEL
Signed-off-by: Stany MARCEL --- Makefile | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 03d80b7..9381768 100644 --- a/Makefile +++ b/Makefile @@ -594,11 +594,13 @@ ucname= $(shell echo $(1) | sed -e 's/\(.*\)_config

[U-Boot] [PATCH 3/5] coldfire: Permit build in a different directory

2011-08-30 Thread stany MARCEL
Add $(obj) before lib$(CPU) to permit build in a different directory Signed-off-by: Stany MARCEL --- arch/m68k/cpu/mcf5227x/Makefile |2 +- arch/m68k/cpu/mcf523x/Makefile|2 +- arch/m68k/cpu/mcf532x/Makefile|2 +- arch/m68k/cpu/mcf5445x/Makefile |2 +- arch/m68k/cpu

[U-Boot] [PATCH 1/5] coldfire: Change timer_init return type from void to int

2011-08-30 Thread stany MARCEL
timer_init protorype change for uniformization with other architectures Signed-off-by: Stany MARCEL --- arch/m68k/cpu/mcf547x_8x/slicetimer.c |4 +++- arch/m68k/lib/board.c |2 +- arch/m68k/lib/time.c |8 ++-- 3 files changed, 10 insertions