public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros
@ 2023-03-22  7:02 Gerd Hoffmann
  2023-03-22  7:02 ` [PATCH v2 1/6] MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Gerd Hoffmann @ 2023-03-22  7:02 UTC (permalink / raw)
  To: devel
  Cc: Michael D Kinney, Erdem Aktas, James Bottomley, Liming Gao,
	Marvin Häuser, Pawel Polawski, Michael Roth, Tom Lendacky,
	Gerd Hoffmann, Jiewen Yao, Jian J Wang, Ard Biesheuvel,
	Jordan Justen, Hao A Wu, Zhiguang Liu, Ray Ni, Min Xu,
	Oliver Steffen

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-04-01 23:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22  7:02 [PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros Gerd Hoffmann
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox