From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Gregory Subject: Re: [PATCH v11 2/4] ACPI: parse SPCR and enable matching console Date: Mon, 11 Sep 2017 14:03:10 +0100 Message-ID: References: <20160927151953.GB4371@kroah.com> <20160927205418.31529-1-aleksey.makarov@linaro.org> <20160927205418.31529-2-aleksey.makarov@linaro.org> <20170911110522.vwgwnohjrrj2twtk@bivouac.eciton.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-io0-f174.google.com ([209.85.223.174]:32929 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752064AbdIKNDL (ORCPT ); Mon, 11 Sep 2017 09:03:11 -0400 Received: by mail-io0-f174.google.com with SMTP id y123so25532197iod.0 for ; Mon, 11 Sep 2017 06:03:11 -0700 (PDT) In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Andreas Schwab Cc: Leif Lindholm , Greg Kroah-Hartman , "Rafael J . Wysocki" , linux-serial@vger.kernel.org, "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Russell King , Len Brown , Al Stone , Christopher Covington , Yury Norov , Peter Hurley , Andy Shevchenko , "Zheng, Lv" , Mark Salter , Kefeng Wang , Jiri Slaby On 11 September 2017 at 13:28, Andreas Schwab wrote: > On Sep 11 2017, Graeme Gregory wrote: > >> Considering the SPCR table in question seems mildly insane, you could >> always unload the SPCR in grub. > > How do you "unload the SPCR"? But in any case, console= should always > take precedence. > Ah apologies, I thought the acpi command in grub could delete a table, but it seems it cannot. Graeme