<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23335">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">payload/Kconfig: Use LZMA by default<br><br>With the tianocore payload on a Thinkpad X200 the filesize increased<br>by approximately 50% and the time to fetch and decompress the payload<br>increased by approximately %300 , so something is definitely wrong<br>with it and it shouldn't be used as the default compression method.<br><br>Change-Id: I9661c82750104d737596e7b3a8974324765938a5<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M payloads/Kconfig<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/23335/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/Kconfig b/payloads/Kconfig</span><br><span>index 394dbb6..125ca61 100644</span><br><span>--- a/payloads/Kconfig</span><br><span>+++ b/payloads/Kconfig</span><br><span>@@ -51,7 +51,7 @@</span><br><span> </span><br><span> choice</span><br><span>    prompt "Payload compression algorithm"</span><br><span style="color: hsl(0, 100%, 40%);">-        default COMPRESSED_PAYLOAD_LZ4</span><br><span style="color: hsl(120, 100%, 40%);">+        default COMPRESSED_PAYLOAD_LZMA</span><br><span>      depends on !PAYLOAD_NONE && !PAYLOAD_LINUX</span><br><span>   help</span><br><span>           Choose the compression algorithm for the chosen payloads.</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23335">change 23335</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/23335"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9661c82750104d737596e7b3a8974324765938a5 </div>
<div style="display:none"> Gerrit-Change-Number: 23335 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>