Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp3394874img; Mon, 25 Mar 2019 09:24:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqzSyDla2Ty7fxZFmdcxQlIhYUvw3TthGfysZnOOwNAIPvnfmSC7cJIvytjuu6nif34KocbB X-Received: by 2002:a62:1144:: with SMTP id z65mr24449501pfi.187.1553531051236; Mon, 25 Mar 2019 09:24:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553531051; cv=none; d=google.com; s=arc-20160816; b=r2Pok15VFJgkrD0g/NP3Pd/GEoeyNa3mttpEUOTvIoW78/VnbjBtOmrKe+eg4gaGnW b3bx6F72w2q5UHtsMNJ8xHP9H0ehXvVABl7DU9jTrTexzDC3l1n4n7JLKfCttNBta7IT 8jxYTKB6bKcv22euOqy/sJnXzql+K4E02n85QU4JUg1RjkZFTDm/z+0rRa1pnmTOoipY BeJfjbCuSFEszansrfzCO5zqLV6IKs3CmlW4TzwhJS0+j2rAgGmNAK5s1ivKyM3lEnBu bDUVSvU2hjRhGKsPboAalKoP5con2pLU9tSkiVhmU5En9mls6n4ueOFNEfH6nHGw+649 irfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=dTIW1tx0tYQwVUyswklzICMwXXgnukUwz/O4nYyxJfY=; b=B4F42p0+K8Bd4167cBv7B3lhwcEjDxHlOjeCXOl+824uF+gajPhwQtZJ0mzzp2N/nR y+EP0G9k7IFudvXdAhm7YSboxCFXxN4jv6ZX/ZNCH3/Q6bW/mB1Yg3fcpbN2Bo3RCXU/ XOXBBJK4no30zqeEgVUmrRiNQioE55VRTyhIHaXkiCfVpwx5HGP25u5YEcaifvpTGs99 3A/+c0lkTXretBYYrmqfyXsNqPtUeZ8V0aMel89gLhT4VBqFZoMGh7ExRZFQ2rWjU/S5 tnC8XfL7JDGk72gf3kiPru1YVyeXP1ea/1hsVVtIzubbn2bzEzNGfi6BnVcYtZD0LmfB Fk7w== 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 a40si15145548pla.234.2019.03.25.09.23.55; Mon, 25 Mar 2019 09:24:11 -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 S1729538AbfCYQXU (ORCPT + 99 others); Mon, 25 Mar 2019 12:23:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:42524 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727145AbfCYQXT (ORCPT ); Mon, 25 Mar 2019 12:23:19 -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 67A98AF68; Mon, 25 Mar 2019 16:23:18 +0000 (UTC) From: Andreas Schwab To: Anup Patel Cc: Greg Kroah-Hartman , Jiri Slaby , Palmer Dabbelt , Albert Ou , Atish Patra , Christoph Hellwig , Rob Herring , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH 0/3] RISC-V SBI earlycon References: <20181204135507.3706-1-anup@brainfault.org> X-Yow: Here we are in America... when do we collect unemployment? Date: Mon, 25 Mar 2019 17:23:15 +0100 In-Reply-To: <20181204135507.3706-1-anup@brainfault.org> (Anup Patel's message of "Tue, 4 Dec 2018 19:25:04 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Dez 04 2018, Anup Patel wrote: > This patchset adds RISC-V SBI earlycon and removes RISC-V EARLY_PRINTK. > > We should use earlycon over existing EARLY_PRINTK for SBI console because: > 1. It's a more generic way of implementing early console for debugging > 2. Current RISC-V EARLY_PRINTK is a compile-time option whereas earlycon > is enabled at run-time via kernel parameters. > 3. To use earlycon with SBI, we have to pass "earlycon=sbi" in kernel > parameters. If earlycon kernel parameter is not provided then kernel > boots much faster which is very useful in real-world RISC-V deployments. Why doesn't this earlycon disable itself when the real console kicks in? 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."