mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-16 16:32:51 +00:00
use offline tool to generate one binary of ACPI tables for pre-launched VMs, then load the ACPI binary into guest physical memory as grub module. Users can configure the resources or devices like TPM2 for the pre-launched VM from sceanrio XMLs or UI, and the offline tool will generate ASL code of the ACPI tables with the configured resources or devices, then compile the ASL code to one binary when building ACRN. Tracked-On: #5266 Signed-off-by: Shuang Zheng <shuang.zheng@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
28 lines
987 B
Plaintext
28 lines
987 B
Plaintext
/*
|
|
* Intel ACPI Component Architecture
|
|
* AML/ASL+ Disassembler version 20190703 (64-bit version)
|
|
* Copyright (c) 2000 - 2019 Intel Corporation
|
|
*
|
|
* ACPI Data Table [MCFG]
|
|
*
|
|
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
|
|
*/
|
|
|
|
[0004] Signature : "MCFG" [Memory Mapped Configuration table]
|
|
[0004] Table Length : 0000003C
|
|
[0001] Revision : 03
|
|
[0001] Checksum : A5
|
|
[0006] Oem ID : "ACRN "
|
|
[0008] Oem Table ID : "ACRNMCFG"
|
|
[0004] Oem Revision : 00000001
|
|
[0004] Asl Compiler ID : "INTL"
|
|
[0004] Asl Compiler Revision : 20190703
|
|
|
|
[0008] Reserved : 0000000000000000
|
|
|
|
[0008] Base Address : 00000000E0000000
|
|
[0002] Segment Group Number : 0000
|
|
[0001] Start Bus Number : 00
|
|
[0001] End Bus Number : FF
|
|
[0004] Reserved : 00000000
|