From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web12.3038.1600131137406202624 for ; Mon, 14 Sep 2020 17:52:19 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Tue, 15 Sep 2020 08:52:14 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Matthew Carlson'" , Cc: "'Bob Feng'" , "'Yuwei Chen'" , "'Sean Brogan'" References: <20200911204438.234-1-matthewfcarlson@gmail.com> <20200911204438.234-2-matthewfcarlson@gmail.com>,<000a01d68a45$4e908940$ebb19bc0$@byosoft.com.cn> <8F10C72F-5053-4FF1-9FA0-B76C763742C8@hxcore.ol> In-Reply-To: <8F10C72F-5053-4FF1-9FA0-B76C763742C8@hxcore.ol> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDEvMV0gQmFzZVRvb2xzOiB1cGRhdGUgSUFTTCBleHRkZXAgdG8gbW9yZSBtb2Rlcm4gdmVyc2lvbg==?= Date: Tue, 15 Sep 2020 08:52:14 +0800 Message-ID: <002e01d68afa$73e89dd0$5bb9d970$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQC7beH+CfBoXIJlVKf7GD4SQt6XSgLNDCdtAjjki3gBq7iwZqtpi8yA Content-Type: multipart/alternative; boundary="----=_NextPart_000_002F_01D68B3D.820D6470" Content-Language: zh-cn ------=_NextPart_000_002F_01D68B3D.820D6470 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This change is good to me. Reviewed-by: Liming Gao = =20 =E5=8F=91=E4=BB=B6=E4=BA=BA: Matthew Carlson = =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2020=E5=B9=B49=E6=9C=8814=E6=97=A5 = 12:48 =E6=94=B6=E4=BB=B6=E4=BA=BA: gaoliming ; = devel@edk2.groups.io =E6=8A=84=E9=80=81: Bob Feng ; Yuwei Chen = ; Sean Brogan =E4=B8=BB=E9=A2=98: RE: [edk2-devel] [PATCH v1 1/1] BaseTools: update = IASL extdep to more modern version =20 That=E2=80=99s correct. =20 Sent from Mail for = Windows 10 =20 From: gaoliming =20 Sent: Sunday, September 13, 2020 8:15 PM To: devel@edk2.groups.io ; = matthewfcarlson@gmail.com =20 Cc: Bob Feng ; Yuwei Chen = ; Sean Brogan = =20 Subject: =E5=9B=9E=E5=A4=8D: [edk2-devel] [PATCH v1 1/1] BaseTools: = update IASL extdep to more modern version =20 Matthew: In future, when update new iasl version again, only this line = "version": "20200717.0.0" will be updated, right? =20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: = bounce+27952+65199+4905953+8761045@groups.io = =20 > > = =E4=BB=A3=E8=A1=A8 Matthew > Carlson > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: = 2020=E5=B9=B49=E6=9C=8812=E6=97=A5 4:45 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io = =20 > =E6=8A=84=E9=80=81: Bob Feng >; Liming Gao > >; Yuwei = Chen >; Sean > Brogan = >; Matthew Carlson > > > =E4=B8=BB=E9=A2=98: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL = extdep to more > modern version >=20 > From: Matthew Carlson > >=20 > 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 >=20 > Cc: Bob Feng > > Cc: Liming Gao > > Cc: Yuwei Chen > > Cc: Sean Brogan > > Cc: devel@edk2.groups.io =20 >=20 > Signed-off-by: Matthew Carlson > > --- > BaseTools/Bin/iasl_ext_dep.yaml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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", >=20 > "scope": "cibuild", >=20 > "type": "nuget", >=20 > - "name": "iasl", >=20 > - "source": "https://api.nuget.org/v3/index.json", >=20 > - "version": "20190215.0.0", >=20 > + "name": "edk2-acpica-iasl", >=20 > + "source": > = "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v > 3/index.json", >=20 > + "version": "20200717.0.0", >=20 > "flags": ["set_path", "host_specific"] >=20 > } >=20 > -- > 2.28.0.windows.1 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. >=20 > 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 = =20 > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [gaoliming@byosoft.com.cn] > -=3D-=3D-=3D-=3D-=3D-=3D =20 =20 =20 =20 ------=_NextPart_000_002F_01D68B3D.820D6470 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

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

 

=E5=8F=91=E4=BB=B6=E4=BA=BA: Matthew Carlson = <matthewfcarlson@gmail.com>
=E5=8F=91=E9=80=81=E6=97=B6=E9=97= =B4: 2020=E5=B9=B49=E6=9C=8814=E6=97=A5 12:48
=E6=94=B6=E4=BB=B6=E4=BA=BA: gaoliming = <gaoliming@byosoft.com.cn>; = devel@edk2.groups.io
=E6=8A=84=E9=80=81: Bob Feng = <bob.c.feng@intel.com>; Yuwei Chen <yuwei.chen@intel.com>; = Sean Brogan = <sean.brogan@microsoft.com>
=E4=B8=BB=E9=A2=98: RE: [edk2-devel] [PATCH v1 = 1/1] BaseTools: update IASL extdep to more modern = version

 

That=E2=80=99s = correct.

 

Sent from Mail for = Windows 10

 

From: = gaoliming
Sent: = Sunday, September 13, 2020 8:15 PM
To: devel@edk2.groups.io; matthewfcarlson@gmail.comCc: Bob Feng; Yuwei Chen; Sean Brogan
Subject: =
=E5=9B=9E=E5=A4=8D: [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

> -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB= =B6-----

> =E5=8F=91=E4=BB=B6=E4=BA=BA: bounce+27952= +65199+4905953+8761045@groups.io

> <bounce+27952= +65199+4905953+8761045@groups.io> =E4=BB=A3=E8=A1=A8 Matthew

> Carlson

> =E5=8F=91=E9=80=81=E6=97=B6=E9=97= =B4: 2020=E5=B9=B49=E6=9C=8812=E6=97=A5 4:45

> =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io<= /span>

> =E6=8A=84=E9=80=81: 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&g= t;; Matthew Carlson

> <matthewfcarlson@gmail.com&g= t;

> = =E4=B8=BB=E9=A2=98: [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.co= m/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&g= t;

> Cc: = devel@edk2.groups.io<= /span>

> =

> = Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com&g= t;

> = ---

>  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/ind= ex.json",

>

> -  "version": = "20190215.0.0",

>

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

>

> +  = "source":

> = "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuge= t/v

> = 3/index.json",

>

> +  "version": = "20200717.0.0",

>

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

>

>  = }

> =

> = --

> = 2.28.0.windows.1

>

>

> -=3D-=3D-=3D-=3D-=3D-=3D

> 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/76788= 780/4905953

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

> = Unsubscribe: https://edk2.groups.io/g/de= vel/unsub

> [gaoliming@byosoft.com.cn]

> = -=3D-=3D-=3D-=3D-=3D-=3D

 

 

 

 

------=_NextPart_000_002F_01D68B3D.820D6470--