Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755536AbZIDPbP (ORCPT ); Fri, 4 Sep 2009 11:31:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755455AbZIDPbO (ORCPT ); Fri, 4 Sep 2009 11:31:14 -0400 Received: from mail.free-electrons.com ([88.191.76.200]:37250 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbZIDPbN (ORCPT ); Fri, 4 Sep 2009 11:31:13 -0400 Date: Fri, 4 Sep 2009 17:31:17 +0200 From: Albin Tonnerre To: Russell King - ARM Linux Cc: sam@ravnborg.org, hpa@zytor.com, alain@knaff.lu, linux-kernel@vger.kernel.org, linux-embedded@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 4/6 v2] Add support for LZO-compressed kernels for ARM Message-ID: <20090904153117.GG18963@pc-ras4041.res.insa> References: <20090731093107.GA29704@merkur.ravnborg.org> <1249311501-23102-1-git-send-email-albin.tonnerre@free-electrons.com> <1249311501-23102-2-git-send-email-albin.tonnerre@free-electrons.com> <1249311501-23102-3-git-send-email-albin.tonnerre@free-electrons.com> <1249311501-23102-4-git-send-email-albin.tonnerre@free-electrons.com> <20090806224055.GH31579@n2100.arm.linux.org.uk> <20090814100828.GD5985@pc-ras4041.res.insa> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090814100828.GD5985@pc-ras4041.res.insa> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 32 On Fri, Aug 14, 2009 at 12:08:28PM +0200, Albin Tonnerre wrote : > This is the second part of patch. This part includes: > - changes to ach/arch/boot/Makefile to make it easier to add new > compression types > - new piggy.lzo.S necessary for lzo compression > - changes in arch/arm/boot/compressed/misc.c to allow the use of lzo or > gzip, depending on the config > - Kconfig support > > Signed-off-by: Albin Tonnerre > --- > Changes: > Compiling with -Os failed due to missing __aeabi_uidivmod. > Link using arch/arm/lib/lib1funcs.o which provides this symbol, and > define a dummy __div0 function in arch/arm/boot/compressed/misc.c, as > this symbol is required by lib1funcs. Hi Russell, Does that solve the concerns/issues you had with this patch? If so, it might be worth getting the updaed version in Andrew's branch. Regards, -- Albin Tonnerre, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/