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(+)
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
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
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
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
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
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
>> >>
>> >>> 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
>>> 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
>> -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
>> -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
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
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
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
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
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
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
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
>>
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"
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
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
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
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
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
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
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
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
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
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
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
0003
Changes for v2:
- None
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
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
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
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
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
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
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
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
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
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
41 matches
Mail list logo