From: "Gerd Hoffmann" <kraxel@redhat.com>
To: devel@edk2.groups.io
Cc: Pawel Polawski <ppolawsk@redhat.com>,
Oliver Steffen <osteffen@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH v2 0/3] OvmfPkg: move include files to inc subdir
Date: Fri, 9 Dec 2022 14:03:45 +0100 [thread overview]
Message-ID: <20221209130348.59145-1-kraxel@redhat.com> (raw)
We have a number of include files for *.dsc and *.fdf in OvmfPkg/, lets
unclutter the directory a bit by moving them all to a subdirectory.
v2:
use Include/{Dsc,Fdf} instead of inc
Gerd Hoffmann (3):
OvmfPkg: move dsc and fdf include snippets for TPM support to subdirs
OvmfPkg: move dsc include snippet for Network support to Include/Dsc
mv OvmfPkg: move fdf include snippets to Include/Fdf
.../{ => Include/Dsc}/NetworkComponents.dsc.inc | 0
.../Dsc}/OvmfTpmComponentsDxe.dsc.inc | 0
.../Dsc}/OvmfTpmComponentsPei.dsc.inc | 0
OvmfPkg/{ => Include/Dsc}/OvmfTpmDefines.dsc.inc | 0
OvmfPkg/{ => Include/Dsc}/OvmfTpmLibs.dsc.inc | 0
OvmfPkg/{ => Include/Dsc}/OvmfTpmPcds.dsc.inc | 0
OvmfPkg/{ => Include/Dsc}/OvmfTpmPcdsHii.dsc.inc | 0
.../Dsc}/OvmfTpmSecurityStub.dsc.inc | 0
OvmfPkg/AmdSev/AmdSevX64.dsc | 14 +++++++-------
OvmfPkg/CloudHv/CloudHvX64.dsc | 16 ++++++++--------
OvmfPkg/Microvm/MicrovmX64.dsc | 4 ++--
OvmfPkg/OvmfPkgIa32.dsc | 16 ++++++++--------
OvmfPkg/OvmfPkgIa32X64.dsc | 16 ++++++++--------
OvmfPkg/OvmfPkgX64.dsc | 16 ++++++++--------
OvmfPkg/AmdSev/AmdSevX64.fdf | 6 +++---
OvmfPkg/Bhyve/BhyveX64.fdf | 6 +++---
OvmfPkg/CloudHv/CloudHvX64.fdf | 2 +-
OvmfPkg/IntelTdx/IntelTdxX64.fdf | 8 ++++----
OvmfPkg/Microvm/MicrovmX64.fdf | 6 +++---
OvmfPkg/OvmfPkgIa32.fdf | 8 ++++----
OvmfPkg/OvmfPkgIa32X64.fdf | 8 ++++----
OvmfPkg/OvmfPkgX64.fdf | 8 ++++----
OvmfPkg/OvmfXen.fdf | 8 ++++----
OvmfPkg/Include/WorkArea.h | 2 +-
OvmfPkg/Sec/AmdSev.h | 2 +-
OvmfPkg/Sec/AmdSev.c | 2 +-
.../Fdf}/FvmainCompactScratchEnd.fdf.inc | 0
OvmfPkg/{ => Include/Fdf}/OvmfPkgDefines.fdf.inc | 0
OvmfPkg/{ => Include/Fdf}/VarStore.fdf.inc | 0
OvmfPkg/{ => Include/Fdf}/XenElfHeader.fdf.inc | 0
30 files changed, 74 insertions(+), 74 deletions(-)
rename OvmfPkg/{ => Include/Dsc}/NetworkComponents.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmComponentsDxe.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmComponentsPei.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmDefines.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmLibs.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmPcds.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmPcdsHii.dsc.inc (100%)
rename OvmfPkg/{ => Include/Dsc}/OvmfTpmSecurityStub.dsc.inc (100%)
rename OvmfPkg/{ => Include/Fdf}/FvmainCompactScratchEnd.fdf.inc (100%)
rename OvmfPkg/{ => Include/Fdf}/OvmfPkgDefines.fdf.inc (100%)
rename OvmfPkg/{ => Include/Fdf}/VarStore.fdf.inc (100%)
rename OvmfPkg/{ => Include/Fdf}/XenElfHeader.fdf.inc (100%)
--
2.38.1
next reply other threads:[~2022-12-09 13:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-09 13:03 Gerd Hoffmann [this message]
2022-12-09 13:03 ` [PATCH v2 1/3] OvmfPkg: move dsc and fdf include snippets for TPM support to subdirs Gerd Hoffmann
2022-12-09 13:03 ` [PATCH v2 2/3] OvmfPkg: move dsc include snippet for Network support to Include/Dsc Gerd Hoffmann
2022-12-09 13:03 ` [PATCH v2 3/3] mv OvmfPkg: move fdf include snippets to Include/Fdf Gerd Hoffmann
2022-12-09 14:09 ` [edk2-devel] [PATCH v2 0/3] OvmfPkg: move include files to inc subdir Yao, Jiewen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221209130348.59145-1-kraxel@redhat.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox