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

2016-08-10 Thread Nobuhiro Iwamatsu
The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:

  SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9d96c3f426f72569c08d57a2736f984a9a632340:

  ARM: rmobile: r8a7795: Add MMU layout (2016-08-10 13:14:37 +0900)


Hiroyuki Yokoyama (1):
  serial: sh: Add support R8A7795

Nobuhiro Iwamatsu (15):
  ARM: rmobile: Move SoC sources to mach-rmobile
  ARM: rmobile: Move SoC headers to mach-rmobile/include/mach
  ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
  MAINTAINERS: Add maintainer entry of RMOBILE
  ARM: rmobile: Create R-Car 32bit (Gen1 and Gen2) for Kconfig
  ARM: rmobile: Move rcar-gen2-common to rcar-common
  ARM: rmobile: Add support R-Car Generation 3
  ARM: rmobile: Add support R8A7795
  ARM: rmobile: Add support salvator-x board
  ARM: rmobile: rcar-common: Fix warning of type difference
  arm: rmobile: Update defconfig
  ARM: rmobile: lager: Move rcar-gen2-common to rcar-common
  ARM: rmobile: Remove duplicate configs by Kconfig in rcar-gen3-common.h
  ARM: rmobile: salvator-x: Update defconfig
  ARM: rmobile: r8a7795: Add MMU layout

Yannick Gicquel (1):
  mmc: rmobile: add a compiler barrier

masakazu.mochizuki...@hitachi.com (2):
  arm: rmobile: Add BLANCHE board support
  arm: rmobile: Fix HDMI output for BLANCHE board

 MAINTAINERS
  |6 +
 arch/arm/Kconfig
  |7 +-
 arch/arm/Makefile
  |1 +
 arch/arm/cpu/armv7/Makefile
  |1 +
 arch/arm/mach-rmobile/Kconfig
  |   20 +
 arch/arm/{cpu/armv7/rmobile/Kconfig => mach-rmobile/Kconfig.32}
  |   12 +-
 arch/arm/mach-rmobile/Kconfig.64
  |   28 +
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/Makefile
  |4 +-
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/board.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info-r8a7740.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info-rcar.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info-sh73a0.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info.c
  |1 +
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/emac.c
  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/ehci-rmobile.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/gpio.h |6 +
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/irqs.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/mmc.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7740-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7740.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7790-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7790.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7791-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7791.h  |0
 arch/arm/mach-rmobile/include/mach/r8a7792-gpio.h
  |  220 +++
 arch/arm/mach-rmobile/include/mach/r8a7792.h
  |   34 +
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7793-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7793.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7794-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7794.h  |0
 arch/arm/mach-rmobile/include/mach/r8a7795-gpio.h
  |  988 +
 arch/arm/mach-rmobile/include/mach/r8a7795.h
  |   36 ++
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/rcar-base.h|  387 +++-
 arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
  |  100 +++
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/rcar-mstp.h|0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/rmobile.h  |8 +-
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sh73a0-gpio.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sh73a0.h   |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sh_sdhi.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sys_proto.h|0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/lowlevel_init.S
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/lowlevel_init_ca15.S
  |0
 arch/arm/mach-rmobile/lowlevel_init_gen3.S
  |   76 +++
 arch/arm/mach-rmobile/memmap-r8a7795.c
  |   30 +
 

Re: [U-Boot] Pull request: u-boot-sh/rmobile

2016-07-21 Thread Nobuhiro Iwamatsu
Hi!

2016-07-21 23:38 GMT+09:00 Tom Rini :
> On Thu, Jul 21, 2016 at 04:10:30AM +0900, Nobuhiro Iwamatsu wrote:
>
>> Hi Tom,
>>
>> Please pull u-boot-sh rmobile branch.
>>
>> The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:
>>
>>   SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-sh.git rmobile
>>
>> for you to fetch changes up to 997660af470f68e9d3fa7c06271d35b40bbe3833:
>>
>>   arm: rmobile: Update defconfig (2016-07-09 05:50:53 +0900)
>>
>
> This breaks other platforms:
> +(smdkc100,s5p_goni) ../scripts/Makefile.build:59: 
> ../arch/arm/cpu/armv7/s5pc1xx/Makefile: No such file
> or directory
> +(smdkc100,s5p_goni) make[3]: *** No rule to make target 
> '../arch/arm/cpu/armv7/s5pc1xx/Makefile'.  Stop
> .
> +(smdkc100,s5p_goni) make[2]: *** [arch/arm/cpu/armv7/s5pc1xx] Error 2
> +(smdkc100,s5p_goni) make[1]: *** [arch/arm/cpu/armv7] Error 2
> +(salvator-x) ../cmd/bootm.c: In function ‘do_imls_nor’:
> +(salvator-x) ../cmd/bootm.c:332:7: error: ‘CONFIG_SYS_MAX_FLASH_BANKS’ 
> undeclared (first use in this fu
> nction)
> +(salvator-x)i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
> +(salvator-x)^
> +(salvator-x) ../cmd/bootm.c:332:7: note: each undeclared identifier is 
> reported only once for each func
> tion it appears in
> +(salvator-x) make[2]: *** [cmd/bootm.o] Error 1
> +(salvator-x) make[1]: *** [cmd] Error 2
> +(lager) make[2]: *** No rule to make target 
> 'board/renesas/lager/../rcar-gen2-common/common.o', needed
> by 'board/renesas/lager/built-in.o'.  Stop.
> +(lager) make[1]: *** [board/renesas/lager] Error 2
>
> Thanks!

Oh, sorry.
I will recheck and resend PR.
>
> --
> Tom

Best regards,
  Nobuhiro


-- 
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


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

2016-07-21 Thread Tom Rini
On Thu, Jul 21, 2016 at 04:13:17AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull u-boot-sh master branch.
> 
> The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:
> 
>   SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 747431b9d54d3ebdef87352006218ed948011612:
> 
>   serial_sh: Add standrad SCI (w/o FIFO) support (2016-07-09 05:51:57 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2016-07-21 Thread Tom Rini
On Thu, Jul 21, 2016 at 04:10:30AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull u-boot-sh rmobile branch.
> 
> The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:
> 
>   SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 997660af470f68e9d3fa7c06271d35b40bbe3833:
> 
>   arm: rmobile: Update defconfig (2016-07-09 05:50:53 +0900)
> 

This breaks other platforms:
+(smdkc100,s5p_goni) ../scripts/Makefile.build:59: 
../arch/arm/cpu/armv7/s5pc1xx/Makefile: No such file 
or directory
+(smdkc100,s5p_goni) make[3]: *** No rule to make target 
'../arch/arm/cpu/armv7/s5pc1xx/Makefile'.  Stop
.
+(smdkc100,s5p_goni) make[2]: *** [arch/arm/cpu/armv7/s5pc1xx] Error 2
+(smdkc100,s5p_goni) make[1]: *** [arch/arm/cpu/armv7] Error 2
+(salvator-x) ../cmd/bootm.c: In function ‘do_imls_nor’:
+(salvator-x) ../cmd/bootm.c:332:7: error: ‘CONFIG_SYS_MAX_FLASH_BANKS’ 
undeclared (first use in this fu
nction)
+(salvator-x)i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
+(salvator-x)^
+(salvator-x) ../cmd/bootm.c:332:7: note: each undeclared identifier is 
reported only once for each func
tion it appears in
+(salvator-x) make[2]: *** [cmd/bootm.o] Error 1
+(salvator-x) make[1]: *** [cmd] Error 2
+(lager) make[2]: *** No rule to make target 
'board/renesas/lager/../rcar-gen2-common/common.o', needed 
by 'board/renesas/lager/built-in.o'.  Stop.
+(lager) make[1]: *** [board/renesas/lager] Error 2

Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-20 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh master branch.

The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:

  SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to 747431b9d54d3ebdef87352006218ed948011612:

  serial_sh: Add standrad SCI (w/o FIFO) support (2016-07-09 05:51:57 +0900)


Yoshinori Sato (2):
  serial_sh: Device Tree support
  serial_sh: Add standrad SCI (w/o FIFO) support

 doc/device-tree-bindings/serial/sh.txt |  6 ++
 drivers/serial/serial_sh.c | 31 +++
 2 files changed, 37 insertions(+)
 create mode 100644 doc/device-tree-bindings/serial/sh.txt


-- 
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] Pull request: u-boot-sh/rmobile

2016-07-20 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh rmobile branch.

The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:

  SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to 997660af470f68e9d3fa7c06271d35b40bbe3833:

  arm: rmobile: Update defconfig (2016-07-09 05:50:53 +0900)


Hiroyuki Yokoyama (1):
  serial: sh: Add support R8A7795

Nobuhiro Iwamatsu (11):
  ARM: rmobile: Move SoC sources to mach-rmobile
  ARM: rmobile: Move SoC headers to mach-rmobile/include/mach
  ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
  MAINTAINERS: Add maintainer entry of RMOBILE
  ARM: rmobile: Create R-Car 32bit (Gen1 and Gen2) for Kconfig
  ARM: rmobile: Move rcar-gen2-common to rcar-common
  ARM: rmobile: Add support R-Car Generation 3
  ARM: rmobile: Add support R8A7795
  ARM: rmobile: Add support salvator-x board
  ARM: rmobile: rcar-common: Fix warning of type difference
  arm: rmobile: Update defconfig

Yannick Gicquel (1):
  mmc: rmobile: add a compiler barrier

masakazu.mochizuki...@hitachi.com (2):
  arm: rmobile: Add BLANCHE board support
  arm: rmobile: Fix HDMI output for BLANCHE board

 MAINTAINERS
  |6 +
 arch/arm/Kconfig
  |7 +-
 arch/arm/Makefile
  |1 +
 arch/arm/cpu/armv7/Makefile
  |1 +
 arch/arm/mach-rmobile/Kconfig
  |   20 +
 arch/arm/{cpu/armv7/rmobile/Kconfig => mach-rmobile/Kconfig.32}
  |   12 +-
 arch/arm/mach-rmobile/Kconfig.64
  |   28 +
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/Makefile
  |4 +-
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/board.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info-r8a7740.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info-rcar.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info-sh73a0.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/cpu_info.c
  |1 +
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/emac.c
  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/ehci-rmobile.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/gpio.h |6 +
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/irqs.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/mmc.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7740-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7740.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7790-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7790.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7791-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7791.h  |0
 arch/arm/mach-rmobile/include/mach/r8a7792-gpio.h
  |  220 
 arch/arm/mach-rmobile/include/mach/r8a7792.h
  |   34 +
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7793-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7793.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7794-gpio.h |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/r8a7794.h  |0
 arch/arm/mach-rmobile/include/mach/r8a7795-gpio.h
  |  988 ++
 arch/arm/mach-rmobile/include/mach/r8a7795.h
  |   36 +
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/rcar-base.h|  387 +-
 arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h
  |  100 ++
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/rcar-mstp.h|0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/rmobile.h  |8 +-
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sh73a0-gpio.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sh73a0.h   |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sh_sdhi.h  |0
 arch/arm/{include/asm/arch-rmobile =>
mach-rmobile/include/mach}/sys_proto.h|0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/lowlevel_init.S
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/lowlevel_init_ca15.S
  |0
 arch/arm/mach-rmobile/lowlevel_init_gen3.S
  |   76 ++
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/pfc-r8a7740.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/pfc-r8a7790.c
  |0
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/pfc-r8a7790.h
  |   48 +
 arch/arm/{cpu/armv7/rmobile => mach-rmobile}/pfc-r8a7791.c
  

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

2015-09-13 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh rmobile branch.

The following changes since commit f875bbb49111c308b90b9ca74d1b79f69498b278:

  ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support
(2015-08-31 00:29:23 +0900)

are available in the git repository at:

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

for you to fetch changes up to 21871138b7686b36dd8ae97cab5dc1e9c5c6e183:

  arm: rmobile: Add Stout board support (2015-08-31 17:32:59 +0900)


Vladimir Barinov (4):
  gpio: sh-pfc: fix gpio input read
  serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs
  arch: rmobile: add SCIFA port base offsets
  arm: rmobile: Add Stout board support

 arch/arm/cpu/armv7/rmobile/Kconfig|8 +-
 arch/arm/include/asm/arch-rmobile/rcar-base.h |3 +
 board/renesas/stout/Kconfig   |   12 +
 board/renesas/stout/MAINTAINERS   |6 +
 board/renesas/stout/Makefile  |   11 +
 board/renesas/stout/cpld.c|  167 +
 board/renesas/stout/cpld.h|  183 +
 board/renesas/stout/qos.c | 2435

 board/renesas/stout/qos.h |   14 +
 board/renesas/stout/stout.c   |  232 ++
 configs/stout_defconfig   |   21 +
 drivers/gpio/sh_pfc.c |3 +-
 drivers/serial/serial_sh.h|   43 +-
 include/configs/stout.h   |  112 +++
 14 files changed, 3239 insertions(+), 11 deletions(-)
 create mode 100644 board/renesas/stout/Kconfig
 create mode 100644 board/renesas/stout/MAINTAINERS
 create mode 100644 board/renesas/stout/Makefile
 create mode 100644 board/renesas/stout/cpld.c
 create mode 100644 board/renesas/stout/cpld.h
 create mode 100644 board/renesas/stout/qos.c
 create mode 100644 board/renesas/stout/qos.h
 create mode 100644 board/renesas/stout/stout.c
 create mode 100644 configs/stout_defconfig
 create mode 100644 include/configs/stout.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


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2015-09-13 Thread Tom Rini
On Mon, Sep 14, 2015 at 05:29:04AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull u-boot-sh rmobile branch.
> 
> The following changes since commit f875bbb49111c308b90b9ca74d1b79f69498b278:
> 
>   ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support
> (2015-08-31 00:29:23 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 21871138b7686b36dd8ae97cab5dc1e9c5c6e183:
> 
>   arm: rmobile: Add Stout board support (2015-08-31 17:32:59 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2015-06-02 Thread Tom Rini
On Mon, Jun 01, 2015 at 12:19:17PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 
 The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:
 
   am33xx, spl, siemens: enable debug uart output again (2015-05-28
 08:18:25 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to a5aef732066c6de0d2466174fb017e8a6fb0267a:
 
   arm: rmobile: alt: Update to QoS revision 0.31 and 0.321 (2015-06-01
 08:56:34 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-05-31 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit 012681b1fa822492bb8fdc5c2dd3d24d6092e110:

  am33xx, spl, siemens: enable debug uart output again (2015-05-28
08:18:25 -0400)

are available in the git repository at:

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

for you to fetch changes up to a5aef732066c6de0d2466174fb017e8a6fb0267a:

  arm: rmobile: alt: Update to QoS revision 0.31 and 0.321 (2015-06-01
08:56:34 +0900)


Mitsuhiro Kimura (1):
  arm: rmobile: alt: Add ethernet function B support

Nobuhiro Iwamatsu (4):
  arm: rmobile: lager: Update to QoS revision 0.973
  arm: rmobile: koelsch: Update to QoS revision 0.411
  arm: rmobile: gose: Update to QoS revision 0.311
  arm: rmobile: alt: Update to QoS revision 0.31 and 0.321

 arch/arm/cpu/armv7/rmobile/Kconfig  |  22 ++
 arch/arm/include/asm/arch-rmobile/r8a7794.h |   4 +++
 board/renesas/alt/Kconfig   |   9 ++
 board/renesas/alt/alt.c |  17 ++-
 board/renesas/alt/qos.c |  76
++
 board/renesas/gose/qos.c|  72
+++
 board/renesas/koelsch/qos.c | 104
+++
 board/renesas/lager/qos.c   |  69
++
 8 files changed, 323 insertions(+), 50 deletions(-)

-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 10:25:50AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:
 
   OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
 17:04:00 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to c3dd82386493d67cc5b0de06876360a27224b620:
 
   sh: enable CONFIG_USE_PRIVATE_LIBGCC by default (2015-02-25 13:57:56 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 10:47:53AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 
 The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:
 
   OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
 17:04:00 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:
 
   arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-03-01 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:

  OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
17:04:00 -0500)

are available in the git repository at:

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

for you to fetch changes up to c3dd82386493d67cc5b0de06876360a27224b620:

  sh: enable CONFIG_USE_PRIVATE_LIBGCC by default (2015-02-25 13:57:56 +0900)


Masahiro Yamada (3):
  sh: rename some private libraries
  sh: import missing private libraries from Linux 3.19
  sh: enable CONFIG_USE_PRIVATE_LIBGCC by default

Nobuhiro Iwamatsu (1):
  serial: sh: Remove invalid UTF-8 character

Vladimir Barinov (1):
  serial: sh: fix internal clock source on SCIF

 arch/sh/Kconfig   |   3 +
 arch/sh/lib/Makefile  |  13 +++-
 arch/sh/lib/{ashiftlt.S = ashlsi3.S} |   0
 arch/sh/lib/ashrdi3.c |  27 +++
 arch/sh/lib/{lshiftrt.S = lshrsi3.S} |   0
 arch/sh/lib/udiv_qrnnd.S  |  60 
 arch/sh/lib/udivsi3.S |  66 +
 arch/sh/lib/udivsi3_i4i-Os.S  | 128 +
 arch/sh/lib/udivsi3_i4i.S | 644
+
 drivers/serial/serial_sh.c|   2 +-
 drivers/serial/serial_sh.h|   5 +-
 11 files changed, 943 insertions(+), 5 deletions(-)
 rename arch/sh/lib/{ashiftlt.S = ashlsi3.S} (100%)
 create mode 100644 arch/sh/lib/ashrdi3.c
 rename arch/sh/lib/{lshiftrt.S = lshrsi3.S} (100%)
 create mode 100644 arch/sh/lib/udiv_qrnnd.S
 create mode 100644 arch/sh/lib/udivsi3.S
 create mode 100644 arch/sh/lib/udivsi3_i4i-Os.S
 create mode 100644 arch/sh/lib/udivsi3_i4i.S


-- 
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] Pull request: u-boot-sh/rmobile

2015-03-01 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:

  OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
17:04:00 -0500)

are available in the git repository at:

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

for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:

  arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)


Nobuhiro Iwamatsu (9):
  arm: rmobile: koelsch: Migrate serial driver to drivers model
  arm: rmobile: gose: Migrate serial driver to drivers model
  arm: rmobile: lager: Migrate serial driver to drivers model
  arm: rmobile: alt: Migrate serial driver to drivers model
  arm: rmobile: silk: Migrate serial driver to drivers model
  arm: rmobile: alt: Add support SDHI
  arm: rmobile: koelsch: Add support SDHI
  arm: rmobile: gose: Add support SDHI
  arm: rmobile: lager: Add support SDHI

Vladimir Barinov (5):
  arm: rmobile: Add Porter board support
  arm: rmobile: silk: Fix GPIO4_31 initialization
  arm: rmobile: silk: Disable ethernet pins pull-up
  arm: rmobile: silk: fix typo in device declaration
  arm: rmobile: silk: Add support SDHI

 arch/arm/cpu/armv7/rmobile/Kconfig   |6 +-
 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c | 1001
+++-
 arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c |  148 +-
 arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  114 +-
 board/renesas/alt/alt.c  |   69 +++-
 board/renesas/gose/gose.c|   81 ++
 board/renesas/koelsch/koelsch.c  |   86 ++
 board/renesas/lager/lager.c  |   73 -
 board/renesas/porter/Kconfig |   12 ++
 board/renesas/porter/MAINTAINERS |6 +
 board/renesas/porter/Makefile|   10 ++
 board/renesas/porter/porter.c|  228
+++
 board/renesas/porter/qos.c   | 1312
+
 board/renesas/porter/qos.h   |   13 ++
 board/renesas/silk/silk.c|   59 ++-
 configs/alt_defconfig|3 +
 configs/gose_defconfig   |3 +
 configs/koelsch_defconfig|3 +
 configs/lager_defconfig  |3 +
 configs/porter_defconfig |6 +
 configs/silk_defconfig   |3 +
 include/configs/alt.h|6 +-
 include/configs/gose.h   |9 +-
 include/configs/koelsch.h|   10 +-
 include/configs/lager.h  |6 +-
 include/configs/porter.h |  112 +
 include/configs/rcar-gen2-common.h   |2 +
 include/configs/silk.h   |6 +-
 28 files changed, 3349 insertions(+), 41 deletions(-)
 create mode 100644 board/renesas/porter/Kconfig
 create mode 100644 board/renesas/porter/MAINTAINERS
 create mode 100644 board/renesas/porter/Makefile
 create mode 100644 board/renesas/porter/porter.c
 create mode 100644 board/renesas/porter/qos.c
 create mode 100644 board/renesas/porter/qos.h
 create mode 100644 configs/porter_defconfig
 create mode 100644 include/configs/porter.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


Re: [U-Boot] Pull request: u-boot-sh/master

2015-03-01 Thread Nobuhiro Iwamatsu
Add Tom's other mail address.

2015-03-02 10:25 GMT+09:00 Nobuhiro Iwamatsu iwama...@nigauri.org:
 Dear Tom Rini.

 Please pull u-boot-sh master branch.

 The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:

   OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
 17:04:00 -0500)

 are available in the git repository at:

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

 for you to fetch changes up to c3dd82386493d67cc5b0de06876360a27224b620:

   sh: enable CONFIG_USE_PRIVATE_LIBGCC by default (2015-02-25 13:57:56 +0900)

 
 Masahiro Yamada (3):
   sh: rename some private libraries
   sh: import missing private libraries from Linux 3.19
   sh: enable CONFIG_USE_PRIVATE_LIBGCC by default

 Nobuhiro Iwamatsu (1):
   serial: sh: Remove invalid UTF-8 character

 Vladimir Barinov (1):
   serial: sh: fix internal clock source on SCIF

  arch/sh/Kconfig   |   3 +
  arch/sh/lib/Makefile  |  13 +++-
  arch/sh/lib/{ashiftlt.S = ashlsi3.S} |   0
  arch/sh/lib/ashrdi3.c |  27 +++
  arch/sh/lib/{lshiftrt.S = lshrsi3.S} |   0
  arch/sh/lib/udiv_qrnnd.S  |  60 
  arch/sh/lib/udivsi3.S |  66 +
  arch/sh/lib/udivsi3_i4i-Os.S  | 128 +
  arch/sh/lib/udivsi3_i4i.S | 644
 +
  drivers/serial/serial_sh.c|   2 +-
  drivers/serial/serial_sh.h|   5 +-
  11 files changed, 943 insertions(+), 5 deletions(-)
  rename arch/sh/lib/{ashiftlt.S = ashlsi3.S} (100%)
  create mode 100644 arch/sh/lib/ashrdi3.c
  rename arch/sh/lib/{lshiftrt.S = lshrsi3.S} (100%)
  create mode 100644 arch/sh/lib/udiv_qrnnd.S
  create mode 100644 arch/sh/lib/udivsi3.S
  create mode 100644 arch/sh/lib/udivsi3_i4i-Os.S
  create mode 100644 arch/sh/lib/udivsi3_i4i.S


 --
 Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6



