pc: acpi: q35: PCST, PCSB opregions and PCIB field into SSDT
[qemu.git] / hw / i386 / q35-acpi-dsdt.dsl
blob3ecdb5096e28593af6d6706a951bfae4e9d9e866
1 /*
2  * Bochs/QEMU ACPI DSDT ASL definition
3  *
4  * Copyright (c) 2006 Fabrice Bellard
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License version 2 as published by the Free Software Foundation.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
20  * Copyright (c) 2010 Isaku Yamahata
21  *                    yamahata at valinux co jp
22  * Based on acpi-dsdt.dsl, but heavily modified for q35 chipset.
23  */
26 ACPI_EXTRACT_ALL_CODE Q35AcpiDsdtAmlCode
28 DefinitionBlock (
29     "q35-acpi-dsdt.aml",// Output Filename
30     "DSDT",             // Signature
31     0x01,               // DSDT Compliance Revision
32     "BXPC",             // OEMID
33     "BXDSDT",           // TABLE ID
34     0x2                 // OEM Revision
35     )
38     Scope(\_SB) {
39     }