mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 23:38:24 +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>
24 lines
888 B
Plaintext
24 lines
888 B
Plaintext
/*
|
|
* Intel ACPI Component Architecture
|
|
* AML/ASL+ Disassembler version 20190703 (64-bit version)
|
|
* Copyright (c) 2000 - 2019 Intel Corporation
|
|
*
|
|
* ACPI Data Table [TPM2]
|
|
*
|
|
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue
|
|
*/
|
|
|
|
[0004] Signature : "TPM2" [Trusted Platform Module hardware interface table]
|
|
[0004] Table Length : 00000034
|
|
[0001] Revision : 03
|
|
[0001] Checksum : 67
|
|
[0006] Oem ID : "ACRN "
|
|
[0008] Oem Table ID : "ACRNTPM2"
|
|
[0004] Oem Revision : 00000001
|
|
[0004] Asl Compiler ID : "INTL"
|
|
[0004] Asl Compiler Revision : 20190703
|
|
|
|
[0004] Reserved : 00000000
|
|
[0008] Control Address : 00000000FED40040
|
|
[0004] Start Method : 07 [Command Response Buffer]
|