mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-19 01:40:17 +00:00
Remove vm_configs folder and move all the XML files and generic code example into config_tools/data Tracked-On: #5644 Signed-off-by: Xie, nanlin <nanlin.xie@intel.com>
26 lines
621 B
Plaintext
26 lines
621 B
Plaintext
/*
|
|
* Intel ACPI Component Architecture
|
|
* AML/ASL+ Disassembler version 20190703 (64-bit version)
|
|
* Copyright (c) 2000 - 2019 Intel Corporation
|
|
*
|
|
* Original Table Header:
|
|
* Signature "DSDT"
|
|
* Length 0x00000051 (81)
|
|
* Revision 0x03
|
|
* Checksum 0xF0
|
|
* OEM ID "ACRN "
|
|
* OEM Table ID "ACRNDSDT"
|
|
* OEM Revision 0x00000001 (1)
|
|
* Compiler ID "INTL"
|
|
* Compiler Version 0x20190703 (538511107)
|
|
*/
|
|
DefinitionBlock ("", "DSDT", 3, "ACRN ", "ACRNDSDT", 0x00000001)
|
|
{
|
|
Name (_S5, Package ()
|
|
{
|
|
0x05,
|
|
Zero,
|
|
})
|
|
}
|
|
|