From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jonas Date: Mon, 05 Jul 2004 15:07:28 +0200 Subject: [U-Boot-Users] [PATCH] Total5100 and Total5200 platform support In-Reply-To: <40E4316A.5040604@freescale.com> References: <40E4316A.5040604@freescale.com> Message-ID: <40E95290.3040607@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, the attached patch adds support for the Total5100's and Total5200's LCD screen. By default only the logo is displayed because the environment variable "console" is set to "serial". By clearing this variable stdout and stderr will be displayed on the LCD. The patch should be applied after the initial (20040701) and the second patch (20040702). Regards Mark > Hello, > attached you'll find a patch which adds support for the Total5100 > (MGT5100 processor) and Total5200 (MPC5200) platforms from Freescale. > The port is based on the Icecube (Lite5200) and supports like it I2C, > ATA and USB. The Flash is accessed using the generic CFI routines. > Regards > Mark > >------------------------------------------------------------------------ > >* Patch by Mark Jonas, 01 July 2004: > Added support for Total5100 and Total5200 (Rev.1 and Rev.2) > MGT5100 and MPC5200 based Freescale platforms. > >------------------------------------------------------------------------ > > CREDITS | 5 > MAKEALL | 1 > Makefile | 28 ++ > board/total5200/Makefile | 46 ++++ > board/total5200/config.mk | 43 ++++ > board/total5200/mt48lc16m16a2-75.h | 43 ++++ > board/total5200/mt48lc32m16a2-75.h | 40 +++ > board/total5200/sdram.c | 227 +++++++++++++++++++++ > board/total5200/sdram.h | 39 +++ > board/total5200/total5200.c | 136 ++++++++++++ > board/total5200/u-boot.lds | 122 +++++++++++ > cpu/mpc5xxx/fec.c | 8 > cpu/mpc5xxx/ide.c | 6 > cpu/mpc5xxx/start.S | 3 > include/configs/Total5200.h | 390 +++++++++++++++++++++++++++++++++++++ > include/mpc5xxx.h | 17 + > 16 files changed, 1154 insertions(+) > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: total5200-20040705.stat Url: http://lists.denx.de/pipermail/u-boot/attachments/20040705/382b4cff/attachment.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: total5200-20040705.patch.gz Type: application/gzip Size: 2979 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20040705/382b4cff/attachment.bin