[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1382476041-1115-1-git-send-email-andrew.p.boie@intel.com>
Date: Tue, 22 Oct 2013 14:07:20 -0700
From: Andrew Boie <andrew.p.boie@...el.com>
To: linux-kernel@...r.kernel.org
Cc: hpa@...or.com, tglx@...utronix.de, mmarek@...e.cz,
Andrew Boie <andrew.p.boie@...el.com>
Subject: [PATCH 0/1] compress kernels with minigzip
This patch is for building kernels on x86-based Android devices.
The binary patches created by its OTA system work much better if
the deflate() algorithm inside zlib is used, rather than the
older version inside gzip.
This patch was committed against the master branch of Linus'
tree.
Andrew Boie (1):
x86: boot: support minigzip bzImage compression
arch/x86/Kconfig | 1 +
arch/x86/boot/compressed/Makefile | 3 +++
arch/x86/boot/compressed/misc.c | 2 +-
init/Kconfig | 18 +++++++++++++++++-
scripts/Makefile.lib | 7 +++++++
5 files changed, 29 insertions(+), 2 deletions(-)
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists