[U-Boot] Request pull: u-boot-sh

Wolfgang Denk wd at denx.de
Mon Jul 13 23:37:46 CEST 2009


Dear Nobuhiro Iwamatsu,

In message <29ab51dc0907121739h7317068dt3e592404a517c798 at mail.gmail.com> you wrote:
> Dear Wolfgang.
> 
> Please pull u-boot-sh master branch.
> 
> Best regards,
>   Nobuhiro
> 
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
>   Wolfgang Denk (1):
>         MAINTAINERS: fix sorting, remove duplicates.
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (6):
>       sh7785lcr: fix out of tree build
>       sh: make the linker scripts more generic
>       sh: unify linker script
>       sh: introduce clock framework
>       sh3/sh4: fix CONFIG_SYS_HZ to 1000
>       sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
> 
> Nobuhiro Iwamatsu (3):
>       sh: Revised the build with newest compiler
>       sh: Add support ESPT-GIGA borad
>       sh: Update pci config for Renesas r7780mp board
> 
>  MAKEALL                                         |    1 +
>  Makefile                                        |   15 +-
>  board/espt/Makefile                             |   50 ++++
>  board/espt/config.mk                            |    9 +
>  board/espt/espt.c                               |   50 ++++
>  board/espt/lowlevel_init.S                      |  334 +++++++++++++++++++++++
>  board/ms7720se/u-boot.lds                       |  108 --------
>  board/ms7722se/u-boot.lds                       |  105 -------
>  board/ms7750se/u-boot.lds                       |  105 -------
>  board/renesas/MigoR/u-boot.lds                  |  105 -------
>  board/renesas/ap325rxa/u-boot.lds               |  105 -------
>  board/renesas/r2dplus/u-boot.lds                |  105 -------
>  board/renesas/r7780mp/u-boot.lds                |  105 -------
>  board/renesas/sh7763rdp/u-boot.lds              |  105 -------
>  board/renesas/sh7785lcr/Makefile                |    2 +-
>  board/renesas/sh7785lcr/lowlevel_init.S         |   58 ++--
>  board/renesas/sh7785lcr/u-boot_29bit            |   96 -------
>  board/renesas/sh7785lcr/u-boot_32bit            |   96 -------
>  {board/renesas/rsk7203 => cpu/sh2}/u-boot.lds   |   10 +-
>  {board/mpr2 => cpu/sh3}/u-boot.lds              |   13 +-
>  {board/renesas/sh7785lcr => cpu/sh4}/u-boot.lds |   15 +-
>  include/asm-sh/clk.h                            |   35 +++
>  include/asm-sh/macro.h                          |    2 +-
>  include/configs/MigoR.h                         |    4 +-
>  include/configs/ap325rxa.h                      |    4 +-
>  include/configs/espt.h                          |  126 +++++++++
>  include/configs/mpr2.h                          |    4 +-
>  include/configs/ms7720se.h                      |    4 +-
>  include/configs/ms7722se.h                      |    4 +-
>  include/configs/ms7750se.h                      |    4 +-
>  include/configs/r2dplus.h                       |    4 +-
>  include/configs/r7780mp.h                       |    7 +-
>  include/configs/sh7763rdp.h                     |    4 +-
>  include/configs/sh7785lcr.h                     |    4 +-
>  lib_sh/time.c                                   |   55 +++--
>  sh_config.mk                                    |    3 +
>  36 files changed, 720 insertions(+), 1136 deletions(-)
>  create mode 100644 board/espt/Makefile
>  create mode 100644 board/espt/config.mk
>  create mode 100644 board/espt/espt.c
>  create mode 100644 board/espt/lowlevel_init.S
>  delete mode 100644 board/ms7720se/u-boot.lds
>  delete mode 100644 board/ms7722se/u-boot.lds
>  delete mode 100644 board/ms7750se/u-boot.lds
>  delete mode 100644 board/renesas/MigoR/u-boot.lds
>  delete mode 100644 board/renesas/ap325rxa/u-boot.lds
>  delete mode 100644 board/renesas/r2dplus/u-boot.lds
>  delete mode 100644 board/renesas/r7780mp/u-boot.lds
>  delete mode 100644 board/renesas/sh7763rdp/u-boot.lds
>  delete mode 100644 board/renesas/sh7785lcr/u-boot_29bit
>  delete mode 100644 board/renesas/sh7785lcr/u-boot_32bit
>  rename {board/renesas/rsk7203 => cpu/sh2}/u-boot.lds (89%)
>  rename {board/mpr2 => cpu/sh3}/u-boot.lds (87%)
>  rename {board/renesas/sh7785lcr => cpu/sh4}/u-boot.lds (90%)
>  create mode 100644 include/asm-sh/clk.h
>  create mode 100644 include/configs/espt.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If the hours are long enough and the pay  is  short  enough,  someone
will say it's women's work.


More information about the U-Boot mailing list