Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4415009ybe; Mon, 16 Sep 2019 11:51:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqwDHLHhGE8lCEiKgwDo4BYrYZAMTo6an0GizvG662ot4ba95+7wAz/1+LoXd2uPFtJedvJC X-Received: by 2002:a17:906:4a19:: with SMTP id w25mr1343142eju.239.1568659867304; Mon, 16 Sep 2019 11:51:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568659867; cv=none; d=google.com; s=arc-20160816; b=lxiG5b7SUIW0jjcxqDLxLExe97HI0/0vrYu2XzXG3ibNoKN8q27ly9o9WPGWM1H1uT fQYiQe6nMEVktVfUaUprEouYbbXiuAB4LNMuyrr5DIxqWAZ6p2aDM+PEs4lMpCdvOSH3 n4YQf6AGAAeCke0g9StWfxwolWXT5OxhYgVT3r0hdfoN9xAkkBsS4MckdlMjRTTob5dl TTmi7feICgHH+V1TVJUpeLJXaFVkbYD7LKVGAg2V1JFWTukI3An9oUJOVxmenflZZNs+ Xdwivevlyp7YXXuKroZx1rdqzr4osVVWwNYqwlCPOm18mVK3W9KFKOsSN3GQVRRzC9KK 1a8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:message-id:in-reply-to:date:references:subject:cc:to :from; bh=Q2laXdQ2pKIPwUBef+13Eyfue4Vhad2LOA8JMqd+/o4=; b=xniBUDi6X37sTRD4ypQBs6fO5jSPaiggJm70lrecZf7YXlg7r448/fRZJDX87v+it3 p5AV7cLF4yNdQXLHnNqmLUQcQlv9cXvdSjel6lphtTVv5PsTQq7GGdI3i3cRT+fZH0lE D3xh4uVQkfKBkN3kF7Jr7iuqNOOyEbVyzOxcQc0ZqRMKTk1yQAyfwUA6f67+xlowSb7P DcuBQSCKxOFmohi3mjmFvhxfN0Wc4UGH9sAK5RjlU4mXw1Y6RXIyZesMv7nMzTjuVIiY Nb5C6SNYK71nZZYoUOY2OUFUMN68YKxLdgD+Vg3JG3frLpKIaO1wxqlU288o2PYCXhRO kVCQ== 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 d17si18908457edr.294.2019.09.16.11.50.43; Mon, 16 Sep 2019 11:51:07 -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 S1732104AbfIPMAm (ORCPT + 99 others); Mon, 16 Sep 2019 08:00:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:54400 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731514AbfIPMAl (ORCPT ); Mon, 16 Sep 2019 08:00:41 -0400 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 340B9AFF3; Mon, 16 Sep 2019 12:00:40 +0000 (UTC) From: Andreas Schwab To: Paul Walmsley Cc: 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 References: <20190910055923.28384-1-hch@lst.de> <20190910070503.GA31743@lst.de> X-Yow: I need to discuss BUY-BACK PROVISIONS with at least six studio SLEAZEBALLS!! Date: Mon, 16 Sep 2019 14:00:39 +0200 In-Reply-To: (Paul Walmsley's message of "Mon, 16 Sep 2019 04:57:14 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sep 16 2019, Paul Walmsley wrote: > On Tue, 10 Sep 2019, Andreas Schwab wrote: > >> On Sep 10 2019, Christoph Hellwig wrote: >> >> > On Tue, Sep 10, 2019 at 08:57:37AM +0200, Andreas Schwab wrote: >> >> On Sep 10 2019, Christoph Hellwig wrote: >> >> >> >> > The sifive serial driver implements earlycon support, >> >> >> >> It should probably be documented in admin-guide/kernel-parameters.txt. >> > >> > How so? Wіth OF and a stdout path you just set earlycon on the >> > command line without any arguments and it will be found. >> >> Doesn't work for me. >> >> [ 0.000000] Malformed early option 'earlycon' > > Try: > > earlycon=sifive,0x10010000 That's not what Christoph wants. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."