From 70d2149e39e4765eae4ee4350b09f8484b8e43a7 Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Tue, 27 Jan 2026 12:24:43 -0800 Subject: [PATCH] BaseTools: iasl: Update iasl binaries to 20230628 release This change updates the iasl binary to the 20230628 release. The updated release also adds support for execution on ARM host machines. Signed-off-by: Kun Qin --- BaseTools/Bin/iasl_ext_dep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.yaml index ea2bc315d1..f9fcffc540 100644 --- a/BaseTools/Bin/iasl_ext_dep.yaml +++ b/BaseTools/Bin/iasl_ext_dep.yaml @@ -16,6 +16,6 @@ "type": "nuget", "name": "edk2-acpica-iasl", "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json", - "version": "20200717.0.0", + "version": "20230628.0.1", "flags": ["set_path", "host_specific"] }