Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756220AbbHZNqk (ORCPT ); Wed, 26 Aug 2015 09:46:40 -0400 Received: from mail-ig0-f177.google.com ([209.85.213.177]:37436 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752295AbbHZNqj (ORCPT ); Wed, 26 Aug 2015 09:46:39 -0400 MIME-Version: 1.0 In-Reply-To: <1440595498-30630-1-git-send-email-leif.lindholm@linaro.org> References: <1440595498-30630-1-git-send-email-leif.lindholm@linaro.org> Date: Wed, 26 Aug 2015 15:46:38 +0200 Message-ID: Subject: Re: [PATCH 0/3] unify efi debug output across architectures From: Ard Biesheuvel To: Leif Lindholm Cc: "linux-efi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Matt Fleming , Mark Salter 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: 1638 Lines: 43 On 26 August 2015 at 15:24, Leif Lindholm wrote: > efi didn't use to have much in the way of kernel command line options, > until some point last year. Then once the efi= option was added, it has > been expanded on. > > x86 had an efi=debug option added, but that would be a useful thing > across all efi architectures. > > arm64 efi support (predating efi=debug) came with its own 'uefi_debug' > option, and passed along a special verbosity flag when calling into > some not-strictly-arch-specific functions in core efi code. > > So: > - Move efi=debug into core code, to be usable by all architectures > - Change arm64 efi code to use 'efi=debug' instead of 'uefi_debug' > - Rework arm64 interface to core code to drop special verbosity flag > For the series: Acked-by: Ard Biesheuvel Tested-by: Ard Biesheuvel > Leif Lindholm (3): > efi/x86: move efi=debug option parsing to core > arm64: use core efi=debug instead of uefi_debug command line parameter > efi/arm64: clean up efi_get_fdt_params() interface > > Documentation/arm/uefi.txt | 2 -- > arch/arm64/kernel/efi.c | 19 +++++-------------- > arch/x86/platform/efi/efi.c | 2 -- > drivers/firmware/efi/efi.c | 9 +++++---- > include/linux/efi.h | 2 +- > 5 files changed, 11 insertions(+), 23 deletions(-) > > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/