From: Larry Johnson <lrj@arlinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 0/4] PPC4xx: Add support for Korat PPC440EPx board
Date: Fri, 02 Nov 2007 01:13:50 -0500 [thread overview]
Message-ID: <472AC01E.4070405@arlinx.com> (raw)
Hi Stefan and group,
These patches add support for the PPC440EPx-based "Korat" board to
U-Boot. They are based primarily on the Sequoia board support.
I'm not expecting any action before the 1.3 release, but this is to give
you a chance to look at the proposed changes and make suggestions and
comments.
The list of changes below show the 28 files that I've patched for Korat.
However, the 14 files marked with asterisks (*) are those that I have
recently submitted, so I won't repeat them here.
MAINTAINERS | 4 +
MAKEALL | 1 +
Makefile | 3 +
*board/amcc/sequoia/sdram.h | 4 +-
board/korat/Makefile | 51 ++
board/korat/config.mk | 37 ++
board/korat/init.S | 123 ++++
board/korat/korat.c | 762 +++++++++++++++++++++++++
board/korat/u-boot.lds | 145 +++++
*board/lwmon5/sdram.h | 4 +-
*common/cmd_mii.c | 8 +-
*common/miiphyutil.c | 282 +++++-----
*cpu/ppc4xx/Makefile | 31 +-
*cpu/ppc4xx/denali_data_eye.c | 396 +++++++++++++
*cpu/ppc4xx/denali_spd_ddr2.c | 1276 ++++++++++++++++++++++++++++++++++++++++++
*cpu/ppc4xx/miiphy.c | 143 ++++--
dtt/Makefile | 2 +-
dtt/lm73.c | 186 ++++++
include/configs/korat.h | 385 +++++++++++++
include/dtt.h | 12 +-
*include/miiphy.h | 114 +++--
*include/ppc440.h | 514 +++++++++++++++--
*post/board/lwmon5/Makefile | 29 -
*post/board/lwmon5/ecc.c | 267 ---------
*post/cpu/ppc4xx/Makefile | 2 +-
*post/cpu/ppc4xx/denali_ecc.c | 266 +++++++++
rtc/Makefile | 2 +-
rtc/m41t60.c | 262 +++++++++
28 files changed, 4732 insertions(+), 579 deletions(-)
Best regards,
Larry
reply other threads:[~2007-11-02 6:13 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=472AC01E.4070405@arlinx.com \
--to=lrj@arlinx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox