Received: by 10.223.185.116 with SMTP id b49csp2396695wrg; Mon, 12 Feb 2018 08:55:17 -0800 (PST) X-Google-Smtp-Source: AH8x224DIYDCvHZLhy1/1eeacSd8kzeFa/hKJ9JfhbXiXueJs1oboz9rxOEUOLch0akxwzWz99C/ X-Received: by 2002:a17:902:ba84:: with SMTP id k4-v6mr11094634pls.116.1518454517562; Mon, 12 Feb 2018 08:55:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518454517; cv=none; d=google.com; s=arc-20160816; b=NacXMKf+44aTn+QjLVSTb5tP/1PYDO9Cts2TNHRIrQPbm6TnfpfNbNS1Ra7PsNcXMQ Hfc4lpWsFYP+m5g//5eLp9yziuviudQDIOeOx64jn5julnBsubDl/O9RAvEOH7pk+1VI JOiwd2OEMLDAD7l+JFvfS/XFPDRZDcHv3w1zX8n7z28oneh3VcuvzYhSg5o5+Px9YS9P qAgNYcT4sax79VzpSi6+80J+qAzowJfdpHFGi/SsmELlRD6tonZjp1C3IWKFK2BJGjxQ j4+K/xreFog0x+YPU6VzY9aqxcs2Oewi4HjdIoacYis4cOMt9ByCJXfwxD+YeGe6rCBB fWmQ== 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:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=UdPxAvZZnejVV9BQjz6gCX1KHU1iV94I2OJpgkaE8jM=; b=QBuE8zI0yF6H4U3M8940vAob2uUApzFx8k/upbCE75zDf3LJf3gt3SLhRQ2vxgqepi v2UjoXSu4svOm3DyPIyZjqw3kPzACZusIDC5Zbg9mxwQRvPYciQkJ8PFsk8GuDEoymHF u+s24EtR0e5wxoj2GoqrftekVz9S8Dh+Tq7rPz4vte1a+t7cWTB6Z2eKs1dLjqvG4jds eHpZf1/LCdcUT3AWAQWuwEc6W/IOSy0VxfvqdhIIvfNxi2WNGNuiZYIe+8f2ofvaUAJz wbHDNjgzsqFH2oLn1Nfx8PxT/wS5UzBNRxGAYLC5YaeJOj4CeaDnw89pCeZlzWXmPv3g 2EqQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m189si4590326pfc.410.2018.02.12.08.55.03; Mon, 12 Feb 2018 08:55:17 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754495AbeBLOtx (ORCPT + 99 others); Mon, 12 Feb 2018 09:49:53 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45424 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751623AbeBLOtt (ORCPT ); Mon, 12 Feb 2018 09:49:49 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0621540201A0; Mon, 12 Feb 2018 14:49:49 +0000 (UTC) Received: from [10.16.186.145] (prarit-guest.khw.lab.eng.bos.redhat.com [10.16.186.145]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7B0832166BAE; Mon, 12 Feb 2018 14:49:47 +0000 (UTC) Subject: Re: [PATCH] acpi, spcr: Make SPCR available to x86 To: Timur Tabi , Peter Zijlstra References: <20180118150951.28964-1-prarit@redhat.com> <20180212133429.GC25314@hirez.programming.kicks-ass.net> <1e69fffc-1c3b-8cc0-f1cb-695de5ccdcb5@redhat.com> <953565bd-436b-c1fe-d3c5-cde731dee83d@codeaurora.org> Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-serial@vger.kernel.org, Bhupesh Sharma , Lv Zheng , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Jonathan Corbet , Catalin Marinas , Will Deacon , graeme.gregory@linaro.org, mark.salter@redhat.com From: Prarit Bhargava Message-ID: <7bd5897f-d6da-7e29-29c4-aa26d24f6355@redhat.com> Date: Mon, 12 Feb 2018 09:49:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <953565bd-436b-c1fe-d3c5-cde731dee83d@codeaurora.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Mon, 12 Feb 2018 14:49:49 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Mon, 12 Feb 2018 14:49:49 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'prarit@redhat.com' RCPT:'' Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/12/2018 09:43 AM, Timur Tabi wrote: > On 2/12/18 7:47 AM, Prarit Bhargava wrote: >> ACPI SPCR is used by a vendor to define the serial console for a system. If >> SPCR exists a user can add kernel parameter "earlycon" (no extra kernel >> parameters) and the console will work out-of-the-box. > > "earlycon" is needed only for an *early* console. You don't need any command > line parameters for a normal console to work with SPCR. That's true on ARM64. I specifically did not enable the console by default on x86. There are users who do not want a console active during boot & runtime. P. >