linux/arch/mips/boot/compressed
Florian Fainelli 31c4867d6c MIPS: ZBOOT: Support LZ4 compression scheme
Add support for the LZ4 compression scheme in the ZBOOT decompression
stub, in order to support it we need to:

- select the "lz4" compression tool to compress the vmlinux.bin
  payload
- memcpy() is also required for decompress_unlz4.c so we share the
  implementation between GZIP, XZ and now LZ4

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: blogic@openwrt.org
Cc: james.hogan@imgtec.com
Patchwork: https://patchwork.linux-mips.org/patch/5829/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2013-10-29 21:24:34 +01:00
..
Makefile MIPS: ZBOOT: Support LZ4 compression scheme 2013-10-29 21:24:34 +01:00
calc_vmlinuz_load_addr.c
dbg.c
decompress.c MIPS: ZBOOT: Support LZ4 compression scheme 2013-10-29 21:24:34 +01:00
dummy.c
head.S
ld.script MIPS: ZBOOT: Define program header for text loadable segment 2013-10-29 21:24:30 +01:00
uart-16550.c MIPS: Netlogic: Support compressed kernel 2013-06-13 17:46:41 +02:00
uart-alchemy.c