[edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool

Sami Mujawar posted 2 patches 3 years, 2 months ago
Failed in applying to current master (apply log)
ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml |  45 ++++++-
ArmVirtPkg/PlatformCI/PlatformBuild.py                | 132 +++++++++++---------
ArmVirtPkg/PlatformCI/ReadMe.md                       |  21 ++--
3 files changed, 132 insertions(+), 66 deletions(-)
[edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
Posted by Sami Mujawar 3 years, 2 months ago
This patch series adds support to build the Kvmtool firmware using
EDKII core CI.

The changes can be seen at:
https://github.com/samimujawar/edk2/tree/1596_kvmtool_ci_v1

Sami Mujawar (2):
  ArmVirtPkg/PlatformCI: Add EDKII CI support for Kvmtool
  ArmVirtPkg/.azurepipelines: Add Kvmtool to platform CI matrix

 ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml |  45 ++++++-
 ArmVirtPkg/PlatformCI/PlatformBuild.py                | 132 +++++++++++---------
 ArmVirtPkg/PlatformCI/ReadMe.md                       |  21 ++--
 3 files changed, 132 insertions(+), 66 deletions(-)

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



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


Re: [edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
Posted by Laszlo Ersek 3 years, 2 months ago
On 01/22/21 18:19, Sami Mujawar wrote:
> This patch series adds support to build the Kvmtool firmware using
> EDKII core CI.
> 
> The changes can be seen at:
> https://github.com/samimujawar/edk2/tree/1596_kvmtool_ci_v1
> 
> Sami Mujawar (2):
>   ArmVirtPkg/PlatformCI: Add EDKII CI support for Kvmtool
>   ArmVirtPkg/.azurepipelines: Add Kvmtool to platform CI matrix
> 
>  ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml |  45 ++++++-
>  ArmVirtPkg/PlatformCI/PlatformBuild.py                | 132 +++++++++++---------
>  ArmVirtPkg/PlatformCI/ReadMe.md                       |  21 ++--
>  3 files changed, 132 insertions(+), 66 deletions(-)
> 

I can help merging this (once reviewed -- please ping me then), but I'd
like to leave the review to Ard, Bret and Sean.

Thanks
Laszlo



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


Re: [edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
Posted by Ard Biesheuvel 3 years, 1 month ago
On Fri, 22 Jan 2021 at 18:19, Sami Mujawar <sami.mujawar@arm.com> wrote:
>
> This patch series adds support to build the Kvmtool firmware using
> EDKII core CI.
>
> The changes can be seen at:
> https://github.com/samimujawar/edk2/tree/1596_kvmtool_ci_v1
>
> Sami Mujawar (2):
>   ArmVirtPkg/PlatformCI: Add EDKII CI support for Kvmtool
>   ArmVirtPkg/.azurepipelines: Add Kvmtool to platform CI matrix
>

Acked-by: Ard Biesheuvel <ardb@kernel.org>


>  ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml |  45 ++++++-
>  ArmVirtPkg/PlatformCI/PlatformBuild.py                | 132 +++++++++++---------
>  ArmVirtPkg/PlatformCI/ReadMe.md                       |  21 ++--
>  3 files changed, 132 insertions(+), 66 deletions(-)
>
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
>


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


Re: [edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
Posted by Sami Mujawar 3 years, 1 month ago
Hi All,

Is it possible to integrate this patch in the edk2-stable202102 tag?
This series is also acked at https://edk2.groups.io/g/devel/message/70710?p=,,,20,0,0,0::Created,,ArmVirtPkg,20,2,0,80094118

I have also created a Bugzilla ticket at ' *Bug 3216* ( https://bugzilla.tianocore.org/show_bug.cgi?id=3216 ) - Add platform CI support for Kvmtool'

Regards,

Sami Mujawar


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


[edk2-devel] 回复: [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
Posted by gaoliming 3 years, 2 months ago
Acked-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: Sami Mujawar <sami.mujawar@arm.com>
> 发送时间: 2021年1月23日 1:20
> 收件人: devel@edk2.groups.io
> 抄送: Sami Mujawar <sami.mujawar@arm.com>; ardb+tianocore@kernel.org;
> leif@nuviainc.com; sean.brogan@microsoft.com;
> Bret.Barkelew@microsoft.com; michael.d.kinney@intel.com;
> gaoliming@byosoft.com.cn; lersek@redhat.com; Matteo.Carlini@arm.com;
> Ben.Adderson@arm.com; nd@arm.com
> 主题: [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
> 
> This patch series adds support to build the Kvmtool firmware using
> EDKII core CI.
> 
> The changes can be seen at:
> https://github.com/samimujawar/edk2/tree/1596_kvmtool_ci_v1
> 
> Sami Mujawar (2):
>   ArmVirtPkg/PlatformCI: Add EDKII CI support for Kvmtool
>   ArmVirtPkg/.azurepipelines: Add Kvmtool to platform CI matrix
> 
>  ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml |  45 ++++++-
>  ArmVirtPkg/PlatformCI/PlatformBuild.py                | 132
> +++++++++++---------
>  ArmVirtPkg/PlatformCI/ReadMe.md                       |  21 ++--
>  3 files changed, 132 insertions(+), 66 deletions(-)
> 
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'





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


Re: [edk2-devel] [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
Posted by Sami Mujawar 3 years, 1 month ago
Hi Bret, Sean,

Is it possible to provide feedback for this patch series, please? 

The patches in this series can be seen at:
  https://edk2.groups.io/g/devel/topic/patch_v1_1_2/80035810
  https://edk2.groups.io/g/devel/topic/patch_v1_2_2/80035812

Regards,

Sami Mujawar
-----Original Message-----
From: gaoliming <gaoliming@byosoft.com.cn> 
Sent: 25 January 2021 01:30 AM
To: Sami Mujawar <Sami.Mujawar@arm.com>; devel@edk2.groups.io
Cc: ardb+tianocore@kernel.org; leif@nuviainc.com; sean.brogan@microsoft.com; Bret.Barkelew@microsoft.com; michael.d.kinney@intel.com; lersek@redhat.com; Matteo Carlini <Matteo.Carlini@arm.com>; Ben Adderson <Ben.Adderson@arm.com>; nd <nd@arm.com>
Subject: 回复: [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool

Acked-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: Sami Mujawar <sami.mujawar@arm.com>
> 发送时间: 2021年1月23日 1:20
> 收件人: devel@edk2.groups.io
> 抄送: Sami Mujawar <sami.mujawar@arm.com>; ardb+tianocore@kernel.org;
> leif@nuviainc.com; sean.brogan@microsoft.com;
> Bret.Barkelew@microsoft.com; michael.d.kinney@intel.com;
> gaoliming@byosoft.com.cn; lersek@redhat.com; Matteo.Carlini@arm.com;
> Ben.Adderson@arm.com; nd@arm.com
> 主题: [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool
> 
> This patch series adds support to build the Kvmtool firmware using
> EDKII core CI.
> 
> The changes can be seen at:
> https://github.com/samimujawar/edk2/tree/1596_kvmtool_ci_v1
> 
> Sami Mujawar (2):
>   ArmVirtPkg/PlatformCI: Add EDKII CI support for Kvmtool
>   ArmVirtPkg/.azurepipelines: Add Kvmtool to platform CI matrix
> 
>  ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml |  45 ++++++-
>  ArmVirtPkg/PlatformCI/PlatformBuild.py                | 132
> +++++++++++---------
>  ArmVirtPkg/PlatformCI/ReadMe.md                       |  21 ++--
>  3 files changed, 132 insertions(+), 66 deletions(-)
> 
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'





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