summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-29 20:57:53 +0000
committerwdenk <wdenk>2003-08-29 20:57:53 +0000
commitc29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88 (patch)
treeefce72aecde2b26e3e7be7e3ef550b022732f705 /README
parentca75added10524a1f8e439e904ba72cb74c917a4 (diff)
downloadtalos-obmc-uboot-c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88.tar.gz
talos-obmc-uboot-c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88.zip
Patch by Yuli Barcohen, 14 Aug 2003:
add support for bzip2 uncompression
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index fb2529aac9..f70ff47a2a 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
OpenPOWER on IntegriCloud