mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
42f8ebfd23
This adds basic BayTrail platform ASL files. They are intended to be included in dsdt.asl of any board that is based on this platform. Note: ACPI mode support for GPIO/LPSS/SCC/LPE are not supported for now. They will be added in the future. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
13 lines
389 B
Text
13 lines
389 B
Text
/*
|
|
* Copyright (C) 2007-2009 coresystems GmbH
|
|
* Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
|
|
*
|
|
* Modified from coreboot src/soc/intel/baytrail/acpi/sleepstates.asl
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
Name(\_S0, Package() {0x0, 0x0, 0x0, 0x0})
|
|
Name(\_S3, Package() {0x5, 0x0, 0x0, 0x0})
|
|
Name(\_S4, Package() {0x6, 0x0, 0x0, 0x0})
|
|
Name(\_S5, Package() {0x7, 0x0, 0x0, 0x0})
|