linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] efi: arm: add support for earlycon on EFI framebuffer
@ 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 ` [PATCH 2/2] efi: arm64: Enable earlycon for the GOP framebuffer Ard Biesheuvel
  0 siblings, 2 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2019-01-25 16:18 UTC (permalink / raw)
  To: linux-efi
  Cc: Ard Biesheuvel, graeme.gregory, linux-doc, pjones, corbet, agraf,
	leif.lindholm, mingo, tglx, linux-arm-kernel

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 3+ 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 ` [PATCH 1/2] efi: x86: move EFI earlyprintk code to shared location Ard Biesheuvel
2019-01-25 16:18 ` [PATCH 2/2] efi: arm64: Enable earlycon for the GOP framebuffer Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).