-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2015-03-01 Thread Nobuhiro Iwamatsu
Add Tom's other mail address.

2015-03-02 10:47 GMT+09:00 Nobuhiro Iwamatsu iwama...@nigauri.org:
 Dear Tom Rini.

 Please pull u-boot-sh rmobile branch.

 The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:

   OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
 17:04:00 -0500)

 are available in the git repository at:

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

 for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:

   arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)

 
 Nobuhiro Iwamatsu (9):
   arm: rmobile: koelsch: Migrate serial driver to drivers model
   arm: rmobile: gose: Migrate serial driver to drivers model
   arm: rmobile: lager: Migrate serial driver to drivers model
   arm: rmobile: alt: Migrate serial driver to drivers model
   arm: rmobile: silk: Migrate serial driver to drivers model
   arm: rmobile: alt: Add support SDHI
   arm: rmobile: koelsch: Add support SDHI
   arm: rmobile: gose: Add support SDHI
   arm: rmobile: lager: Add support SDHI

 Vladimir Barinov (5):
   arm: rmobile: Add Porter board support
   arm: rmobile: silk: Fix GPIO4_31 initialization
   arm: rmobile: silk: Disable ethernet pins pull-up
   arm: rmobile: silk: fix typo in device declaration
   arm: rmobile: silk: Add support SDHI

  arch/arm/cpu/armv7/rmobile/Kconfig   |6 +-
  arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c | 1001
 +++-
  arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c |  148 +-
  arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  114 +-
  board/renesas/alt/alt.c  |   69 +++-
  board/renesas/gose/gose.c|   81 ++
  board/renesas/koelsch/koelsch.c  |   86 ++
  board/renesas/lager/lager.c  |   73 -
  board/renesas/porter/Kconfig |   12 ++
  board/renesas/porter/MAINTAINERS |6 +
  board/renesas/porter/Makefile|   10 ++
  board/renesas/porter/porter.c|  228
 +++
  board/renesas/porter/qos.c   | 1312
 +
  board/renesas/porter/qos.h   |   13 ++
  board/renesas/silk/silk.c|   59 ++-
  configs/alt_defconfig|3 +
  configs/gose_defconfig   |3 +
  configs/koelsch_defconfig|3 +
  configs/lager_defconfig  |3 +
  configs/porter_defconfig |6 +
  configs/silk_defconfig   |3 +
  include/configs/alt.h|6 +-
  include/configs/gose.h   |9 +-
  include/configs/koelsch.h|   10 +-
  include/configs/lager.h  |6 +-
  include/configs/porter.h |  112 +
  include/configs/rcar-gen2-common.h   |2 +
  include/configs/silk.h   |6 +-
  28 files changed, 3349 insertions(+), 41 deletions(-)
  create mode 100644 board/renesas/porter/Kconfig
  create mode 100644 board/renesas/porter/MAINTAINERS
  create mode 100644 board/renesas/porter/Makefile
  create mode 100644 board/renesas/porter/porter.c
  create mode 100644 board/renesas/porter/qos.c
  create mode 100644 board/renesas/porter/qos.h
  create mode 100644 configs/porter_defconfig
  create mode 100644 include/configs/porter.h


 --
 Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6



-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmolbile

