[edk2-devel] [PATCH 0/5] MdePkg/Base.h: Introduce various alignment-related macros

Gerd Hoffmann posted 5 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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                         | 95 ++++++++++++++++++-
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 -
17 files changed, 129 insertions(+), 50 deletions(-)
[edk2-devel] [PATCH 0/5] MdePkg/Base.h: Introduce various alignment-related macros
Posted by Gerd Hoffmann 1 year, 2 months ago

Gerd Hoffmann (2):
  OvmfPkg: Rename IS_ALIGNED macros to avoid name collisions
  OvmfPkg: Consume new alignment-related macros

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                         | 95 ++++++++++++++++++-
 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 -
 17 files changed, 129 insertions(+), 50 deletions(-)

-- 
2.39.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#100662): https://edk2.groups.io/g/devel/message/100662
Mute This Topic: https://groups.io/mt/97357264/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH 0/5] MdePkg/Base.h: Introduce various alignment-related macros
Posted by Lendacky, Thomas via groups.io 1 year, 2 months ago
On 3/3/23 00:51, Gerd Hoffmann wrote:
> 
> 
> Gerd Hoffmann (2):
>    OvmfPkg: Rename IS_ALIGNED macros to avoid name collisions
>    OvmfPkg: Consume new alignment-related macros
> 
> 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

For the OVMF related pieces:

Acked-by: Tom Lendacky <thomas.lendacky@amd.com>

> 
>   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                         | 95 ++++++++++++++++++-
>   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 -
>   17 files changed, 129 insertions(+), 50 deletions(-)
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#100695): https://edk2.groups.io/g/devel/message/100695
Mute This Topic: https://groups.io/mt/97357264/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/5] MdePkg/Base.h: Introduce various alignment-related macros
Posted by Gerd Hoffmann 1 year, 1 month ago
On Fri, Mar 03, 2023 at 07:51:10AM +0100, Gerd Hoffmann wrote:

Ping.  Any comments on this?

The interesting update actually adding the macros is in patch #3.

thanks & take care,
  Gerd



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#101428): https://edk2.groups.io/g/devel/message/101428
Mute This Topic: https://groups.io/mt/97357264/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-