[edk2-devel] [PATCH v1 0/3] SourceLevelDebugPkg: Enable CI

Michael Kubacki posted 3 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c                          |   8 +-
SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c                               |  22 ++--
SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c |   2 +-
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c               |   2 +-
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandlerFuncs.c                  |   2 +-
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandlerFuncs.c                   |   2 +-
.azurepipelines/templates/pr-gate-build-job.yml                                               |   2 +-
.pytool/CISettings.py                                                                         |   1 +
SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h                                   |   2 +-
SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h                          |   2 +-
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Internal.h     |   2 +-
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLib.h                  |   2 +-
SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml                                               | 117 ++++++++++++++++++++
13 files changed, 142 insertions(+), 24 deletions(-)
create mode 100644 SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
[edk2-devel] [PATCH v1 0/3] SourceLevelDebugPkg: Enable CI
Posted by Michael Kubacki 1 year, 6 months ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4091

1. Fixes pre-existing spelling errors in the package.
2. Adds SourceLevelDebugPkg to edk2 CI.

CI results are available in the PR:
  https://github.com/tianocore/edk2/pull/3439

Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

Michael Kubacki (3):
  SourceLevelDebugPkg: Fix spelling errors
  SourceLevelDebugPkg: Add package CI YAML file
  .azurepipelines: Add SourceLevelDebugPkg to CI

 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c                          |   8 +-
 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c                               |  22 ++--
 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c |   2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c               |   2 +-
 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandlerFuncs.c                  |   2 +-
 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandlerFuncs.c                   |   2 +-
 .azurepipelines/templates/pr-gate-build-job.yml                                               |   2 +-
 .pytool/CISettings.py                                                                         |   1 +
 SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h                                   |   2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h                          |   2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Internal.h     |   2 +-
 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLib.h                  |   2 +-
 SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml                                               | 117 ++++++++++++++++++++
 13 files changed, 142 insertions(+), 24 deletions(-)
 create mode 100644 SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml

--
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94708): https://edk2.groups.io/g/devel/message/94708
Mute This Topic: https://groups.io/mt/94115847/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/3] SourceLevelDebugPkg: Enable CI
Posted by Wu, Hao A 1 year, 6 months ago
For the series:
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu

> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Tuesday, October 4, 2022 11:19 PM
> To: devel@edk2.groups.io
> Cc: Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
> Subject: [PATCH v1 0/3] SourceLevelDebugPkg: Enable CI
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4091
> 
> 1. Fixes pre-existing spelling errors in the package.
> 2. Adds SourceLevelDebugPkg to edk2 CI.
> 
> CI results are available in the PR:
>   https://github.com/tianocore/edk2/pull/3439
> 
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Michael Kubacki (3):
>   SourceLevelDebugPkg: Fix spelling errors
>   SourceLevelDebugPkg: Add package CI YAML file
>   .azurepipelines: Add SourceLevelDebugPkg to CI
> 
> 
> SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgen
> t.c                          |   8 +-
>  SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c
> |  22 ++--
> 
> SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCom
> municationLibSerialPort.c |   2 +-
> 
> SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunic
> ationLibUsb.c               |   2 +-
> 
> SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandlerFu
> ncs.c                  |   2 +-
> 
> SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandlerFu
> ncs.c                   |   2 +-
>  .azurepipelines/templates/pr-gate-build-job.yml
> |   2 +-
>  .pytool/CISettings.py                                                                         |   1 +
>  SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
> |   2 +-
> 
> SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgen
> t.h                          |   2 +-
> 
> SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommuni
> cationLibUsb3Internal.h     |   2 +-
> 
> SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraAction
> Lib.h                  |   2 +-
>  SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
> | 117 ++++++++++++++++++++
>  13 files changed, 142 insertions(+), 24 deletions(-)  create mode 100644
> SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
> 
> --
> 2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94728): https://edk2.groups.io/g/devel/message/94728
Mute This Topic: https://groups.io/mt/94115847/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/3] SourceLevelDebugPkg: Enable CI
Posted by Michael Kubacki 1 year, 6 months ago
Thanks for the quick review, especially during your holiday.


