mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 00:53:29 +08:00
48cf8b8346
This adds basic quark platform ASL files. They are intended to be included in dsdt.asl of any board that is based on this platform. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
/*
|
|
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
|
|
*
|
|
* 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})
|