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


[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


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


[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


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


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


[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


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


[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


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


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