linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits
@ 2013-06-12 21:08 Santosh Shilimkar
  2013-06-18  8:24 ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Santosh Shilimkar @ 2013-06-12 21:08 UTC (permalink / raw)
  To: linux-arm-kernel

Add ramdisk fileystem related options which lets OMAP5 and Keystone
SOCs to boot till shell with multi_v7_config.

Cc: Olof Johansson <olof@lixom.net>
Cc: Arnd Bergmann <arnd@arndb.de>

Signed-off-by: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
---
The ARCH_SIRF related fix is already in arm-soc as pointed by Olof on
IRC. So just sending the defconfig bits only. I didn't sync the
multi_v7_config with usual method since it was adding some unnecessary
delta to the $subject patch.

 arch/arm/configs/multi_v7_defconfig |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 2e67a27..efd12f4 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1,11 +1,14 @@
 CONFIG_EXPERIMENTAL=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+CONFIG_BLK_DEV_INITRD=y
 CONFIG_ARCH_MVEBU=y
 CONFIG_MACH_ARMADA_370=y
 CONFIG_ARCH_SIRF=y
 CONFIG_MACH_ARMADA_XP=y
 CONFIG_ARCH_HIGHBANK=y
+CONFIG_ARCH_OMAP2PLUS=y
+CONFIG_SOC_OMAP5=y
 CONFIG_ARCH_SOCFPGA=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_ARCH_WM8850=y
@@ -25,6 +28,9 @@ CONFIG_ARM_APPENDED_DTB=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_NET=y
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_HIGHBANK=y
@@ -38,6 +44,8 @@ CONFIG_SERIO_AMBAKMI=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_DW=y
+CONFIG_SERIAL_OMAP=y
+CONFIG_SERIAL_OMAP_CONSOLE=y
 CONFIG_KEYBOARD_SPEAR=y
 CONFIG_SERIAL_AMBA_PL011=y
 CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
@@ -81,3 +89,4 @@ CONFIG_DMADEVICES=y
 CONFIG_PL330_DMA=y
 CONFIG_SIRF_DMA=y
 CONFIG_DW_DMAC=y
+CONFIG_EXT2_FS=y
-- 
1.7.9.5

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

* [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits
  2013-06-12 21:08 [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits Santosh Shilimkar
@ 2013-06-18  8:24 ` Tony Lindgren
  2013-06-18 14:44   ` Santosh Shilimkar
  0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2013-06-18  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

* Santosh Shilimkar <santosh.shilimkar@ti.com> [130612 14:14]:
> Add ramdisk fileystem related options which lets OMAP5 and Keystone
> SOCs to boot till shell with multi_v7_config.

Please add also other v7 omaps.

Regards,

Tony

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

* [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits
  2013-06-18  8:24 ` Tony Lindgren
@ 2013-06-18 14:44   ` Santosh Shilimkar
  2013-06-24 14:33     ` Sricharan R
  0 siblings, 1 reply; 6+ messages in thread
From: Santosh Shilimkar @ 2013-06-18 14:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 18 June 2013 04:24 AM, Tony Lindgren wrote:
> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130612 14:14]:
>> Add ramdisk fileystem related options which lets OMAP5 and Keystone
>> SOCs to boot till shell with multi_v7_config.
> 
> Please add also other v7 omaps.
> 
Should have done first place. Sorry.
Will update other machines and after testing, repost it.

Regards,
Santosh

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

* [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits
  2013-06-18 14:44   ` Santosh Shilimkar
@ 2013-06-24 14:33     ` Sricharan R
  2013-06-24 14:49       ` Sricharan R
  2013-06-25  7:02       ` Tony Lindgren
  0 siblings, 2 replies; 6+ messages in thread
From: Sricharan R @ 2013-06-24 14:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,
On Tuesday 18 June 2013 08:14 PM, Santosh Shilimkar wrote:
> On Tuesday 18 June 2013 04:24 AM, Tony Lindgren wrote:
>> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130612 14:14]:
>>> Add ramdisk fileystem related options which lets OMAP5 and Keystone
>>> SOCs to boot till shell with multi_v7_config.
>> Please add also other v7 omaps.
>>
> Should have done first place. Sorry.
> Will update other machines and after testing, repost it.
>
> Regards,
> Santosh
>
 Since CONFIG_ARCH_OMAP2PLUS=y is set in the patch,
 OMAP3, OMAP4 are getting enabled by default.

 I tested OMAP4 PANDA on mainline + multi_v7_config + above patch
 and it booted up fine.

Regards,
 Sricharan

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

* [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits
  2013-06-24 14:33     ` Sricharan R
@ 2013-06-24 14:49       ` Sricharan R
  2013-06-25  7:02       ` Tony Lindgren
  1 sibling, 0 replies; 6+ messages in thread
From: Sricharan R @ 2013-06-24 14:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 24 June 2013 08:03 PM, Sricharan R wrote:
> Hi,
> On Tuesday 18 June 2013 08:14 PM, Santosh Shilimkar wrote:
>> On Tuesday 18 June 2013 04:24 AM, Tony Lindgren wrote:
>>> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130612 14:14]:
>>>> Add ramdisk fileystem related options which lets OMAP5 and Keystone
>>>> SOCs to boot till shell with multi_v7_config.
>>> Please add also other v7 omaps.
>>>
>> Should have done first place. Sorry.
>> Will update other machines and after testing, repost it.
>>
>> Regards,
>> Santosh
>>
>  Since CONFIG_ARCH_OMAP2PLUS=y is set in the patch,
>  OMAP3, OMAP4 are getting enabled by default.
>
>  I tested OMAP4 PANDA on mainline + multi_v7_config + above patch
>  and it booted up fine.
  Also tested on OMAP3 beagle-xm and beagle-bone black (am335x-bone.dtb)
  and booted up fine.

Regards,
 Sricharan

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

* [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits
  2013-06-24 14:33     ` Sricharan R
  2013-06-24 14:49       ` Sricharan R
@ 2013-06-25  7:02       ` Tony Lindgren
  1 sibling, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-06-25  7:02 UTC (permalink / raw)
  To: linux-arm-kernel

* Sricharan R <r.sricharan@ti.com> [130624 07:39]:
> Hi,
> On Tuesday 18 June 2013 08:14 PM, Santosh Shilimkar wrote:
> > On Tuesday 18 June 2013 04:24 AM, Tony Lindgren wrote:
> >> * Santosh Shilimkar <santosh.shilimkar@ti.com> [130612 14:14]:
> >>> Add ramdisk fileystem related options which lets OMAP5 and Keystone
> >>> SOCs to boot till shell with multi_v7_config.
> >> Please add also other v7 omaps.
> >>
> > Should have done first place. Sorry.
> > Will update other machines and after testing, repost it.
> >
> > Regards,
> > Santosh
> >
>  Since CONFIG_ARCH_OMAP2PLUS=y is set in the patch,
>  OMAP3, OMAP4 are getting enabled by default.
> 
>  I tested OMAP4 PANDA on mainline + multi_v7_config + above patch
>  and it booted up fine.

OK thanks for testing. Those default y things will be going
away, but we can update both defconfigs after that.

Acked-by: Tony Lindgren <tony@atomide.com>

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

end of thread, other threads:[~2013-06-25  7:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12 21:08 [PATCH] ARM: multi_v7: Add OMAP with ramdisk config bits Santosh Shilimkar
2013-06-18  8:24 ` Tony Lindgren
2013-06-18 14:44   ` Santosh Shilimkar
2013-06-24 14:33     ` Sricharan R
2013-06-24 14:49       ` Sricharan R
2013-06-25  7:02       ` Tony Lindgren

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