All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] efi: arm: add support for earlycon on EFI framebuffer
@ 2019-01-25 16:18 ` Ard Biesheuvel
  0 siblings, 0 replies; 9+ messages in thread
From: Ard Biesheuvel @ 2019-01-25 16:18 UTC (permalink / raw)
  To: linux-efi
  Cc: corbet, leif.lindholm, graeme.gregory, mingo, tglx, linux-doc,
	linux-arm-kernel, agraf, pjones, Ard Biesheuvel

Repurpose the existing EFI earlyprintk code to implement support for
'earlycon=efi' for arm64 systems, allowing the graphical console
to be used instead of the serial port for early debug output.

Ard Biesheuvel (2):
  efi: x86: move EFI earlyprintk code to shared location
  efi: arm64: Enable earlycon for the GOP framebuffer

 Documentation/admin-guide/kernel-parameters.txt                         |  9 ++-
 arch/arm64/include/asm/efi.h                                            |  6 ++
 arch/x86/Kconfig.debug                                                  |  2 +-
 arch/x86/include/asm/efi.h                                              |  6 ++
 arch/x86/platform/efi/Makefile                                          |  1 -
 drivers/firmware/efi/Kconfig                                            |  5 ++
 drivers/firmware/efi/Makefile                                           |  1 +
 arch/x86/platform/efi/early_printk.c => drivers/firmware/efi/earlycon.c | 62 ++++++++++++++------
 8 files changed, 70 insertions(+), 22 deletions(-)
 rename arch/x86/platform/efi/early_printk.c => drivers/firmware/efi/earlycon.c (76%)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-25 16:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 16:18 [PATCH 0/2] efi: arm: add support for earlycon on EFI framebuffer Ard Biesheuvel
2019-01-25 16:18 ` Ard Biesheuvel
2019-01-25 16:18 ` Ard Biesheuvel
2019-01-25 16:18 ` [PATCH 1/2] efi: x86: move EFI earlyprintk code to shared location Ard Biesheuvel
2019-01-25 16:18   ` Ard Biesheuvel
2019-01-25 16:18   ` Ard Biesheuvel
2019-01-25 16:18 ` [PATCH 2/2] efi: arm64: Enable earlycon for the GOP framebuffer Ard Biesheuvel
2019-01-25 16:18   ` Ard Biesheuvel
2019-01-25 16:18   ` Ard Biesheuvel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.