[PATCH] ARM: add support for uncompressed uImage kernel

Albin Tonnerre albin.tonnerre at gmail.com
Sat Nov 13 05:47:41 EST 2010


On Tue, Nov 9, 2010 at 3:04 PM, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> Is it really faster to copy an uncompressed image than it is to
> decompress using LZMA with caches on?

In my experience, using LZMA is painfully slow on older ARM CPUs.

If you really need to boot quickly you might want to try LZO, which
should give you results close to the uncompressed performance. It
might still be slower though, especially if you're able to load your
kernel image to memory fairly quickly

Regards,
-- 
Albin Tonnerre



More information about the linux-arm-kernel mailing list