From c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 29 Aug 2003 20:57:53 +0000 Subject: Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression --- README | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index fb2529aac..f70ff47a2 100644 --- a/README +++ b/README @@ -859,6 +859,16 @@ The following options need to be configured: allows for a "silent" boot where a splash screen is loaded very quickly after power-on. +- Compression support: + CONFIG_BZIP2 + + If this option is set, support for bzip2 compressed + images is included. If not, only uncompressed and gzip + compressed images are supported. + + NOTE: the bzip2 algorithm requires a lot of RAM, so + the malloc area (as defined by CFG_MALLOC_LEN) should + be at least 4MB. - Ethernet address: CONFIG_ETHADDR @@ -2263,8 +2273,7 @@ defines the following image properties: * Target CPU Architecture (Provisions for Alpha, ARM, Intel x86, IA64, MIPS, MIPS, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit; Currently supported: PowerPC). -* Compression Type (Provisions for uncompressed, gzip, bzip2; - Currently supported: uncompressed, gzip). +* Compression Type (uncompressed, gzip, bzip2) * Load Address * Entry Point * Image Name -- cgit v1.2.3