From: "Gerd Hoffmann" <kraxel@redhat.com>
To: devel@edk2.groups.io
Cc: "Michael D Kinney" <michael.d.kinney@intel.com>,
"Erdem Aktas" <erdemaktas@google.com>,
"James Bottomley" <jejb@linux.ibm.com>,
"Liming Gao" <gaoliming@byosoft.com.cn>,
"Marvin Häuser" <mhaeuser@posteo.de>,
"Pawel Polawski" <ppolawsk@redhat.com>,
"Michael Roth" <michael.roth@amd.com>,
"Tom Lendacky" <thomas.lendacky@amd.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Jiewen Yao" <jiewen.yao@intel.com>,
"Jian J Wang" <jian.j.wang@intel.com>,
"Ard Biesheuvel" <ardb+tianocore@kernel.org>,
"Jordan Justen" <jordan.l.justen@intel.com>,
"Hao A Wu" <hao.a.wu@intel.com>,
"Zhiguang Liu" <zhiguang.liu@intel.com>,
"Ray Ni" <ray.ni@intel.com>, "Min Xu" <min.m.xu@intel.com>,
"Oliver Steffen" <osteffen@redhat.com>
Subject: [PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros
Date: Wed, 22 Mar 2023 08:02:37 +0100 [thread overview]
Message-ID: <20230322070243.410903-1-kraxel@redhat.com> (raw)
v2 changes:
- rebase to latest master, adapt patches to changes.
- update macro documentation to use @retval TRUE/FALSE.
- added patch to use IS_POW2 in MtrrLib.
- add reviews and acks.
Gerd Hoffmann (3):
OvmfPkg: Rename IS_ALIGNED macros to avoid name collisions
OvmfPkg: Consume new alignment-related macros
UefiCpuPkg/MtrrLib: use new IS_POW2() macro.
Marvin Häuser (3):
MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions
MdePkg/Base.h: Introduce various alignment-related macros
MdeModulePkg: Consume new alignment-related macros
MdeModulePkg/Bus/Ata/AhciPei/AhciPei.h | 1 -
.../Ata/AtaAtapiPassThru/AtaAtapiPassThru.h | 2 -
MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h | 1 -
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h | 2 -
.../Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.h | 2 -
.../Bus/Ufs/UfsPassThruDxe/UfsPassThru.h | 2 -
MdeModulePkg/Universal/EbcDxe/EbcExecute.h | 3 +-
MdePkg/Include/Base.h | 98 ++++++++++++++++++-
MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c | 2 +-
.../Bus/Ata/AhciPei/AhciPeiPassThru.c | 6 +-
.../Ata/AtaAtapiPassThru/AtaAtapiPassThru.c | 12 +--
.../Bus/Ata/AtaBusDxe/AtaPassThruExecute.c | 2 +-
MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 4 +-
.../Bus/Ufs/UfsPassThruDxe/UfsPassThru.c | 6 +-
MdeModulePkg/Universal/EbcDxe/EbcExecute.c | 36 +++----
OvmfPkg/AmdSevDxe/AmdSevDxe.c | 2 -
.../X64/SnpPageStateChangeInternal.c | 1 -
UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 17 +---
18 files changed, 133 insertions(+), 66 deletions(-)
--
2.39.2
next reply other threads:[~2023-03-22 7:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 7:02 Gerd Hoffmann [this message]
2023-03-22 7:02 ` [PATCH v2 1/6] MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions Gerd Hoffmann
2023-03-22 7:02 ` [PATCH v2 2/6] OvmfPkg: " Gerd Hoffmann
2023-03-22 7:02 ` [PATCH v2 3/6] MdePkg/Base.h: Introduce various alignment-related macros Gerd Hoffmann
2023-03-22 22:17 ` Michael D Kinney
2023-03-22 7:02 ` [PATCH v2 4/6] MdeModulePkg: Consume new " Gerd Hoffmann
2023-03-22 7:02 ` [PATCH v2 5/6] OvmfPkg: " Gerd Hoffmann
2023-03-22 7:02 ` [PATCH v2 6/6] UefiCpuPkg/MtrrLib: use new IS_POW2() macro Gerd Hoffmann
2023-03-22 9:03 ` Ni, Ray
2023-03-22 22:15 ` [edk2-devel] " Michael D Kinney
2023-03-30 7:33 ` [PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros Gerd Hoffmann
2023-04-01 23:38 ` [edk2-devel] " Michael D Kinney
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=20230322070243.410903-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