summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/onyx/dsdt.asl
blob: 69b0e5e31b6760ab934d0dd420f3a105aa014e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */

/* DefinitionBlock Statement */
#include <acpi/acpi.h>
DefinitionBlock (
	"dsdt.aml",
	"DSDT",
	ACPI_DSDT_REV_2,
	OEM_ID,
	ACPI_TABLE_CREATOR,
	0x00010001	/* OEM Revision */
)
{	/* Start of ASL file */
	#include <globalnvs.asl>

	#include <soc.asl>
} /* End of ASL file */