payloads: add support lz4 compression
Add the option to use the lz4 compression method to compress payloads. Also sets LZ4 as the default compression method. Change-Id: Ic712f984f791d268440c8463eaea0d246aa31d99 Signed-off-by: Antonello Dettori <dev@dettori.io> Reviewed-on: https://review.coreboot.org/15817 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
1898023fb1
commit
fbcfdaf785
@@ -345,6 +345,9 @@ CBFS_PAYLOAD_COMPRESS_FLAG:=none
|
||||
ifeq ($(CONFIG_COMPRESSED_PAYLOAD_LZMA),y)
|
||||
CBFS_PAYLOAD_COMPRESS_FLAG:=LZMA
|
||||
endif
|
||||
ifeq ($(CONFIG_COMPRESSED_PAYLOAD_LZ4),y)
|
||||
CBFS_PAYLOAD_COMPRESS_FLAG:=LZ4
|
||||
endif
|
||||
|
||||
CBFS_PRERAM_COMPRESS_FLAG:=none
|
||||
ifeq ($(CONFIG_COMPRESS_PRERAM_STAGES),y)
|
||||
|
Reference in New Issue
Block a user