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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C48C4C4CECE for ; Mon, 14 Oct 2019 19:29:07 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9BA65217D9 for ; Mon, 14 Oct 2019 19:29:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ih2ZaZJL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9BA65217D9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VmiNUz6vClZ1wONi/lJxiWx1T5ChCkcyxGoYbm3EkK0=; b=ih2ZaZJLxi+0y9 rVuEyHr6BZNNC8dkkhGyXgjt8B6ykpXcu+2RhprYvD5pAOgrDRbffHPPnmeu+gMqZ6X9PGkrmd7r5 A6+ylvH18PiU2jjf+l6cqeX3yyoJSyziVAcgRYp2VuiawGZWbW2PcvGvgmGGHBqZSCkbz+EonWNH7 Sqhfy44WnsDkobS5NtC4y0SPOI3vvwdMXAPOdJJrETo80/TOgkzQmagFh4Y6OfhGxm9UmDrHfjGZ1 nZXiKE0Bgdiy4a7z2NdOa5STWeuYwd8qqQrgoYRsMxir069h0QdTiC5wN1KCetqz700uq0ZJb4FBQ kewqygplSpMXshWB3F9g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iK61a-0003r2-Lc; Mon, 14 Oct 2019 19:28:58 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iK61Y-0003qc-2E; Mon, 14 Oct 2019 19:28:57 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B9983B1E5; Mon, 14 Oct 2019 19:28:54 +0000 (UTC) Date: Mon, 14 Oct 2019 21:28:54 +0200 From: Daniel Wagner To: Stefan Wahren Subject: Re: lan78xx and phy_state_machine Message-ID: <20191014192854.q4cyzkytviitgmgw@beryllium.lan> References: <20191014140604.iddhmg5ckqhzlbkw@beryllium.lan> <20191014143213.ishkkg7bkiwu6wi3@beryllium.lan> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191014_122856_252431_8D65BB55 X-CRM114-Status: GOOD ( 11.58 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Stefan, On Mon, Oct 14, 2019 at 08:15:21PM +0200, Stefan Wahren wrote: > Hello Daniel, > > Am 14.10.19 um 16:32 schrieb Daniel Wagner: > >> I've trying to boot a RPi 3 Model B+ in 64 bit mode. While I can get > >> my configuratin booting with v5.2.20, the current kernel v5.3.6 hangs > >> when initializing the eth interface. > > FWIW, 5.4.0-rc3 doesn't boot neither. > > i'm unable to reproduce this issue with my RPi 3B+ I figured it out. The initializing order doesn't work all the time. It depends on timing. > rootfs: ARCH > Bootloader: U-Boot > Linux: 5.4.0-rc3, arm64/defconfig > > Are you using a vanilla kernel? Yeah, mainline kernels > Which configuration? ARM64 defconfig > Is Ethernet cable connected during boot? Yes. > Does ACT LED stop blinking? No idea, I operate it remotely :) > What is your criteria to decide "doesn't boot"? My rootfs is over nfs, so when the kernel is able to mount the rootfs and userland starts. Thanks, Daniel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel