Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752083AbdIKNDO (ORCPT ); Mon, 11 Sep 2017 09:03:14 -0400 Received: from mail-io0-f173.google.com ([209.85.223.173]:34229 "EHLO mail-io0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752065AbdIKNDL (ORCPT ); Mon, 11 Sep 2017 09:03:11 -0400 X-Google-Smtp-Source: AOwi7QDrsMNlXEBxnPdjNSucAr8uYaUX3LXVYK5PWAkaHw9NfsysiUIbLwWRQPQELI0WdEBmhCGoak7DhYIN8BIrFS4= MIME-Version: 1.0 In-Reply-To: References: <20160927151953.GB4371@kroah.com> <20160927205418.31529-1-aleksey.makarov@linaro.org> <20160927205418.31529-2-aleksey.makarov@linaro.org> <20170911110522.vwgwnohjrrj2twtk@bivouac.eciton.net> From: Graeme Gregory Date: Mon, 11 Sep 2017 14:03:10 +0100 Message-ID: Subject: Re: [PATCH v11 2/4] ACPI: parse SPCR and enable matching console 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 Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 447 Lines: 13 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