All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-sh/master
@ 2015-03-02  1:25 Nobuhiro Iwamatsu
  2015-03-02  1:54 ` Nobuhiro Iwamatsu
  2015-03-02 12:23 ` Tom Rini
  0 siblings, 2 replies; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2015-03-02  1:25 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-12-05  2:15 Nobuhiro Iwamatsu
  2014-12-08 21:40 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-12-05  2:15 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-11-17  4:32 Nobuhiro Iwamatsu
  2014-11-17 14:49 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-11-17  4:32 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-11-04 21:48 Nobuhiro Iwamatsu
  0 siblings, 0 replies; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-11-04 21:48 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-08-07  2:34 Nobuhiro Iwamatsu
  2014-08-08 21:08 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-08-07  2:34 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-07-24  3:11 Nobuhiro Iwamatsu
  2014-07-25 19:04 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-07-24  3:11 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-06-10  8:10 Nobuhiro Iwamatsu
  2014-06-10 13:27 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-06-10  8:10 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-05-01 20:16 Nobuhiro Iwamatsu
  2014-05-02 15:51 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-05-01 20:16 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-03-31  1:52 Nobuhiro Iwamatsu
  2014-03-31  3:54 ` Masahiro Yamada
  2014-03-31 12:32 ` Tom Rini
  0 siblings, 2 replies; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-03-31  1:52 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2014-01-09  4:49 Nobuhiro Iwamatsu
  2014-01-10 20:03 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-01-09  4:49 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2013-12-18  7:56 Nobuhiro Iwamatsu
  2013-12-18 14:56 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2013-12-18  7:56 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2013-10-17  0:51 Nobuhiro Iwamatsu
  2013-10-17 16:05 ` Tom Rini
  2013-10-24  1:21 ` Tom Rini
  0 siblings, 2 replies; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2013-10-17  0:51 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2012-12-20  5:12 Nobuhiro Iwamatsu
  2012-12-20 17:54 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-12-20  5:12 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2012-11-30  6:07 Nobuhiro Iwamatsu
  2012-12-03 13:43 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-11-30  6:07 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2012-10-04 22:05 Nobuhiro Iwamatsu
  2012-10-05 17:07 ` Tom Rini
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-10-04 22:05 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2012-08-08  0:58 Nobuhiro Iwamatsu
  2012-08-09 19:00 ` Wolfgang Denk
  2012-08-09 19:03 ` Wolfgang Denk
  0 siblings, 2 replies; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-08-08  0:58 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2012-07-02  2:12 Nobuhiro Iwamatsu
  2012-07-02 18:17 ` Wolfgang Denk
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-07-02  2:12 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 42+ messages in thread
* [U-Boot] Pull request: u-boot-sh/master
@ 2011-03-07  8:05 Nobuhiro Iwamatsu
  2011-03-13 21:48 ` Wolfgang Denk
  0 siblings, 1 reply; 42+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-03-07  8:05 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2015-03-02 12:23 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02  1:25 [U-Boot] Pull request: u-boot-sh/master Nobuhiro Iwamatsu
2015-03-02  1:54 ` Nobuhiro Iwamatsu
2015-03-02 12:23 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-12-05  2:15 Nobuhiro Iwamatsu
2014-12-08 21:40 ` Tom Rini
2014-11-17  4:32 Nobuhiro Iwamatsu
2014-11-17 14:49 ` Tom Rini
2014-11-04 21:48 Nobuhiro Iwamatsu
2014-08-07  2:34 Nobuhiro Iwamatsu
2014-08-08 21:08 ` Tom Rini
2014-07-24  3:11 Nobuhiro Iwamatsu
2014-07-25 19:04 ` Tom Rini
2014-06-10  8:10 Nobuhiro Iwamatsu
2014-06-10 13:27 ` Tom Rini
2014-05-01 20:16 Nobuhiro Iwamatsu
2014-05-02 15:51 ` Tom Rini
2014-03-31  1:52 Nobuhiro Iwamatsu
2014-03-31  3:54 ` Masahiro Yamada
2014-03-31  5:29   ` Nobuhiro Iwamatsu
2014-03-31 12:32 ` Tom Rini
2014-01-09  4:49 Nobuhiro Iwamatsu
2014-01-10 20:03 ` Tom Rini
2013-12-18  7:56 Nobuhiro Iwamatsu
2013-12-18 14:56 ` Tom Rini
2013-10-17  0:51 Nobuhiro Iwamatsu
2013-10-17 16:05 ` Tom Rini
2013-10-18 21:14   ` Nobuhiro Iwamatsu
2013-10-21  8:15     ` Albert ARIBAUD
2013-10-24  1:21 ` Tom Rini
2012-12-20  5:12 Nobuhiro Iwamatsu
2012-12-20 17:54 ` Tom Rini
2012-11-30  6:07 Nobuhiro Iwamatsu
2012-12-03 13:43 ` Tom Rini
2012-10-04 22:05 Nobuhiro Iwamatsu
2012-10-05 17:07 ` Tom Rini
2012-08-08  0:58 Nobuhiro Iwamatsu
2012-08-09 19:00 ` Wolfgang Denk
2012-08-09 19:03 ` Wolfgang Denk
2012-07-02  2:12 Nobuhiro Iwamatsu
2012-07-02 18:17 ` Wolfgang Denk
2011-03-07  8:05 Nobuhiro Iwamatsu
2011-03-13 21:48 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.