2015-02-16 Thread Tom Rini
On Fri, Feb 13, 2015 at 01:19:05PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 
 The following changes since commit a4fb5df214c7e8d5bc949c1068d92252f105427a:
 
   Merge branch 'microblaze' of git://git.denx.de/u-boot-microblaze
 (2015-02-09 11:44:46 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 79bf043e371cfb7bed276e3ce795f066a364f5ff:
 
   ARM: rmobile: silk: Remove initialization of ACTLR.SMP (2015-02-13
 13:14:56 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2015-02-12 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit a4fb5df214c7e8d5bc949c1068d92252f105427a:

  Merge branch 'microblaze' of git://git.denx.de/u-boot-microblaze
(2015-02-09 11:44:46 -0500)

are available in the git repository at:

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

for you to fetch changes up to 79bf043e371cfb7bed276e3ce795f066a364f5ff:

  ARM: rmobile: silk: Remove initialization of ACTLR.SMP (2015-02-13
13:14:56 +0900)


Nobuhiro Iwamatsu (2):
  arm: rmobile: r8a7794: Enable SMP mode of Auxiliary Control Register
  ARM: rmobile: silk: Remove initialization of ACTLR.SMP

Vladimir Barinov (2):
  arm: rmobile: Add SILK board support
  arm: rmobile: Add missed header file for Silk board

 arch/arm/cpu/armv7/rmobile/Kconfig  |   6 +-
 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S |  12 +-
 board/renesas/silk/Kconfig  |  12 ++
 board/renesas/silk/MAINTAINERS  |   6 +
 board/renesas/silk/Makefile |  10 ++
 board/renesas/silk/qos.c| 951
+++
 board/renesas/silk/qos.h|  13 +++
 board/renesas/silk/silk.c   | 163
+++
 configs/silk_defconfig  |   3 +
 include/configs/silk.h  | 117 +++
 10 files changed, 1291 insertions(+), 2 deletions(-)
 create mode 100644 board/renesas/silk/Kconfig
 create mode 100644 board/renesas/silk/MAINTAINERS
 create mode 100644 board/renesas/silk/Makefile
 create mode 100644 board/renesas/silk/qos.c
 create mode 100644 board/renesas/silk/qos.h
 create mode 100644 board/renesas/silk/silk.c
 create mode 100644 configs/silk_defconfig
 create mode 100644 include/configs/silk.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


Re: [U-Boot] Pull request: u-boot-sh/rmolbile

2014-12-29 Thread Tom Rini
On Fri, Dec 26, 2014 at 10:21:39AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 
 The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
 
   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh rmobile
 
 for you to fetch changes up to 2a1d2a0351ac14390ccaad6433d27a1c58dab46f:
 
   arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
 (2014-12-26 10:21:17 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-12-25 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

  ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)

are available in the git repository at:

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

for you to fetch changes up to 2a1d2a0351ac14390ccaad6433d27a1c58dab46f:

  arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
(2014-12-26 10:21:17 +0900)


Nobuhiro Iwamatsu (1):
  arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files

 configs/armadillo-800eva_defconfig | 2 +-
 configs/kzm9g_defconfig| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmolbile

2014-12-10 Thread Tom Rini
On Wed, Dec 10, 2014 at 03:38:19PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 Sorry, rmobile of PR is delayed.
 
 The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
 
   Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04
 09:24:05 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8:
 
   arm: rmobile: alt: Add support MMC and MMC command (2014-12-10 14:32:22 
 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-12-09 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.
Sorry, rmobile of PR is delayed.

The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:

  Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04
09:24:05 -0500)

are available in the git repository at:

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

for you to fetch changes up to 2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8:

  arm: rmobile: alt: Add support MMC and MMC command (2014-12-10 14:32:22 +0900)


Nobuhiro Iwamatsu (11):
  arm: rmobile: rcar: Move module control register to header file of SoC
  arm: rmobile: rcar: Move control macro of mstp to arch-rmobile/rcar-mstp.h
  arm: rmobile: rcar: Move arch_preboot_os function to
rcar-gen2-common/common.c
  arm: rmobile: rcar: Add mstp_setclrbits and mstp_setclrbits_le32
  arm: rmobile: rcar: Add infomation of bits for module control register
  arm: rmobile: rcar: Add structure for infomation of module
control register
  arm: rmobile: rcar: Stop clock prior to booting kernel
  arm: rmobile: Add mmc.h for sh_mmcif of rmobile
  arm: rmobile: rcar: Add support ext2 and ext4 file system
  arm: rmobile: lager: Add support MMC and MMC command
  arm: rmobile: alt: Add support MMC and MMC command

 arch/arm/include/asm/arch-rmobile/mmc.h   |  14 ++
 arch/arm/include/asm/arch-rmobile/r8a7790.h   |  13 +
 arch/arm/include/asm/arch-rmobile/r8a7791.h   |  13 +
 arch/arm/include/asm/arch-rmobile/r8a7793.h   |  14 ++
 arch/arm/include/asm/arch-rmobile/r8a7794.h   |  13 +
 arch/arm/include/asm/arch-rmobile/rcar-base.h |  39
+++
 arch/arm/include/asm/arch-rmobile/rcar-mstp.h | 109
+
 board/renesas/alt/Makefile|   2 +-
 board/renesas/alt/alt.c   |  46
--
 board/renesas/gose/Makefile   |   2 +-
 board/renesas/gose/gose.c |  28
+---
 board/renesas/koelsch/Makefile|   2 +-
 board/renesas/koelsch/koelsch.c   |  24 +---
 board/renesas/lager/Makefile  |   2 +-
 board/renesas/lager/lager.c   |  51
---
 board/renesas/rcar-gen2-common/common.c   |  59
+++
 include/configs/alt.h |  19 +++
 include/configs/gose.h|  10 ++
 include/configs/koelsch.h |  11 +++
 include/configs/lager.h   |  19 +++
 include/configs/rcar-gen2-common.h|   4 
 21 files changed, 391 insertions(+), 103 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-rmobile/mmc.h
 create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-mstp.h
 create mode 100644 board/renesas/rcar-gen2-common/common.c


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2014-12-08 Thread Tom Rini
On Fri, Dec 05, 2014 at 11:15:17AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
 
   Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04
 09:24:05 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 9675f6107725a1002858df2246ebfb0cd3082e76:
 
   mmc: sh_mmcif: Add support rmobile (2014-12-05 11:16:22 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-12-04 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:

  Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04
09:24:05 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9675f6107725a1002858df2246ebfb0cd3082e76:

  mmc: sh_mmcif: Add support rmobile (2014-12-05 11:16:22 +0900)


Nobuhiro Iwamatsu (3):
  mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loop
  mmc: sh_mmcif: Change maximum and minimum value of MMC clock
  mmc: sh_mmcif: Add support rmobile

 drivers/mmc/sh_mmcif.c | 19 +--
 drivers/mmc/sh_mmcif.h |  8 +++-
 2 files changed, 16 insertions(+), 11 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2014-11-17 Thread Tom Rini
On Mon, Nov 17, 2014 at 01:28:02PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 
 The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
 
   Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
 (2014-11-05 13:11:18 -0500)
 
 are available in the git repository at:
 
git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 5ca6dfe6e7ede94fbdd711fa43aa58edace99b2b:
 
   arm: rmobile: replacement of common parts of config by
 rcar-gen2-common.h (2014-11-17 13:22:46 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2014-11-17 Thread Tom Rini
On Mon, Nov 17, 2014 at 01:32:59PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
 
   Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
 (2014-11-05 13:11:18 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 570dd7f441c2d2d2e83a9345608801c92e7d2c6f:
 
   sh: Move SH_32BIT to Kconfig (2014-11-17 13:16:20 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-11-16 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:

  Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
(2014-11-05 13:11:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 5ca6dfe6e7ede94fbdd711fa43aa58edace99b2b:

  arm: rmobile: replacement of common parts of config by
rcar-gen2-common.h (2014-11-17 13:22:46 +0900)


Nobuhiro Iwamatsu (21):
  arm: rmobile: Add support R8A7793
  arm: rmobile: Add support gose board
  arm: rmobile: gose: Add Ethernet support
  arm: rmobile: gose: Add USB support
  arm: rmobile: gose: Add VFAT file system support
  arm: rmobile: koelsch: Remove board_late_init function
  arm: rmobile: lager: Remove board_late_init function
  arm: rmobile: alt: Remove board_late_init function
  arm: rmobile: Move sh-i2c of the address defined to common header
  arm: rmobile: Move rcar-i2c of the address defined to common header
  arm: rmobile: alt: Enable channel 1 of sh-i2c
  arm: rmobile: alt: Fix typo in comment for sh-i2c
  arm: rmobile: alt: Remove i2c_init function
  arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
  arm: rmobile: alt: Change clock of SCIF to external clock
  arm: rmobile: alt: Remove dram_init_banksize function
  arm: rmobile: koelsch: Remove dram_init_banksize function
  arm: rmobile: lager: Remove dram_init_banksize function
  arm: rmobile: gose: Remove dram_init_banksize function
  arm: rmobile: configs: Collect up common part of config for R-Car SoCs
  arm: rmobile: replacement of common parts of config by rcar-gen2-common.h

 arch/arm/cpu/armv7/rmobile/Kconfig   |4 +
 arch/arm/cpu/armv7/rmobile/Makefile  |1 +
 arch/arm/cpu/armv7/rmobile/cpu_info.c|1 +
 arch/arm/cpu/armv7/rmobile/pfc-r8a7793.c | 1926
+++
 arch/arm/include/asm/arch-rmobile/gpio.h |3 +
 arch/arm/include/asm/arch-rmobile/r8a7790.h  |4 +
 arch/arm/include/asm/arch-rmobile/r8a7791.h  |4 +
 arch/arm/include/asm/arch-rmobile/r8a7793-gpio.h |  438
++
 arch/arm/include/asm/arch-rmobile/r8a7793.h  |   63 
 arch/arm/include/asm/arch-rmobile/r8a7794.h  |3 +
 arch/arm/include/asm/arch-rmobile/rcar-base.h|   16 +-
 arch/arm/include/asm/arch-rmobile/rmobile.h  |2 +
 board/renesas/alt/alt.c  |   23 +-
 board/renesas/gose/Kconfig   |   12 +
 board/renesas/gose/MAINTAINERS   |6 +
 board/renesas/gose/Makefile  |9 +
 board/renesas/gose/gose.c|  172 +++
 board/renesas/gose/qos.c | 1155
+
 board/renesas/gose/qos.h |   12 +
 board/renesas/koelsch/koelsch.c  |   13 +-
 board/renesas/lager/lager.c  |   13 +-
 configs/alt_defconfig|2 +-
 configs/gose_defconfig   |3 +
 configs/koelsch_defconfig|2 +-
 configs/lager_defconfig  |2 +-
 include/configs/alt.h|  100 +-
 include/configs/gose.h   |   94 ++
 include/configs/koelsch.h|  100 +-
 include/configs/lager.h  |  105 +--
 include/configs/rcar-gen2-common.h   |   95 ++
 30 files changed, 4052 insertions(+), 331 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7793.c
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7793-gpio.h
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7793.h
 create mode 100644 board/renesas/gose/Kconfig
 create mode 100644 board/renesas/gose/MAINTAINERS
 create mode 100644 board/renesas/gose/Makefile
 create mode 100644 board/renesas/gose/gose.c
 create mode 100644 board/renesas/gose/qos.c
 create mode 100644 board/renesas/gose/qos.h
 create mode 100644 configs/gose_defconfig
 create mode 100644 include/configs/gose.h
 create mode 100644 include/configs/rcar-gen2-common.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] Pull request: u-boot-sh/master

2014-11-16 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:

  Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh
(2014-11-05 13:11:18 -0500)

are available in the git repository at:

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

for you to fetch changes up to 570dd7f441c2d2d2e83a9345608801c92e7d2c6f:

  sh: Move SH_32BIT to Kconfig (2014-11-17 13:16:20 +0900)


Masahiro Yamada (4):
  sh: use more descriptive prompts for board select menu
  sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
  sh: consolidate CONFIG_SYS_CPU defines
  sh: define CONFIG_CPU_SH4A for some boards

Nobuhiro Iwamatsu (1):
  sh: Move SH_32BIT to Kconfig

Wolfgang Denk (1):
  board/renesas/ecovec/ecovec.c: fix buffer overflow

 arch/sh/Kconfig   | 94
+-
 arch/sh/cpu/sh2/config.mk |  4 ++--
 arch/sh/cpu/sh3/config.mk |  2 +-
 arch/sh/cpu/sh4/config.mk |  2 +-
 arch/sh/include/asm/cache.h   |  4 ++--
 arch/sh/include/asm/processor.h   |  6 +++---
 arch/sh/lib/Makefile  |  2 +-
 board/alphaproject/ap_sh4a_4a/Kconfig |  3 ---
 board/espt/Kconfig|  3 ---
 board/mpr2/Kconfig|  3 ---
 board/ms7720se/Kconfig|  3 ---
 board/ms7722se/Kconfig|  3 ---
 board/ms7750se/Kconfig|  3 ---
 board/renesas/MigoR/Kconfig   |  3 ---
 board/renesas/ap325rxa/Kconfig|  3 ---
 board/renesas/ecovec/Kconfig  |  3 ---
 board/renesas/ecovec/ecovec.c |  2 +-
 board/renesas/r0p7734/Kconfig |  3 ---
 board/renesas/r2dplus/Kconfig |  3 ---
 board/renesas/r7780mp/Kconfig |  3 ---
 board/renesas/rsk7203/Kconfig |  3 ---
 board/renesas/rsk7264/Kconfig |  3 ---
 board/renesas/rsk7269/Kconfig |  3 ---
 board/renesas/sh7752evb/Kconfig   |  3 ---
 board/renesas/sh7753evb/Kconfig   |  3 ---
 board/renesas/sh7757lcr/Kconfig   |  3 ---
 board/renesas/sh7763rdp/Kconfig   |  3 ---
 board/renesas/sh7785lcr/Kconfig   |  3 ---
 board/shmin/Kconfig   |  3 ---
 configs/sh7752evb_defconfig   |  1 +
 configs/sh7753evb_defconfig   |  1 +
 configs/sh7757lcr_defconfig   |  1 +
 configs/sh7785lcr_32bit_defconfig |  2 +-
 drivers/serial/serial_sh.h|  2 +-
 include/configs/rsk7203.h |  1 -
 include/configs/rsk7264.h |  1 -
 include/configs/rsk7269.h |  1 -
 include/configs/sh7752evb.h   |  1 -
 include/configs/sh7753evb.h   |  1 -
 include/configs/sh7757lcr.h   |  1 -
 include/sh_tmu.h  |  8 
 41 files changed, 93 insertions(+), 107 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 06:56:47AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh rmobile branch.
 
 The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:
 
   arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git HEAD
 
 for you to fetch changes up to 9cb8d9d2e0a34582f55939cbb9b2989633f24b34:
 
   arm: rmobile: alt: Add VFAT filesystem support (2014-11-04 09:02:22 +0900)
 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-11-04 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

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

for you to fetch changes up to f7ca1f76fd01f3fc7e75fb3fd801c7bef16598db:

  net: sh-eth: Add cache writeback control after setting bit of DMA
descriptor (2014-11-04 09:28:47 +0900)


Nobuhiro Iwamatsu (6):
  serial: sh: Add support R8A7793
  net: sh-eth: Add support R8A7793
  serial: sh: r8a7794: Add support external clock
  net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE
  net: sh-eth: Use memalign instead of orignal memroy alignment function
  net: sh-eth: Add cache writeback control after setting bit of
DMA descriptor

 drivers/net/sh_eth.c   | 102
+-
 drivers/net/sh_eth.h   |  14 +-
 drivers/serial/serial_sh.h |  10 ++
 3 files changed, 64 insertions(+), 62 deletions(-)

-- 
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] Pull request: u-boot-sh/rmobile

2014-11-04 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9cb8d9d2e0a34582f55939cbb9b2989633f24b34:

  arm: rmobile: alt: Add VFAT filesystem support (2014-11-04 09:02:22 +0900)


Nobuhiro Iwamatsu (11):
  arm: rmobile: r8a7790: Update initialize L2 cache
  arm: rmobile: lager: Fix change of the CPU frequency
  arm: rmobile: lager: Add external RAM boot
  arm: rmobile: koelsch: Add external RAM boot
  arm: rmobile: alt: Add external RAM boot
  arm: rmobile: lager: Remove RAM address initialization
  arm: rmobile: koelsch: Remove RAM address initialization
  arm: rmobile: alt: Remove RAM address initialization
  arm: rmobile: alt: Fix typo of SCIF id
  arm: rmobile: alt: Add support USB and USB commands
  arm: rmobile: alt: Add VFAT filesystem support

 arch/arm/cpu/armv7/rmobile/Kconfig  |  5 +
 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S | 11 ++-
 arch/arm/include/asm/arch-rmobile/rcar-base.h   |  2 ++
 board/renesas/alt/alt.c |  7 +++
 board/renesas/alt/qos.c |  6 ++
 board/renesas/koelsch/koelsch.c |  1 -
 board/renesas/koelsch/qos.c |  7 ++-
 board/renesas/lager/lager.c |  6 +-
 board/renesas/lager/qos.c   |  7 ++-
 include/configs/alt.h   | 21 +
 include/configs/koelsch.h   | 14 --
 include/configs/lager.h | 12 ++--
 12 files changed, 78 insertions(+), 21 deletions(-)


-- 
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] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-10-09 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit 4b19b7448e63bab8af17abbb30acff00d8f0dc99:

  Merge remote-tracking branch 'u-boot-imx/master' (2014-10-08 21:20:49 +0200)

are available in the git repository at:

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

for you to fetch changes up to 88982893c4d50692b80a2155146cda9e42266c6b:

  arm: rmobile: r8a7794: Skip initialize L2 cache (2014-10-09 14:45:03 +0900)


Nobuhiro Iwamatsu (11):
  arm: rmobile: lager: Fix value of CONFIG_SH_SCIF_CLK_FREQ
  arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
  arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK
  arm: rmobile: koelsch: Update QoS initialization to version 0.334
  arm: rmobile: alt: Update QoS initialization to version 0.11
  arm: rmobile: lager: Update Qos setting to version 0.955
  arm: rmobile: lager: Add Qos setting for ES2
  arm: rmobile: lager: Fix CPU frequency setting
  arm: rmobile: Remove unnecessary initialization for l2ctlr
  arm: rmobile: r8a7791: Fix initialize L2 cache
  arm: rmobile: r8a7794: Skip initialize L2 cache

 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S |   22 +-
 board/renesas/alt/qos.c |6 +-
 board/renesas/koelsch/qos.c |   41 ++--
 board/renesas/lager/lager.c |8 +-
 board/renesas/lager/qos.c   | 1358

 include/configs/koelsch.h   |1 +
 include/configs/lager.h |3 +-
 7 files changed, 1359 insertions(+), 80 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-10-09 Thread Albert ARIBAUD
Hi Nobuhiro,

On Thu, 9 Oct 2014 15:08:15 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit 4b19b7448e63bab8af17abbb30acff00d8f0dc99:
 
   Merge remote-tracking branch 'u-boot-imx/master' (2014-10-08 21:20:49 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 88982893c4d50692b80a2155146cda9e42266c6b:
 
   arm: rmobile: r8a7794: Skip initialize L2 cache (2014-10-09 14:45:03 +0900)
 
 
 Nobuhiro Iwamatsu (11):
   arm: rmobile: lager: Fix value of CONFIG_SH_SCIF_CLK_FREQ
   arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
   arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK
   arm: rmobile: koelsch: Update QoS initialization to version 0.334
   arm: rmobile: alt: Update QoS initialization to version 0.11
   arm: rmobile: lager: Update Qos setting to version 0.955
   arm: rmobile: lager: Add Qos setting for ES2
   arm: rmobile: lager: Fix CPU frequency setting
   arm: rmobile: Remove unnecessary initialization for l2ctlr
   arm: rmobile: r8a7791: Fix initialize L2 cache
   arm: rmobile: r8a7794: Skip initialize L2 cache
 
  arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S |   22 +-
  board/renesas/alt/qos.c |6 +-
  board/renesas/koelsch/qos.c |   41 ++--
  board/renesas/lager/lager.c |8 +-
  board/renesas/lager/qos.c   | 1358
 
  include/configs/koelsch.h   |1 +
  include/configs/lager.h |3 +-
  7 files changed, 1359 insertions(+), 80 deletions(-)
 
 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2014-08-08 Thread Tom Rini
On Thu, Aug 07, 2014 at 11:34:47AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6:
 
   Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 6b4eb03527576616253526bc3134da039b2bbe14:
 
   serial: sh: Add support External Clock mode (2014-08-07 11:30:58 +0900)
 
 
 Nobuhiro Iwamatsu (2):
   serial: sh: Add support DL and CKS register for R8A7794
   serial: sh: Add support External Clock mode
 
  drivers/serial/serial_sh.c | 8 +++-
  drivers/serial/serial_sh.h | 7 ---
  2 files changed, 11 insertions(+), 4 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-08-06 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6:

  Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6b4eb03527576616253526bc3134da039b2bbe14:

  serial: sh: Add support External Clock mode (2014-08-07 11:30:58 +0900)


Nobuhiro Iwamatsu (2):
  serial: sh: Add support DL and CKS register for R8A7794
  serial: sh: Add support External Clock mode

 drivers/serial/serial_sh.c | 8 +++-
 drivers/serial/serial_sh.h | 7 ---
 2 files changed, 11 insertions(+), 4 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-07-28 Thread Albert ARIBAUD
Hi Nobuhiro,

On Thu, 24 Jul 2014 15:08:43 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit 23f23f23d509e8e873797884456070c8a47d72b2:
 
   socfpga: Relocate arch common functions away from board (2014-07-05
 10:14:46 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to cff2f5f09ee8ab45b86eed7228bacbce6eca9f01:
 
   arm: rmobile: Add support Alt board (2014-07-24 14:03:46 +0900)
 
 
 Nobuhiro Iwamatsu (4):
   net: sh-eth: Add support R8A7794
   serial: sh: Add support R8A7794
   arm: rmobile: Add support R8A7794
   arm: rmobile: Add support Alt board
 
  arch/arm/cpu/armv7/rmobile/Makefile  |1 +
  arch/arm/cpu/armv7/rmobile/cpu_info.c|1 +
  arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c | 1513
 
  arch/arm/include/asm/arch-rmobile/gpio.h |3 +
  arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  176 
  arch/arm/include/asm/arch-rmobile/r8a7794.h  |   14 ++
  arch/arm/include/asm/arch-rmobile/rcar-base.h|4 +-
  arch/arm/include/asm/arch-rmobile/rmobile.h  |2 +
  board/renesas/alt/Makefile   |9 +
  board/renesas/alt/alt.c  |  173 +++
  board/renesas/alt/qos.c  |  944
 ++
  board/renesas/alt/qos.h  |   12 ++
  boards.cfg   |1 +
  drivers/net/sh_eth.c |5 +-
  drivers/net/sh_eth.h |6 +-
  drivers/serial/serial_sh.h   |3 +-
  include/configs/alt.h|  166 +++
  17 files changed, 3026 insertions(+), 7 deletions(-)
  create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c
  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h
  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7794.h
  create mode 100644 board/renesas/alt/Makefile
  create mode 100644 board/renesas/alt/alt.c
  create mode 100644 board/renesas/alt/qos.c
  create mode 100644 board/renesas/alt/qos.h
  create mode 100644 include/configs/alt.h
 
 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2014-07-25 Thread Tom Rini
On Thu, Jul 24, 2014 at 12:11:15PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:
 
   m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 
 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2:
 
   sh: unify sh2/sh3/sh4 linker scripts (2014-07-24 12:02:23 +0900)
 
 
 Masahiro Yamada (1):
   sh: unify sh2/sh3/sh4 linker scripts
 
  arch/sh/cpu/sh2/u-boot.lds   | 76
 
  arch/sh/cpu/sh4/u-boot.lds   | 80
 
  arch/sh/cpu/{sh3 = }/u-boot.lds |  8 
  3 files changed, 4 insertions(+), 160 deletions(-)
  delete mode 100644 arch/sh/cpu/sh2/u-boot.lds
  delete mode 100644 arch/sh/cpu/sh4/u-boot.lds
  rename arch/sh/cpu/{sh3 = }/u-boot.lds (95%)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-07-24 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit 23f23f23d509e8e873797884456070c8a47d72b2:

  socfpga: Relocate arch common functions away from board (2014-07-05
10:14:46 +0200)

are available in the git repository at:

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

for you to fetch changes up to cff2f5f09ee8ab45b86eed7228bacbce6eca9f01:

  arm: rmobile: Add support Alt board (2014-07-24 14:03:46 +0900)


Nobuhiro Iwamatsu (4):
  net: sh-eth: Add support R8A7794
  serial: sh: Add support R8A7794
  arm: rmobile: Add support R8A7794
  arm: rmobile: Add support Alt board

 arch/arm/cpu/armv7/rmobile/Makefile  |1 +
 arch/arm/cpu/armv7/rmobile/cpu_info.c|1 +
 arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c | 1513

 arch/arm/include/asm/arch-rmobile/gpio.h |3 +
 arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  176 
 arch/arm/include/asm/arch-rmobile/r8a7794.h  |   14 ++
 arch/arm/include/asm/arch-rmobile/rcar-base.h|4 +-
 arch/arm/include/asm/arch-rmobile/rmobile.h  |2 +
 board/renesas/alt/Makefile   |9 +
 board/renesas/alt/alt.c  |  173 +++
 board/renesas/alt/qos.c  |  944
++
 board/renesas/alt/qos.h  |   12 ++
 boards.cfg   |1 +
 drivers/net/sh_eth.c |5 +-
 drivers/net/sh_eth.h |6 +-
 drivers/serial/serial_sh.h   |3 +-
 include/configs/alt.h|  166 +++
 17 files changed, 3026 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7794.h
 create mode 100644 board/renesas/alt/Makefile
 create mode 100644 board/renesas/alt/alt.c
 create mode 100644 board/renesas/alt/qos.c
 create mode 100644 board/renesas/alt/qos.h
 create mode 100644 include/configs/alt.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] Pull request: u-boot-sh/master

2014-07-23 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8:

  m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400)

are available in the git repository at:

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

for you to fetch changes up to afc3929fac2ab5c2c3396ceed1bd7585c3b33cc2:

  sh: unify sh2/sh3/sh4 linker scripts (2014-07-24 12:02:23 +0900)


Masahiro Yamada (1):
  sh: unify sh2/sh3/sh4 linker scripts

 arch/sh/cpu/sh2/u-boot.lds   | 76

 arch/sh/cpu/sh4/u-boot.lds   | 80

 arch/sh/cpu/{sh3 = }/u-boot.lds |  8 
 3 files changed, 4 insertions(+), 160 deletions(-)
 delete mode 100644 arch/sh/cpu/sh2/u-boot.lds
 delete mode 100644 arch/sh/cpu/sh4/u-boot.lds
 rename arch/sh/cpu/{sh3 = }/u-boot.lds (95%)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-06-11 Thread Nobuhiro Iwamatsu
Hi,

Thanks for your review.

2014-06-10 17:46 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net:
 Hi Nobuhiro,

 On Tue, 10 Jun 2014 16:58:39 +0900, Nobuhiro Iwamatsu
 iwama...@nigauri.org wrote:

 Dear Albert Aribaud,

 Please pull u-boot-sh/rmobile into u-boot-arm/master.

 The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:

   arm: fix a double-definition error of _start symbol (2014-06-09
 10:36:40 +0200)

 are available in the git repository at:

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

 for you to fetch changes up to a59cdc44a9df0887fbb0d7dd5e6229ac0018785b:

   arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
 (2014-06-10 16:49:31 +0900)

 
 Nobuhiro Iwamatsu (2):
   arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
   arm: rmobile: lager: Remove NOR-Flash support from boards.cfg

  boards.cfg | 2 --
  1 file changed, 2 deletions(-)

 Isn't the lager commit message slightly wrong, mentioning koelsch
 instead of lager at one point? Not that it matters much since we are
 finishing removing support here.


Yes, you are right.
I will update commit message and resend.

 Amicalement,
 --
 Albert.

Best regards,
  Nobuhiro

-- 
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] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-06-10 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:

  arm: fix a double-definition error of _start symbol (2014-06-09
10:36:40 +0200)

are available in the git repository at:

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

for you to fetch changes up to a59cdc44a9df0887fbb0d7dd5e6229ac0018785b:

  arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
(2014-06-10 16:49:31 +0900)


Nobuhiro Iwamatsu (2):
  arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
  arm: rmobile: lager: Remove NOR-Flash support from boards.cfg

 boards.cfg | 2 --
 1 file changed, 2 deletions(-)


-- 
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] Pull request: u-boot-sh/master

2014-06-10 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.
This PR is included part of net stuff.

The following changes since commit 55e8250bd3cfd996d1caa04f520160a89ec04754:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-06-08
07:58:41 -0400)

are available in the git repository at:


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

for you to fetch changes up to 1dbd7280dc73dd4a6b38f3d17426393951d7d53e:

  net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF (2014-06-10 17:05:03 +0900)


Nobuhiro Iwamatsu (3):
  net: sh-eth: Add support R7S72100 of rmobile
  net: sh-eth: Fix coding style
  net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF

 drivers/net/sh_eth.c | 45 -
 drivers/net/sh_eth.h | 92

 2 files changed, 100 insertions(+), 37 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-06-10 Thread Albert ARIBAUD
Hi Nobuhiro,

On Tue, 10 Jun 2014 16:58:39 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit 0a26e1d6c394aacbf1153977b7348d1dff85db3f:
 
   arm: fix a double-definition error of _start symbol (2014-06-09
 10:36:40 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to a59cdc44a9df0887fbb0d7dd5e6229ac0018785b:
 
   arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
 (2014-06-10 16:49:31 +0900)
 
 
 Nobuhiro Iwamatsu (2):
   arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfg
   arm: rmobile: lager: Remove NOR-Flash support from boards.cfg
 
  boards.cfg | 2 --
  1 file changed, 2 deletions(-)

Isn't the lager commit message slightly wrong, mentioning koelsch
instead of lager at one point? Not that it matters much since we are
finishing removing support here.

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2014-06-10 Thread Tom Rini
On Tue, Jun 10, 2014 at 05:10:02PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 This PR is included part of net stuff.
 
 The following changes since commit 55e8250bd3cfd996d1caa04f520160a89ec04754:
 
   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-06-08
 07:58:41 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 1dbd7280dc73dd4a6b38f3d17426393951d7d53e:
 
   net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF (2014-06-10 17:05:03 
 +0900)
 
 
 Nobuhiro Iwamatsu (3):
   net: sh-eth: Add support R7S72100 of rmobile
   net: sh-eth: Fix coding style
   net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF
 
  drivers/net/sh_eth.c | 45 -
  drivers/net/sh_eth.h | 92
 
  2 files changed, 100 insertions(+), 37 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-24 Thread Albert ARIBAUD
Hi Nobuhiro,

On Wed, 21 May 2014 10:20:10 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit 05d134b084590684bcf4d832c0035952727b7cd9:
 
   Merge remote-tracking branch 'u-boot/master' (2014-05-20 10:05:42 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 358d6ef32ebddb58f074e1cb2042b910a5738b92:
 
   arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD (2014-05-21
 10:10:06 +0900)
 
 
 Nobuhiro Iwamatsu (20):
   arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791
   arm: rmobile: koelsch: Remove define of SCIF register
   arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
   arm: rmobile: koelsch: Enable optimization of thumb
   arm: rmobile: lager: Remove define of SCIF register
   arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
   arm: rmobile: lager: Enable optimization of thumb
   gpio: r8a7791-gpio: Fix typo in macro
   gpio: r8a7790-gpio: Fix typo in macro
   arm: rmobile: koelsch: Add support USB controller
   arm: rmobile: koelsch: Add support command and filesystems of VFAT
   arm: rmobile: lager: Add support USB controller
   arm: rmobile: lager: Add support command and filesystems of VFAT
   arm: rmobile: lager: Add support ext4/fat write command
   arm: rmobile: koelsch: Add support ext4/fat write command
   arm: rmobile: r8a7791: Fix MOD_SEL3 function table about FN_SEL_IEB
   arm: rmobile: koelsch: Fix QoS revision 0.240 and 0.320
   arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARD
   arm: rmobile: koelsch: Enable CONFIG_SYS_GENERIC_BOARD
   arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD
 
  arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c |  2 +-
  arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h |  6 +++---
  arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h |  6 +++---
  arch/arm/include/asm/arch-rmobile/r8a7791.h  |  1 +
  arch/arm/include/asm/arch-rmobile/rcar-base.h|  8 
  board/renesas/koelsch/qos.c  |  1 +
  include/configs/armadillo-800eva.h   |  1 +
  include/configs/koelsch.h| 23 +++
  include/configs/lager.h  | 22 ++
  9 files changed, 55 insertions(+), 15 deletions(-)
 
 --
 Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-20 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit 05d134b084590684bcf4d832c0035952727b7cd9:

  Merge remote-tracking branch 'u-boot/master' (2014-05-20 10:05:42 +0200)

are available in the git repository at:


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

for you to fetch changes up to 358d6ef32ebddb58f074e1cb2042b910a5738b92:

  arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD (2014-05-21
10:10:06 +0900)


Nobuhiro Iwamatsu (20):
  arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791
  arm: rmobile: koelsch: Remove define of SCIF register
  arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
  arm: rmobile: koelsch: Enable optimization of thumb
  arm: rmobile: lager: Remove define of SCIF register
  arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
  arm: rmobile: lager: Enable optimization of thumb
  gpio: r8a7791-gpio: Fix typo in macro
  gpio: r8a7790-gpio: Fix typo in macro
  arm: rmobile: koelsch: Add support USB controller
  arm: rmobile: koelsch: Add support command and filesystems of VFAT
  arm: rmobile: lager: Add support USB controller
  arm: rmobile: lager: Add support command and filesystems of VFAT
  arm: rmobile: lager: Add support ext4/fat write command
  arm: rmobile: koelsch: Add support ext4/fat write command
  arm: rmobile: r8a7791: Fix MOD_SEL3 function table about FN_SEL_IEB
  arm: rmobile: koelsch: Fix QoS revision 0.240 and 0.320
  arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARD
  arm: rmobile: koelsch: Enable CONFIG_SYS_GENERIC_BOARD
  arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD

 arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c |  2 +-
 arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h |  6 +++---
 arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h |  6 +++---
 arch/arm/include/asm/arch-rmobile/r8a7791.h  |  1 +
 arch/arm/include/asm/arch-rmobile/rcar-base.h|  8 
 board/renesas/koelsch/qos.c  |  1 +
 include/configs/armadillo-800eva.h   |  1 +
 include/configs/koelsch.h| 23 +++
 include/configs/lager.h  | 22 ++
 9 files changed, 55 insertions(+), 15 deletions(-)

--
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-18 Thread Nobuhiro Iwamatsu
Hi,

2014-05-17 5:35 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net:
 Hi Nobuhiro,

 On Fri, 2 May 2014 05:14:44 +0900, Nobuhiro Iwamatsu
 iwama...@nigauri.org wrote:

 Dear Albert Aribaud,

 Please pull u-boot-sh/rmobile into u-boot-arm/master.

 The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:

   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21
 21:01:35 +0200)

 are available in the git repository at:

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

 for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:

   arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
 (2014-04-28 04:35:12 +0900)

 
 Nobuhiro Iwamatsu (22):
   arm: rmobile: Coordinate the common part of the header file of
 r8a7790 and r8a7791
   arm: rmobile: r8a779x: Fix L2 cache init and latency setting
   arm: rmobile: koelsch: Change name of structure
   arm: rmobile: koelsch: Remove NOR-Flash support
   arm: rmobile: lager: Change name of the structure
   arm: rmobile: lager: Remove NOR-Flash support
   arm: rmobile: Merge functions to get the CPU information of
 R8A7790 and R8A7791
   arm: rmobile: Add 1 to value of the CPU revision in
 rmobile_get_cpu_rev_integer()
   arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs
   arm: rmobile: Add prototype for function to get the CPU
 information to rmobile.h
   arm: rmobile: Update print_cpuinfo function
   arm: rmobile: r8a7790: Add support ES2 revision
   arm: rmobile: r8a7791: Add support ES2 revision
   arm: rmobile: keolsch: Add support ES2 revision of R8A7791
   arm: rmobile: lager: Update QoS initialization to version 0.955
   arm: rmobile: koelsch: Update QoS initialization
   arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ
   arm: rmobile: Add register infomation of PLL regsiter
   arm: rmobile: koelsch: Change to maximum CPU frequency
   arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
   arm: rmobile: lager: Change to maximum CPU frequency
   arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE

  arch/arm/cpu/armv7/rmobile/Makefile|   4 +-
  arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c  |  29 -
  .../{cpu_info-r8a7790.c = cpu_info-rcar.c}|  12 +-
  arch/arm/cpu/armv7/rmobile/cpu_info.c  |  49 +-
  arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S|  20 +-
  arch/arm/include/asm/arch-rmobile/r8a7790.h| 609 
 +---
  arch/arm/include/asm/arch-rmobile/r8a7791.h| 626 
 +---
  arch/arm/include/asm/arch-rmobile/rcar-base.h  | 637 
 +
  arch/arm/include/asm/arch-rmobile/rmobile.h|   6 +
  board/renesas/koelsch/koelsch.c| 194 +--
  board/renesas/koelsch/qos.c| 404 +++--
  board/renesas/lager/lager.c| 196 +--
  board/renesas/lager/qos.c  | 236 
  boards.cfg |   2 -
  include/configs/koelsch.h  |  36 +-
  include/configs/lager.h|  40 +-
  16 files changed, 1092 insertions(+), 2008 deletions(-)
  delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
  rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c = cpu_info-rcar.c} 
 (50%)
  create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h


 Applied to u-boot-arm/master, thanks!

 Amicalement,
 --
 Albert.

Thank you!

Nobuhiro

-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Nobuhiro,

On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Hi, Albert.
 
 Could you apply this PR?

Sorry, for some reason it was off my radar. Will apply it along with
the pending ones.

 Best regards,
   Nobuhiro

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Albert,

On Fri, 16 May 2014 17:22:41 +0200, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:

 Hi Nobuhiro,
 
 On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu
 iwama...@nigauri.org wrote:
 
  Hi, Albert.
  
  Could you apply this PR?
 
 Sorry, for some reason it was off my radar. Will apply it along with
 the pending ones.

Hmm, there's a merge conflict in boards.cfg whereby the same board is 
asigned to two different maintainers:

  HEAD
 Active arm armv7 rmobile renesas lager lager_nor lager:NORFLASH Nobuhiro 
 Iwamatsu nobuhiro.iwamatsu...@renesas.com 
 Active arm armv7 s5pc1xx samsung goni s5p_goni - Przemyslaw Marczak 
 p.marc...@samsung.com 
 ===
 Active arm armv7 s5pc1xx samsung goni s5p_goni - Mateusz Zalega 
 m.zal...@samsung.com
 u-boot-sh/rmobile

Which one am I supposed to keep? Or both?

  Best regards,
Nobuhiro
 
 Amicalement,

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Albert,

On Fri, 16 May 2014 17:53:21 +0200, Albert ARIBAUD
albert.u.b...@aribaud.net wrote:

 Hi Albert,
 
 On Fri, 16 May 2014 17:22:41 +0200, Albert ARIBAUD
 albert.u.b...@aribaud.net wrote:
 
  Hi Nobuhiro,
  
  On Fri, 16 May 2014 11:14:26 +0900, Nobuhiro Iwamatsu
  iwama...@nigauri.org wrote:
  
   Hi, Albert.
   
   Could you apply this PR?
  
  Sorry, for some reason it was off my radar. Will apply it along with
  the pending ones.
 
 Hmm, there's a merge conflict in boards.cfg whereby the same board is 
 asigned to two different maintainers:
 
   HEAD
  Active arm armv7 rmobile renesas lager lager_nor lager:NORFLASH Nobuhiro 
  Iwamatsu nobuhiro.iwamatsu...@renesas.com 
  Active arm armv7 s5pc1xx samsung goni s5p_goni - Przemyslaw Marczak 
  p.marc...@samsung.com 
  ===
  Active arm armv7 s5pc1xx samsung goni s5p_goni - Mateusz Zalega 
  m.zal...@samsung.com
  u-boot-sh/rmobile
 
 Which one am I supposed to keep? Or both?

Ok, got it (commit bfbc47cc9fc)
 
 Amicalement,

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-16 Thread Albert ARIBAUD
Hi Nobuhiro,

On Fri, 2 May 2014 05:14:44 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:
 
   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21
 21:01:35 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:
 
   arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
 (2014-04-28 04:35:12 +0900)
 
 
 Nobuhiro Iwamatsu (22):
   arm: rmobile: Coordinate the common part of the header file of
 r8a7790 and r8a7791
   arm: rmobile: r8a779x: Fix L2 cache init and latency setting
   arm: rmobile: koelsch: Change name of structure
   arm: rmobile: koelsch: Remove NOR-Flash support
   arm: rmobile: lager: Change name of the structure
   arm: rmobile: lager: Remove NOR-Flash support
   arm: rmobile: Merge functions to get the CPU information of
 R8A7790 and R8A7791
   arm: rmobile: Add 1 to value of the CPU revision in
 rmobile_get_cpu_rev_integer()
   arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs
   arm: rmobile: Add prototype for function to get the CPU
 information to rmobile.h
   arm: rmobile: Update print_cpuinfo function
   arm: rmobile: r8a7790: Add support ES2 revision
   arm: rmobile: r8a7791: Add support ES2 revision
   arm: rmobile: keolsch: Add support ES2 revision of R8A7791
   arm: rmobile: lager: Update QoS initialization to version 0.955
   arm: rmobile: koelsch: Update QoS initialization
   arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ
   arm: rmobile: Add register infomation of PLL regsiter
   arm: rmobile: koelsch: Change to maximum CPU frequency
   arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
   arm: rmobile: lager: Change to maximum CPU frequency
   arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
 
  arch/arm/cpu/armv7/rmobile/Makefile|   4 +-
  arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c  |  29 -
  .../{cpu_info-r8a7790.c = cpu_info-rcar.c}|  12 +-
  arch/arm/cpu/armv7/rmobile/cpu_info.c  |  49 +-
  arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S|  20 +-
  arch/arm/include/asm/arch-rmobile/r8a7790.h| 609 +---
  arch/arm/include/asm/arch-rmobile/r8a7791.h| 626 +---
  arch/arm/include/asm/arch-rmobile/rcar-base.h  | 637 
 +
  arch/arm/include/asm/arch-rmobile/rmobile.h|   6 +
  board/renesas/koelsch/koelsch.c| 194 +--
  board/renesas/koelsch/qos.c| 404 +++--
  board/renesas/lager/lager.c| 196 +--
  board/renesas/lager/qos.c  | 236 
  boards.cfg |   2 -
  include/configs/koelsch.h  |  36 +-
  include/configs/lager.h|  40 +-
  16 files changed, 1092 insertions(+), 2008 deletions(-)
  delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
  rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c = cpu_info-rcar.c} 
 (50%)
  create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h
 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-15 Thread Nobuhiro Iwamatsu
