acrn-hypervisor/misc/config_tools
Shiqing Gao 3eb1237db3 config_tools: verify "iasl" version against IASL_MIN_VER
To avoid hardcoding the minimum "iasl" version in multiple places, IASL_MIN_VER
is defined in the top-level Makefile and is passed to config_tools.

This patch verifies "iasl" version against IASL_MIN_VER directly in
config_tools.

Tracked-On: #7880

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Wang, Yu1 <yu1.wang@intel.com>
2022-07-13 14:01:01 +08:00
..
acpi_gen config_tools: verify "iasl" version against IASL_MIN_VER 2022-07-13 14:01:01 +08:00
acpi_template/template config_tools: generate vDSDT according to allocated resources 2021-08-09 09:05:01 +08:00
board_config misc: refine CLOS module for expansibility 2022-05-11 17:00:51 +08:00
board_inspector config_tools: update loading msr driver logic 2022-07-07 16:50:20 +08:00
configurator config_tools: hide required checkbox's & drop-down box label 2022-07-11 17:48:23 +08:00
data Makefile: remove old samples (Apollo Lake) 2022-07-05 10:08:40 +08:00
hv_config misc: modify the logic of generate HV_RAM_START 2022-06-29 13:53:42 +08:00
launch_config misc: fix PCI vUART issue 2022-06-29 13:53:42 +08:00
library config_tools: fix a module resolving issue in elementpath overlay 2022-06-29 13:53:42 +08:00
scenario_config config_tools: fix the issue Service VM type is updated by UI automatically 2022-06-29 13:53:42 +08:00
schema misc: refine the assert of duplicate IO port 2022-07-08 10:00:57 +08:00
service_vm_config misc: modify the non stand s5 vUART generate logic 2022-05-24 11:44:03 +08:00
static_allocators config-tools: refine memory allocation for pre-launch vm 2022-07-13 11:29:39 +08:00
xforms misc: fix PCI vUART issue 2022-06-29 13:53:42 +08:00
build.cmd config_tools: fix Windows config_tools package build script 2022-05-22 20:10:24 +08:00
LICENSE config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
MANIFEST.in config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00
pyproject.toml config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
README.md config_tools: packaging config tool scripts for easier import 2022-03-18 08:49:06 +08:00
setup.cfg config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00

Supporting libraries of ACRN configuration toolset

This package contains the libraries supporting ACRN configuration toolset, including:

  • The manipulators and validators of scenario schemas or XMLs
  • The generator of guest ACPI tables

The main objective of this package is to ease the import of the supporting libraries in the ACRN configurator which uses a Python interpreter built in WebAssembly (WASM). This package is thus NOT intended to be used by users; invoke the Python scripts directly if needed.