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


[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


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

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

2015-03-02 10:25 GMT+09:00 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



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

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


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


[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


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


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


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


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


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


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


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

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

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


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

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

In message  
you wrote:
> 
> The following changes since commit 436da3cd233e7166b5ce9293dbd28092cf37bcc9:
> 
>   ext2load: increase read speed (2012-06-21 22:49:33 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 97e305cfc19c26e762e0c9d00a164db81fe23dff:
> 
>   sh: ap_sh4a_4a: Fix wrong register initialization value (2012-06-28
> 16:06:32 +0900)
> 
> 
> Nobuhiro Iwamatsu (1):
>   sh: ap_sh4a_4a: Fix wrong register initialization value
> 
>  board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c |4 ++--
>  1 file 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
"There are three principal ways to lose money: wine, women, and engi-
neers. While the first two are more pleasant, the third is by far the
more certain."   - Baron Rothschild, ca. 1800
___
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-07-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 436da3cd233e7166b5ce9293dbd28092cf37bcc9:

  ext2load: increase read speed (2012-06-21 22:49:33 +0200)

are available in the git repository at:

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

for you to fetch changes up to 97e305cfc19c26e762e0c9d00a164db81fe23dff:

  sh: ap_sh4a_4a: Fix wrong register initialization value (2012-06-28
16:06:32 +0900)


Nobuhiro Iwamatsu (1):
  sh: ap_sh4a_4a: Fix wrong register initialization value

 board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.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

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

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