From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 15 Jan 2008 09:43:08 +0100 Subject: [U-Boot-Users] [PATCH 2/2] ColdFire: Add M5373EVB platform support - 2 In-Reply-To: <120036779765-git-send-email-Tsi-Chung.Liew@freescale.com> References: <120036779765-git-send-email-Tsi-Chung.Liew@freescale.com> Message-ID: <20080115084308.GC27359@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21:29 Mon 14 Jan , Tsi-Chung Liew wrote: > Signed-off-by: TsiChungLiew > --- > 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 > > M5235EVB mcf52x2 > M5329EVB mcf532x > + M5373EVB mcf532x > M54455EVB mcf5445x > > Hayden Fraser > 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.