On 10/4/2022 9:24 PM, Wu, Hao A wrote:
> For the series:
> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
> 
> Best Regards,
> Hao Wu
> 
>> -----Original Message-----
>> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
>> Sent: Tuesday, October 4, 2022 11:19 PM
>> To: devel@edk2.groups.io
>> Cc: Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming
>> <gaoliming@byosoft.com.cn>; Kinney, Michael D
>> <michael.d.kinney@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
>> Subject: [PATCH v1 0/3] SourceLevelDebugPkg: Enable CI
>>
>> From: Michael Kubacki <michael.kubacki@microsoft.com>
>>
>> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4091
>>
>> 1. Fixes pre-existing spelling errors in the package.
>> 2. Adds SourceLevelDebugPkg to edk2 CI.
>>
>> CI results are available in the PR:
>>    https://github.com/tianocore/edk2/pull/3439
>>
>> Cc: Hao A Wu <hao.a.wu@intel.com>
>> Cc: Liming Gao <gaoliming@byosoft.com.cn>
>> Cc: Michael D Kinney <michael.d.kinney@intel.com>
>> Cc: Sean Brogan <sean.brogan@microsoft.com>
>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
>>
>> Michael Kubacki (3):
>>    SourceLevelDebugPkg: Fix spelling errors
>>    SourceLevelDebugPkg: Add package CI YAML file
>>    .azurepipelines: Add SourceLevelDebugPkg to CI
>>
>>
>> SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgen
>> t.c                          |   8 +-
>>   SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c
>> |  22 ++--
>>
>> SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCom
>> municationLibSerialPort.c |   2 +-
>>
>> SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunic
>> ationLibUsb.c               |   2 +-
>>
>> SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandlerFu
>> ncs.c                  |   2 +-
>>
>> SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandlerFu
>> ncs.c                   |   2 +-
>>   .azurepipelines/templates/pr-gate-build-job.yml
>> |   2 +-
>>   .pytool/CISettings.py                                                                         |   1 +
>>   SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
>> |   2 +-
>>
>> SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgen
>> t.h                          |   2 +-
>>
>> SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommuni
>> cationLibUsb3Internal.h     |   2 +-
>>
>> SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraAction
>> Lib.h                  |   2 +-
>>   SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
>> | 117 ++++++++++++++++++++
>>   13 files changed, 142 insertions(+), 24 deletions(-)  create mode 100644
>> SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
>>
>> --
>> 2.28.0.windows.1
> 
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94730): https://edk2.groups.io/g/devel/message/94730
Mute This Topic: https://groups.io/mt/94115847/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/3] SourceLevelDebugPkg: Enable CI
Posted by Michael D Kinney 1 year, 6 months ago
Series Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

Mike

> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Tuesday, October 4, 2022 8:19 AM
> To: devel@edk2.groups.io
> Cc: Wu, Hao A <hao.a.wu@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Kinney, Michael D <michael.d.kinney@intel.com>; Sean
> Brogan <sean.brogan@microsoft.com>
> Subject: [PATCH v1 0/3] SourceLevelDebugPkg: Enable CI
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4091
> 
> 1. Fixes pre-existing spelling errors in the package.
> 2. Adds SourceLevelDebugPkg to edk2 CI.
> 
> CI results are available in the PR:
>   https://github.com/tianocore/edk2/pull/3439
> 
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Michael Kubacki (3):
>   SourceLevelDebugPkg: Fix spelling errors
>   SourceLevelDebugPkg: Add package CI YAML file
>   .azurepipelines: Add SourceLevelDebugPkg to CI
> 
>  SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c                          |   8 +-
>  SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c                               |  22 ++--
>  SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c |   2 +-
>  SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c               |   2 +-
>  SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandlerFuncs.c                  |   2 +-
>  SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandlerFuncs.c                   |   2 +-
>  .azurepipelines/templates/pr-gate-build-job.yml                                               |   2 +-
>  .pytool/CISettings.py                                                                         |   1 +
>  SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h                                   |   2 +-
>  SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.h                          |   2 +-
>  SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Internal.h     |   2 +-
>  SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLib.h                  |   2 +-
>  SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml                                               | 117 ++++++++++++++++++++
>  13 files changed, 142 insertions(+), 24 deletions(-)
>  create mode 100644 SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml
> 
> --
> 2.28.0.windows.1



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