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 56D3E9419C8 for ; Wed, 24 Jan 2024 16:38:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=wqvh+DmwvYnqcPaUZf83ZX6ftGRUm3UDrcMMOSX6cWc=; 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=1706114289; v=1; b=miPMceM1D08ZsJ6eDCquZx4o9Am2xHI8D7KbzYxdDUTebpzqxUYelIl82EpYYlfNW2Jz7qCV K7AFM2t1Yi1sMTZdVTzzJxufeaN5EPIV4dYZOAgSo4GWlcOuQ2LwgoFSug9hRgYxRIX2S5cXW0p jOkVbvoTBJ7Er18Yp1zvvXFU= X-Received: by 127.0.0.2 with SMTP id JCGoYY7687511xaPGGCRYHCR; Wed, 24 Jan 2024 08:38:09 -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.web11.27627.1706114288438640265 for ; Wed, 24 Jan 2024 08:38:08 -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-686-ulqkXsH4PGuNiiHTPu6ZIg-1; Wed, 24 Jan 2024 11:38:04 -0500 X-MC-Unique: ulqkXsH4PGuNiiHTPu6ZIg-1 X-Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (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 0425F11BB5E5; Wed, 24 Jan 2024 16:38:04 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.193.66]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CE48E1C060B1; Wed, 24 Jan 2024 16:38:03 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id A4179180038B; Wed, 24 Jan 2024 17:38:02 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Ard Biesheuvel , Michael Roth , Gerd Hoffmann , Laszlo Ersek , Erdem Aktas , Min Xu , Tom Lendacky , Oliver Steffen Subject: [edk2-devel] [PATCH 00/11] OvmfPkg: tweak shell builds Date: Wed, 24 Jan 2024 17:37:51 +0100 Message-ID: <20240124163802.2160303-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 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: 43LJG5K8KjZ99qV6NFVaybXix7686176AA= 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=miPMceM1; 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. Gerd Hoffmann (11): 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/Include/Dsc/ShellComponents.dsc.inc | 53 ++++++++++++++++++++ OvmfPkg/Include/Dsc/ShellLibs.dsc.inc | 11 +++++ OvmfPkg/AmdSev/AmdSevX64.dsc | 32 +----------- OvmfPkg/IntelTdx/IntelTdxX64.dsc | 33 ++----------- OvmfPkg/Microvm/MicrovmX64.dsc | 55 +++++---------------- OvmfPkg/OvmfPkgIa32.dsc | 49 +----------------- OvmfPkg/OvmfPkgIa32X64.dsc | 54 +++----------------- OvmfPkg/OvmfPkgX64.dsc | 54 +++----------------- 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, 135 insertions(+), 294 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.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114320): https://edk2.groups.io/g/devel/message/114320 Mute This Topic: https://groups.io/mt/103935343/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-