x86/efi: Add EFI framebuffer earlyprintk support
authorMatt Fleming <matt.fleming@intel.com>
Fri, 4 Oct 2013 08:36:56 +0000 (09:36 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 28 Oct 2013 18:09:58 +0000 (18:09 +0000)
It's incredibly difficult to diagnose early EFI boot issues without
special hardware because earlyprintk=vga doesn't work on EFI systems.

Add support for writing to the EFI framebuffer, via earlyprintk=efi,
which will actually give users a chance of providing debug output.

Cc: H. Peter Anvin <hpa@zytor.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Jones <pjones@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>

No differences found