Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3852194ybe; Mon, 16 Sep 2019 02:24:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqzFpAgJJpJYm+Znj5PIi84K2SpQIWYRxPssh5wVlSF39UZOv4EWBPYmjQVmlZGj+wVYq4Cd X-Received: by 2002:a17:906:1348:: with SMTP id x8mr9796213ejb.179.1568625878124; Mon, 16 Sep 2019 02:24:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568625878; cv=none; d=google.com; s=arc-20160816; b=k6yw7FgIYiC9uw+gDw5DbawEYl7m95iprKUL0MCcA2qmcY86qEwfmOsZUA931pCZuX t5VoaRx6xaXeV1JMxZfq+D67IkM5kExXxVw0O63xfMQHYZB0kqefm4ReJ1oG9LG6izXG b5gm/BurV1EhVP4NklLSXNr8e8ao5D90FZ4Y/QN4MCRE6LfEZ4WSjt+pDD8K7wvVJNu8 SBFTegyx6cGYpMop89xTPZJV9JdHm4LmGjKCY+z6LA2CfENMiKxGGUYRcDfTz1MPi+Of mhBFAhrNyE3JGqd03pAkYL2U6+oxdp/p/TLPkaAX45azmJ1bQR8tZxqcYIitYv3SGjZj Y1yA== 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=jQcTQJNTEisyY8RtrcHiC1BycEzCFsQTxj3MBpBQx+A=; b=owOq7oMWSR293bnyT6tnzxDuXHQbNU/9Epq129jDErCTQX1pECKH8mWQm7KBFvLAwZ K7R62KJghQqKr7VAB3+lDs35TFTSlU2S7vpcYhAaLV/jR/fsiGxRJInDnuhSofePpOtf 8iym48PAq8l1+qox5D7HqxM7+xMX3yW6I71T6MlogOKJVqj4VhsT/vgGs2rF8mJS+ksG /incjsPPBg1TLZZEKDwxdeEHE/1v4WjkLy3NhUnVFi8u7Fjt0/NABFcvZLREMS6L3WX6 5ySk7K6dPQOyEFBEHnKEPn5AMpyZO5f3hdb1HUtbQ9197nkSl2Pnk1fp0NfcefAx8E1N bXIg== 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 p14si23102992eda.411.2019.09.16.02.24.14; Mon, 16 Sep 2019 02:24:38 -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 S1729996AbfIPGnA (ORCPT + 99 others); Mon, 16 Sep 2019 02:43:00 -0400 Received: from verein.lst.de ([213.95.11.211]:42531 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729950AbfIPGm6 (ORCPT ); Mon, 16 Sep 2019 02:42:58 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2B61668B05; Mon, 16 Sep 2019 08:42:54 +0200 (CEST) Date: Mon, 16 Sep 2019 08:42:53 +0200 From: Christoph Hellwig To: Palmer Dabbelt Cc: schwab@suse.de, Christoph Hellwig , Greg KH , jslaby@suse.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Paul Walmsley , linux-riscv@lists.infradead.org Subject: Re: [PATCH] serial/sifive: select SERIAL_EARLYCON Message-ID: <20190916064253.GA24654@lst.de> References: <20190910143630.GA6794@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 Fri, Sep 13, 2019 at 01:40:27PM -0700, Palmer Dabbelt wrote: > OpenEmbedded passes "earlycon=sbi", which I can find in the doumentation. > I can't find anything about just "earlycon". I've sent a patch adding sbi > to the list of earlycon arguments. earlycon without arguments is documented, although just for ARM64. I can send a patch to update it to properly cover all DT platforms in addition.