> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx > [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of Pandita, Vikram > Sent: Wednesday, November 11, 2009 4:17 AM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: Pandita, Vikram > Subject: [PATCH v2 0/8] introduce 3630 boards > > Introducing 3630 boards: zoom3 and sdp3630 > > The peripherals are very similar for the two bards as per > this discussion: > http://marc.info/?l=linux-omap&m=125676595710748&w=2 > > So maximum reuse is done for the board files for zoom3 and sdp3630 > > V1: Review comments incorporated: > http://marc.info/?l=linux-omap&m=125632676504364&w=2 > http://marc.info/?l=linux-omap&m=125632720804869&w=2 > http://marc.info/?l=linux-omap&m=125633994320138&w=2 > > V2: Review comments by Nishanth Menon > http://marc.info/?l=linux-omap&m=125728617825678&w=2 > http://marc.info/?l=linux-omap&m=125728665226332&w=2 > http://marc.info/?l=linux-omap&m=125728729027309&w=2 > http://marc.info/?l=linux-omap&m=125728749327603&w=2 > Vikram, I'm afraid current linux-omap master + these patches does not boot on my 3630SDP. The bootargs used were: mem=256M console=ttyS0,115200n8 noinitrd root=/dev/nfs rw nfsroot=172.24.162.66:/vol/vol2/swcoe_omapsw_linux1/anand/target,nolock,tcp ip=172.24.190.229:172.24.162.66:172.24.188.1:255.255.252.0:myomap::off The image hangs after "Uncompressing kernel...... done, booting the kernel." - Anand > Vikram Pandita (8): > omap: 3630: update is_chip variable > omap: DEBUG_LL: allow no omap uart configuration > omap: zoom2: split board file for reuse > omap: zoom2: update defconfig > omap: zoom3: introduce zoom3 board support > omap: zoom3: defconfig creation > omap: 3630sdp: introduce 3630 sdp board support > omap: 3630sdp: defconfig creation > > arch/arm/configs/omap_3630sdp_defconfig | 1606 ++++++++++++++++++++ > arch/arm/configs/omap_zoom2_defconfig | 231 ++-- > arch/arm/configs/omap_zoom3_defconfig | 1605 +++++++++++++++++++ > arch/arm/mach-omap2/Kconfig | 8 + > arch/arm/mach-omap2/Makefile | 8 + > arch/arm/mach-omap2/board-3630sdp.c | 96 ++ > arch/arm/mach-omap2/board-zoom-peripherals.c | 403 +++++ > arch/arm/mach-omap2/board-zoom2.c | 261 +--- > arch/arm/mach-omap2/board-zoom3.c | 59 + > arch/arm/mach-omap2/id.c | 2 + > arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h | 52 + > arch/arm/plat-omap/Kconfig | 3 + > arch/arm/plat-omap/include/plat/cpu.h | 7 +- > arch/arm/plat-omap/include/plat/uncompress.h | 4 +- > 14 files changed, 4005 insertions(+), 340 deletions(-) > create mode 100644 arch/arm/configs/omap_3630sdp_defconfig > create mode 100644 arch/arm/configs/omap_zoom3_defconfig > create mode 100755 arch/arm/mach-omap2/board-3630sdp.c > create mode 100644 arch/arm/mach-omap2/board-zoom-peripherals.c > create mode 100644 arch/arm/mach-omap2/board-zoom3.c > create mode 100644 arch/arm/mach-omap2/sdram-hynix-h8mbx00u0mer-0em.h > > -- > To unsubscribe from this list: send the line "unsubscribe > linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html