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

Jin Zhengxiong-R64188 R64188 at freescale.com
Fri Sep 9 05:15:01 CEST 2011


> -----Original Message-----
> From: Stany MARCEL [mailto:stany.marcel at novasys-ingenierie.com]
> Sent: Monday, September 05, 2011 9:29 PM
> To: u-boot at lists.denx.de
> Cc: Jin Zhengxiong-R64188; Jin Zhengxiong-R64188; Stany MARCEL
> Subject: [PATCH 1/2] coldfire: Fix compilation for most coldfire boards
> 
> Many different patches to fix compilation of coldfire boards.
> Compilation could now be done in a different directory from the
> sources one. Simple board config switched from Makefile to boards.cfg
> EP2500 broken board removed from boards.cfg. Link files corrected to
> remove zlib.o and multiple defined symbols.
> 
> Signed-off-by: Stany MARCEL <stany.marcel at novasys-ingenierie.com>
> ---
>  MAKEALL                              |    6 --
>  Makefile                             |  124 +++++-----------------------------
>  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/mcf547x_8x/Makefile    |    2 +-
>  board/BuS/EB+MCF-EV123/u-boot.lds    |    8 --
>  board/cobra5272/u-boot.lds           |    7 --
>  board/esd/tasreg/u-boot.lds          |    7 --
>  board/freescale/m52277evb/.gitignore |    1 +
>  board/freescale/m5235evb/.gitignore  |    1 +
>  board/freescale/m5235evb/u-boot.16   |    8 --
>  board/freescale/m5235evb/u-boot.32   |   16 -----
>  board/freescale/m5249evb/u-boot.lds  |    7 --
>  board/freescale/m5253evbe/u-boot.lds |    7 --
>  board/freescale/m5272c3/u-boot.lds   |    7 --
>  board/freescale/m5275evb/u-boot.lds  |    6 --
>  board/freescale/m54451evb/.gitignore |    1 +
>  board/freescale/m54455evb/.gitignore |    1 +
>  board/idmr/u-boot.lds                |    7 --
>  boards.cfg                           |   21 ++++++-
>  include/configs/M5329EVB.h           |    8 +-
>  23 files changed, 50 insertions(+), 203 deletions(-)
>  create mode 100644 board/freescale/m52277evb/.gitignore
>  create mode 100644 board/freescale/m5235evb/.gitignore
>  create mode 100644 board/freescale/m54451evb/.gitignore
>  create mode 100644 board/freescale/m54455evb/.gitignore
> 
[Jin Zhengxiong-R64188]
Please remove the unused git information from the patch. Thanks.

Could you please try to spilt the patch into several patches? For
example, one for build in a different directory, one for lds file clean
up, one for M5329EVB.h file clean up, and one for the moving the config
to boards.cfg. Thanks.

Could you please provide which boards could you used to test
your patches? Thanks.

Best Regards,
Jason 




More information about the U-Boot mailing list