From: John Otken <jotken@softadvances.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add support for AMCC 405EP Taihu board - retry
Date: Wed, 24 May 2006 17:02:52 -0500 [thread overview]
Message-ID: <4474D80C.8070107@softadvances.com> (raw)
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
reply other threads:[~2006-05-24 22:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4474D80C.8070107@softadvances.com \
--to=jotken@softadvances.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.