From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web08.6252.1607038509743940804 for ; Thu, 03 Dec 2020 15:35:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=HQvJ8pHn; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607038508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3RNrwj4PbIyyFRxQhNyd8sbBXmyC2JEHafb7sPCwV9c=; b=HQvJ8pHnxFVC1EvXymJGdjJxm5D12jJ/QNK6RozQV+EF7vGIcNVS/MnCt+wkcX26KOt1U8 h4g1Rb+u8U97MW3vYZc1xML9aMpmKF+CsHnwV/UlTBjtE1ChJsDYWTPmSbIhEwMId9Wiz0 /DtIBoENhVeeRiGYCK3435+RdhxppO0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-197-AlkLt_H_MLqtQBrq0y6DTA-1; Thu, 03 Dec 2020 18:35:03 -0500 X-MC-Unique: AlkLt_H_MLqtQBrq0y6DTA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 86FA01842141; Thu, 3 Dec 2020 23:35:02 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-157.ams2.redhat.com [10.36.114.157]) by smtp.corp.redhat.com (Postfix) with ESMTP id C06CA6085A; Thu, 3 Dec 2020 23:35:01 +0000 (UTC) Subject: Re: [edk2-devel] Multithreaded compression with LZMA2 To: "Schaefer, Daniel" , "devel@edk2.groups.io" Cc: "Lin, Derek (HPS SW)" References: <9ebc277a-4acd-f567-cc08-fa076e4a5766@redhat.com> From: "Laszlo Ersek" Message-ID: <16c68ee6-19a7-1446-719d-3553a2df842e@redhat.com> Date: Fri, 4 Dec 2020 00:35:00 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit On 12/03/20 13:11, Schaefer, Daniel wrote: > > From: Laszlo Ersek > Sent: Thursday, December 3, 2020 18:24 > To: devel@edk2.groups.io ; Schaefer, Daniel > Cc: Lin, Derek (HPS SW) > Subject: Re: [edk2-devel] Multithreaded compression with LZMA2 > > "xz -T" works by splitting the input into blocks, and it generates a > multi-block compressed output. > > Yes, that's correct. > >> I'm unsure if the current LZMA > decompressor that runs inside the firmware (= guided section extractor) > copes with multi-block input. > > I think you're right that it doesn't. But we can make the guided section extractor use that same algorithm(LZMA2) and assign it a different GUID, right? I guess so... Thanks Laszlo