Hi, Albert.

Could you apply this PR?

Best regards,
  Nobuhiro



2014-05-02 5:14 GMT+09:00 Nobuhiro Iwamatsu iwama...@nigauri.org:
 Dear Albert Aribaud,

 Please pull u-boot-sh/rmobile into u-boot-arm/master.

 The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:

   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21
 21:01:35 +0200)

 are available in the git repository at:

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

 for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:

   arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
 (2014-04-28 04:35:12 +0900)

 
 Nobuhiro Iwamatsu (22):
   arm: rmobile: Coordinate the common part of the header file of
 r8a7790 and r8a7791
   arm: rmobile: r8a779x: Fix L2 cache init and latency setting
   arm: rmobile: koelsch: Change name of structure
   arm: rmobile: koelsch: Remove NOR-Flash support
   arm: rmobile: lager: Change name of the structure
   arm: rmobile: lager: Remove NOR-Flash support
   arm: rmobile: Merge functions to get the CPU information of
 R8A7790 and R8A7791
   arm: rmobile: Add 1 to value of the CPU revision in
 rmobile_get_cpu_rev_integer()
   arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs
   arm: rmobile: Add prototype for function to get the CPU
 information to rmobile.h
   arm: rmobile: Update print_cpuinfo function
   arm: rmobile: r8a7790: Add support ES2 revision
   arm: rmobile: r8a7791: Add support ES2 revision
   arm: rmobile: keolsch: Add support ES2 revision of R8A7791
   arm: rmobile: lager: Update QoS initialization to version 0.955
   arm: rmobile: koelsch: Update QoS initialization
   arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ
   arm: rmobile: Add register infomation of PLL regsiter
   arm: rmobile: koelsch: Change to maximum CPU frequency
   arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
   arm: rmobile: lager: Change to maximum CPU frequency
   arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE

  arch/arm/cpu/armv7/rmobile/Makefile|   4 +-
  arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c  |  29 -
  .../{cpu_info-r8a7790.c = cpu_info-rcar.c}|  12 +-
  arch/arm/cpu/armv7/rmobile/cpu_info.c  |  49 +-
  arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S|  20 +-
  arch/arm/include/asm/arch-rmobile/r8a7790.h| 609 +---
  arch/arm/include/asm/arch-rmobile/r8a7791.h| 626 +---
  arch/arm/include/asm/arch-rmobile/rcar-base.h  | 637 
 +
  arch/arm/include/asm/arch-rmobile/rmobile.h|   6 +
  board/renesas/koelsch/koelsch.c| 194 +--
  board/renesas/koelsch/qos.c| 404 +++--
  board/renesas/lager/lager.c| 196 +--
  board/renesas/lager/qos.c  | 236 
  boards.cfg |   2 -
  include/configs/koelsch.h  |  36 +-
  include/configs/lager.h|  40 +-
  16 files changed, 1092 insertions(+), 2008 deletions(-)
  delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
  rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c = cpu_info-rcar.c} 
 (50%)
  create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.h

 --
 Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6



