]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/x86/include/asm/acpi/sleepstates.asl
x86: acpi: Put sleepstates.asl to the common place
[people/ms/u-boot.git] / arch / x86 / include / asm / acpi / sleepstates.asl
1 /*
2 * Copyright (C) 2007-2009 coresystems GmbH
3 * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
4 *
5 * Modified from coreboot src/soc/intel/baytrail/acpi/sleepstates.asl
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 Name(\_S0, Package() {0x0, 0x0, 0x0, 0x0})
11 #ifdef CONFIG_HAVE_ACPI_RESUME
12 Name(\_S3, Package() {0x5, 0x0, 0x0, 0x0})
13 #endif
14 Name(\_S4, Package() {0x6, 0x0, 0x0, 0x0})
15 Name(\_S5, Package() {0x7, 0x0, 0x0, 0x0})