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 9E6CD740038 for ; Thu, 22 Feb 2024 10:14:07 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=8NjcaJzH+DyI7IFDkze7qUJKO1s3gUCS1QYuiquRguM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1708596846; v=1; b=jvAcz87FSnXN+dTZ/+uqZosiayHtfSAC4valc5uVmEyyJBM8zga1ae3hY8J5YUDitsyI97ZH nDgHEhqAvY9YHXiTuQvjqo1FhCQQr1eKruZjOGuzC6fl275qq8WxKATjTc89g0oeCoMsLUjUQkg gb+UzDFNFnuWiOraWdCiNUIQ= X-Received: by 127.0.0.2 with SMTP id FKCQYY7687511xMFTYChPOvW; Thu, 22 Feb 2024 02:14:06 -0800 X-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.web10.9719.1708596845416948018 for ; Thu, 22 Feb 2024 02:14:05 -0800 X-Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-662-O5wHwTTgMn-Ka4-HjxtrCw-1; Thu, 22 Feb 2024 05:14:00 -0500 X-MC-Unique: O5wHwTTgMn-Ka4-HjxtrCw-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 4C66E38143C0; Thu, 22 Feb 2024 10:14:00 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.192.237]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 856F210800; Thu, 22 Feb 2024 10:13:59 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 8391E18007A1; Thu, 22 Feb 2024 11:13:58 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Michael Roth , Laszlo Ersek , Tom Lendacky , Min Xu , Jiewen Yao , Gerd Hoffmann , Ard Biesheuvel , Erdem Aktas , Oliver Steffen Subject: [edk2-devel] [PATCH v3 00/12] OvmfPkg: tweak shell builds Date: Thu, 22 Feb 2024 11:13:46 +0100 Message-ID: <20240222101358.67818-1-kraxel@redhat.com> MIME-Version: 1.0 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,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: ThIp1PN7yLOfytheLgdMIMI6x7686176AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=jvAcz87F; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io - Create include files to reduce duplication. - Fix varpolicy command. - Little CI tweak. 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. 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 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 -- 2.43.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115782): https://edk2.groups.io/g/devel/message/115782 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] -=-=-=-=-=-=-=-=-=-=-=-