public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Add support for AMCC 405EP Taihu board - retry
@ 2006-05-24 22:02 John Otken
  0 siblings, 0 replies; only message in thread
From: John Otken @ 2006-05-24 22:02 UTC (permalink / raw)
  To: u-boot

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 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-24 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-24 22:02 [U-Boot-Users] [PATCH] Add support for AMCC 405EP Taihu board - retry John Otken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox