mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-01 17:52:26 +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>
17 lines
689 B
Plaintext
17 lines
689 B
Plaintext
/*
|
|
* Intel ACPI Component Architecture
|
|
* iASL Compiler/Disassembler version 20190703 (64-bit version)
|
|
* Copyright (c) 2000 - 2019 Intel Corporation
|
|
*
|
|
* Template for [RSDP] ACPI Table (AML byte code table)
|
|
*/
|
|
[0008] Signature : "RSD PTR "
|
|
[0001] Checksum : 43
|
|
[0006] Oem ID : "ACRN "
|
|
[0001] Revision : 02
|
|
[0004] RSDT Address : 0000000000000000
|
|
[0004] Length : 00000024
|
|
[0008] XSDT Address : 00000000000F2480
|
|
[0001] Extended Checksum : DC
|
|
[0003] Reserved : 000000
|