On Wed, Oct 24, 2012 at 02:37:05PM +0000, Jin Zhengxiong-R64188 wrote: > Hi, Tom, > > The following changes since commit c4d22de817738e9f1f6a7c34664fc4ac112024a3: > > km83xx: add kmvect1 board (2012-10-23 15:23:26 -0500) > > are available in the git repository at: > git://git.denx.de/u-boot-coldfire.git master > > Alison Wang (3): > ColdFire: Fix unused variable in cpu_init.c > ColdFire: Add MCF5441x CPU support > ColdFire: Add Freescale MCF54418TWR ColdFire development board support > > arch/m68k/cpu/mcf5227x/cpu_init.c | 8 +- > arch/m68k/cpu/mcf5445x/config.mk | 10 + > arch/m68k/cpu/mcf5445x/cpu.c | 17 + > arch/m68k/cpu/mcf5445x/cpu_init.c | 313 +++++++++++-- > arch/m68k/cpu/mcf5445x/speed.c | 80 +++- > arch/m68k/cpu/mcf5445x/start.S | 273 ++++++++++- > arch/m68k/include/asm/cache.h | 11 +- > arch/m68k/include/asm/immap.h | 43 ++- > arch/m68k/include/asm/immap_5441x.h | 387 ++++++++++++++ > arch/m68k/include/asm/m5441x.h | 887 > +++++++++++++++++++++++++++++++++ > board/freescale/m54418twr/Makefile | 43 ++ > board/freescale/m54418twr/config.mk | 25 + > board/freescale/m54418twr/m54418twr.c | 129 +++++ > board/freescale/m54418twr/u-boot.lds | 97 ++++ > boards.cfg | 6 + > doc/README.m54418twr | 244 +++++++++ > include/configs/M54418TWR.h | 448 +++++++++++++++++ > 17 files changed, 2964 insertions(+), 57 deletions(-) > create mode 100644 arch/m68k/include/asm/immap_5441x.h > create mode 100644 arch/m68k/include/asm/m5441x.h > create mode 100644 board/freescale/m54418twr/Makefile > create mode 100644 board/freescale/m54418twr/config.mk > create mode 100644 board/freescale/m54418twr/m54418twr.c > create mode 100644 board/freescale/m54418twr/u-boot.lds > create mode 100644 doc/README.m54418twr > create mode 100644 include/configs/M54418TWR.h
Applied to u-boot/master. Where can I find a toolchain that supports 54418 CPUs? I had picked up an m68k-uclinux toolchain from the uclinux project but that has 4 false negatives (mismatch against libgcc on a few boards) and it doesn't support 54418 CPUs. Thanks! -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot