[edk2-devel] [PATCH v2 0/3] Add EDKII CI support for DynamicTablesPkg

Sami Mujawar posted 3 patches 3 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.azurepipelines/templates/pr-gate-build-job.yml                  |  3 +-
.pytool/CISettings.py                                            |  2 +
.pytool/Readme.md                                                |  2 +-
DynamicTablesPkg/DynamicTables.dsc.inc                           | 14 +++
DynamicTablesPkg/DynamicTablesPkg.ci.yaml                        | 92 ++++++++++++++++++++
DynamicTablesPkg/DynamicTablesPkg.dec                            |  7 +-
DynamicTablesPkg/DynamicTablesPkg.dsc                            |  4 +-
DynamicTablesPkg/Include/ArmNameSpaceObjects.h                   |  6 +-
DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/Dbg2Generator.c |  4 +-
DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c |  8 +-
DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/MadtGenerator.c | 12 +--
DynamicTablesPkg/Library/Acpi/Arm/AcpiSpcrLibArm/SpcrGenerator.c |  6 +-
DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c |  4 +-
DynamicTablesPkg/Readme.md                                       | 73 +++++++++++++++-
14 files changed, 210 insertions(+), 27 deletions(-)
create mode 100644 DynamicTablesPkg/DynamicTablesPkg.ci.yaml
[edk2-devel] [PATCH v2 0/3] Add EDKII CI support for DynamicTablesPkg
Posted by Sami Mujawar 3 years, 9 months ago
The TianoCore EDKII project has introduced a Core CI infrastructure
using TianoCore EDKII Tools PIP modules.

This patch series adds support for building DynamicTablesPkg using
the EKDII Core CI. The review feedback from the v1 series has also
been addressed.

The changes can be seen at:
https://github.com/samimujawar/edk2/tree/839_dynamictablespkg_ci_v2

Sami Mujawar (4):
  DynamicTablesPkg: Fix issues reported by EDKII CI
  DynamicTablesPkg: Add EDK2 Core CI support
  .pytool: CI Settings to support DynamicTablesPkg
  .azurepipelines: Add DynamicTablesPkg to CI matrix

 .azurepipelines/templates/pr-gate-build-job.yml                  |  3 +-
 .pytool/CISettings.py                                            |  2 +
 .pytool/Readme.md                                                |  2 +-
 DynamicTablesPkg/DynamicTables.dsc.inc                           | 14 +++
 DynamicTablesPkg/DynamicTablesPkg.ci.yaml                        | 92 ++++++++++++++++++++
 DynamicTablesPkg/DynamicTablesPkg.dec                            |  7 +-
 DynamicTablesPkg/DynamicTablesPkg.dsc                            |  4 +-
 DynamicTablesPkg/Include/ArmNameSpaceObjects.h                   |  6 +-
 DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/Dbg2Generator.c |  4 +-
 DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c |  8 +-
 DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/MadtGenerator.c | 12 +--
 DynamicTablesPkg/Library/Acpi/Arm/AcpiSpcrLibArm/SpcrGenerator.c |  6 +-
 DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c |  4 +-
 DynamicTablesPkg/Readme.md                                       | 73 +++++++++++++++-
 14 files changed, 210 insertions(+), 27 deletions(-)
 create mode 100644 DynamicTablesPkg/DynamicTablesPkg.ci.yaml

-- 
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61863): https://edk2.groups.io/g/devel/message/61863
Mute This Topic: https://groups.io/mt/75221023/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/3] Add EDKII CI support for DynamicTablesPkg
Posted by Alexei Fedorov 3 years, 8 months ago
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63201): https://edk2.groups.io/g/devel/message/63201
Mute This Topic: https://groups.io/mt/75221023/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-