repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
util/intelp2m: Print the current project version
[coreboot2.git]
/
src
/
mainboard
/
amd
/
chausie
/
dsdt.asl
blob
7b8982a645c478dc19778fed7a8d1aadb882fff6
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <acpi/acpi.h>
4
DefinitionBlock (
5
"dsdt.aml",
6
"DSDT",
7
ACPI_DSDT_REV_2,
8
OEM_ID,
9
ACPI_TABLE_CREATOR,
10
0x00010001 /* OEM Revision */
11
)
12
{
13
#include <acpi/dsdt_top.asl>
14
15
#include <soc.asl>
16
}