From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web08.9690.1636448146701209132 for ; Tue, 09 Nov 2021 00:55:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=PN2qp84Y; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636448145; 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=hSaw2r/ZvLonm+BiWmUVYKkteoP+GE7MzlOjS+TVWrY=; b=PN2qp84YQmWYvr/b733QCUQ1MxhH1eLh8euNdAugbcZkzpVJhuCciL8iw3aRr/6PFNrvDi 2gg8cxjc3QfF7pITwG5VNTIRiyJtiyrNLNDPOxHG6t8TPBEhWB8rjxArn6mXcexBccChHG M4AbSmV5PxMG/uqpu4RUKynHHZfLi6Y= 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-416-mjSxoy3WPpaH7irE-RbTWg-1; Tue, 09 Nov 2021 03:55:42 -0500 X-MC-Unique: mjSxoy3WPpaH7irE-RbTWg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0C8B6102CC41; Tue, 9 Nov 2021 08:55:37 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C954E196F8; Tue, 9 Nov 2021 08:55:36 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id F2B3E180A429; Tue, 9 Nov 2021 09:55:34 +0100 (CET) Date: Tue, 9 Nov 2021 09:55:34 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, vineelko@microsoft.com Cc: Vineel Kovvuri Subject: Re: [edk2-devel] [PATCH 1/2] Reconfigure OpensslLib to add elliptic curve chipher algorithms Message-ID: <20211109085534.u4equwfqfz6bywaa@sirius.home.kraxel.org> References: <23891.1636410576311055186@groups.io> MIME-Version: 1.0 In-Reply-To: <23891.1636410576311055186@groups.io> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi, > * OvmfPkg_Win_VS2019 - Passed > * OvmfPkg_Ubuntu_GCC5 – Failed > * INFO - GenFv: ERROR 3000: Invalid > * INFO -   the required fv image size 0xcb2ac0 exceeds the set fv image size 0xc00000 Wow. That is a quite significant increase. Is this the OVMF_IA32X64_FULL_NOOPT build? That one is disabled on windows already, probably because turning off compiler optimizations increases the build size too much. We could do the same for ubuntu as short-term solution. Long-term we probably need options to build 8M and 16M OVMF binaries. While being at it: have you by chance also looked at switching tianocore over to openssl 3.0? take care, Gerd