All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Request pull: u-boot-sh
@ 2009-07-10 23:54 Nobuhiro Iwamatsu
  2009-07-11  0:00 ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 7+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-07-10 23:54 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] Request pull: u-boot-sh
  2009-07-10 23:54 [U-Boot] Request pull: u-boot-sh Nobuhiro Iwamatsu
@ 2009-07-11  0:00 ` Nobuhiro Iwamatsu
  2009-07-11  7:41   ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-07-11  0:00 UTC (permalink / raw)
  To: u-boot

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 <iwamatsu@nigauri.org>:
> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] Request pull: u-boot-sh
  2009-07-11  0:00 ` Nobuhiro Iwamatsu
@ 2009-07-11  7:41   ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2009-07-11  7:41 UTC (permalink / raw)
  To: u-boot

Dear Nobuhiro Iwamatsu,

In message <29ab51dc0907101700y10f5a0a5sb6ba10c0cf3ad159@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: wd at denx.de
Never underestimate the bandwidth of a station wagon full of tapes.
                                -- Dr. Warren Jackson, Director, UTCS

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] Request pull: u-boot-sh
  2012-08-28  4:29 Nobuhiro Iwamatsu
@ 2012-09-01 12:11 ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2012-09-01 12:11 UTC (permalink / raw)
  To: u-boot

Dear Nobuhiro Iwamatsu,

In message <CABMQnVKUCvW5KusMRc50qjEB1v=MvXo=Aj9JNS9xhP5x66_T=A@mail.gmail.com> 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: wd at denx.de
Women professionals do tend to over-compensate.
	-- Dr. Elizabeth Dehaver, "Where No Man Has Gone Before",
	   stardate 1312.9.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] Request pull: u-boot-sh
@ 2012-08-28  4:29 Nobuhiro Iwamatsu
  2012-09-01 12:11 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-08-28  4:29 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] Request pull: u-boot-sh
  2009-07-13  0:39 Nobuhiro Iwamatsu
@ 2009-07-13 21:37 ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2009-07-13 21:37 UTC (permalink / raw)
  To: u-boot

Dear Nobuhiro Iwamatsu,

In message <29ab51dc0907121739h7317068dt3e592404a517c798@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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] Request pull: u-boot-sh
@ 2009-07-13  0:39 Nobuhiro Iwamatsu
  2009-07-13 21:37 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-07-13  0:39 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-01 12:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10 23:54 [U-Boot] Request pull: u-boot-sh Nobuhiro Iwamatsu
2009-07-11  0:00 ` Nobuhiro Iwamatsu
2009-07-11  7:41   ` Wolfgang Denk
2009-07-13  0:39 Nobuhiro Iwamatsu
2009-07-13 21:37 ` Wolfgang Denk
2012-08-28  4:29 Nobuhiro Iwamatsu
2012-09-01 12:11 ` Wolfgang Denk

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.