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

2012-08-27 Thread Nobuhiro Iwamatsu
Dear Wolfgang.

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:

  Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)

are available in the git repository at:

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

for you to fetch changes up to 31d4fe8d405c4b9e27f7eca6c6710092ba14b49d:

  sh: tmu: Removed arch/sh/include/asm/clk.h (2012-08-21 15:00:34 +0900)


Nobuhiro Iwamatsu (3):
  sh: tmu: Changed TMU driver using array of structures
  sh: tmu: Changed switch statement to shift operation
  sh: tmu: Removed arch/sh/include/asm/clk.h

 arch/sh/include/asm/clk.h|   35 
 arch/sh/include/asm/cpu_sh7706.h |5 +---
 arch/sh/include/asm/cpu_sh7710.h |5 +---
 arch/sh/include/asm/cpu_sh7720.h |   10 
 arch/sh/include/asm/cpu_sh7722.h |   11 +
 arch/sh/include/asm/cpu_sh7723.h |   11 +
 arch/sh/include/asm/cpu_sh7724.h |   11 +
 arch/sh/include/asm/cpu_sh7734.h |4 +---
 arch/sh/include/asm/cpu_sh7750.h |   21 +
 arch/sh/include/asm/cpu_sh7757.h |   14 +---
 arch/sh/include/asm/cpu_sh7763.h |5 +---
 arch/sh/include/asm/cpu_sh7780.h |   24 +--
 arch/sh/include/asm/cpu_sh7785.h |   24 +--
 arch/sh/lib/time.c   |   72
+
 include/sh_tmu.h |   75

 15 files changed, 117 insertions(+), 210 deletions(-)
 delete mode 100644 arch/sh/include/asm/clk.h
 create mode 100644 include/sh_tmu.h

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-07-10 Thread Nobuhiro Iwamatsu
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 (4):
  sh: Revised the build with newest compiler
  sh: Add support ESPT-GIGA borad
  sh: Add espt-gita board to MAKEALL
  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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-07-12 Thread Nobuhiro Iwamatsu
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


-- 
Nobuhiro Iwamatsu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-09-01 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message 
 you 
wrote:
> Dear Wolfgang.
> 
> Please pull u-boot-sh master branch.
> 
> Best regards,
>   Nobuhiro
> 
> The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:
> 
>   Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 31d4fe8d405c4b9e27f7eca6c6710092ba14b49d:
> 
>   sh: tmu: Removed arch/sh/include/asm/clk.h (2012-08-21 15:00:34 +0900)
> 
> 
> Nobuhiro Iwamatsu (3):
>   sh: tmu: Changed TMU driver using array of structures
>   sh: tmu: Changed switch statement to shift operation
>   sh: tmu: Removed arch/sh/include/asm/clk.h
> 
>  arch/sh/include/asm/clk.h|   35 
>  arch/sh/include/asm/cpu_sh7706.h |5 +---
>  arch/sh/include/asm/cpu_sh7710.h |5 +---
>  arch/sh/include/asm/cpu_sh7720.h |   10 
>  arch/sh/include/asm/cpu_sh7722.h |   11 +
>  arch/sh/include/asm/cpu_sh7723.h |   11 +
>  arch/sh/include/asm/cpu_sh7724.h |   11 +
>  arch/sh/include/asm/cpu_sh7734.h |4 +---
>  arch/sh/include/asm/cpu_sh7750.h |   21 +
>  arch/sh/include/asm/cpu_sh7757.h |   14 +---
>  arch/sh/include/asm/cpu_sh7763.h |5 +---
>  arch/sh/include/asm/cpu_sh7780.h |   24 +--
>  arch/sh/include/asm/cpu_sh7785.h |   24 +--
>  arch/sh/lib/time.c   |   72
> +
>  include/sh_tmu.h |   75
> 
>  15 files changed, 117 insertions(+), 210 deletions(-)
>  delete mode 100644 arch/sh/include/asm/clk.h
>  create mode 100644 include/sh_tmu.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: w...@denx.de
Women professionals do tend to over-compensate.
-- Dr. Elizabeth Dehaver, "Where No Man Has Gone Before",
   stardate 1312.9.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-07-10 Thread Nobuhiro Iwamatsu
Hi, Wolfgang.

Sorry, I wll merge "sh: Add espt-gita board to MAKEALL" and resend
"request-pull".

Best regards,
 Nobuhiro

2009/7/11 Nobuhiro Iwamatsu :
> 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 (4):
>      sh: Revised the build with newest compiler
>      sh: Add support ESPT-GIGA borad
>      sh: Add espt-gita board to MAKEALL
>      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
>



-- 
Nobuhiro Iwamatsu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-07-11 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message <29ab51dc0907101700y10f5a0a5sb6ba10c0cf3ad...@mail.gmail.com> you 
wrote:
> 
> Sorry, I wll merge "sh: Add espt-gita board to MAKEALL" and resend
> "request-pull".

Thanks a lot. I appreciate your help.

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: w...@denx.de
Never underestimate the bandwidth of a station wagon full of tapes.
-- Dr. Warren Jackson, Director, UTCS
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-07-13 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message <29ab51dc0907121739h7317068dt3e592404a517c...@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: w...@denx.de
If the hours are long enough and the pay  is  short  enough,  someone
will say it's women's work.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot