linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] x86/boot: Shrink the decompression stub: conditionally exclude cmdline processing
@ 2012-07-21 10:41 Joe Millenbach
  0 siblings, 0 replies; only message in thread
From: Joe Millenbach @ 2012-07-21 10:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: team-fjord, Joe Millenbach

This is a patch set that progressively allows more of the decompression command
line processing code to be removed if it can't be used.  This can shrink the
compressed kernel image by over 2k.  The quiet and debug flags been switched to
use the pre-existing CONFIG_X86_VERBOSE_BOOT compile flag instead.  And when
not compiled with earlyprintk debugging, the command-line processing code now
has nothing to configure, so exclude it entirely.

Gokul Caushik (1):
  x86/boot: Exclude cmdline.c if you can't use it

Joe Millenbach (6):
  x86/boot: Removed quiet flag and switched quiet output to debug flag
  x86/boot: Wrap debug printing in a new debug_putstr function
  x86/boot: Changed error putstr path to match new debug_putstr format
  x86/boot: Switch output functions from command-line flags to
    conditional compilation
  x86/boot: Removed unused debug flag and set code
  x86/boot: Exclude early_serial_console.c if can't use it.

 arch/x86/boot/compressed/cmdline.c              |    4 +++
 arch/x86/boot/compressed/early_serial_console.c |    4 +++
 arch/x86/boot/compressed/misc.c                 |   31 ++++++-----------------
 arch/x86/boot/compressed/misc.h                 |   27 +++++++++++++++++---
 4 files changed, 40 insertions(+), 26 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-21 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-21 10:41 [PATCH 0/7] x86/boot: Shrink the decompression stub: conditionally exclude cmdline processing Joe Millenbach

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).