mb/*/*{i82801ix}: Use sb/intel/common/acpi/platform.asl
Change-Id: I9150db163131d4c3f99a4e0b6922a61c96a6d6e2 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36578 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
6c13b0427a
commit
228f004f76
|
@ -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/i82801jx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801jx/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/i82801jx/acpi/globalnvs.asl>
|
#include <southbridge/intel/i82801jx/acpi/globalnvs.asl>
|
||||||
|
|
||||||
Scope (\_SB) {
|
Scope (\_SB) {
|
||||||
|
|
Loading…
Reference in New Issue