]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ColdFire: Add MCF5301x CPU and M53017EVB support
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Wed, 22 Oct 2008 11:38:21 +0000 (11:38 +0000)
committerJohn Rigby <jrigby@freescale.com>
Mon, 3 Nov 2008 16:45:58 +0000 (09:45 -0700)
commit536e7dac16769954915a484e682a2efb28699133
tree62971477e14f4790541fa7bec56f3bbf54c0b3fa
parenta21d0c2cc9add8894d971ab791f4032f077db817
ColdFire: Add MCF5301x CPU and M53017EVB support

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16 files changed:
MAINTAINERS
MAKEALL
Makefile
board/freescale/m53017evb/Makefile [new file with mode: 0644]
board/freescale/m53017evb/config.mk [new file with mode: 0644]
board/freescale/m53017evb/m53017evb.c [new file with mode: 0644]
board/freescale/m53017evb/u-boot.lds [new file with mode: 0644]
cpu/mcf532x/cpu.c
cpu/mcf532x/cpu_init.c
cpu/mcf532x/speed.c
cpu/mcf532x/start.S
doc/README.m53017evb [new file with mode: 0644]
include/asm-m68k/immap.h
include/asm-m68k/immap_5301x.h [new file with mode: 0644]
include/asm-m68k/m5301x.h [new file with mode: 0644]
include/configs/M53017EVB.h [new file with mode: 0644]