public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 00/15] ArmPkg/ArmPlatformPkg CI enablement
@ 2021-04-28 10:20 PierreGondois
  2021-04-28 10:20 ` [PATCH v3 01/15] ArmPkg: Fix Ecc error 8003 PierreGondois
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: PierreGondois @ 2021-04-28 10:20 UTC (permalink / raw)
  To: devel, sami.mujawar, leif, ardb+tianocore, sean.brogan,
	Bret.Barkelew

From: Pierre Gondois <Pierre.Gondois@arm.com>

Enable upstream CI for the ArmPkg and ArmPlatformPkg.
Bugzilla tickets have been created for their enablement:
ArmPkg:
https://bugzilla.tianocore.org/show_bug.cgi?id=3349
ArmPlatformPkg:
https://bugzilla.tianocore.org/show_bug.cgi?id=3348

The patch-set also fixes some Ecc reported errors, spelling and
CI reported errors. The following bugzillas should be resolved:
https://bugzilla.tianocore.org/show_bug.cgi?id=3258
https://bugzilla.tianocore.org/show_bug.cgi?id=3254

The changes can be seen at:
https://github.com/PierreARM/edk2/tree/1409_Enable_CI_for_Arm_Packages_v3

V2:
 - Remove "eoi'ed" from the list of exceptions of the spell
   checker and re-phrase sentences where "eoi'ed" was used. [Sami]
 - Add documentation to the advertised libraries in
   ArmPkg and ArmPlatformPkg. [Bret]
 - Alphabetically re-order libraries in ArmPkg.dec. [Pierre]
 - Replace TARGET_ARM to TARGET_ARM_ARMPLATFORM [Bret]
V3:
 - Correctly assign the library descriptions to
   their library in ArmPkg.dec. [Sami]

Pierre Gondois (15):
  ArmPkg: Fix Ecc error 8003
  ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib
  ArmPkg: Add missing library headers to ArmPkg.dec
  ArmPlatformPkg: Document libraries in ArmPlatformPkg.dec
  ArmPkg: Document libraries in ArmPkg.dec
  ArmPkg: Re-order libraries in ArmPkg.dec
  ArmPkg: Add OemMiscLibNull library to ArmPkg.dsc
  ArmPkg: Correct small typos
  ArmPkg: Add ArmPkg.ci.yaml
  ArmPlatformPkg: Add ArmPlatformPkg.ci.yaml
  .pytool: Enable CI for ArmPkg
  .pytool: Enable CI for ArmPlatformPkg
  .pytool: Document LicenseCheck and EccCheck
  AzurePipelines: Add support for ArmPkg
  AzurePipelines: Add support for ArmPlatformPkg

 .../templates/pr-gate-build-job.yml           |   3 +
 .pytool/CISettings.py                         |   4 +-
 .pytool/Readme.md                             |  14 +-
 ArmPkg/ArmPkg.ci.yaml                         | 221 ++++++++++++++++++
 ArmPkg/ArmPkg.dec                             |  65 +++++-
 ArmPkg/ArmPkg.dsc                             |   1 +
 ArmPkg/Drivers/ArmGic/ArmGicDxe.h             |   6 +-
 ArmPkg/Drivers/ArmGic/GicV2/ArmGicV2Dxe.c     |   2 +-
 ArmPkg/Drivers/ArmGic/GicV3/ArmGicV3Dxe.c     |   2 +-
 ArmPkg/Drivers/CpuDxe/Arm/Mmu.c               |   2 +-
 ArmPkg/Drivers/CpuDxe/CpuDxe.h                |   6 +-
 .../GenericWatchdogDxe/GenericWatchdog.h      |   6 +-
 ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c |   2 +-
 ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h |   6 +-
 ArmPkg/Include/AsmMacroIoLib.h                |   6 +-
 ArmPkg/Include/AsmMacroIoLibV8.h              |   6 +-
 ArmPkg/Include/Chipset/AArch64.h              |   6 +-
 ArmPkg/Include/Chipset/AArch64Mmu.h           |   6 +-
 ArmPkg/Include/Chipset/ArmCortexA9.h          |   6 +-
 ArmPkg/Include/Chipset/ArmV7.h                |   6 +-
 ArmPkg/Include/Chipset/ArmV7Mmu.h             |   6 +-
 ArmPkg/Include/Guid/ArmMpCoreInfo.h           |   6 +-
 ArmPkg/Include/IndustryStandard/ArmMmSvc.h    |   6 +-
 ArmPkg/Include/IndustryStandard/ArmStdSmc.h   |   6 +-
 ArmPkg/Include/Library/ArmDisassemblerLib.h   |   6 +-
 .../Library/ArmGenericTimerCounterLib.h       |   6 +-
 ArmPkg/Include/Library/ArmGicArchLib.h        |   6 +-
 ArmPkg/Include/Library/ArmHvcLib.h            |   6 +-
 ArmPkg/Include/Library/ArmLib.h               |   6 +-
 ArmPkg/Include/Library/ArmMmuLib.h            |   6 +-
 ArmPkg/Include/Library/ArmSmcLib.h            |   6 +-
 ArmPkg/Include/Library/ArmSvcLib.h            |   6 +-
 .../Library/DefaultExceptionHandlerLib.h      |   6 +-
 ArmPkg/Include/Library/OpteeLib.h             |   6 +-
 ArmPkg/Include/Library/SemihostLib.h          |   6 +-
 ArmPkg/Include/Library/StandaloneMmMmuLib.h   |   6 +-
 ArmPkg/Include/Ppi/ArmMpCoreInfo.h            |   6 +-
 ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h    |   6 +-
 ArmPkg/Library/ArmLib/Arm/ArmV7Lib.h          |   6 +-
 ArmPkg/Library/ArmLib/ArmLibPrivate.h         |   6 +-
 .../Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c   |   4 +-
 ArmPkg/Library/OpteeLib/OpteeSmc.h            |   6 +-
 .../PlatformBootManagerLib/PlatformBm.h       |   6 +-
 .../SemiHostingSerialPortLib/SerialPortLib.c  |   6 +-
 ArmPkg/Library/SemihostLib/SemihostPrivate.h  |   6 +-
 .../AArch64/ArmMmuStandaloneMmLib.c           |   4 +-
 ...MiscNumberOfInstallableLanguagesFunction.c |   6 +-
 ArmPlatformPkg/ArmPlatformPkg.ci.yaml         | 100 ++++++++
 ArmPlatformPkg/ArmPlatformPkg.dec             |  19 +-
 49 files changed, 530 insertions(+), 123 deletions(-)
 create mode 100644 ArmPkg/ArmPkg.ci.yaml
 create mode 100644 ArmPlatformPkg/ArmPlatformPkg.ci.yaml

-- 
2.17.1


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

end of thread, other threads:[~2021-04-28 13:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28 10:20 [PATCH v3 00/15] ArmPkg/ArmPlatformPkg CI enablement PierreGondois
2021-04-28 10:20 ` [PATCH v3 01/15] ArmPkg: Fix Ecc error 8003 PierreGondois
2021-04-28 10:20 ` [PATCH v3 02/15] ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib PierreGondois
2021-04-28 10:20 ` [PATCH v3 03/15] ArmPkg: Add missing library headers to ArmPkg.dec PierreGondois
2021-04-28 10:20 ` [PATCH v3 04/15] ArmPlatformPkg: Document libraries in ArmPlatformPkg.dec PierreGondois
2021-04-28 10:20 ` [PATCH v3 05/15] ArmPkg: Document libraries in ArmPkg.dec PierreGondois
2021-04-28 10:20 ` [PATCH v3 06/15] ArmPkg: Re-order " PierreGondois
2021-04-28 10:20 ` [PATCH v3 07/15] ArmPkg: Add OemMiscLibNull library to ArmPkg.dsc PierreGondois
2021-04-28 10:20 ` [PATCH v3 08/15] ArmPkg: Correct small typos PierreGondois
2021-04-28 10:20 ` [PATCH v3 09/15] ArmPkg: Add ArmPkg.ci.yaml PierreGondois
2021-04-28 10:20 ` [PATCH v3 10/15] ArmPlatformPkg: Add ArmPlatformPkg.ci.yaml PierreGondois
2021-04-28 10:20 ` [PATCH v3 11/15] .pytool: Enable CI for ArmPkg PierreGondois
2021-04-28 10:20 ` [PATCH v3 12/15] .pytool: Enable CI for ArmPlatformPkg PierreGondois
2021-04-28 10:20 ` [PATCH v3 13/15] .pytool: Document LicenseCheck and EccCheck PierreGondois
2021-04-28 10:20 ` [PATCH v3 14/15] AzurePipelines: Add support for ArmPkg PierreGondois
2021-04-28 10:20 ` [PATCH v3 15/15] AzurePipelines: Add support for ArmPlatformPkg PierreGondois
2021-04-28 13:00 ` [PATCH v3 00/15] ArmPkg/ArmPlatformPkg CI enablement Ard Biesheuvel

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