Update IASL to version 20190509

For Azure and toolchain check we
can update to using IASL version
20190509 since some of the newer
SBL platforms require a newer
IASL version.

Signed-off-by: James Gutbub <james.gutbub@intel.com>
This commit is contained in:
James Gutbub 2021-12-29 09:39:32 -07:00 committed by Maurice Ma
parent 071686dacd
commit 4b82461065
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ jobs:
[System.Net.ServicePointManager]::CertificatePolicy = New-Object TrustAllCertsPolicy
Invoke-WebRequest -Uri https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win64/nasm-2.14.02-win64.zip -OutFile nasm.zip
Expand-Archive .\nasm.zip C:\
Invoke-WebRequest -Uri https://acpica.org/sites/acpica/files/iasl-win-20160831_0.zip -OutFile iasl.zip
Invoke-WebRequest -Uri https://acpica.org/sites/acpica/files/iasl-win-20190509.zip -OutFile iasl.zip
Expand-Archive .\iasl.zip C:\iasl
echo "##vso[task.setvariable variable=nasm_prefix;]C:\nasm-2.14.02\"
echo "##vso[task.setvariable variable=iasl_prefix;]C:\iasl\"

View File

@ -35,7 +35,7 @@ from GenContainer import gen_container_bin
build_toolchains = {
'python' : '3.6.0',
'nasm' : '2.12.02',
'iasl' : '20160422',
'iasl' : '20190509',
'openssl' : '1.1.0g',
'git' : '2.20.0',
'vs' : '2015',