All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-sh/rmolbile
@ 2015-02-13  4:19 Nobuhiro Iwamatsu
  2015-02-16 17:32 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2015-02-13  4:19 UTC (permalink / raw)
  To: u-boot

Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit a4fb5df214c7e8d5bc949c1068d92252f105427a:

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

are available in the git repository at:

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

for you to fetch changes up to 79bf043e371cfb7bed276e3ce795f066a364f5ff:

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

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

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

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

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

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

* [U-Boot] Pull request: u-boot-sh/rmolbile
  2015-02-13  4:19 [U-Boot] Pull request: u-boot-sh/rmolbile Nobuhiro Iwamatsu
@ 2015-02-16 17:32 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2015-02-16 17:32 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 13, 2015 at 01:19:05PM +0900, Nobuhiro Iwamatsu wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150216/65c93954/attachment.sig>

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

* [U-Boot] Pull request: u-boot-sh/rmolbile
  2014-12-26  1:21 Nobuhiro Iwamatsu
@ 2014-12-30  2:25 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2014-12-30  2:25 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 26, 2014 at 10:21:39AM +0900, Nobuhiro Iwamatsu wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141229/ac16acd3/attachment.pgp>

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

* [U-Boot] Pull request: u-boot-sh/rmolbile
@ 2014-12-26  1:21 Nobuhiro Iwamatsu
  2014-12-30  2:25 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-12-26  1:21 UTC (permalink / raw)
  To: u-boot

Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

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

are available in the git repository at:

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

for you to fetch changes up to 2a1d2a0351ac14390ccaad6433d27a1c58dab46f:

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

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

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


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

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

* [U-Boot] Pull request: u-boot-sh/rmolbile
  2014-12-10  6:38 Nobuhiro Iwamatsu
@ 2014-12-10 21:39 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2014-12-10 21:39 UTC (permalink / raw)
  To: u-boot

On Wed, Dec 10, 2014 at 03:38:19PM +0900, Nobuhiro Iwamatsu wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141210/b060a7b5/attachment.pgp>

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

* [U-Boot] Pull request: u-boot-sh/rmolbile
@ 2014-12-10  6:38 Nobuhiro Iwamatsu
  2014-12-10 21:39 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-12-10  6:38 UTC (permalink / raw)
  To: u-boot

Dear Tom Rini.

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

The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:

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

are available in the git repository at:

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

for you to fetch changes up to 2b8c0814f88fa2d6fd8a1ac994e4396b39a0eac8:

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

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

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


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

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

end of thread, other threads:[~2015-02-16 17:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13  4:19 [U-Boot] Pull request: u-boot-sh/rmolbile Nobuhiro Iwamatsu
2015-02-16 17:32 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-12-26  1:21 Nobuhiro Iwamatsu
2014-12-30  2:25 ` Tom Rini
2014-12-10  6:38 Nobuhiro Iwamatsu
2014-12-10 21:39 ` Tom Rini

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.