public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] sh: add support for SH7785
Date: Wed, 9 Jul 2008 21:16:56 +0200	[thread overview]
Message-ID: <20080709191656.GE18713@game.jcrosoft.org> (raw)
In-Reply-To: <4874AA0E.6030707@renesas.com>

On 21:07 Wed 09 Jul     , Yoshihiro Shimoda wrote:
> Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
> This patch supports CPU register's header file.
> 
> Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
> ---
>  include/asm-sh/cpu_sh4.h    |    2 +
>  include/asm-sh/cpu_sh7785.h |  156 +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 158 insertions(+), 0 deletions(-)
>  create mode 100644 include/asm-sh/cpu_sh7785.h
> 
> diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h
> index 5a8a5a1..de6eb5a 100644
> --- a/include/asm-sh/cpu_sh4.h
> +++ b/include/asm-sh/cpu_sh4.h
> @@ -39,6 +39,8 @@
>  # include <asm/cpu_sh7763.h>
>  #elif defined (CONFIG_CPU_SH7780)
>  # include <asm/cpu_sh7780.h>
> +#elif defined (CONFIG_CPU_SH7785)
> +# include <asm/cpu_sh7785.h>
>  #else
>  # error "Unknown SH4 variant"
>  #endif
> diff --git a/include/asm-sh/cpu_sh7785.h b/include/asm-sh/cpu_sh7785.h
> new file mode 100644
> index 0000000..ec42bc6
> --- /dev/null
> +++ b/include/asm-sh/cpu_sh7785.h
> @@ -0,0 +1,156 @@
> +#ifndef	_ASM_CPU_SH7785_H_
> +#define	_ASM_CPU_SH7785_H_
> +
> +/*
> + * Copyright (c) 2007,2008 Nobuhiro Iwamatsu
please add Nobuhiro Iwamatsu email if possible.
> + * Copyright (c) 2008 Yusuke Goda <goda.yusuke@renesas.com>
> + * Copyright (c) 2008 Yoshihiro Shimoda <goda.yusuke@renesas.com>
> + *

Best Regards,
J.

  reply	other threads:[~2008-07-09 19:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-09 12:07 [U-Boot-Users] [PATCH] sh: add support for SH7785 Yoshihiro Shimoda
2008-07-09 19:16 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-07-10  0:42   ` Nobuhiro Iwamatsu

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=20080709191656.GE18713@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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