-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2014-05-02 Thread Tom Rini
On Fri, May 02, 2014 at 05:16:50AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:
 
   Merge branch 'master' of git://www.denx.de/git/u-boot-arc
 (2014-04-25 15:08:43 -0400)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git next
 
 for you to fetch changes up to 994b56616bae5bb3fab7122c0aeb346afbb12523:
 
   sh: delete an unused source file (2014-04-30 07:18:21 +0900)
 
 
 Masahiro Yamada (1):
   sh: delete an unused source file
 
  arch/sh/cpu/sh2/cache.c | 96 
 -
  1 file changed, 96 deletions(-)
  delete mode 100644 arch/sh/cpu/sh2/cache.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-05-01 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit c9aab0f9dd23fddcebf5984dc19e62b514e759a7:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-04-21
21:01:35 +0200)

are available in the git repository at:

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

for you to fetch changes up to 8d18bcfd439b8422ab3bada2001cc2abd525d9f8:

  arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
(2014-04-28 04:35:12 +0900)


Nobuhiro Iwamatsu (22):
  arm: rmobile: Coordinate the common part of the header file of
r8a7790 and r8a7791
  arm: rmobile: r8a779x: Fix L2 cache init and latency setting
  arm: rmobile: koelsch: Change name of structure
  arm: rmobile: koelsch: Remove NOR-Flash support
  arm: rmobile: lager: Change name of the structure
  arm: rmobile: lager: Remove NOR-Flash support
  arm: rmobile: Merge functions to get the CPU information of
R8A7790 and R8A7791
  arm: rmobile: Add 1 to value of the CPU revision in
rmobile_get_cpu_rev_integer()
  arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs
  arm: rmobile: Add prototype for function to get the CPU
information to rmobile.h
  arm: rmobile: Update print_cpuinfo function
  arm: rmobile: r8a7790: Add support ES2 revision
  arm: rmobile: r8a7791: Add support ES2 revision
  arm: rmobile: keolsch: Add support ES2 revision of R8A7791
  arm: rmobile: lager: Update QoS initialization to version 0.955
  arm: rmobile: koelsch: Update QoS initialization
  arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ
  arm: rmobile: Add register infomation of PLL regsiter
  arm: rmobile: koelsch: Change to maximum CPU frequency
  arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
  arm: rmobile: lager: Change to maximum CPU frequency
  arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE

 arch/arm/cpu/armv7/rmobile/Makefile|   4 +-
 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c  |  29 -
 .../{cpu_info-r8a7790.c = cpu_info-rcar.c}|  12 +-
 arch/arm/cpu/armv7/rmobile/cpu_info.c  |  49 +-
 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S|  20 +-
 arch/arm/include/asm/arch-rmobile/r8a7790.h| 609 +---
 arch/arm/include/asm/arch-rmobile/r8a7791.h| 626 +---
 arch/arm/include/asm/arch-rmobile/rcar-base.h  | 637 +
 arch/arm/include/asm/arch-rmobile/rmobile.h|   6 +
 board/renesas/koelsch/koelsch.c| 194 +--
 board/renesas/koelsch/qos.c| 404 +++--
 board/renesas/lager/lager.c| 196 +--
 board/renesas/lager/qos.c  | 236 
 boards.cfg |   2 -
 include/configs/koelsch.h  |  36 +-
 include/configs/lager.h|  40 +-
 16 files changed, 1092 insertions(+), 2008 deletions(-)
 delete mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
 rename arch/arm/cpu/armv7/rmobile/{cpu_info-r8a7790.c = cpu_info-rcar.c} (50%)
 create mode 100644 arch/arm/include/asm/arch-rmobile/rcar-base.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] Pull request: u-boot-sh/master

2014-05-01 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:

  Merge branch 'master' of git://www.denx.de/git/u-boot-arc
(2014-04-25 15:08:43 -0400)

are available in the git repository at:


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

for you to fetch changes up to 994b56616bae5bb3fab7122c0aeb346afbb12523:

  sh: delete an unused source file (2014-04-30 07:18:21 +0900)


Masahiro Yamada (1):
  sh: delete an unused source file

 arch/sh/cpu/sh2/cache.c | 96 -
 1 file changed, 96 deletions(-)
 delete mode 100644 arch/sh/cpu/sh2/cache.c

-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-04-15 Thread Nobuhiro Iwamatsu
Hi, Tom.

I am grateful that you have been working during the vacation.
And thanks for release 2014.04.

Best regards,
  Nobuhiro

2014-04-15 4:20 GMT+09:00 Tom Rini tr...@ti.com:
 On Mon, Apr 14, 2014 at 05:53:19PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Albert Aribaud,

 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 I want to merge these fixes into 2014.04. Could you please merge these?

 Best regards,
   Nobuhiro

 The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75:

   board:tricorder: fixup SPL OOB layout (2014-04-11 10:08:42 -0400)

 are available in the git repository at:

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

 for you to fetch changes up to fc56da0b2fd092fabf2af98a75db323a0d432297:

   arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD (2014-04-14 17:42:30 +0900)

 
 Tetsuyuki Kobayashi (2):
   i2c: sh_i2c: bugfix: i2c probe command does not work
   arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

  drivers/i2c/sh_i2c.c| 4 +++-
  include/configs/kzm9g.h | 1 +
  2 files changed, 4 insertions(+), 1 deletion(-)

 Applied to u-boot/master, thanks!

 --
 Tom



-- 
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] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-04-14 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.
I want to merge these fixes into 2014.04. Could you please merge these?

Best regards,
  Nobuhiro

The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75:

  board:tricorder: fixup SPL OOB layout (2014-04-11 10:08:42 -0400)

are available in the git repository at:

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

for you to fetch changes up to fc56da0b2fd092fabf2af98a75db323a0d432297:

  arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD (2014-04-14 17:42:30 +0900)


Tetsuyuki Kobayashi (2):
  i2c: sh_i2c: bugfix: i2c probe command does not work
  arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD

 drivers/i2c/sh_i2c.c| 4 +++-
 include/configs/kzm9g.h | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-04-14 Thread Tom Rini
On Mon, Apr 14, 2014 at 05:53:19PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 I want to merge these fixes into 2014.04. Could you please merge these?
 
 Best regards,
   Nobuhiro
 
 The following changes since commit 1b82491ee6ee1e986e5521b33692a00e1f38fe75:
 
   board:tricorder: fixup SPL OOB layout (2014-04-11 10:08:42 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to fc56da0b2fd092fabf2af98a75db323a0d432297:
 
   arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD (2014-04-14 17:42:30 +0900)
 
 
 Tetsuyuki Kobayashi (2):
   i2c: sh_i2c: bugfix: i2c probe command does not work
   arm: kzm9g: Add CONFIG_SYS_GENERIC_BOARD
 
  drivers/i2c/sh_i2c.c| 4 +++-
  include/configs/kzm9g.h | 1 +
  2 files changed, 4 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2014-03-31 Thread Tom Rini
On Mon, Mar 31, 2014 at 10:52:33AM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:
 
   blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28
 16:55:29 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh master
 
 for you to fetch changes up to 82778e92c2816036ed79cdfb47e6eb6f6487a3f9:
 
   board: ecovec: fix USB0 clock enable (2014-03-31 10:48:02 +0900)
 
 
 Baruch Siach (2):
   board: ecovec: fix debug LEDs pin direction
   board: ecovec: fix USB0 clock enable
 
  board/renesas/ecovec/ecovec.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-03-30 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:

  blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28
16:55:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to 82778e92c2816036ed79cdfb47e6eb6f6487a3f9:

  board: ecovec: fix USB0 clock enable (2014-03-31 10:48:02 +0900)


Baruch Siach (2):
  board: ecovec: fix debug LEDs pin direction
  board: ecovec: fix USB0 clock enable

 board/renesas/ecovec/ecovec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2014-03-30 Thread Masahiro Yamada
Hi Nobuhiro

Could you fix  error  warning in sh_mmcif.c, please?


drivers/mmc/sh_mmcif.c:583:43: error: expected '}' before ';' token
drivers/mmc/sh_mmcif.c: In function 'mmcif_mmc_init':
drivers/mmc/sh_mmcif.c:591:6: warning: variable 'ret' set but not used 
[-Wunused-but-set-variable]


Best Regards
Masahiro Yamada

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


Re: [U-Boot] Pull request: u-boot-sh/master

2014-03-30 Thread Nobuhiro Iwamatsu
Hi,

2014-03-31 12:54 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com:
 Hi Nobuhiro

 Could you fix  error  warning in sh_mmcif.c, please?


 drivers/mmc/sh_mmcif.c:583:43: error: expected '}' before ';' token
 drivers/mmc/sh_mmcif.c: In function 'mmcif_mmc_init':
 drivers/mmc/sh_mmcif.c:591:6: warning: variable 'ret' set but not used 
 [-Wunused-but-set-variable]

This is copy and paste error of mmc rework.
OK, I will fix this problem, soon.

Thanks for your report.



 Best Regards
 Masahiro Yamada


Best regards,
  Nobuhiro


-- 
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] Pull request: u-boot-sh/maste

2014-03-14 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 2e50f6dccb3eeb1a20993c9da73fe355da35cf04:

  kbuild: delete *.pyc files by make distclean (2014-03-12 17:05:00 -0400)

are available in the git repository at:

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

for you to fetch changes up to 194ba5d4ecb2ad1195333cc7453f291e5b316479:

  sh: ecovec: correct romImage address in comment (2014-03-14 14:50:28 +0900)


Baruch Siach (2):
  sh: fix PFC registers definition for SH772{2, 3, 4}
  sh: ecovec: correct romImage address in comment

 arch/sh/include/asm/cpu_sh7722.h | 5 +++--
 arch/sh/include/asm/cpu_sh7723.h | 5 +++--
 arch/sh/include/asm/cpu_sh7724.h | 5 +++--
 board/renesas/ecovec/lowlevel_init.S | 2 +-
 4 files changed, 10 insertions(+), 7 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/maste

2014-03-14 Thread Tom Rini
On Fri, Mar 14, 2014 at 03:15:27PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit 2e50f6dccb3eeb1a20993c9da73fe355da35cf04:
 
   kbuild: delete *.pyc files by make distclean (2014-03-12 17:05:00 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 194ba5d4ecb2ad1195333cc7453f291e5b316479:
 
   sh: ecovec: correct romImage address in comment (2014-03-14 14:50:28 +0900)
 
 
 Baruch Siach (2):
   sh: fix PFC registers definition for SH772{2, 3, 4}
   sh: ecovec: correct romImage address in comment
 
  arch/sh/include/asm/cpu_sh7722.h | 5 +++--
  arch/sh/include/asm/cpu_sh7723.h | 5 +++--
  arch/sh/include/asm/cpu_sh7724.h | 5 +++--
  board/renesas/ecovec/lowlevel_init.S | 2 +-
  4 files changed, 10 insertions(+), 7 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2014-01-10 Thread Tom Rini
On Thu, Jan 09, 2014 at 01:49:19PM +0900, Nobuhiro Iwamatsu wrote:

 Dear Tom Rini.
 
 Please pull u-boot-sh master branch.
 
 The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:
 
   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
 (2014-01-06 14:07:08 -0500)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 5fe3aefd3dd0845ed4f69ba34b9790d3961d7ea8:
 
   sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h
 (2014-01-09 13:22:22 +0900)
 
 
 Masahiro Yamada (1):
   sh: delete redundant CONFIG_SH definition
 
 Nobuhiro Iwamatsu (9):
   sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2
   sh: sh2: remove CONFIG_SH2 definition from board config
   sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3
   sh: sh3: remove CONFIG_SH3 definition from board config
   sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
   sh: sh4: remove CONFIG_SH4 definition from board config
   sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ
   sh: sh4: Remove CONFIG_SH4A definition from source code
   sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h
 
  arch/sh/cpu/sh2/config.mk   | 2 +-
  arch/sh/cpu/sh2/cpu.c   | 4 
  arch/sh/cpu/sh3/config.mk   | 2 +-
  arch/sh/cpu/sh4/config.mk   | 2 +-
  arch/sh/cpu/sh4/cpu.c   | 4 
  arch/sh/include/asm/cache.h | 4 ++--
  arch/sh/include/asm/processor.h | 8 +++-
  arch/sh/lib/time_sh2.c  | 2 +-
  include/configs/MigoR.h | 2 --
  include/configs/ap325rxa.h  | 2 --
  include/configs/ap_sh4a_4a.h| 3 ---
  include/configs/ecovec.h| 3 ---
  include/configs/espt.h  | 2 --
  include/configs/mpr2.h  | 2 --
  include/configs/ms7720se.h  | 2 --
  include/configs/ms7722se.h  | 2 --
  include/configs/ms7750se.h  | 2 --
  include/configs/r0p7734.h   | 3 ---
  include/configs/r2dplus.h   | 2 --
  include/configs/r7780mp.h   | 2 --
  include/configs/rsk7203.h   | 4 +---
  include/configs/rsk7264.h   | 4 +---
  include/configs/rsk7269.h   | 4 +---
  include/configs/sh7752evb.h | 2 --
  include/configs/sh7753evb.h | 2 --
  include/configs/sh7757lcr.h | 2 --
  include/configs/sh7763rdp.h | 2 --
  include/configs/sh7785lcr.h | 2 --
  include/configs/shmin.h | 2 --
  include/sh_tmu.h| 2 +-

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2014-01-08 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit 6e51ca41002c5e92f7fec088320e340102dd3f5b:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-08
20:48:26 +0100)

are available in the git repository at:


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

for you to fetch changes up to 7ce08ebdf796680b1bfa03e24ec0636a3ddca8e5:

  arm: rmobile: Add SH QSPI base register address (2014-01-09 13:27:27 +0900)


Nobuhiro Iwamatsu (3):
  arm: koelsch: Disable TMU0 before OS boot
  arm: lager: Disable TMU0 before OS boot
  arm: rmobile: Add SH QSPI base register address

 arch/arm/include/asm/arch-rmobile/r8a7790.h | 1 +
 arch/arm/include/asm/arch-rmobile/r8a7791.h | 1 +
 board/renesas/koelsch/koelsch.c | 6 ++
 board/renesas/lager/lager.c | 6 ++
 4 files changed, 14 insertions(+)


-- 
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] Pull request: u-boot-sh/master

2014-01-08 Thread Nobuhiro Iwamatsu
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
(2014-01-06 14:07:08 -0500)

are available in the git repository at:


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

for you to fetch changes up to 5fe3aefd3dd0845ed4f69ba34b9790d3961d7ea8:

  sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h
(2014-01-09 13:22:22 +0900)


Masahiro Yamada (1):
  sh: delete redundant CONFIG_SH definition

Nobuhiro Iwamatsu (9):
  sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2
  sh: sh2: remove CONFIG_SH2 definition from board config
  sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3
  sh: sh3: remove CONFIG_SH3 definition from board config
  sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
  sh: sh4: remove CONFIG_SH4 definition from board config
  sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ
  sh: sh4: Remove CONFIG_SH4A definition from source code
  sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h

 arch/sh/cpu/sh2/config.mk   | 2 +-
 arch/sh/cpu/sh2/cpu.c   | 4 
 arch/sh/cpu/sh3/config.mk   | 2 +-
 arch/sh/cpu/sh4/config.mk   | 2 +-
 arch/sh/cpu/sh4/cpu.c   | 4 
 arch/sh/include/asm/cache.h | 4 ++--
 arch/sh/include/asm/processor.h | 8 +++-
 arch/sh/lib/time_sh2.c  | 2 +-
 include/configs/MigoR.h | 2 --
 include/configs/ap325rxa.h  | 2 --
 include/configs/ap_sh4a_4a.h| 3 ---
 include/configs/ecovec.h| 3 ---
 include/configs/espt.h  | 2 --
 include/configs/mpr2.h  | 2 --
 include/configs/ms7720se.h  | 2 --
 include/configs/ms7722se.h  | 2 --
 include/configs/ms7750se.h  | 2 --
 include/configs/r0p7734.h   | 3 ---
 include/configs/r2dplus.h   | 2 --
 include/configs/r7780mp.h   | 2 --
 include/configs/rsk7203.h   | 4 +---
 include/configs/rsk7264.h   | 4 +---
 include/configs/rsk7269.h   | 4 +---
 include/configs/sh7752evb.h | 2 --
 include/configs/sh7753evb.h | 2 --
 include/configs/sh7757lcr.h | 2 --
 include/configs/sh7763rdp.h | 2 --
 include/configs/sh7785lcr.h | 2 --
 include/configs/shmin.h | 2 --
 include/sh_tmu.h| 2 +-


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2013-12-18 Thread Tom Rini
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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2013-12-18 Thread Albert ARIBAUD
Hi Nobuhiro,

