public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Update IASL extdep for CI
@ 2020-09-11 20:44 Matthew Carlson
  2020-09-11 20:44 ` [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version Matthew Carlson
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Carlson @ 2020-09-11 20:44 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Liming Gao, Yuwei Chen, Sean Brogan

From: Matthew Carlson <macarl@microsoft.com>

Currently EDK2 has an external dependency to download the IASL compiler.
This updates that nuget stream with a much more current version produced
by a pipeline that runs regularly. Feel free to check out the repo here:

https://dev.azure.com/projectmu/_git/acpica

To reiterate, this only affects CI and should not affect platforms unless
they are explictly using the 'cibuild' scope.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: devel@edk2.groups.io

Matthew Carlson (1):
  BaseTools: update IASL extdep to more modern version

 BaseTools/Bin/iasl_ext_dep.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.28.0.windows.1


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

* [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
  2020-09-11 20:44 [PATCH v1 0/1] Update IASL extdep for CI Matthew Carlson
@ 2020-09-11 20:44 ` Matthew Carlson
  2020-09-14  3:15   ` 回复: [edk2-devel] " gaoliming
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Carlson @ 2020-09-11 20:44 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Liming Gao, Yuwei Chen, Sean Brogan, Matthew Carlson

From: Matthew Carlson <macarl@microsoft.com>

The IASL extdep is used for CI only and a recent fork of the ACPICA
repo was made to make nuget builds more regular and easier to audit.
https://dev.azure.com/projectmu/_git/acpica

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: devel@edk2.groups.io

Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>
---
 BaseTools/Bin/iasl_ext_dep.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.yaml
index 1d81e89cf3a6..ea2bc315d184 100644
--- a/BaseTools/Bin/iasl_ext_dep.yaml
+++ b/BaseTools/Bin/iasl_ext_dep.yaml
@@ -14,8 +14,8 @@
   "id": "iasl-ci-1",
   "scope": "cibuild",
   "type": "nuget",
-  "name": "iasl",
-  "source": "https://api.nuget.org/v3/index.json",
-  "version": "20190215.0.0",
+  "name": "edk2-acpica-iasl",
+  "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json",
+  "version": "20200717.0.0",
   "flags": ["set_path", "host_specific"]
 }
-- 
2.28.0.windows.1


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

* 回复: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
  2020-09-11 20:44 ` [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version Matthew Carlson
@ 2020-09-14  3:15   ` gaoliming
  2020-09-14  4:48     ` Matthew Carlson
  0 siblings, 1 reply; 5+ messages in thread
From: gaoliming @ 2020-09-14  3:15 UTC (permalink / raw)
  To: devel, matthewfcarlson
  Cc: 'Bob Feng', 'Yuwei Chen', 'Sean Brogan'

Matthew:
  In future, when update new iasl version again, only this line "version":
"20200717.0.0" will be updated, right?

Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+65199+4905953+8761045@groups.io
> <bounce+27952+65199+4905953+8761045@groups.io> 代表 Matthew
> Carlson
> 发送时间: 2020年9月12日 4:45
> 收件人: devel@edk2.groups.io
> 抄送: Bob Feng <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>; Sean
> Brogan <sean.brogan@microsoft.com>; Matthew Carlson
> <matthewfcarlson@gmail.com>
> 主题: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more
> modern version
> 
> From: Matthew Carlson <macarl@microsoft.com>
> 
> The IASL extdep is used for CI only and a recent fork of the ACPICA
> repo was made to make nuget builds more regular and easier to audit.
> https://dev.azure.com/projectmu/_git/acpica
> 
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: devel@edk2.groups.io
> 
> Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>
> ---
>  BaseTools/Bin/iasl_ext_dep.yaml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/BaseTools/Bin/iasl_ext_dep.yaml
> b/BaseTools/Bin/iasl_ext_dep.yaml
> index 1d81e89cf3a6..ea2bc315d184 100644
> --- a/BaseTools/Bin/iasl_ext_dep.yaml
> +++ b/BaseTools/Bin/iasl_ext_dep.yaml
> @@ -14,8 +14,8 @@
>    "id": "iasl-ci-1",
> 
>    "scope": "cibuild",
> 
>    "type": "nuget",
> 
> -  "name": "iasl",
> 
> -  "source": "https://api.nuget.org/v3/index.json",
> 
> -  "version": "20190215.0.0",
> 
> +  "name": "edk2-acpica-iasl",
> 
> +  "source":
> "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v
> 3/index.json",
> 
> +  "version": "20200717.0.0",
> 
>    "flags": ["set_path", "host_specific"]
> 
>  }
> 
> --
> 2.28.0.windows.1
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> 
> View/Reply Online (#65199): https://edk2.groups.io/g/devel/message/65199
> Mute This Topic: https://groups.io/mt/76788780/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=




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

* Re: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
  2020-09-14  3:15   ` 回复: [edk2-devel] " gaoliming
@ 2020-09-14  4:48     ` Matthew Carlson
  2020-09-15  0:52       ` 回复: " gaoliming
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Carlson @ 2020-09-14  4:48 UTC (permalink / raw)
  To: gaoliming, devel@edk2.groups.io; +Cc: Bob Feng, Yuwei Chen, Sean Brogan

[-- Attachment #1: Type: text/html, Size: 7569 bytes --]

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

* 回复: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
  2020-09-14  4:48     ` Matthew Carlson
@ 2020-09-15  0:52       ` gaoliming
  0 siblings, 0 replies; 5+ messages in thread
From: gaoliming @ 2020-09-15  0:52 UTC (permalink / raw)
  To: 'Matthew Carlson', devel
  Cc: 'Bob Feng', 'Yuwei Chen', 'Sean Brogan'

[-- Attachment #1: Type: text/plain, Size: 4191 bytes --]

This change is good to me. Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

 

发件人: Matthew Carlson <matthewfcarlson@gmail.com> 
发送时间: 2020年9月14日 12:48
收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
抄送: Bob Feng <bob.c.feng@intel.com>; Yuwei Chen <yuwei.chen@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
主题: RE: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version

 

That’s correct.

 

Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986>  for Windows 10

 

From: gaoliming <mailto:gaoliming@byosoft.com.cn> 
Sent: Sunday, September 13, 2020 8:15 PM
To: devel@edk2.groups.io <mailto:devel@edk2.groups.io> ; matthewfcarlson@gmail.com <mailto:matthewfcarlson@gmail.com> 
Cc: Bob Feng <mailto:bob.c.feng@intel.com> ; Yuwei Chen <mailto:yuwei.chen@intel.com> ; Sean Brogan <mailto:sean.brogan@microsoft.com> 
Subject: 回复: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version

 

Matthew:

  In future, when update new iasl version again, only this line "version":

"20200717.0.0" will be updated, right?

 

Thanks

Liming

> -----邮件原件-----

> 发件人: bounce+27952+65199+4905953+8761045@groups.io <mailto:bounce+27952+65199+4905953+8761045@groups.io> 

> <bounce+27952+65199+4905953+8761045@groups.io <mailto:bounce+27952+65199+4905953+8761045@groups.io> > 代表 Matthew

> Carlson

> 发送时间: 2020年9月12日 4:45

> 收件人: devel@edk2.groups.io <mailto:devel@edk2.groups.io> 

> 抄送: Bob Feng <bob.c.feng@intel.com <mailto:bob.c.feng@intel.com> >; Liming Gao

> <gaoliming@byosoft.com.cn <mailto:gaoliming@byosoft.com.cn> >; Yuwei Chen <yuwei.chen@intel.com <mailto:yuwei.chen@intel.com> >; Sean

> Brogan <sean.brogan@microsoft.com <mailto:sean.brogan@microsoft.com> >; Matthew Carlson

> <matthewfcarlson@gmail.com <mailto:matthewfcarlson@gmail.com> >

> 主题: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more

> modern version

> 

> From: Matthew Carlson <macarl@microsoft.com <mailto:macarl@microsoft.com> >

> 

> The IASL extdep is used for CI only and a recent fork of the ACPICA

> repo was made to make nuget builds more regular and easier to audit.

> https://dev.azure.com/projectmu/_git/acpica

> 

> Cc: Bob Feng <bob.c.feng@intel.com <mailto:bob.c.feng@intel.com> >

> Cc: Liming Gao <gaoliming@byosoft.com.cn <mailto:gaoliming@byosoft.com.cn> >

> Cc: Yuwei Chen <yuwei.chen@intel.com <mailto:yuwei.chen@intel.com> >

> Cc: Sean Brogan <sean.brogan@microsoft.com <mailto:sean.brogan@microsoft.com> >

> Cc: devel@edk2.groups.io <mailto:devel@edk2.groups.io> 

> 

> Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com <mailto:matthewfcarlson@gmail.com> >

> ---

>  BaseTools/Bin/iasl_ext_dep.yaml | 6 +++---

>  1 file changed, 3 insertions(+), 3 deletions(-)

> 

> diff --git a/BaseTools/Bin/iasl_ext_dep.yaml

> b/BaseTools/Bin/iasl_ext_dep.yaml

> index 1d81e89cf3a6..ea2bc315d184 100644

> --- a/BaseTools/Bin/iasl_ext_dep.yaml

> +++ b/BaseTools/Bin/iasl_ext_dep.yaml

> @@ -14,8 +14,8 @@

>    "id": "iasl-ci-1",

> 

>    "scope": "cibuild",

> 

>    "type": "nuget",

> 

> -  "name": "iasl",

> 

> -  "source": "https://api.nuget.org/v3/index.json",

> 

> -  "version": "20190215.0.0",

> 

> +  "name": "edk2-acpica-iasl",

> 

> +  "source":

> "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v

> 3/index.json",

> 

> +  "version": "20200717.0.0",

> 

>    "flags": ["set_path", "host_specific"]

> 

>  }

> 

> --

> 2.28.0.windows.1

> 

> 

> -=-=-=-=-=-=

> Groups.io Links: You receive all messages sent to this group.

> 

> View/Reply Online (#65199): https://edk2.groups.io/g/devel/message/65199

> Mute This Topic: https://groups.io/mt/76788780/4905953

> Group Owner: devel+owner@edk2.groups.io <mailto:devel+owner@edk2.groups.io> 

> Unsubscribe: https://edk2.groups.io/g/devel/unsub

> [gaoliming@byosoft.com.cn]

> -=-=-=-=-=-=

 

 

 

 


[-- Attachment #2: Type: text/html, Size: 13937 bytes --]

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

end of thread, other threads:[~2020-09-15  0:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-11 20:44 [PATCH v1 0/1] Update IASL extdep for CI Matthew Carlson
2020-09-11 20:44 ` [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version Matthew Carlson
2020-09-14  3:15   ` 回复: [edk2-devel] " gaoliming
2020-09-14  4:48     ` Matthew Carlson
2020-09-15  0:52       ` 回复: " gaoliming

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