ACPI: Drop commented-out DSDT DefinitionBlock instances
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I9b5589d4596eead83a5897b083ccb85ef05a03d5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43270 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@ -1,20 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock (
|
|
||||||
"DSDT.AML",
|
|
||||||
"DSDT",
|
|
||||||
0x01,
|
|
||||||
OEM_ID,
|
|
||||||
ACPI_TABLE_CREATOR,
|
|
||||||
0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "debug.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 0x80: POST_BASE
|
* 0x80: POST_BASE
|
||||||
* 0x3F8: DEBCOM_BASE
|
* 0x3F8: DEBCOM_BASE
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -4,33 +4,6 @@
|
|||||||
* for each core in the system. It is included into the DSDT for each
|
* for each core in the system. It is included into the DSDT for each
|
||||||
* core. It assumes that each core of the system has the same performance
|
* core. It assumes that each core of the system has the same performance
|
||||||
* characteristics.
|
* characteristics.
|
||||||
*/
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001)
|
|
||||||
{
|
|
||||||
Scope (\_SB) {
|
|
||||||
Device (CPU0) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 0)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU1) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 1)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU2) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 2)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU3) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 3)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
/* P-state support: The maximum number of P-states supported by the */
|
/* P-state support: The maximum number of P-states supported by the */
|
||||||
/* CPUs we'll use is 6. */
|
/* CPUs we'll use is 6. */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -4,33 +4,6 @@
|
|||||||
* for each core in the system. It is included into the DSDT for each
|
* for each core in the system. It is included into the DSDT for each
|
||||||
* core. It assumes that each core of the system has the same performance
|
* core. It assumes that each core of the system has the same performance
|
||||||
* characteristics.
|
* characteristics.
|
||||||
*/
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001)
|
|
||||||
{
|
|
||||||
Scope (\_SB) {
|
|
||||||
Device (CPU0) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 0)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU1) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 1)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU2) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 2)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU3) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 3)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
/* P-state support: The maximum number of P-states supported by the */
|
/* P-state support: The maximum number of P-states supported by the */
|
||||||
/* CPUs we'll use is 6. */
|
/* CPUs we'll use is 6. */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,13 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
* #include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001)
|
|
||||||
*{
|
|
||||||
* #include "routing.asl"
|
|
||||||
*}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name (PR0, Package()
|
Name (PR0, Package()
|
||||||
{
|
{
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
Method(UCOC, 0) {
|
Method(UCOC, 0) {
|
||||||
Sleep(20)
|
Sleep(20)
|
||||||
Store(0x13,CMTI)
|
Store(0x13,CMTI)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
Method(UCOC, 0) {
|
Method(UCOC, 0) {
|
||||||
Sleep(20)
|
Sleep(20)
|
||||||
Store(0x13,CMTI)
|
Store(0x13,CMTI)
|
||||||
|
@ -4,33 +4,6 @@
|
|||||||
* for each core in the system. It is included into the DSDT for each
|
* for each core in the system. It is included into the DSDT for each
|
||||||
* core. It assumes that each core of the system has the same performance
|
* core. It assumes that each core of the system has the same performance
|
||||||
* characteristics.
|
* characteristics.
|
||||||
*/
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001)
|
|
||||||
{
|
|
||||||
Scope (\_SB) {
|
|
||||||
Device (CPU0) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 0)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU1) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 1)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU2) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 2)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
Device (CPU3) {
|
|
||||||
Name (_HID, "ACPI0007")
|
|
||||||
Name (_UID, 3)
|
|
||||||
#include "cpstate.asl"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
/* P-state support: The maximum number of P-states supported by the */
|
/* P-state support: The maximum number of P-states supported by the */
|
||||||
/* CPUs we'll use is 6. */
|
/* CPUs we'll use is 6. */
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Scope(\_SB) {
|
Scope(\_SB) {
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
@ -1,14 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "routing.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Routing is in System Bus scope */
|
/* Routing is in System Bus scope */
|
||||||
Name(PR0, Package(){
|
Name(PR0, Package(){
|
||||||
/* NB devices */
|
/* NB devices */
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
/* simple name description */
|
|
||||||
/*
|
|
||||||
#include <acpi/acpi.h>
|
|
||||||
DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001
|
|
||||||
)
|
|
||||||
{
|
|
||||||
#include "usb.asl"
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* USB overcurrent mapping pins. */
|
/* USB overcurrent mapping pins. */
|
||||||
Name(UOM0, 0)
|
Name(UOM0, 0)
|
||||||
Name(UOM1, 2)
|
Name(UOM1, 2)
|
||||||
|
Reference in New Issue
Block a user