acrn-hypervisor/misc/config_tools/acpi_gen
Zhangwei6 056f4abcfb config_tools: fix pre_launch VM ACPI table
Current acpi table adopts the DWordAddressSpace to
present the PCI hole above 4G. It is not correct,
because DWordAddressSpace is used to present the
mem space below 4G.
Follow the ACPI spec, modify to QWordAddressSpace here.

Refer: 19.6.22. CreateQWordField (Create 64-Bit Buffer Field)

Tracked-On: #8552
Signed-off-by: Zhangwei6 <wei6.zhang@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2024-02-04 15:36:02 +08:00
..
__init__.py Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
acpi_const.py misc: rename common.py to avoid private library conflict 2022-11-14 12:03:51 +08:00
asl_gen.py config_tools: fix pre_launch VM ACPI table 2024-02-04 15:36:02 +08:00
bin_gen.py config_tools: Fix TPM2 parameter issue 2023-10-10 16:27:06 +08:00