public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/earlyprintk: setup earlyprintk as early as possible
@ 2015-04-08  9:31 Alexander Kuleshov
  2015-04-08  9:31 ` [PATCH 1/2] x86/setup: update boot_command_line with builtin_cmdline in separate function Alexander Kuleshov
  2015-04-08  9:31 ` [PATCH 2/2] x86/earlyprintk: setup earlyprintk as early as possible Alexander Kuleshov
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Kuleshov @ 2015-04-08  9:31 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Greg Kroah-Hartman,
	Yinghai Lu
  Cc: linux-kernel

As setup_early_printk passed to the early_param, it will be usable only after
'parse_early_param' function will be called from the 'setup_arch'. So we have
earlyprintk during early boot and decompression. Next point after decompression
of the kernel where we can use early_printk is after call of the
'parse_early_param'.

This patch provides initialization of earlyprintk serial console as early
as possible in the arch/x86/kerne/head{32,64}.c

Alexander Kuleshov (2):
  x86/setup: update boot_command_line with builtin_cmdline in separate
    function
  x86/earlyprintk: setup earlyprintk as early as possible

 arch/x86/kernel/early_printk.c |  2 +-
 arch/x86/kernel/head.c         | 14 ++++++++++++++
 arch/x86/kernel/head32.c       |  3 +++
 arch/x86/kernel/head64.c       |  8 +++++++-
 arch/x86/kernel/setup.c        | 31 ++++++++++++++++++-------------
 include/linux/init.h           |  6 +++++-
 include/linux/printk.h         |  4 ++++
 kernel/printk/printk.c         | 11 +++++++----
 8 files changed, 59 insertions(+), 20 deletions(-)

-- 
2.3.3.611.g09038fc.dirty


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

end of thread, other threads:[~2015-04-09  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  9:31 [PATCH 0/2] x86/earlyprintk: setup earlyprintk as early as possible Alexander Kuleshov
2015-04-08  9:31 ` [PATCH 1/2] x86/setup: update boot_command_line with builtin_cmdline in separate function Alexander Kuleshov
2015-04-08  9:31 ` [PATCH 2/2] x86/earlyprintk: setup earlyprintk as early as possible Alexander Kuleshov
2015-04-08 11:32   ` Peter Hurley
2015-04-09  7:39     ` Alexander Kuleshov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox