Commit ee287587dafd77fd211e50637561224605c214b4

Authored by H. Peter Anvin
1 parent 95c4bff030

bzip2/lzma: update boot protocol specification

Impact: documentation

Update the boot protocol specification to include the currently
supported file formats and their magic numbers.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

Documentation/x86/boot.txt
... ... @@ -542,7 +542,10 @@
542 542  
543 543 The payload may be compressed. The format of both the compressed and
544 544 uncompressed data should be determined using the standard magic
545   - numbers. Currently only gzip compressed ELF is used.
  545 + numbers. The currently supported compression formats are gzip
  546 + (magic numbers 1F 8B or 1F 9E), bzip2 (magic number 42 5A) and LZMA
  547 + (magic number 5D 00). The uncompressed payload is currently always ELF
  548 + (magic number 7F 45 4C 46).
546 549  
547 550 Field name: payload_length
548 551 Type: read