From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-sh/master
Date: Wed, 18 Dec 2013 09:56:16 -0500 [thread overview]
Message-ID: <20131218145616.GZ420@bill-the-cat> (raw)
In-Reply-To: <CABMQnVJ0MUOqvQvaih=UEJ-=X=x66EGPhgU1yycJUt-RgV57Yg@mail.gmail.com>
On Wed, Dec 18, 2013 at 04:56:42PM +0900, Nobuhiro Iwamatsu wrote:
> Dear Tom Rini.
>
> Please pull u-boot-sh master branch.
>
> Best regards,
> Nobuhiro
>
> The following changes since commit fd44194945714a478fab6407c04453caaef0bac9:
>
> Prepare v2014.01-rc2 (2013-12-16 13:07:05 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh master
>
> for you to fetch changes up to f3bf212abc4139f12b472e97c1992ab32671b609:
>
> serial_sh: add support for SH7753 (2013-12-18 16:50:00 +0900)
>
> ----------------------------------------------------------------
> Yoshihiro Shimoda (3):
> sh: add support for sh7753evb board
> net: sh-eth: add support for SH7753
> serial_sh: add support for SH7753
>
> arch/sh/include/asm/cpu_sh4.h | 2 +
> arch/sh/include/asm/cpu_sh7753.h | 197
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> board/renesas/sh7753evb/Makefile | 7 +++
> board/renesas/sh7753evb/lowlevel_init.S | 416
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> board/renesas/sh7753evb/sh7753evb.c | 326
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> board/renesas/sh7753evb/spi-boot.c | 134
> ++++++++++++++++++++++++++++++++++++++++++++++
> board/renesas/sh7753evb/u-boot.lds | 81 ++++++++++++++++++++++++++++
> boards.cfg | 1 +
> doc/README.sh7753evb | 67 +++++++++++++++++++++++
> drivers/net/sh_eth.h | 8 ++-
> drivers/serial/serial_sh.h | 4 +-
> include/configs/sh7753evb.h | 137
> +++++++++++++++++++++++++++++++++++++++++++++++
> 12 files changed, 1377 insertions(+), 3 deletions(-)
> create mode 100644 arch/sh/include/asm/cpu_sh7753.h
> create mode 100644 board/renesas/sh7753evb/Makefile
> create mode 100644 board/renesas/sh7753evb/lowlevel_init.S
> create mode 100644 board/renesas/sh7753evb/sh7753evb.c
> create mode 100644 board/renesas/sh7753evb/spi-boot.c
> create mode 100644 board/renesas/sh7753evb/u-boot.lds
> create mode 100644 doc/README.sh7753evb
> create mode 100644 include/configs/sh7753evb.h
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131218/fe900922/attachment.pgp>
next prev parent reply other threads:[~2013-12-18 14:56 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-18 7:56 [U-Boot] Pull request: u-boot-sh/master Nobuhiro Iwamatsu
2013-12-18 14:56 ` Tom Rini [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-02 1:25 Nobuhiro Iwamatsu
2015-03-02 1:54 ` Nobuhiro Iwamatsu
2015-03-02 12:23 ` Tom Rini
2014-12-05 2:15 Nobuhiro Iwamatsu
2014-12-08 21:40 ` Tom Rini
2014-11-17 4:32 Nobuhiro Iwamatsu
2014-11-17 14:49 ` Tom Rini
2014-11-04 21:48 Nobuhiro Iwamatsu
2014-08-07 2:34 Nobuhiro Iwamatsu
2014-08-08 21:08 ` Tom Rini
2014-07-24 3:11 Nobuhiro Iwamatsu
2014-07-25 19:04 ` Tom Rini
2014-06-10 8:10 Nobuhiro Iwamatsu
2014-06-10 13:27 ` Tom Rini
2014-05-01 20:16 Nobuhiro Iwamatsu
2014-05-02 15:51 ` Tom Rini
2014-03-31 1:52 Nobuhiro Iwamatsu
2014-03-31 3:54 ` Masahiro Yamada
2014-03-31 5:29 ` Nobuhiro Iwamatsu
2014-03-31 12:32 ` Tom Rini
2014-01-09 4:49 Nobuhiro Iwamatsu
2014-01-10 20:03 ` Tom Rini
2013-10-17 0:51 Nobuhiro Iwamatsu
2013-10-17 16:05 ` Tom Rini
2013-10-18 21:14 ` Nobuhiro Iwamatsu
2013-10-21 8:15 ` Albert ARIBAUD
2013-10-24 1:21 ` Tom Rini
2012-12-20 5:12 Nobuhiro Iwamatsu
2012-12-20 17:54 ` Tom Rini
2012-11-30 6:07 Nobuhiro Iwamatsu
2012-12-03 13:43 ` Tom Rini
2012-10-04 22:05 Nobuhiro Iwamatsu
2012-10-05 17:07 ` Tom Rini
2012-08-08 0:58 Nobuhiro Iwamatsu
2012-08-09 19:00 ` Wolfgang Denk
2012-08-09 19:03 ` Wolfgang Denk
2012-07-02 2:12 Nobuhiro Iwamatsu
2012-07-02 18:17 ` Wolfgang Denk
2011-03-07 8:05 Nobuhiro Iwamatsu
2011-03-13 21:48 ` Wolfgang Denk
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=20131218145616.GZ420@bill-the-cat \
--to=trini@ti.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.