* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
@ 2014-08-28 12:40 Geert Uytterhoeven
2014-08-28 12:49 ` Arnd Bergmann
2014-09-01 1:47 ` Simon Horman
0 siblings, 2 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 12:40 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/configs/shmobile_defconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index fa94612d72cc..d3bced4555aa 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -13,6 +13,7 @@ CONFIG_SLAB=y
CONFIG_ARCH_SHMOBILE_MULTI=y
CONFIG_ARCH_EMEV2=y
CONFIG_ARCH_R7S72100=y
+CONFIG_ARCH_R8A7740=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
CONFIG_ARCH_R8A7791=y
@@ -75,6 +76,8 @@ CONFIG_SMSC_PHY=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_ST1232=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
@@ -113,10 +116,16 @@ CONFIG_VIDEO_RENESAS_VSP1=y
CONFIG_VIDEO_ADV7180=y
CONFIG_DRM=y
CONFIG_DRM_RCAR_DU=y
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+# CONFIG_LCD_CLASS_DEVICE is not set
+# CONFIG_BACKLIGHT_GENERIC is not set
+CONFIG_BACKLIGHT_PWM=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_SOC=y
+CONFIG_SND_SOC_SH4_FSI=y
CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_WM8978=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
@@ -133,9 +142,12 @@ CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_S35390A=y
CONFIG_DMADEVICES=y
CONFIG_SH_DMAE=y
# CONFIG_IOMMU_SUPPORT is not set
+CONFIG_PWM=y
+CONFIG_PWM_RENESAS_TPU=y
# CONFIG_DNOTIFY is not set
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
--
1.9.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
2014-08-28 12:40 [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig Geert Uytterhoeven
@ 2014-08-28 12:49 ` Arnd Bergmann
2014-08-28 13:06 ` Geert Uytterhoeven
2014-09-01 1:47 ` Simon Horman
1 sibling, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-08-28 12:49 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 28 August 2014 14:40:22 Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/arm/configs/shmobile_defconfig | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
No objections to the patch, but I wonder if you could send another
patch to enable all the machines working in ARCH_SHMOBILE_MULTI
as part of multi_v7_defconfig as well.
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
2014-08-28 12:49 ` Arnd Bergmann
@ 2014-08-28 13:06 ` Geert Uytterhoeven
2014-08-28 13:24 ` Arnd Bergmann
0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 13:06 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
On Thu, Aug 28, 2014 at 2:49 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday 28 August 2014 14:40:22 Geert Uytterhoeven wrote:
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
>> arch/arm/configs/shmobile_defconfig | 12 ++++++++++++
>> 1 file changed, 12 insertions(+)
>
> No objections to the patch, but I wonder if you could send another
> patch to enable all the machines working in ARCH_SHMOBILE_MULTI
> as part of multi_v7_defconfig as well.
Sure. I actually have such a patch lying around :-)
I've just added armadillo support there, too, but it hangs during boot
on Armadillo. May be that the image is just too big for the Hermit boot
loader.
It does work on Koelsch. Haven't tried it yet on BeagleBone Black, though.
Do you want it? Or do you want the version without armadillo support?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
2014-08-28 13:06 ` Geert Uytterhoeven
@ 2014-08-28 13:24 ` Arnd Bergmann
2014-08-28 13:39 ` Geert Uytterhoeven
0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2014-08-28 13:24 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday 28 August 2014 15:06:31 Geert Uytterhoeven wrote:
> On Thu, Aug 28, 2014 at 2:49 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Thursday 28 August 2014 14:40:22 Geert Uytterhoeven wrote:
> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >> ---
> >> arch/arm/configs/shmobile_defconfig | 12 ++++++++++++
> >> 1 file changed, 12 insertions(+)
> >
> > No objections to the patch, but I wonder if you could send another
> > patch to enable all the machines working in ARCH_SHMOBILE_MULTI
> > as part of multi_v7_defconfig as well.
>
> Sure. I actually have such a patch lying around
>
> I've just added armadillo support there, too, but it hangs during boot
> on Armadillo. May be that the image is just too big for the Hermit boot
> loader.
> It does work on Koelsch. Haven't tried it yet on BeagleBone Black, though.
>
> Do you want it? Or do you want the version without armadillo support?
>
Good question. Ideally I'd like them all to be enabled, but I guess there
is little value in adding Armadillo if it doesn't actually work.
Maybe you have run into the same u-boot problem that a few other people
had before? When mach-qcom is enabled, the kernel entry point changes
and you have to adapt any script that tries to build a uImage manually.
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
2014-08-28 13:24 ` Arnd Bergmann
@ 2014-08-28 13:39 ` Geert Uytterhoeven
0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2014-08-28 13:39 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
On Thu, Aug 28, 2014 at 3:24 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday 28 August 2014 15:06:31 Geert Uytterhoeven wrote:
>> On Thu, Aug 28, 2014 at 2:49 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> > No objections to the patch, but I wonder if you could send another
>> > patch to enable all the machines working in ARCH_SHMOBILE_MULTI
>> > as part of multi_v7_defconfig as well.
>>
>> Sure. I actually have such a patch lying around
>>
>> I've just added armadillo support there, too, but it hangs during boot
>> on Armadillo. May be that the image is just too big for the Hermit boot
>> loader.
>> It does work on Koelsch. Haven't tried it yet on BeagleBone Black, though.
>>
>> Do you want it? Or do you want the version without armadillo support?
>
> Good question. Ideally I'd like them all to be enabled, but I guess there
> is little value in adding Armadillo if it doesn't actually work.
>
> Maybe you have run into the same u-boot problem that a few other people
> had before? When mach-qcom is enabled, the kernel entry point changes
> and you have to adapt any script that tries to build a uImage manually.
Armadillo uses hermit, not u-boot, and boots a zImage with appended DTB.
I tried disabling CONFIG_ARCH_QCOM, but it didn't make a difference.
It does boot the shmobile_defconfig kernel, which is only 3 MiB large
(compared to 5.4 for multi_v7_defconfig).
For now, I'll send you the version without armadillo support.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
2014-08-28 12:40 [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig Geert Uytterhoeven
2014-08-28 12:49 ` Arnd Bergmann
@ 2014-09-01 1:47 ` Simon Horman
1 sibling, 0 replies; 7+ messages in thread
From: Simon Horman @ 2014-09-01 1:47 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 28, 2014 at 02:40:22PM +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued this up.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig
2014-09-02 1:31 [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
@ 2014-09-02 1:31 ` Simon Horman
0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2014-09-02 1:31 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b7ebf1e..522275a 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -12,6 +12,7 @@ CONFIG_SLAB=y
CONFIG_ARCH_SHMOBILE_MULTI=y
CONFIG_ARCH_EMEV2=y
CONFIG_ARCH_R7S72100=y
+CONFIG_ARCH_R8A7740=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
CONFIG_ARCH_R8A7791=y
@@ -75,6 +76,8 @@ CONFIG_SMSC_PHY=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
+CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_ST1232=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
@@ -113,10 +116,16 @@ CONFIG_VIDEO_RENESAS_VSP1=y
CONFIG_VIDEO_ADV7180=y
CONFIG_DRM=y
CONFIG_DRM_RCAR_DU=y
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+# CONFIG_LCD_CLASS_DEVICE is not set
+# CONFIG_BACKLIGHT_GENERIC is not set
+CONFIG_BACKLIGHT_PWM=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_SOC=y
+CONFIG_SND_SOC_SH4_FSI=y
CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_WM8978=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
@@ -133,9 +142,12 @@ CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_S35390A=y
CONFIG_DMADEVICES=y
CONFIG_SH_DMAE=y
# CONFIG_IOMMU_SUPPORT is not set
+CONFIG_PWM=y
+CONFIG_PWM_RENESAS_TPU=y
# CONFIG_DNOTIFY is not set
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
--
2.0.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-09-02 1:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 12:40 [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig Geert Uytterhoeven
2014-08-28 12:49 ` Arnd Bergmann
2014-08-28 13:06 ` Geert Uytterhoeven
2014-08-28 13:24 ` Arnd Bergmann
2014-08-28 13:39 ` Geert Uytterhoeven
2014-09-01 1:47 ` Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2014-09-02 1:31 [GIT PULL] Third Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-09-02 1:31 ` [PATCH] ARM: shmobile: Enable Armadillo 800 EVA board in multiplatform defconfig Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox