blob: 881c1b962aec9fd25b466ea65ad40fa7773b35e7 [file] [log] [blame]
Lee Leahyf7c01aa2016-02-20 17:53:54 -08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2007-2009 coresystems GmbH
5 * Copyright (C) 2015 Google Inc.
6 * Copyright (C) 2015-2016 Intel Corporation
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 */
17
18DefinitionBlock(
19 "dsdt.aml",
20 "DSDT",
21 0x05, // DSDT revision: ACPI v5.0
22 "Intel", // OEM id
23 "COREBOOT", // OEM table id
24 0x20160220 // OEM revision
25)
26{
27}