[U-Boot-Users] [PATCH 2/2] ColdFire: Add M5373EVB platform support - 2

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Tue Jan 15 09:43:08 CET 2008


On 21:29 Mon 14 Jan     , Tsi-Chung Liew wrote:
> Signed-off-by: TsiChungLiew <Tsi-Chung.Liew at freescale.com>
> ---
>  MAINTAINERS                   |    1 +
>  MAKEALL                       |    3 +-
>  Makefile                      |   10 ++
>  cpu/mcf532x/cpu.c             |   20 +++-
>  doc/README.m5373evb           |  334 +++++++++++++++++++++++++++++++++++++++++
>  include/asm-m68k/immap.h      |    4 +-
>  include/asm-m68k/immap_5329.h |   89 +++++++++---
>  include/asm-m68k/m5329.h      |    5 +
>  include/configs/M5373EVB.h    |  267 ++++++++++++++++++++++++++++++++
>  9 files changed, 709 insertions(+), 24 deletions(-)
>  create mode 100644 doc/README.m5373evb
>  create mode 100644 include/configs/M5373EVB.h
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2ef2f5c..02698c8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -629,6 +629,7 @@ TsiChung Liew <Tsi-Chung.Liew at freescale.com>
>  
>  	M5235EVB		mcf52x2
>  	M5329EVB		mcf532x
> +	M5373EVB		mcf532x
>  	M54455EVB		mcf5445x
>  
>  Hayden Fraser <Hayden.Fraser at freescale.com>
> diff --git a/MAKEALL b/MAKEALL
> index ebc5a22..1f59532 100755
> --- a/MAKEALL
> +- lib_m68k/board.c			board init function
> +- lib_m68k/cache.c
> +- lib_m68k/interrupts			Coldfire common interrupt functions
> +- lib_m68k/m68k_linux.c
> +- lib_m68k/time.c			Timer functions (Dma timer and PIT)
> +- lib_m68k/traps.c			Exception init code
> +
> +- rtc/mcfrtc.c				Realtime clock Driver
it's not in drivers/rtc/mcfrtc.c
> +
> +1 MCF5373 specific Options/Settings
> +====================================

Best Regards,
J.




More information about the U-Boot mailing list