[U-Boot] Pull request: u-boot-sh

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Fri Dec 2 06:10:57 CET 2011


Dear Wolfgang Denk.

Please pull from git://git.denx.de/u-boot-sh master.

Best regards,
  Nobuhiro

The following changes since commit 7708d8b352e9e595f6f08afd3206af6495c7dc09:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
(2011-12-02 00:17:49 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-sh master

Mike Frysinger (2):
      sh: only add -mno-fdpic if the compiler supports it
      sh: avoid multiple definition errors with cache funcs

Nobuhiro Iwamatsu (4):
      sh: Add a flag which controls the DDR ECC mode of sh7757lcr
      sh: Add updating method of SPI ROM to README of sh7757lcr
      sh: Add support Renesas SH7724
      sh: Add support for ecovec board

Phil Edworthy (1):
      sh: Add ashrsi3 libgcc function

Yoshihiro Shimoda (4):
      net: sh_eth: use miiphybb instead of own mii functions
      sh7757lcr: change config for new sh_eth driver
      sh7763rdp: change config for new sh_eth driver
      sh: espt: change config for new sh_eth driver

 MAINTAINERS                             |    1 +
 arch/sh/cpu/sh2/config.mk               |    3 +-
 arch/sh/cpu/sh4/cache.c                 |   22 +++
 arch/sh/include/asm/cache.h             |   24 +---
 arch/sh/include/asm/cpu_sh4.h           |    2 +
 arch/sh/include/asm/cpu_sh7724.h        |  234 ++++++++++++++++++++++++
 arch/sh/lib/Makefile                    |    1 +
 arch/sh/lib/ashrsi3.S                   |  185 +++++++++++++++++++
 board/renesas/ecovec/Makefile           |   38 ++++
 board/renesas/ecovec/ecovec.c           |  124 +++++++++++++
 board/renesas/ecovec/lowlevel_init.S    |  211 ++++++++++++++++++++++
 board/renesas/sh7757lcr/lowlevel_init.S |    3 +-
 boards.cfg                              |    1 +
 doc/README.sh7757lcr                    |   14 ++
 drivers/net/sh_eth.c                    |  293 +++++++++++--------------------
 drivers/net/sh_eth.h                    |   59 +------
 include/configs/ecovec.h                |  200 +++++++++++++++++++++
 include/configs/espt.h                  |    4 +
 include/configs/sh7757lcr.h             |    5 +
 include/configs/sh7763rdp.h             |    4 +
 20 files changed, 1157 insertions(+), 271 deletions(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7724.h
 create mode 100644 arch/sh/lib/ashrsi3.S
 create mode 100644 board/renesas/ecovec/Makefile
 create mode 100644 board/renesas/ecovec/ecovec.c
 create mode 100644 board/renesas/ecovec/lowlevel_init.S
 create mode 100644 include/configs/ecovec.h
-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


More information about the U-Boot mailing list