linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM-based SoC: Core for 3.7
@ 2012-08-28  0:22 Simon Horman
  2012-08-28  0:22 ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
  0 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2012-08-28  0:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olaf, Hi Arnd,

please consider the following enhancement for the Renesas ARM-based SoC Core
from Tetsuyuki Kobayashi for inclusion in 3.7.

----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:

  Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc-core

for you to fetch changes up to e3586c612e3a13118f0dbd2f6e9a4901b1695b81:

  ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' (2012-08-25 14:38:13 +0900)

----------------------------------------------------------------
Tetsuyuki Kobayashi (1):
      ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'

 arch/arm/mach-shmobile/Makefile.boot | 4 ++++
 1 file changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [GIT PULL v2] Renesas ARM-based SoC: Core for 3.7
@ 2012-08-30  5:36 Simon Horman
  2012-08-30  5:36 ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
  0 siblings, 1 reply; 9+ messages in thread
From: Simon Horman @ 2012-08-30  5:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following enhancement for the Renesas ARM-based SoC
Core from Kobayashi-san for inclusion in 3.7.

This replaces v1 of this pull request which included an
old and incorrect version of Kobayashi-san's patch.

----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:

  Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc-core

for you to fetch changes up to c88a79a7789b2909ad1cf69ea2c9142030bbd6f4:

  ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' (2012-08-30 14:21:54 +0900)

----------------------------------------------------------------
Tetsuyuki Kobayashi (1):
      ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'

 arch/arm/mach-shmobile/Makefile.boot | 4 ++++
 1 file changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-07-23  8:57 Tetsuyuki Kobayshi
  2012-07-24  1:20 ` Simon Horman
  2012-07-24  1:22 ` Simon Horman
  0 siblings, 2 replies; 9+ messages in thread
From: Tetsuyuki Kobayshi @ 2012-07-23  8:57 UTC (permalink / raw)
  To: linux-sh

From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>

Add compilation support for dtbs using 'make dtbs'

Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Simon Horman <horms@verge.net.au>
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
---
 arch/arm/mach-shmobile/Makefile.boot |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-shmobile/Makefile.boot b/arch/arm/mach-shmobile/Makefile.boot
index 498efd9..a1227ce 100644
--- a/arch/arm/mach-shmobile/Makefile.boot
+++ b/arch/arm/mach-shmobile/Makefile.boot
@@ -7,3 +7,7 @@ __ZRELADDR	:= $(shell /bin/bash -c 'printf "0x%08x" \
 #
 #params_phys-y (Instead: Pass atags pointer in r2)
 #initrd_phys-y (Instead: Use compiled-in initramfs)
+
+dtb-$(CONFIG_MACH_KZM9G) += sh73a0-kzm9g.dtb
+dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
-- 
1.7.9.5


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

end of thread, other threads:[~2012-08-30  5:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28  0:22 [GIT PULL] Renesas ARM-based SoC: Core for 3.7 Simon Horman
2012-08-28  0:22 ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
2012-08-28  0:27   ` Stephen Boyd
2012-08-28  1:00     ` Tetsuyuki Kobayashi
2012-08-28  1:06       ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2012-08-30  5:36 [GIT PULL v2] Renesas ARM-based SoC: Core for 3.7 Simon Horman
2012-08-30  5:36 ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
2012-07-23  8:57 Tetsuyuki Kobayshi
2012-07-24  1:20 ` Simon Horman
2012-07-24  1:22 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).