mb/*/*{i82801gx}: Use sb/intel/common/acpi/platform.asl
Change-Id: Ifc0799d26394a525d764fb4ffc096b48060ee22f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36579 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
816326576a
commit
2f9a0cdfa6
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@ DefinitionBlock(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// global NVS and variables
|
// global NVS and variables
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@ DefinitionBlock(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// global NVS and variables
|
// global NVS and variables
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -24,7 +24,7 @@ DefinitionBlock(
|
||||||
0x20090419 // OEM revision
|
0x20090419 // OEM revision
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
#include <cpu/intel/speedstep/acpi/cpu.asl>
|
#include <cpu/intel/speedstep/acpi/cpu.asl>
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@ DefinitionBlock(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// global NVS and variables
|
// global NVS and variables
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@ DefinitionBlock(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// global NVS and variables
|
// global NVS and variables
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -24,7 +24,7 @@ DefinitionBlock(
|
||||||
0x20090419 // OEM revision
|
0x20090419 // OEM revision
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
#include <cpu/intel/speedstep/acpi/cpu.asl>
|
#include <cpu/intel/speedstep/acpi/cpu.asl>
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@ DefinitionBlock(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// global NVS and variables
|
// global NVS and variables
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Damien Zammit <damien@zamaudio.com>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Method(_PIC, 1)
|
|
||||||
{
|
|
||||||
/* Remember the OS' IRQ routing choice. */
|
|
||||||
Store(Arg0, PICM)
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SMI I/O Trap */
|
|
||||||
Method(TRAP, 1, Serialized)
|
|
||||||
{
|
|
||||||
Store (Arg0, SMIF) /* SMI Function */
|
|
||||||
Store (0, TRP0) /* Generate trap */
|
|
||||||
Return (SMIF) /* Return value of SMI handler */
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@ DefinitionBlock(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// global NVS and variables
|
// global NVS and variables
|
||||||
#include "acpi/platform.asl"
|
#include <southbridge/intel/common/acpi/platform.asl>
|
||||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
Loading…
Reference in New Issue