public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] sh: Renesas R0P7785LC0011RL board support
Date: Wed, 9 Jul 2008 17:28:43 -0500	[thread overview]
Message-ID: <20080709172843.69e8ea49.kim.phillips@freescale.com> (raw)
In-Reply-To: <4874AA13.9090904@renesas.com>

On Wed, 09 Jul 2008 21:07:47 +0900
Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> wrote:

> This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
> Graphic controller, Ethernet, USB, SD, and RTC.
> 
> This patch supports the following functions:
>  - 128MB DDR2-SDRAM (29-bit address mode only)
>  - NOR Flash
>  - USB host
>  - Ethernet
> 
> Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
> ---
>  MAINTAINERS                             |    1 +
>  MAKEALL                                 |    1 +
>  Makefile                                |    5 +
>  board/r0p7785lc0011rl/Makefile          |   43 ++++
>  board/r0p7785lc0011rl/config.mk         |   26 +++
>  board/r0p7785lc0011rl/lowlevel_init.S   |  318 +++++++++++++++++++++++++++
>  board/r0p7785lc0011rl/r0p7785lc0011rl.c |   51 +++++
>  board/r0p7785lc0011rl/rtl8169.h         |   62 ++++++
>  board/r0p7785lc0011rl/rtl8169_mac.c     |  354 +++++++++++++++++++++++++++++++
>  board/r0p7785lc0011rl/selfcheck.c       |  196 +++++++++++++++++
>  board/r0p7785lc0011rl/u-boot.lds        |   97 +++++++++
>  include/configs/r0p7785lc0011rl.h       |  173 +++++++++++++++

Can this be renamed something simpler, like sh7785rdp or something?

Kim

  parent reply	other threads:[~2008-07-09 22:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-09 12:07 [U-Boot-Users] [PATCH] sh: Renesas R0P7785LC0011RL board support Yoshihiro Shimoda
2008-07-09 19:28 ` Jean-Christophe PLAGNIOL-VILLARD
2008-07-10 10:43   ` Yoshihiro Shimoda
2008-07-09 22:28 ` Kim Phillips [this message]
2008-07-10 10:43   ` Yoshihiro Shimoda

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=20080709172843.69e8ea49.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.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