blob: aecc2b6905b87070a77b092eb0a8636367a05d25 [file] [log] [blame]
Martin Roth58562402015-10-11 10:36:26 +02001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 Google Inc.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of
9 * the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Martin Roth58562402015-10-11 10:36:26 +020015 */
16
Martin Roth49fdf3f2015-11-26 15:58:12 -070017// #define ACPI_INCLUDE_PMIO 1 /* uncomment to enable PMIO block in soc.asl */
18// #define ACPI_INCLUDE_GPIO 1 /* uncomment to enable GPIO block in soc.asl */
19
Martin Roth58562402015-10-11 10:36:26 +020020Device (PWRB)
21{
22 Name(_HID, EisaId("PNP0C0C"))
23
24 // Wake
25 Name(_PRW, Package(){0x1d, 0x05})
26}