From patchwork Mon Jan 28 10:34:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Afzal Mohammed X-Patchwork-Id: 2054811 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id DAAF9E00C6 for ; Mon, 28 Jan 2013 10:37:11 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tzm2i-0000BL-2U; Mon, 28 Jan 2013 10:34:24 +0000 Received: from devils.ext.ti.com ([198.47.26.153]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tzm2d-0000B2-Rl for linux-arm-kernel@lists.infradead.org; Mon, 28 Jan 2013 10:34:20 +0000 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r0SAYHBH029979; Mon, 28 Jan 2013 04:34:18 -0600 Received: from DBDE71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id r0SAYFWu003462; Mon, 28 Jan 2013 16:04:15 +0530 (IST) Received: from DBDE01.ent.ti.com ([fe80::d5df:c4b5:9919:4e10]) by DBDE71.ent.ti.com ([fe80::692c:15fd:9507:b54%21]) with mapi id 14.01.0323.003; Mon, 28 Jan 2013 16:04:15 +0530 From: "Mohammed, Afzal" To: "Balbi, Felipe" , Paul Walmsley Subject: RE: OMAP baseline test results for v3.8-rc5 Thread-Topic: OMAP baseline test results for v3.8-rc5 Thread-Index: AQHN+6DcNrjbVgEn70WQR65/dFQd/pha77EAgAOXSLA= Date: Mon, 28 Jan 2013 10:34:15 +0000 Message-ID: References: <20130126084604.GB8754@arwen.pp.htv.fi> In-Reply-To: <20130126084604.GB8754@arwen.pp.htv.fi> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.24.162.25] MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130128_053419_992798_90170DBE X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -7.6 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.153 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hi, On Sat, Jan 26, 2013 at 14:16:04, Balbi, Felipe wrote: > On Sat, Jan 26, 2013 at 08:40:07AM +0000, Paul Walmsley wrote: > > * am335xbone: hangs after "Starting kernel" > > - Cause unknown; may be due to CONFIG_EARLY_PRINTK=y? > > - http://www.mail-archive.com/linux-omap@vger.kernel.org/msg82297.html > > - http://marc.info/?l=linux-omap&m=135903184512238&w=2 > > FYI, I don't think it's related to CONFIG_EARLY_PRINTK. Tested with and > without it, also removed CONFIG_DEBUG_LL completely and nothing seemed > to help my bone, no matter if I had appended DTB or not. Following patch with low level debug may help to find where the issue is, (my observation is that it boots with mainline u-boot) Regards Afzal diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 41b581f..178a411 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -117,6 +117,10 @@ config SOC_AM33XX select CPU_V7 select MULTI_IRQ_HANDLER select COMMON_CLK + select MACH_AM335XEVM + +config MACH_AM335XEVM + bool config OMAP_PACKAGE_ZAF bool