From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Otken Date: Wed, 24 May 2006 17:02:52 -0500 Subject: [U-Boot-Users] [PATCH] Add support for AMCC 405EP Taihu board - retry Message-ID: <4474D80C.8070107@softadvances.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Here is a patch to support the AMCC 405EP Taihu eval board. The patch is 94294 bytes, so I've attached a gzip'ed version. I sent this in last week, but it never made it out to the list. CHANGELOG: * Add support for AMCC 405EP Taihu board Patch by John Otken, 18 May 2006 $ cg-object-id 3663e51eea05583c903e07dd90461fd879d27260 $ cg-diff -s MAKEALL | 6 Makefile | 3 board/amcc/taihu/Makefile | 48 ++ board/amcc/taihu/config.mk | 24 + board/amcc/taihu/flash.c | 1067 +++++++++++++++++++++++++++++++++++++++++++ board/amcc/taihu/init.S | 121 +++++ board/amcc/taihu/lcd.c | 256 ++++++++++ board/amcc/taihu/taihu.c | 319 +++++++++++++ board/amcc/taihu/u-boot.lds | 149 ++++++ board/amcc/taihu/update.c | 122 +++++ board/amcc/taihu/usbdev.c | 406 ++++++++++++++++ cpu/ppc4xx/405gp_pci.c | 5 cpu/ppc4xx/cpu_init.c | 5 cpu/ppc4xx/start.S | 34 + dtt/Makefile | 2 dtt/ds1775.c | 161 ++++++ include/configs/taihu.h | 399 ++++++++++++++++ include/dtt.h | 8 include/ppc405.h | 13 + include/usb.h | 2 20 files changed, 3145 insertions(+), 5 deletions(-) create mode 100644 board/amcc/taihu/Makefile create mode 100644 board/amcc/taihu/config.mk create mode 100644 board/amcc/taihu/flash.c create mode 100644 board/amcc/taihu/init.S create mode 100644 board/amcc/taihu/lcd.c create mode 100644 board/amcc/taihu/taihu.c create mode 100644 board/amcc/taihu/u-boot.lds create mode 100644 board/amcc/taihu/update.c create mode 100644 board/amcc/taihu/usbdev.c create mode 100644 dtt/ds1775.c create mode 100644 include/configs/taihu.h -------------- next part -------------- A non-text attachment was scrubbed... Name: taihu-uboot.patch.gz Type: application/gzip Size: 22511 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20060524/53dd67f4/attachment.bin