summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2013-08-31 08:16:27 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2013-08-31 08:58:37 +0200
commit2f39eae41d750817143f9372f67de6b1ee96b4a6 (patch)
tree08335656481528b7d55f17bbddc0953e10ddefe6 /documentation
parentde36d333c27c258bc05ecc0b6649fbdafcae619f (diff)
downloadcoreboot-staging-2f39eae41d750817143f9372f67de6b1ee96b4a6.zip
coreboot-staging-2f39eae41d750817143f9372f67de6b1ee96b4a6.tar.gz
Remove NRV2B compression support
It wasn't even hooked up to the build system anymore. Change-Id: I4b962ffd945b39451e19da3ec2f7b8e0eecf2e53 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/3892 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/cbfs.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/cbfs.txt b/documentation/cbfs.txt
index 4b266f2..7ecc901 100644
--- a/documentation/cbfs.txt
+++ b/documentation/cbfs.txt
@@ -308,8 +308,8 @@ struct cbfs_stage {
'compression' is an integer defining how the data is compressed. There
are three compression types defined by this version of the standard:
-none (0x0), lzma (0x1), and nrv2b (0x02), though additional types may be
-added assuming that coreboot understands how to handle the scheme.
+none (0x0), lzma (0x1), and nrv2b (0x02, deprecated), though additional
+types may be added assuming that coreboot understands how to handle the scheme.
'entry' is a 64 bit value indicating the location where the program
counter should jump following the loading of the stage. This should be
@@ -388,9 +388,9 @@ PAYLOAD_SEGMENT_ENTRY 0x52544E45 The segment contains the entry point
'compression' is the compression scheme for the segment. Each segment can
be independently compressed. There are three compression types defined by
-this version of the standard: none (0x0), lzma (0x1), and nrv2b (0x02),
-though additional types may be added assuming that coreboot understands
-how to handle the scheme.
+this version of the standard: none (0x0), lzma (0x1), and nrv2b
+(0x02, deprecated), though additional types may be added assuming that
+coreboot understands how to handle the scheme.
'offset' is the address of the data within the component, starting from
the component header.
OpenPOWER on IntegriCloud