From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 88439D8106C for ; Sun, 25 Feb 2024 17:50:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=QjXmzsOw19oQl7nYmEwz1HoZ7lRqcpauoL1OeTQsITo=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1708883454; v=1; b=Dwhby2nEX7sXl7NuPGfMJKvpsRqhzS4qfJ0AcHELPtl1fyP/3JbeNYEQUvWGBI0XVjqggUyn wBYyuYYJHxvoC9yl8vf1zQ9P2MM6LQs4Gs9iuSqng699C4hXZy4tvwEb3RQziH3STR7I5SPWVME j7hS6F7kmmpTW7IsaMGl1Mm4= X-Received: by 127.0.0.2 with SMTP id JOK7YY7687511x8dwe5wblio; Sun, 25 Feb 2024 09:50:54 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.1979.1708883454045411524 for ; Sun, 25 Feb 2024 09:50:54 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-677-Z1XWgga0PH2C66BTnDx36Q-1; Sun, 25 Feb 2024 12:50:49 -0500 X-MC-Unique: Z1XWgga0PH2C66BTnDx36Q-1 X-Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 39A00185A781; Sun, 25 Feb 2024 17:50:49 +0000 (UTC) X-Received: from [10.39.192.57] (unknown [10.39.192.57]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 80FD88CEC; Sun, 25 Feb 2024 17:50:47 +0000 (UTC) Message-ID: Date: Sun, 25 Feb 2024 18:50:46 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v3 00/12] OvmfPkg: tweak shell builds To: devel@edk2.groups.io, kraxel@redhat.com Cc: Michael Roth , Tom Lendacky , Min Xu , Jiewen Yao , Ard Biesheuvel , Erdem Aktas , Oliver Steffen References: <20240222101358.67818-1-kraxel@redhat.com> From: "Laszlo Ersek" In-Reply-To: <20240222101358.67818-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: UWEWgHxCA9YWwRG9iBlSBfW2x7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Dwhby2nE; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none) On 2/22/24 11:13, Gerd Hoffmann wrote: > - Create include files to reduce duplication. > - Fix varpolicy command. > - Little CI tweak. >=20 > v3: > - pick up review and ack tags. > - no functional changes. > v2: > - do not move ShellCEntryLib to include file. > - refine network config conditionals. > - improve some commit messages. > - add patch to drop the shell from secure boot builds. >=20 > Gerd Hoffmann (12): > OvmfPkg: add ShellComponents.dsc.inc > OvmfPkg: add ShellLibs.dsc.inc > OvmfPkg: add ShellDxe.fdf.inc > OvmfPkg: Shell*.inc: allow building without network support > OvmfPkg: ShellDxe.fdf.inc: add VariablePolicyDynamicCommand to FV > OvmfPkg: switch OvmfPkgIa32 to new shell include files > OvmfPkg: switch OvmfPkgIa32X64 to new shell include files > OvmfPkg: switch AmdSevX64 to new shell include files > OvmfPkg: switch IntelTdxX64 to new shell include files > OvmfPkg: switch MicrovmX64 to new shell include files > OvmfPkg/CI: copy shell to virtual drive > OvmfPkg: only add shell to FV in case secure boot is disabled >=20 > OvmfPkg/Include/Dsc/ShellComponents.dsc.inc | 55 +++++++++++++++++++++ > OvmfPkg/Include/Dsc/ShellLibs.dsc.inc | 10 ++++ > OvmfPkg/AmdSev/AmdSevX64.dsc | 30 +---------- > OvmfPkg/IntelTdx/IntelTdxX64.dsc | 32 ++---------- > OvmfPkg/Microvm/MicrovmX64.dsc | 49 +++--------------- > OvmfPkg/OvmfPkgIa32.dsc | 47 +----------------- > OvmfPkg/OvmfPkgIa32X64.dsc | 47 +----------------- > OvmfPkg/OvmfPkgX64.dsc | 47 +----------------- > OvmfPkg/AmdSev/AmdSevX64.fdf | 8 +-- > OvmfPkg/IntelTdx/IntelTdxX64.fdf | 9 +--- > OvmfPkg/Microvm/MicrovmX64.fdf | 9 +--- > OvmfPkg/OvmfPkgIa32.fdf | 11 +---- > OvmfPkg/OvmfPkgIa32X64.fdf | 11 +---- > OvmfPkg/OvmfPkgX64.fdf | 11 +---- > OvmfPkg/Include/Fdf/ShellDxe.fdf.inc | 17 +++++++ > OvmfPkg/PlatformCI/PlatformBuildLib.py | 12 ++++- > 16 files changed, 124 insertions(+), 281 deletions(-) > create mode 100644 OvmfPkg/Include/Dsc/ShellComponents.dsc.inc > create mode 100644 OvmfPkg/Include/Dsc/ShellLibs.dsc.inc > create mode 100644 OvmfPkg/Include/Fdf/ShellDxe.fdf.inc >=20 Merged as commit range 7fa4a984c438..f881b4d12960, via . Thanks! Laszlo -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115934): https://edk2.groups.io/g/devel/message/115934 Mute This Topic: https://groups.io/mt/104505803/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-