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 <kun.qin@microsoft.com>
This commit is contained in:
Kun Qin 2026-01-27 12:24:43 -08:00 committed by mergify[bot]
parent abff40cb50
commit 70d2149e39

View file

@ -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"]
}