Message ID | 1371071282-14750-1-git-send-email-santosh.shilimkar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* 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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* 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> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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