[U-Boot-Users] [PATCH] Add support for AMCC 405EP Taihu board - retry

John Otken jotken at softadvances.com
Thu May 25 00:02:52 CEST 2006


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 


More information about the U-Boot mailing list