From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF466C4346E for ; Thu, 24 Sep 2020 05:53:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B82F23741 for ; Thu, 24 Sep 2020 05:53:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726691AbgIXFxR (ORCPT ); Thu, 24 Sep 2020 01:53:17 -0400 Received: from muru.com ([72.249.23.125]:45304 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726683AbgIXFxQ (ORCPT ); Thu, 24 Sep 2020 01:53:16 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7E49280A0; Thu, 24 Sep 2020 05:53:19 +0000 (UTC) Date: Thu, 24 Sep 2020 08:53:13 +0300 From: Tony Lindgren To: Laurent Pinchart Cc: Tomi Valkeinen , Linux-OMAP Subject: Re: Slow booting on x15 Message-ID: <20200924055313.GC9471@atomide.com> References: <20200918155844.GH28436@pendragon.ideasonboard.com> <20200923070758.GT7101@atomide.com> <20200923111346.GA3980@pendragon.ideasonboard.com> <20200924054220.GA9471@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200924054220.GA9471@atomide.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org > > > > On Fri, Sep 18, 2020 at 06:25:02PM +0300, Tomi Valkeinen wrote: > > > > > v5.9-rc5 > > > > > [ 0.706165] cpuidle: using governor menu > > > > > [ 6.761812] No ATAGs? > > > > > > > > > > [ 19.522536] Run /sbin/init as init process Hmm v5.9-rc1 here with NFSroot shows this for me: [ 11.704511] Run /sbin/init as init process And v5.9-rc6 shows: [ 13.120913] Run /sbin/init as init process With at least two seconds spent on waiting for Ethernet PHY to negotiate the speed. This is with omap2plus_defconfig. Regards, Tony