[PATCH] ARM: support XZ compressed kernels
From: kaloz@openwrt.org (Imre Kaloz)
Date: 2011-07-08 18:50:10
From: kaloz@openwrt.org (Imre Kaloz)
Date: 2011-07-08 18:50:10
On Thu, 07 Jul 2011 21:14:58 +0200, Nicolas Pitre [off-list ref] wrote:
On Thu, 7 Jul 2011, Imre Kaloz wrote:quoted
Wire up support for the XZ decompressor Signed-off-by: Imre Kaloz <kaloz@openwrt.org> --- arch/arm/Kconfig | 1 + arch/arm/boot/compressed/Makefile | 11 +++++++++-- arch/arm/boot/compressed/decompress.c | 4 ++++ arch/arm/boot/compressed/piggy.xzkern.S | 6 ++++++ lib/xz/xz_dec_stream.c | 1 + 5 files changed, 21 insertions(+), 2 deletions(-)Please don't forget to update arch/arm/boot/compressed/.gitignore
Thanks, will do and resend if no other replies come in. Imre