On Wed, 18 Dec 2013 16:44:34 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
 
   ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
 17:43:39 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh rmobile
 
 for you to fetch changes up to b8f383b86bc748382cc7cb5b3602c0c2ff9cb60c:
 
   arm: koelsch: Add support reset function (2013-12-18 16:35:46 +0900)
 
 
 Nobuhiro Iwamatsu (7):
   arm: rmobile: Update README.rmobile
   arm: lager: Add support Ethernet
   arm: lager: Add support I2C
   arm: lager: Add support reset function
   arm: koelsch: Add support Ethernet
   arm: koelsch: Add support I2C
   arm: koelsch: Add support reset function
 
  board/renesas/koelsch/koelsch.c | 83
 +++
  board/renesas/lager/lager.c | 78
 ++
  doc/README.rmobile  | 49
 ++---
  include/configs/koelsch.h   | 41 
 +++--
  include/configs/lager.h | 35 +++
  5 files changed, 269 insertions(+), 17 deletions(-)
 
 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2013-12-17 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:

  ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
17:43:39 -0500)

are available in the git repository at:

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

for you to fetch changes up to b8f383b86bc748382cc7cb5b3602c0c2ff9cb60c:

  arm: koelsch: Add support reset function (2013-12-18 16:35:46 +0900)


Nobuhiro Iwamatsu (7):
  arm: rmobile: Update README.rmobile
  arm: lager: Add support Ethernet
  arm: lager: Add support I2C
  arm: lager: Add support reset function
  arm: koelsch: Add support Ethernet
  arm: koelsch: Add support I2C
  arm: koelsch: Add support reset function

 board/renesas/koelsch/koelsch.c | 83
+++
 board/renesas/lager/lager.c | 78
++
 doc/README.rmobile  | 49
++---
 include/configs/koelsch.h   | 41 +++--
 include/configs/lager.h | 35 +++
 5 files changed, 269 insertions(+), 17 deletions(-)


-- 
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] Pull request: u-boot-sh/master

2013-12-17 Thread Nobuhiro Iwamatsu
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


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2013-12-06 Thread Albert ARIBAUD
Hi Nobuhiro,

On Tue, 3 Dec 2013 10:40:07 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Dear Albert Aribaud,
 
 Please pull u-boot-sh/rmobile into u-boot-arm/master.
 
 The following changes since commit
 77524d2c9d81e97c54e704b65c8a02e4bec0f441:
 
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
 (2013-12-02 16:00:10 +0100)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git rmobile
 
 for you to fetch changes up to
 cae83ce5159f9533b3dd3b442e9e5926fd0e285b:
 
   arm: rmobile: Remove config.mk (2013-12-03 09:47:15 +0900)
 
 
 Nobuhiro Iwamatsu (7):
   arm: rmobile: Move lowlevel_init.o to taget of each CPU
   arm: rmobile: Add support R8A7790
   arm: rmobile: Add support lager board
   arm: rmobile: Add support R8A7791
   arm: rmobile: Add support koelsch board
   arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error
   arm: rmobile: Remove config.mk
 
  arch/arm/cpu/armv7/rmobile/Makefile  |   11 +-
  arch/arm/cpu/armv7/rmobile/config.mk |9 -
  arch/arm/cpu/armv7/rmobile/cpu_info-r8a7790.c|   22 +
  arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c|   29 +
  arch/arm/cpu/armv7/rmobile/cpu_info.c|   10 +
  arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S  |   60 ++
  arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c |  829
 +++
  arch/arm/cpu/armv7/rmobile/pfc-r8a7790.h |   92 ++
  arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c | 1117
 
  arch/arm/cpu/armv7/rmobile/timer.c   |8 +-
  arch/arm/include/asm/arch-rmobile/gpio.h |6 +
  arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h |  387 +++
  arch/arm/include/asm/arch-rmobile/r8a7790.h  |  614 +++
  arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h |  438 
  arch/arm/include/asm/arch-rmobile/r8a7791.h  |  664 
  arch/arm/include/asm/arch-rmobile/rmobile.h  |4 +
  board/renesas/koelsch/Makefile   |9 +
  board/renesas/koelsch/koelsch.c  |  283 +
  board/renesas/koelsch/qos.c  | 1220
 ++
  board/renesas/koelsch/qos.h  |   12 +
  board/renesas/lager/Makefile |9 +
  board/renesas/lager/lager.c  |  287 +
  board/renesas/lager/qos.c| 1119
 
  board/renesas/lager/qos.h|   12 +
  boards.cfg   |4 +
  include/configs/koelsch.h|  133 +++
  include/configs/lager.h  |  141 +++
  27 files changed, 7512 insertions(+), 17 deletions(-)
  delete mode 100644 arch/arm/cpu/armv7/rmobile/config.mk
  create mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7790.c
  create mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
  create mode 100644 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S
  create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c
  create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.h
  create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c
  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7790.h
  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h
  create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7791.h
  create mode 100644 board/renesas/koelsch/Makefile
  create mode 100644 board/renesas/koelsch/koelsch.c
  create mode 100644 board/renesas/koelsch/qos.c
  create mode 100644 board/renesas/koelsch/qos.h
  create mode 100644 board/renesas/lager/Makefile
  create mode 100644 board/renesas/lager/lager.c
  create mode 100644 board/renesas/lager/qos.c
  create mode 100644 board/renesas/lager/qos.h
  create mode 100644 include/configs/koelsch.h
  create mode 100644 include/configs/lager.h
 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master

2013-12-02 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit
77524d2c9d81e97c54e704b65c8a02e4bec0f441:

  Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
(2013-12-02 16:00:10 +0100)

are available in the git repository at:


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

for you to fetch changes up to
cae83ce5159f9533b3dd3b442e9e5926fd0e285b:

  arm: rmobile: Remove config.mk (2013-12-03 09:47:15 +0900)


