public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add EDKII CI support for DynamicTablesPkg
@ 2020-06-29 13:27 Sami Mujawar
  2020-06-29 13:27 ` [PATCH v1 1/3] DynamicTablesPkg: Fix issues reported by EDKII CI Sami Mujawar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Sami Mujawar @ 2020-06-29 13:27 UTC (permalink / raw)
  To: devel
  Cc: Sami Mujawar, Alexei.Fedorov, sean.brogan, liming.gao,
	michael.d.kinney, Bret.Barkelew, ard.biesheuvel, Matteo.Carlini,
	Laura.Moretta, nd

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 changes can be seen at:
https://github.com/samimujawar/edk2/tree/839_dynamictablespkg_ci_v1


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

 .pytool/CISettings.py                                            |   2 +
 .pytool/Readme.md                                                |   2 +-
 DynamicTablesPkg/DynamicTablesPkg.ci.yaml                        | 103 ++++++++++++++++++++
 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 +++++++++++++-
 12 files changed, 205 insertions(+), 26 deletions(-)
 create mode 100644 DynamicTablesPkg/DynamicTablesPkg.ci.yaml

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


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

end of thread, other threads:[~2020-06-30 19:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 13:27 [PATCH v1 0/3] Add EDKII CI support for DynamicTablesPkg Sami Mujawar
2020-06-29 13:27 ` [PATCH v1 1/3] DynamicTablesPkg: Fix issues reported by EDKII CI Sami Mujawar
2020-06-29 14:23   ` [edk2-devel] " Alexei Fedorov
2020-06-29 13:27 ` [PATCH v1 2/3] DynamicTablesPkg: Add EDK2 Core CI support Sami Mujawar
2020-06-29 14:24   ` [edk2-devel] " Alexei Fedorov
2020-06-29 17:29   ` Sean
2020-06-29 18:16     ` Sami Mujawar
2020-06-29 13:27 ` [PATCH v1 3/3] .pytool: CI Settings to support DynamicTablesPkg Sami Mujawar
2020-06-29 14:25   ` [edk2-devel] " Alexei Fedorov
2020-06-29 14:22 ` [edk2-devel] [PATCH v1 0/3] Add EDKII CI support for DynamicTablesPkg Alexei Fedorov
2020-06-29 18:55 ` Sean
2020-06-30 19:23   ` Sami Mujawar

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