[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381502037-22225-1-git-send-email-matt@console-pimps.org>
Date: Fri, 11 Oct 2013 15:33:55 +0100
From: Matt Fleming <matt@...sole-pimps.org>
To: linux-efi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Matt Fleming <matt.fleming@...el.com>
Subject: [PATCH 0/2] EFI earlyprintk support
From: Matt Fleming <matt.fleming@...el.com>
These two patches cleanup the #include <linux/efi.h> duplication and add
support for earlyprintk=efi, which is the only way users can debug early
boot crashes without special hardware.
Matt Fleming (2):
x86/efi: Include linux/efi.h in asm/efi.h
x86/efi: Add EFI framebuffer earlyprintk support
Documentation/kernel-parameters.txt | 8 +-
arch/x86/Kconfig.debug | 9 ++
arch/x86/boot/compressed/eboot.c | 1 -
arch/x86/include/asm/efi.h | 4 +
arch/x86/kernel/early_printk.c | 6 ++
arch/x86/kernel/setup.c | 1 -
arch/x86/platform/efi/Makefile | 1 +
arch/x86/platform/efi/early_printk.c | 191 +++++++++++++++++++++++++++++++++++
arch/x86/platform/efi/efi.c | 1 -
arch/x86/platform/efi/efi_32.c | 1 -
arch/x86/platform/efi/efi_64.c | 1 -
arch/x86/platform/uv/bios_uv.c | 1 -
12 files changed, 216 insertions(+), 9 deletions(-)
create mode 100644 arch/x86/platform/efi/early_printk.c
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists