[coreboot-gerrit] Change in coreboot[master]: payload/Kconfig: Use LZMA by default

Arthur Heymans (Code Review) gerrit at coreboot.org
Sat Jan 20 12:23:43 CET 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/23335


Change subject: payload/Kconfig: Use LZMA by default
......................................................................

payload/Kconfig: Use LZMA by default

With the tianocore payload on a Thinkpad X200 the filesize increased
by approximately 50% and the time to fetch and decompress the payload
increased by approximately %300 , so something is definitely wrong
with it and it shouldn't be used as the default compression method.

Change-Id: I9661c82750104d737596e7b3a8974324765938a5
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M payloads/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/23335/1

diff --git a/payloads/Kconfig b/payloads/Kconfig
index 394dbb6..125ca61 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -51,7 +51,7 @@
 
 choice
 	prompt "Payload compression algorithm"
-	default COMPRESSED_PAYLOAD_LZ4
+	default COMPRESSED_PAYLOAD_LZMA
 	depends on !PAYLOAD_NONE && !PAYLOAD_LINUX
 	help
 	  Choose the compression algorithm for the chosen payloads.

-- 
To view, visit https://review.coreboot.org/23335
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9661c82750104d737596e7b3a8974324765938a5
Gerrit-Change-Number: 23335
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180120/330955f5/attachment.html>


More information about the coreboot-gerrit mailing list