Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4009666ybe; Mon, 16 Sep 2019 05:19:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqw7RrE4JhWBRaJ6a/fnEWTZqmu5NOPi35cxec9/rONtJOCMnZGsyF0y7c53aFzwc8FyNXCn X-Received: by 2002:a05:6402:614:: with SMTP id n20mr61578375edv.237.1568636391795; Mon, 16 Sep 2019 05:19:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568636391; cv=none; d=google.com; s=arc-20160816; b=yOhOVmVeHULfm8ftXiFYqLQGz4eZkC0aVv4GHl6PmPIvKJit/gUvOORC9C60vi/AaI FXMNSYB8FnVw7io+/OgRUA6PDgebL6nWTFn8d9ImfNNfJVmYxgTgAR9Jd59bVP8Sbi4u GgztfLirp1+Da7ddIYiKUPVcvbAYYExlALClemsk4I4WOH4LTEhabRRsQ7Ubitzn3Jwe dNA0Uu+XlUOrt2bsDiCj4c/fY/Vc6HQb1LUMCk39xJp7Uuc6nUrGW7Jve5/JE1LxT1RY 1ZItWGS2YPNpJ6vTXSAYQxbNZq4IBLx/kBbI0RPzcG657mn1FeYCOcArDAOqM1HnD+hZ CPmA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=QpPsLUuHJtE7F1om2/Ey+IN9Lx7UHkse8miyL3IDjQ0=; b=FYpdClJ5MdzDA5RbtF4Q3iRVjDP4k6QQtZYOGjDdBXF6h96hfRs86nfsGvXqpIOn+y nxb/SIonqX8FdC6Ak/JLY2jyy8FUlfuE/70nUH3Qy9ZjmLZURm/HM6uHZ72z4mbKgZ9A 5xv0B7Ih40Ju++uYqsQOWj0dn+DXe2oLubdJzjftahJ6yqVo6Im0oireMaWf55OGDGMM YxfUNDQoE9xmuWn5G8+CHPYcNon3dZt6ZObXypf654kxpzX2d0CUo7RsY3u6aqWNAKzl ls3wbG4WoUROwJ37hzpu7VgrY1wlWtKMpp5hxAjZpqtCIi7zf/sMgOVXOoXkCP2W8/XA Fbyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o32si11051623edb.63.2019.09.16.05.19.25; Mon, 16 Sep 2019 05:19:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731955AbfIPMPX (ORCPT + 99 others); Mon, 16 Sep 2019 08:15:23 -0400 Received: from verein.lst.de ([213.95.11.211]:44492 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726875AbfIPMPW (ORCPT ); Mon, 16 Sep 2019 08:15:22 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id B1F0E68B05; Mon, 16 Sep 2019 14:15:18 +0200 (CEST) Date: Mon, 16 Sep 2019 14:15:18 +0200 From: Christoph Hellwig To: Andreas Schwab Cc: Paul Walmsley , Christoph Hellwig , gregkh@linuxfoundation.org, jslaby@suse.com, linux-serial@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] serial/sifive: select SERIAL_EARLYCON Message-ID: <20190916121518.GA29881@lst.de> References: <20190910055923.28384-1-hch@lst.de> <20190910070503.GA31743@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 16, 2019 at 02:00:39PM +0200, Andreas Schwab wrote: > > Try: > > > > earlycon=sifive,0x10010000 > > That's not what Christoph wants. Well, what I want is auto selection if the device tree uses the stdout-path. My Kendryte DT uses that and it works like a charm. If it doesn't work for you on the U54 board chances are that your DT doesn't have the right settings and you have to use the line that Paul posted.