Nobuhiro Iwamatsu (7):
  arm: rmobile: Move lowlevel_init.o to taget of each CPU
  arm: rmobile: Add support R8A7790
  arm: rmobile: Add support lager board
  arm: rmobile: Add support R8A7791
  arm: rmobile: Add support koelsch board
  arm: kzm9g: Fix undefined reference to `__aeabi_uldivmod' error
  arm: rmobile: Remove config.mk

 arch/arm/cpu/armv7/rmobile/Makefile  |   11 +-
 arch/arm/cpu/armv7/rmobile/config.mk |9 -
 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7790.c|   22 +
 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c|   29 +
 arch/arm/cpu/armv7/rmobile/cpu_info.c|   10 +
 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S  |   60 ++
 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c |  829
+++
 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.h |   92 ++
 arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c | 1117

 arch/arm/cpu/armv7/rmobile/timer.c   |8 +-
 arch/arm/include/asm/arch-rmobile/gpio.h |6 +
 arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h |  387 +++
 arch/arm/include/asm/arch-rmobile/r8a7790.h  |  614 +++
 arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h |  438 
 arch/arm/include/asm/arch-rmobile/r8a7791.h  |  664 
 arch/arm/include/asm/arch-rmobile/rmobile.h  |4 +
 board/renesas/koelsch/Makefile   |9 +
 board/renesas/koelsch/koelsch.c  |  283 +
 board/renesas/koelsch/qos.c  | 1220
++
 board/renesas/koelsch/qos.h  |   12 +
 board/renesas/lager/Makefile |9 +
 board/renesas/lager/lager.c  |  287 +
 board/renesas/lager/qos.c| 1119

 board/renesas/lager/qos.h|   12 +
 boards.cfg   |4 +
 include/configs/koelsch.h|  133 +++
 include/configs/lager.h  |  141 +++
 27 files changed, 7512 insertions(+), 17 deletions(-)
 delete mode 100644 arch/arm/cpu/armv7/rmobile/config.mk
 create mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7790.c
 create mode 100644 arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c
 create mode 100644 arch/arm/cpu/armv7/rmobile/lowlevel_init_ca15.S
 create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c
 create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.h
 create mode 100644 arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7790-gpio.h
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7790.h
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7791-gpio.h
 create mode 100644 arch/arm/include/asm/arch-rmobile/r8a7791.h
 create mode 100644 board/renesas/koelsch/Makefile
 create mode 100644 board/renesas/koelsch/koelsch.c
 create mode 100644 board/renesas/koelsch/qos.c
 create mode 100644 board/renesas/koelsch/qos.h
 create mode 100644 board/renesas/lager/Makefile
 create mode 100644 board/renesas/lager/lager.c
 create mode 100644 board/renesas/lager/qos.c
 create mode 100644 board/renesas/lager/qos.h
 create mode 100644 include/configs/koelsch.h
 create mode 100644 include/configs/lager.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


Re: [U-Boot] Pull request: u-boot-sh/master

2013-10-23 Thread Tom Rini
On Thu, Oct 17, 2013 at 09:51:05AM +0900, Nobuhiro Iwamatsu wrote:

 Hi Tom,
 
 Please pull u-boot-sh master branch.
 
 Best regards,
   Nobuhiro
 The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:
 
   Prepare v2013.10 (2013-10-16 13:08:12 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 7f2013d47c8c62c2373cafe68d6ba4649099e49a:
 
   serial: sh: Add support R8A7791 (2013-10-17 09:43:36 +0900)
 
 
 Nobuhiro Iwamatsu (8):
   sh: timer: Mask bit of timer prescaler
   sh: timer: Remove static global variable
   sh: cache: Change cache API to defines as U-Boot
   sh: timer: Change definition of clock of TMU
   serial: sh: Change definition of clock of SCIF
   sh: boards: Change clock definition of SCIF and TMU
   serial: sh: Add support R8A7790
   serial: sh: Add support R8A7791
 
  arch/sh/cpu/sh4/cache.c  |  4 ++--
  arch/sh/cpu/sh4/cpu.c|  2 +-
  arch/sh/include/asm/cache.h  |  3 ---
  arch/sh/lib/time.c   | 10 ++
  drivers/serial/serial_sh.c   |  5 -
  drivers/serial/serial_sh.h   | 13 +
  include/configs/MigoR.h  |  2 ++
  include/configs/ap325rxa.h   |  2 ++
  include/configs/ap_sh4a_4a.h |  2 ++
  include/configs/ecovec.h |  2 ++
  include/configs/espt.h   |  2 ++
  include/configs/mpr2.h   |  2 ++
  include/configs/ms7720se.h   |  2 ++
  include/configs/ms7722se.h   |  2 ++
  include/configs/ms7750se.h   |  2 ++
  include/configs/r0p7734.h|  2 ++
  include/configs/r2dplus.h|  2 ++
  include/configs/r7780mp.h|  2 ++
  include/configs/rsk7203.h|  2 ++
  include/configs/rsk7264.h|  2 ++
  include/configs/rsk7269.h|  2 ++
  include/configs/sh7752evb.h  |  2 ++
  include/configs/sh7757lcr.h  |  2 ++
  include/configs/sh7763rdp.h  |  2 ++
  include/configs/sh7785lcr.h  |  2 ++
  include/configs/shmin.h  |  2 ++
  include/sh_tmu.h |  2 +-
  27 files changed, 67 insertions(+), 12 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2013-10-21 Thread Albert ARIBAUD
Hi Nobuhiro,

On Sat, 19 Oct 2013 06:14:10 +0900, Nobuhiro Iwamatsu
iwama...@nigauri.org wrote:

 Hi, Tom.
 
 I already send patches of ARM board of rmoble with patch of serial_sh.
   http://lists.denx.de/pipermail/u-boot/2013-September/163796.html
   http://lists.denx.de/pipermail/u-boot/2013-September/163795.html
 
 I think that Albert takes these in his repository about the board of ARM.
 I I should have written on the pull-request about this.

I think I commented the series, and particularly, I suggested that the
patches be ordered so that ARM boards wouldn't break.

As for applying, I'm fine with mainline applying it through the sh
repo once fixed; I'll ack the ARM patches in the series so that Tom
knows I'm ok with it.

 Best regards,
   Nobuhiro

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

2013-10-18 Thread Nobuhiro Iwamatsu
Hi, Tom.

I already send patches of ARM board of rmoble with patch of serial_sh.
  http://lists.denx.de/pipermail/u-boot/2013-September/163796.html
  http://lists.denx.de/pipermail/u-boot/2013-September/163795.html

I think that Albert takes these in his repository about the board of ARM.
I I should have written on the pull-request about this.

Best regards,
  Nobuhiro

2013/10/18 Tom Rini tr...@ti.com:
 On Thu, Oct 17, 2013 at 09:51:05AM +0900, Nobuhiro Iwamatsu wrote:

 Hi Tom,

 Please pull u-boot-sh master branch.

 Best regards,
   Nobuhiro
 The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:

   Prepare v2013.10 (2013-10-16 13:08:12 -0400)

 are available in the git repository at:

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

 for you to fetch changes up to 7f2013d47c8c62c2373cafe68d6ba4649099e49a:

   serial: sh: Add support R8A7791 (2013-10-17 09:43:36 +0900)

 
 Nobuhiro Iwamatsu (8):
   sh: timer: Mask bit of timer prescaler
   sh: timer: Remove static global variable
   sh: cache: Change cache API to defines as U-Boot
   sh: timer: Change definition of clock of TMU
   serial: sh: Change definition of clock of SCIF
   sh: boards: Change clock definition of SCIF and TMU
   serial: sh: Add support R8A7790
   serial: sh: Add support R8A7791

 OK, this breaks the two ARM boards that also use the serial_sh.c driver:
 serial_sh.c:53:2: error: 'CONFIG_SH_SCIF_CLK_FREQ' undeclared (first use in 
 this function)

 I suspect it should be defined to CONFIG_SYS_CLK_FREQ.

 If you post a patch to fix them, I'll grab that one too and use the PR
 as is, thanks!

 --
 Tom



-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2013-10-17 Thread Tom Rini
On Thu, Oct 17, 2013 at 09:51:05AM +0900, Nobuhiro Iwamatsu wrote:

 Hi Tom,
 
 Please pull u-boot-sh master branch.
 
 Best regards,
   Nobuhiro
 The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:
 
   Prepare v2013.10 (2013-10-16 13:08:12 -0400)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 7f2013d47c8c62c2373cafe68d6ba4649099e49a:
 
   serial: sh: Add support R8A7791 (2013-10-17 09:43:36 +0900)
 
 
 Nobuhiro Iwamatsu (8):
   sh: timer: Mask bit of timer prescaler
   sh: timer: Remove static global variable
   sh: cache: Change cache API to defines as U-Boot
   sh: timer: Change definition of clock of TMU
   serial: sh: Change definition of clock of SCIF
   sh: boards: Change clock definition of SCIF and TMU
   serial: sh: Add support R8A7790
   serial: sh: Add support R8A7791

OK, this breaks the two ARM boards that also use the serial_sh.c driver:
serial_sh.c:53:2: error: 'CONFIG_SH_SCIF_CLK_FREQ' undeclared (first use in 
this function)

I suspect it should be defined to CONFIG_SYS_CLK_FREQ.

If you post a patch to fix them, I'll grab that one too and use the PR
as is, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-10-16 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro
The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:

  Prepare v2013.10 (2013-10-16 13:08:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to 7f2013d47c8c62c2373cafe68d6ba4649099e49a:

  serial: sh: Add support R8A7791 (2013-10-17 09:43:36 +0900)


Nobuhiro Iwamatsu (8):
  sh: timer: Mask bit of timer prescaler
  sh: timer: Remove static global variable
  sh: cache: Change cache API to defines as U-Boot
  sh: timer: Change definition of clock of TMU
  serial: sh: Change definition of clock of SCIF
  sh: boards: Change clock definition of SCIF and TMU
  serial: sh: Add support R8A7790
  serial: sh: Add support R8A7791

 arch/sh/cpu/sh4/cache.c  |  4 ++--
 arch/sh/cpu/sh4/cpu.c|  2 +-
 arch/sh/include/asm/cache.h  |  3 ---
 arch/sh/lib/time.c   | 10 ++
 drivers/serial/serial_sh.c   |  5 -
 drivers/serial/serial_sh.h   | 13 +
 include/configs/MigoR.h  |  2 ++
 include/configs/ap325rxa.h   |  2 ++
 include/configs/ap_sh4a_4a.h |  2 ++
 include/configs/ecovec.h |  2 ++
 include/configs/espt.h   |  2 ++
 include/configs/mpr2.h   |  2 ++
 include/configs/ms7720se.h   |  2 ++
 include/configs/ms7722se.h   |  2 ++
 include/configs/ms7750se.h   |  2 ++
 include/configs/r0p7734.h|  2 ++
 include/configs/r2dplus.h|  2 ++
 include/configs/r7780mp.h|  2 ++
 include/configs/rsk7203.h|  2 ++
 include/configs/rsk7264.h|  2 ++
 include/configs/rsk7269.h|  2 ++
 include/configs/sh7752evb.h  |  2 ++
 include/configs/sh7757lcr.h  |  2 ++
 include/configs/sh7763rdp.h  |  2 ++
 include/configs/sh7785lcr.h  |  2 ++
 include/configs/shmin.h  |  2 ++
 include/sh_tmu.h |  2 +-
 27 files changed, 67 insertions(+), 12 deletions(-)

-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2012-12-20 Thread Tom Rini
On Thu, Dec 20, 2012 at 02:12:32PM +0900, Nobuhiro Iwamatsu wrote:

 Hi Tom,
 
 Please pull u-boot-sh master branch.
 
 Best regards,
   Nobuhiro
 
 The following changes since commit 095728803eedfce850a2f85828f79500cb09979e:
 
   Merge branch 'master' of git://git.denx.de/u-boot-net (2012-12-17
 18:39:50 -0700)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh master
 
 for you to fetch changes up to bb474b8187878181493b4ba1d422fb83df9b4335:
 
   serial_sh: Add support Renesas SH7752 (2012-12-20 13:20:17 +0900)
 
 
 Yoshihiro Shimoda (2):
   sh: add support for sh7752evb board
   serial_sh: Add support Renesas SH7752
 
  MAINTAINERS |1 +
  arch/sh/include/asm/cpu_sh4.h   |2 +
  arch/sh/include/asm/cpu_sh7752.h|  211
 ++
  board/renesas/sh7752evb/Makefile|   36 ++
  board/renesas/sh7752evb/lowlevel_init.S |  460
 +
  board/renesas/sh7752evb/sh7752evb.c |  330
 
  board/renesas/sh7752evb/spi-boot.c  |  116 ++
  board/renesas/sh7752evb/u-boot.lds  |   97 +
  boards.cfg  |1 +
  doc/README.sh7752evb|   67 +
  drivers/serial/serial_sh.h  |2 +-
  include/configs/sh7752evb.h |  153
 +++
  12 files changed, 1475 insertions(+), 1 deletion(-)
  create mode 100644 arch/sh/include/asm/cpu_sh7752.h
  create mode 100644 board/renesas/sh7752evb/Makefile
  create mode 100644 board/renesas/sh7752evb/lowlevel_init.S
  create mode 100644 board/renesas/sh7752evb/sh7752evb.c
  create mode 100644 board/renesas/sh7752evb/spi-boot.c
  create mode 100644 board/renesas/sh7752evb/u-boot.lds
  create mode 100644 doc/README.sh7752evb
  create mode 100644 include/configs/sh7752evb.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-12-19 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit 095728803eedfce850a2f85828f79500cb09979e:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2012-12-17
18:39:50 -0700)

are available in the git repository at:


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

for you to fetch changes up to bb474b8187878181493b4ba1d422fb83df9b4335:

  serial_sh: Add support Renesas SH7752 (2012-12-20 13:20:17 +0900)


Yoshihiro Shimoda (2):
  sh: add support for sh7752evb board
  serial_sh: Add support Renesas SH7752

 MAINTAINERS |1 +
 arch/sh/include/asm/cpu_sh4.h   |2 +
 arch/sh/include/asm/cpu_sh7752.h|  211
++
 board/renesas/sh7752evb/Makefile|   36 ++
 board/renesas/sh7752evb/lowlevel_init.S |  460
+
 board/renesas/sh7752evb/sh7752evb.c |  330

 board/renesas/sh7752evb/spi-boot.c  |  116 ++
 board/renesas/sh7752evb/u-boot.lds  |   97 +
 boards.cfg  |1 +
 doc/README.sh7752evb|   67 +
 drivers/serial/serial_sh.h  |2 +-
 include/configs/sh7752evb.h |  153
+++
 12 files changed, 1475 insertions(+), 1 deletion(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7752.h
 create mode 100644 board/renesas/sh7752evb/Makefile
 create mode 100644 board/renesas/sh7752evb/lowlevel_init.S
 create mode 100644 board/renesas/sh7752evb/sh7752evb.c
 create mode 100644 board/renesas/sh7752evb/spi-boot.c
 create mode 100644 board/renesas/sh7752evb/u-boot.lds
 create mode 100644 doc/README.sh7752evb
 create mode 100644 include/configs/sh7752evb.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


Re: [U-Boot] Pull request: u-boot-sh/master

2012-12-03 Thread Tom Rini
On Fri, Nov 30, 2012 at 03:07:05PM +0900, Nobuhiro Iwamatsu wrote:

 Hi Tom,
 
 Please pull u-boot-sh master branch.
 
 Best regards,
   Nobuhiro
 
 The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:
 
   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
 06:41:56 -0700)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh master
 
 for you to fetch changes up to 7c791b3f0a8e42f8012f782ef56ad6e88858e7c4:
 
   serial: serial_sh: bugfix: autoboot fails if serial console is not
 connected (2012-11-30 15:06:05 +0900)
 
 
 Tetsuyuki Kobayashi (1):
   serial: serial_sh: bugfix: autoboot fails if serial console is
 not connected
 
 Yoshihiro Shimoda (1):
   sh: fix trigger_address_error()
 
  arch/sh/include/asm/system.h |2 +-
  drivers/serial/serial_sh.c   |   20 +---
  2 files changed, 14 insertions(+), 8 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-11-29 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:

  Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
06:41:56 -0700)

are available in the git repository at:


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

for you to fetch changes up to 7c791b3f0a8e42f8012f782ef56ad6e88858e7c4:

  serial: serial_sh: bugfix: autoboot fails if serial console is not
connected (2012-11-30 15:06:05 +0900)


Tetsuyuki Kobayashi (1):
  serial: serial_sh: bugfix: autoboot fails if serial console is
not connected

Yoshihiro Shimoda (1):
  sh: fix trigger_address_error()

 arch/sh/include/asm/system.h |2 +-
 drivers/serial/serial_sh.c   |   20 +---
 2 files changed, 14 insertions(+), 8 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2012-10-05 Thread Tom Rini
On Fri, Oct 05, 2012 at 07:05:19AM +0900, Nobuhiro Iwamatsu wrote:

 Hi Tom,
 
 Please pull u-boot-sh master branch.
 
 Best regards,
   Nobuhiro
 
 The following changes since commit 198166877768cf4d0197289a524df8a6ca0e2f19:
 
   Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-04
 10:00:42 -0700)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 6f6ea814ed12e44d6a803fd47a2cbdbf2915ce7f:
 
   sh: ap_sh4a_4a: Fixed initialization value of DDR memory (2012-10-05
 07:05:10 +0900)
 
 
 Nobuhiro Iwamatsu (1):
   sh: ap_sh4a_4a: Fixed initialization value of DDR memory
 
  board/alphaproject/ap_sh4a_4a/lowlevel_init.S |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-10-04 Thread Nobuhiro Iwamatsu
Hi Tom,

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit 198166877768cf4d0197289a524df8a6ca0e2f19:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-04
10:00:42 -0700)

are available in the git repository at:


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

for you to fetch changes up to 6f6ea814ed12e44d6a803fd47a2cbdbf2915ce7f:

  sh: ap_sh4a_4a: Fixed initialization value of DDR memory (2012-10-05
07:05:10 +0900)


Nobuhiro Iwamatsu (1):
  sh: ap_sh4a_4a: Fixed initialization value of DDR memory

 board/alphaproject/ap_sh4a_4a/lowlevel_init.S |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

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

In message cabmqnvlxdtwx1phagaocdk2fvm4ocpzs_g9_ddbhn-gx64v...@mail.gmail.com 
you wrote:
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to d61678e096bbb15d46bb297f98abbd903589c118:
 
   serial: sh: Add support Renesas R8A7740 (2012-08-08 09:52:06 +0900)
 
 
 Hideyuki Sano (1):
   serial: sh: Add support Renesas R8A7740
 
 Nobuhiro Iwamatsu (1):
   serial: sh: Add support Renesas SH73A0
 
 Yoshihiro Shimoda (1):
   sh: modify checkcpu() for SH-4A
 
  arch/sh/cpu/sh4/cpu.c  |4 
  drivers/serial/serial_sh.h |   32 +++-
  2 files changed, 27 insertions(+), 9 deletions(-)

Applied, thanks.

Hm...  Your repository also contained an additional commit:

==  (HEAD, u-boot-sh.git/master, u-boot-sh.git/HEAD, master)
d764c50   2012-08-08 10:24:41 +0900   sh: Add support pin function control 
using GPIO
d61678e   2012-08-08 09:52:06 +0900   serial: sh: Add support Renesas R8A7740
c3d6a35   2012-08-08 09:52:03 +0900   serial: sh: Add support Renesas SH73A0
d185857   2012-08-08 09:50:41 +0900   sh: modify checkcpu() for SH-4A
==  (origin/master, origin/HEAD)

I applied this one, too.

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
CONSUMER NOTICE:  Because  of  the  Uncertainty  Principle,  It  Is
Impossible  for  the  Consumer  to  Find  Out  at  the Same Time Both
Precisely Where This Product Is and How Fast It Is Moving.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-sh/master

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

In message cabmqnvlxdtwx1phagaocdk2fvm4ocpzs_g9_ddbhn-gx64v...@mail.gmail.com 
you wrote:
 Dear Wolfgang Denk.
 
 Please pull from git://git.denx.de/u-boot-sh master.
 
 Best regards,
   Nobuhiro
 
 The following changes since commit 6d36121b878a3ccbbff7f60a02109e8c8d81dd0f:
 
   Merge branch 'master' of git://git.denx.de/u-boot-onenand
 (2012-08-07 23:42:55 +0200)
 
 are available in the git repository at:
 
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to d61678e096bbb15d46bb297f98abbd903589c118:
 
   serial: sh: Add support Renesas R8A7740 (2012-08-08 09:52:06 +0900)
 
 
 Hideyuki Sano (1):
   serial: sh: Add support Renesas R8A7740
 
 Nobuhiro Iwamatsu (1):
   serial: sh: Add support Renesas SH73A0
 
 Yoshihiro Shimoda (1):
   sh: modify checkcpu() for SH-4A
 
  arch/sh/cpu/sh4/cpu.c  |4 
  drivers/serial/serial_sh.h |   32 +++-
  2 files changed, 27 insertions(+), 9 deletions(-)
 
 -- 
 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] Pull request: u-boot-sh/master

2012-08-07 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk.

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

Best regards,
  Nobuhiro

The following changes since commit 6d36121b878a3ccbbff7f60a02109e8c8d81dd0f:

  Merge branch 'master' of git://git.denx.de/u-boot-onenand
(2012-08-07 23:42:55 +0200)

are available in the git repository at:


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

for you to fetch changes up to d61678e096bbb15d46bb297f98abbd903589c118:

  serial: sh: Add support Renesas R8A7740 (2012-08-08 09:52:06 +0900)


Hideyuki Sano (1):
  serial: sh: Add support Renesas R8A7740

Nobuhiro Iwamatsu (1):
  serial: sh: Add support Renesas SH73A0

Yoshihiro Shimoda (1):
  sh: modify checkcpu() for SH-4A

 arch/sh/cpu/sh4/cpu.c  |4 
 drivers/serial/serial_sh.h |   32 +++-
 2 files changed, 27 insertions(+), 9 deletions(-)

-- 
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


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

2012-06-07 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message cabmqnvj7_tzmnk6gv+wz9yebrugn2cc_oj8enr2byhpve3k...@mail.gmail.com 
you wrote:
 Dear Wolfgang Denk.
 
 Please pull from git://git.denx.de/u-boot-sh master.
 
 Best regards,
   Nobuhiro
 
 The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874:
 
   net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 99fc4fd168f2eff3237f05c6ec4e2bbffe9c06e5:
 
   sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4 (2012-05-28 09:12:54 +09=
 00)
 
 
 Nobuhiro Iwamatsu (8):
   sh: Add support Renesas SH7734
   sh: Add support for r0p7734 board
   sh: Add bit control functions
   sh: r0p7734: Add support I2C controller
   sh: Add register definition of PFC for SH7734
   sh: Add support for AP-SH4A-4A board
   sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII
 to boards with sh_eth
   sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4
 
 Phil Edworthy (1):
   sh: Add SH7269 device and RSK2+SH7269 board
 
  MAINTAINERS   |2 +
  arch/sh/include/asm/cpu_sh2.h |2 +
  arch/sh/include/asm/cpu_sh4.h |2 +
  arch/sh/include/asm/cpu_sh7269.h  |   26 +++
  arch/sh/include/asm/cpu_sh7734.h  |   70 ++
  arch/sh/include/asm/io.h  |   43 ++-
  board/alphaproject/ap_sh4a_4a/Makefile|   40 ++
  board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c|  195
 +
  board/alphaproject/ap_sh4a_4a/lowlevel_init.S |  459
 +++=
 
  board/renesas/r0p7734/Makefile|   40 ++
  board/renesas/r0p7734/lowlevel_init.S |  606
 +++=
 +++=
 ++
  board/renesas/r0p7734/r0p7734.c   |   96 +=
 +++
  board/renesas/rsk7269/Makefile|   27 +++
  board/renesas/rsk7269/lowlevel_init.S |  182
 ++
  board/renesas/rsk7269/rsk7269.c   |   73 +++
  boards.cfg|3 +
  drivers/serial/serial_sh.c|4 +
  drivers/serial/serial_sh.h|   20 +
  include/configs/ap_sh4a_4a.h  |  176
 
  include/configs/ecovec.h  |1 +
  include/configs/espt.h|1 +
  include/configs/r0p7734.h |  186
 +++
  include/configs/rsk7269.h |   76 +++
  include/configs/sh7757lcr.h   |1 +
  include/configs/sh7763rdp.h   |1 +
  25 files changed, 2329 insertions(+), 3 deletions(-)
  create mode 100644 arch/sh/include/asm/cpu_sh7269.h
  create mode 100644 arch/sh/include/asm/cpu_sh7734.h
  create mode 100644 board/alphaproject/ap_sh4a_4a/Makefile
  create mode 100644 board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
  create mode 100644 board/alphaproject/ap_sh4a_4a/lowlevel_init.S
  create mode 100644 board/renesas/r0p7734/Makefile
  create mode 100644 board/renesas/r0p7734/lowlevel_init.S
  create mode 100644 board/renesas/r0p7734/r0p7734.c
  create mode 100644 board/renesas/rsk7269/Makefile
  create mode 100644 board/renesas/rsk7269/lowlevel_init.S
  create mode 100644 board/renesas/rsk7269/rsk7269.c
  create mode 100644 include/configs/ap_sh4a_4a.h
  create mode 100644 include/configs/r0p7734.h
  create mode 100644 include/configs/rsk7269.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
It all seemed, he thought, to be rather a lot of  trouble  to  go  to
just sharpen a razor blade.  - Terry Pratchett, _The Light Fantastic_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-05-27 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk.

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

Best regards,
  Nobuhiro

The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874:

  net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500)

are available in the git repository at:

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

for you to fetch changes up to 99fc4fd168f2eff3237f05c6ec4e2bbffe9c06e5:

  sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4 (2012-05-28 09:12:54 +0900)


Nobuhiro Iwamatsu (8):
  sh: Add support Renesas SH7734
  sh: Add support for r0p7734 board
  sh: Add bit control functions
  sh: r0p7734: Add support I2C controller
  sh: Add register definition of PFC for SH7734
  sh: Add support for AP-SH4A-4A board
  sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII
to boards with sh_eth
  sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4

Phil Edworthy (1):
  sh: Add SH7269 device and RSK2+SH7269 board

 MAINTAINERS   |2 +
 arch/sh/include/asm/cpu_sh2.h |2 +
 arch/sh/include/asm/cpu_sh4.h |2 +
 arch/sh/include/asm/cpu_sh7269.h  |   26 +++
 arch/sh/include/asm/cpu_sh7734.h  |   70 ++
 arch/sh/include/asm/io.h  |   43 ++-
 board/alphaproject/ap_sh4a_4a/Makefile|   40 ++
 board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c|  195
+
 board/alphaproject/ap_sh4a_4a/lowlevel_init.S |  459
+++
 board/renesas/r0p7734/Makefile|   40 ++
 board/renesas/r0p7734/lowlevel_init.S |  606

 board/renesas/r0p7734/r0p7734.c   |   96 
 board/renesas/rsk7269/Makefile|   27 +++
 board/renesas/rsk7269/lowlevel_init.S |  182
++
 board/renesas/rsk7269/rsk7269.c   |   73 +++
 boards.cfg|3 +
 drivers/serial/serial_sh.c|4 +
 drivers/serial/serial_sh.h|   20 +
 include/configs/ap_sh4a_4a.h  |  176

 include/configs/ecovec.h  |1 +
 include/configs/espt.h|1 +
 include/configs/r0p7734.h |  186
+++
 include/configs/rsk7269.h |   76 +++
 include/configs/sh7757lcr.h   |1 +
 include/configs/sh7763rdp.h   |1 +
 25 files changed, 2329 insertions(+), 3 deletions(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7269.h
 create mode 100644 arch/sh/include/asm/cpu_sh7734.h
 create mode 100644 board/alphaproject/ap_sh4a_4a/Makefile
 create mode 100644 board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
 create mode 100644 board/alphaproject/ap_sh4a_4a/lowlevel_init.S
 create mode 100644 board/renesas/r0p7734/Makefile
 create mode 100644 board/renesas/r0p7734/lowlevel_init.S
 create mode 100644 board/renesas/r0p7734/r0p7734.c
 create mode 100644 board/renesas/rsk7269/Makefile
 create mode 100644 board/renesas/rsk7269/lowlevel_init.S
 create mode 100644 board/renesas/rsk7269/rsk7269.c
 create mode 100644 include/configs/ap_sh4a_4a.h
 create mode 100644 include/configs/r0p7734.h
 create mode 100644 include/configs/rsk7269.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


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

2012-04-18 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message CABMQnVJA1-hgR44Cdi9=wq33ftp26tdyaipunmpcg4fdcqs...@mail.gmail.com 
you wrote:
 Dear Wolfgang Denk,
 
 Please pull some fixes for v2012.04.
 
 The following changes since commit f5cdc11775c4b7fdbf52a6dd2f463d329804ab11=
 :
 
  Prepare v2012.04-rc2; minor Coding Style cleanup (2012-04-16 23:13:51 +020=
 0)
 
 are available in the git repository at:
 
  git://git.denx.de/u-boot-sh.git master
 
 for you to fetch changes up to 77fe6e773af762676f4f30f646caa160e39a0bcc:
 
  sh: ecovec: Change macro from BOARD_LATE_INIT to
 CONFIG_BOARD_LATE_INIT (2012-04-18 11:16:46 +0900)
 
 
 Nobuhiro Iwamatsu (1):
  sh: ecovec: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INI=
 T
 
 Phil Edworthy (1):
  sh: Fix rsk7264 pin setup for on-board ethernet
 
  board/renesas/rsk7264/lowlevel_init.S |2 +-
  include/configs/ecovec.h  |2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

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
A modem is a baudy house.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-04-17 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk,

Please pull some fixes for v2012.04.

The following changes since commit f5cdc11775c4b7fdbf52a6dd2f463d329804ab11:

 Prepare v2012.04-rc2; minor Coding Style cleanup (2012-04-16 23:13:51 +0200)

are available in the git repository at:

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

for you to fetch changes up to 77fe6e773af762676f4f30f646caa160e39a0bcc:

 sh: ecovec: Change macro from BOARD_LATE_INIT to
CONFIG_BOARD_LATE_INIT (2012-04-18 11:16:46 +0900)


Nobuhiro Iwamatsu (1):
 sh: ecovec: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT

Phil Edworthy (1):
 sh: Fix rsk7264 pin setup for on-board ethernet

 board/renesas/rsk7264/lowlevel_init.S |2 +-
 include/configs/ecovec.h  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


-- 
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


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

2011-12-05 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message CABMQnVKLWn+hPcfFY_Gq=b9xcx1v9rmgk+5zs3mtrkchp1b...@mail.gmail.com 
you wrote:
 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

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
Don't tell me how hard you work.  Tell me how much you get done.
- James J. Ling
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-12-01 Thread Nobuhiro Iwamatsu
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-08-21 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk.

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

The following changes since commit fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458:

  Convert ISO-8859 files to UTF-8 (2011-08-04 23:34:02 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-sh.git master

Nobuhiro Iwamatsu (2):
  sh: sh2a: Add sh2a optimize to config.mk
  usb: r8a66597: Fix argument mistake of inl

Phil Edworthy (4):
  sh: Add Renesas rsk7264 board
  sh: Add support for SH2A freestanding build
  sh: Fix rsk7203 alignment problem
  sh: Clean up rsk7264 board settings

Yoshihiro Shimoda (2):
  sh: sh7757lcr: Add KEEP order to start.o section
  sh: add calling mmc_initialize in board.c

 MAINTAINERS   |4 +
 arch/sh/cpu/sh2/config.mk |5 +
 arch/sh/cpu/sh2/cpu.c |7 +
 arch/sh/include/asm/cpu_sh2.h |2 +
 arch/sh/include/asm/cpu_sh7264.h  |   41 ++
 arch/sh/lib/Makefile  |   22 +++
 arch/sh/lib/ashiftlt.S|  192 ++
 arch/sh/lib/ashiftrt.S|  149 
 arch/sh/lib/ashldi3.c |   25 
 arch/sh/lib/board.c   |   12 ++
 arch/sh/lib/libgcc.h  |   25 
 arch/sh/lib/lshiftrt.S|  192 ++
 arch/sh/lib/lshrdi3.c |   25 
 arch/sh/lib/movmem.S  |  238 +
 board/renesas/rsk7203/lowlevel_init.S |1 +
 board/renesas/rsk7264/Makefile|   32 +
 board/renesas/rsk7264/lowlevel_init.S |  212 +
 board/renesas/rsk7264/rsk7264.c   |   72 ++
 board/renesas/sh7757lcr/u-boot.lds|2 +-
 boards.cfg|1 +
 drivers/serial/serial_sh.h|5 +-
 drivers/usb/host/r8a66597.h   |2 +-
 include/configs/rsk7264.h |   78 +++
 23 files changed, 1341 insertions(+), 3 deletions(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7264.h
 create mode 100644 arch/sh/lib/ashiftlt.S
 create mode 100644 arch/sh/lib/ashiftrt.S
 create mode 100644 arch/sh/lib/ashldi3.c
 create mode 100644 arch/sh/lib/libgcc.h
 create mode 100644 arch/sh/lib/lshiftrt.S
 create mode 100644 arch/sh/lib/lshrdi3.c
 create mode 100644 arch/sh/lib/movmem.S
 create mode 100644 board/renesas/rsk7264/Makefile
 create mode 100644 board/renesas/rsk7264/lowlevel_init.S
 create mode 100644 board/renesas/rsk7264/rsk7264.c
 create mode 100644 include/configs/rsk7264.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


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

2011-03-21 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message AANLkTimctjDrn7Lgdw4UUwzeVM=wpd2xne4-wdwwo...@mail.gmail.com you 
wrote:
 Dear Wolfgang Denk.
 
 Please pull from u-boot-sh/master.
 
 The following changes since commit cc1dd33f273f8c96cbd7539b4a2d1d7aa12773cd=
 :
 
   mpc8[5/6]xx: Ensure POST word does not get reset (2011-03-13 11:24:44 -05=
 00)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-sh.git master
 
 Nobuhiro Iwamatsu (2):
   sh: Add handling of CONFIG_SYS_NO_FLASH for board.c
   sh: Add KEEP order to start.o section
 
 Yoshihiro Shimoda (1):
   net: sh_eth: add support for SH7757's ETHER
 
  arch/sh/cpu/sh2/u-boot.lds |2 +-
  arch/sh/cpu/sh3/u-boot.lds |2 +-
  arch/sh/cpu/sh4/u-boot.lds |2 +-
  arch/sh/lib/board.c|8 +-
  drivers/net/sh_eth.c   |   37 +-
  drivers/net/sh_eth.h   |   53 =
 +--
  6 files changed, 96 insertions(+), 8 deletions(-)

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
Alles Gescheite ist schon gedacht worden, man muß nur versuchen,
es noch einmal zu denken.  -- Goethe, Maximen und Reflexionen
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-03-15 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk.

Please pull from u-boot-sh/master.

The following changes since commit cc1dd33f273f8c96cbd7539b4a2d1d7aa12773cd:

  mpc8[5/6]xx: Ensure POST word does not get reset (2011-03-13 11:24:44 -0500)

are available in the git repository at:
  git://git.denx.de/u-boot-sh.git master

Nobuhiro Iwamatsu (2):
  sh: Add handling of CONFIG_SYS_NO_FLASH for board.c
  sh: Add KEEP order to start.o section

Yoshihiro Shimoda (1):
  net: sh_eth: add support for SH7757's ETHER

 arch/sh/cpu/sh2/u-boot.lds |2 +-
 arch/sh/cpu/sh3/u-boot.lds |2 +-
 arch/sh/cpu/sh4/u-boot.lds |2 +-
 arch/sh/lib/board.c|8 +-
 drivers/net/sh_eth.c   |   37 +-
 drivers/net/sh_eth.h   |   53 +--
 6 files changed, 96 insertions(+), 8 deletions(-)


-- 
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


Re: [U-Boot] Pull request: u-boot-sh/master

2011-03-13 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message AANLkTikzGMidey5Y-F3PAD7o9Afy40r35khcD6_u=b...@mail.gmail.com you 
wrote:
 Dear Wolfgang Denk.
 
 Please pull from u-boot-sh/master.
 
 The following changes since commit c7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8=
 :
 
   ARM: Update mach-types (2011-02-21 08:30:55 +0100)
 
 are available in the git repository at:
   git://git.denx.de/u-boot-sh.git master
 
 Nobuhiro Iwamatsu (2):
   sh: Add handling of CONFIG_SYS_FLASH_BASE for board.c

Sorry, but I disagree with the CONFIG_SYS_FLASH_BASE patch (see
previous message - and sorry for the late reply).


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
Democracy is mob rule, but with income taxes.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-03-07 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk.

Please pull from u-boot-sh/master.

The following changes since commit c7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8:

  ARM: Update mach-types (2011-02-21 08:30:55 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-sh.git master

Nobuhiro Iwamatsu (2):
  sh: Add handling of CONFIG_SYS_FLASH_BASE for board.c
  sh: Add KEEP order to start.o section

Yoshihiro Shimoda (1):
  net: sh_eth: add support for SH7757's ETHER

 arch/sh/cpu/sh2/u-boot.lds |2 +-
 arch/sh/cpu/sh3/u-boot.lds |2 +-
 arch/sh/cpu/sh4/u-boot.lds |2 +-
 arch/sh/lib/board.c|6 +
 drivers/net/sh_eth.c   |   37 +-
 drivers/net/sh_eth.h   |   53 +--
 6 files changed, 95 insertions(+), 7 deletions(-)

-- 
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


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

2011-02-04 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu,

In message aanlktikwvpmrmsytweoofwkwd2rzb_kexlmyobcml...@mail.gmail.com you 
wrote:
 
   git://git.denx.de/u-boot-sh.git master
 
 Nobuhiro Iwamatsu (14):
   sh: Remove config.mk for MigoR board
   sh: Remove config.mk for ap325rxa board
   sh: Remove config.mk for r2dplus board
   sh: Remove config.mk for r7780mp board
   sh: Remove config.mk for rsk7203 board
   sh: Remove config.mk for sh7763rdp board
   sh: Remove config.mk for sh7785lcr board
   sh: Remove config.mk for ms7720se board
   sh: Remove config.mk for ms7722se board
   sh: Remove config.mk for ms7750se board
   sh: Remove config.mk for mpr2 board
   sh: Remove config.mk for espt board
   sh: Remove config.mk for shmin board
   sh: sh7785lcr: Fix out of tree building
 
 Yoshihiro Shimoda (6):
   sh: add support the CONFIG_SYS_LDSCRIPT
   README: add description of sh_eth driver
   net: sh_eth: add cache handling
   spi: add support SuperH SPI module
   sh: add support for sh7757lcr board
   change email address in MAINTAINERS
 
  MAINTAINERS|3 +-
  README |   17 +
  arch/sh/config.mk  |6 +
  arch/sh/include/asm/cpu_sh4.h  |2 +
  arch/sh/include/asm/cpu_sh7757.h   |  218 
  board/espt/config.mk   |9 -
  board/mpr2/config.mk   |   37 --
  board/ms7720se/config.mk   |   34 --
  board/ms7722se/config.mk   |   31 --
  board/ms7750se/config.mk   |   23 -
  board/renesas/ap325rxa/config.mk   |   26 -
  board/renesas/r2dplus/config.mk|   23 -
  board/renesas/r7780mp/config.mk|   27 -
  board/renesas/rsk7203/config.mk|   28 -
  .../{MigoR/config.mk = sh7757lcr/Makefile}|   38 +-
  board/renesas/sh7757lcr/lowlevel_init.S|  558 
 
  board/renesas/sh7757lcr/sh7757lcr.c|  454 
  board/renesas/sh7757lcr/spi-boot.c |  109 
  board/renesas/sh7757lcr/u-boot.lds |  101 
  board/renesas/sh7763rdp/config.mk  |   11 -
  board/renesas/sh7785lcr/Makefile   |8 +-
  board/renesas/sh7785lcr/config.mk  |   31 --
  board/shmin/config.mk  |   27 -
  boards.cfg |1 +
  doc/README.sh7757lcr   |   64 +++
  drivers/net/sh_eth.c   |9 +
  drivers/spi/Makefile   |1 +
  drivers/spi/sh_spi.c   |  261 +
  drivers/spi/sh_spi.h   |   79 +++
  include/configs/MigoR.h|1 +
  include/configs/ap325rxa.h |2 +
  include/configs/espt.h |1 +
  include/configs/mpr2.h |2 +
  include/configs/ms7720se.h |1 +
  include/configs/ms7722se.h |1 +
  include/configs/ms7750se.h |1 +
  include/configs/r2dplus.h  |1 +
  include/configs/r7780mp.h  |1 +
  include/configs/rsk7203.h  |1 +
  include/configs/sh7757lcr.h|  146 +
  include/configs/sh7763rdp.h|1 +
  include/configs/sh7785lcr.h|2 +
  include/configs/shmin.h|1 +
  43 files changed, 2075 insertions(+), 323 deletions(-)
  create mode 100644 arch/sh/include/asm/cpu_sh7757.h
  delete mode 100644 board/espt/config.mk
  delete mode 100644 board/mpr2/config.mk
  delete mode 100644 board/ms7720se/config.mk
  delete mode 100644 board/ms7722se/config.mk
  delete mode 100644 board/ms7750se/config.mk
  delete mode 100644 board/renesas/ap325rxa/config.mk
  delete mode 100644 board/renesas/r2dplus/config.mk
  delete mode 100644 board/renesas/r7780mp/config.mk
  delete mode 100644 board/renesas/rsk7203/config.mk
  rename board/renesas/{MigoR/config.mk = sh7757lcr/Makefile} (54%)
  create mode 100644 board/renesas/sh7757lcr/lowlevel_init.S
  create mode 100644 board/renesas/sh7757lcr/sh7757lcr.c
  create mode 100644 board/renesas/sh7757lcr/spi-boot.c
  create mode 100644 board/renesas/sh7757lcr/u-boot.lds
  delete mode 100644 board/renesas/sh7763rdp/config.mk
  delete mode 100644 board/renesas/sh7785lcr/config.mk
  delete mode 100644 board/shmin/config.mk
  create mode 100644 doc/README.sh7757lcr
  create mode 100644 drivers/spi/sh_spi.c
  create mode 100644 drivers/spi/sh_spi.h
  create mode 100644 

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

2011-02-03 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk,

Please pull the following changes.

Best regards,
  Nobuhiro

The following changes since commit 6f918bd46482f889f4d94623b09daf659a1974bd:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
(2011-01-31 23:20:32 +0100)

are available in the git repository at:

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

Nobuhiro Iwamatsu (14):
  sh: Remove config.mk for MigoR board
  sh: Remove config.mk for ap325rxa board
  sh: Remove config.mk for r2dplus board
  sh: Remove config.mk for r7780mp board
  sh: Remove config.mk for rsk7203 board
  sh: Remove config.mk for sh7763rdp board
  sh: Remove config.mk for sh7785lcr board
  sh: Remove config.mk for ms7720se board
  sh: Remove config.mk for ms7722se board
  sh: Remove config.mk for ms7750se board
  sh: Remove config.mk for mpr2 board
  sh: Remove config.mk for espt board
  sh: Remove config.mk for shmin board
  sh: sh7785lcr: Fix out of tree building

Yoshihiro Shimoda (6):
  sh: add support the CONFIG_SYS_LDSCRIPT
  README: add description of sh_eth driver
  net: sh_eth: add cache handling
  spi: add support SuperH SPI module
  sh: add support for sh7757lcr board
  change email address in MAINTAINERS

 MAINTAINERS|3 +-
 README |   17 +
 arch/sh/config.mk  |6 +
 arch/sh/include/asm/cpu_sh4.h  |2 +
 arch/sh/include/asm/cpu_sh7757.h   |  218 
 board/espt/config.mk   |9 -
 board/mpr2/config.mk   |   37 --
 board/ms7720se/config.mk   |   34 --
 board/ms7722se/config.mk   |   31 --
 board/ms7750se/config.mk   |   23 -
 board/renesas/ap325rxa/config.mk   |   26 -
 board/renesas/r2dplus/config.mk|   23 -
 board/renesas/r7780mp/config.mk|   27 -
 board/renesas/rsk7203/config.mk|   28 -
 .../{MigoR/config.mk = sh7757lcr/Makefile}|   38 +-
 board/renesas/sh7757lcr/lowlevel_init.S|  558 
 board/renesas/sh7757lcr/sh7757lcr.c|  454 
 board/renesas/sh7757lcr/spi-boot.c |  109 
 board/renesas/sh7757lcr/u-boot.lds |  101 
 board/renesas/sh7763rdp/config.mk  |   11 -
 board/renesas/sh7785lcr/Makefile   |8 +-
 board/renesas/sh7785lcr/config.mk  |   31 --
 board/shmin/config.mk  |   27 -
 boards.cfg |1 +
 doc/README.sh7757lcr   |   64 +++
 drivers/net/sh_eth.c   |9 +
 drivers/spi/Makefile   |1 +
 drivers/spi/sh_spi.c   |  261 +
 drivers/spi/sh_spi.h   |   79 +++
 include/configs/MigoR.h|1 +
 include/configs/ap325rxa.h |2 +
 include/configs/espt.h |1 +
 include/configs/mpr2.h |2 +
 include/configs/ms7720se.h |1 +
 include/configs/ms7722se.h |1 +
 include/configs/ms7750se.h |1 +
 include/configs/r2dplus.h  |1 +
 include/configs/r7780mp.h  |1 +
 include/configs/rsk7203.h  |1 +
 include/configs/sh7757lcr.h|  146 +
 include/configs/sh7763rdp.h|1 +
 include/configs/sh7785lcr.h|2 +
 include/configs/shmin.h|1 +
 43 files changed, 2075 insertions(+), 323 deletions(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7757.h
 delete mode 100644 board/espt/config.mk
 delete mode 100644 board/mpr2/config.mk
 delete mode 100644 board/ms7720se/config.mk
 delete mode 100644 board/ms7722se/config.mk
 delete mode 100644 board/ms7750se/config.mk
 delete mode 100644 board/renesas/ap325rxa/config.mk
 delete mode 100644 board/renesas/r2dplus/config.mk
 delete mode 100644 board/renesas/r7780mp/config.mk
 delete mode 100644 board/renesas/rsk7203/config.mk
 rename board/renesas/{MigoR/config.mk = sh7757lcr/Makefile} (54%)
 create mode 100644 board/renesas/sh7757lcr/lowlevel_init.S
 create mode 100644 board/renesas/sh7757lcr/sh7757lcr.c
 create mode 100644 board/renesas/sh7757lcr/spi-boot.c
 create mode 100644 board/renesas/sh7757lcr/u-boot.lds
 delete mode 100644 board/renesas/sh7763rdp/config.mk
 delete mode 100644 board/renesas/sh7785lcr/config.mk
 delete mode 100644 board/shmin/config.mk
 create mode 100644 doc/README.sh7757lcr
 create mode 100644 

  1   2   >