public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: Pierre <Pierre.Gondois@arm.com>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	Sami Mujawar <sami.mujawar@arm.com>,
	 Leif Lindholm <leif@nuviainc.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>,
	 Sean Brogan <sean.brogan@microsoft.com>,
	Bret Barkelew <Bret.Barkelew@microsoft.com>
Subject: Re: [PATCH v3 00/15] ArmPkg/ArmPlatformPkg CI enablement
Date: Wed, 28 Apr 2021 15:00:08 +0200	[thread overview]
Message-ID: <CAMj1kXHeq=KqpDjWCFitf9aENndcFN7X16WkN+HRyYxtXCJs2w@mail.gmail.com> (raw)
In-Reply-To: <20210428102020.2311-1-Pierre.Gondois@arm.com>

On Wed, 28 Apr 2021 at 12:20, <Pierre.Gondois@arm.com> wrote:
>
> 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
>

Thank you Pierre.

Merged as #1605
>  .../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
>

      parent reply	other threads:[~2021-04-28 13:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Ard Biesheuvel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMj1kXHeq=KqpDjWCFitf9aENndcFN7X16WkN+HRyYxtXCJs2w@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox