ACPI: More ../../.. removal
CPP is ran with src/ as part of its search path, so using <northbridge/...> and the like is safe. Change-Id: I644d60190ac92ef284d5f0b4acf44f7db3c788ee Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/649 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
b05bf5bca9
commit
91bd3068a7
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1156,7 +1156,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1156,7 +1156,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1123,7 +1123,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/i386/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1138,7 +1138,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1120,7 +1120,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/i386/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1138,7 +1138,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1122,7 +1122,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/i386/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1138,7 +1138,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -798,7 +798,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/i386/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1138,7 +1138,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
#include "northbridge/amd/amdk8/util.asl"
|
||||
|
||||
Name(HPBA, 0xFED00000) /* Base address of HPET table */
|
||||
@ -460,7 +460,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/i386/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/i386/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1138,7 +1138,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1156,7 +1156,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1156,7 +1156,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -35,7 +35,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
#include "acpi/gpe.asl"
|
||||
@ -49,11 +49,11 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -30,7 +30,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
//#include "acpi/gpe.asl"
|
||||
@ -40,11 +40,11 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -30,7 +30,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
//#include "acpi/gpe.asl"
|
||||
@ -44,11 +44,11 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/sch/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/sch/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
//#include "acpi/gpe.asl"
|
||||
@ -40,11 +40,11 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/sch/acpi/sch.asl"
|
||||
#include "../../../southbridge/intel/sch/acpi/sch.asl"
|
||||
#include <northbridge/intel/sch/acpi/sch.asl>
|
||||
#include <southbridge/intel/sch/acpi/sch.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/sch/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/sch/acpi/sleepstates.asl>
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1162,7 +1162,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -30,7 +30,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
//#include "acpi/gpe.asl"
|
||||
@ -40,11 +40,11 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1123,7 +1123,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -32,7 +32,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
#include "acpi/gpe.asl"
|
||||
@ -43,13 +43,13 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
|
||||
// Dock support code
|
||||
#include "acpi/dock.asl"
|
||||
|
@ -32,7 +32,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
#include "acpi/gpe.asl"
|
||||
@ -43,13 +43,13 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
|
||||
// Dock support code
|
||||
#include "acpi/dock.asl"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "COREBOOT", 1)
|
||||
{
|
||||
#include "../../../../src/northbridge/amd/amdk8/util.asl"
|
||||
#include <northbridge/amd/amdk8/util.asl>
|
||||
|
||||
/* For now only define 2 power states:
|
||||
* - S0 which is fully on
|
||||
|
@ -32,7 +32,7 @@ DefinitionBlock(
|
||||
#include "acpi/platform.asl"
|
||||
|
||||
// global NVS and variables
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/globalnvs.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
|
||||
|
||||
// General Purpose Events
|
||||
#include "acpi/gpe.asl"
|
||||
@ -46,11 +46,11 @@ DefinitionBlock(
|
||||
Scope (\_SB) {
|
||||
Device (PCI0)
|
||||
{
|
||||
#include "../../../northbridge/intel/i945/acpi/i945.asl"
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/ich7.asl"
|
||||
#include <northbridge/intel/i945/acpi/i945.asl>
|
||||
#include <southbridge/intel/i82801gx/acpi/ich7.asl>
|
||||
}
|
||||
}
|
||||
|
||||
/* Chipset specific sleep states */
|
||||
#include "../../../southbridge/intel/i82801gx/acpi/sleepstates.asl"
|
||||
#include <southbridge/intel/i82801gx/acpi/sleepstates.asl>
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl"*/ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1132,7 +1132,7 @@ DefinitionBlock (
|
||||
|
||||
/* System Bus */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1180,7 +1180,7 @@ DefinitionBlock (
|
||||
|
||||
/* System Bus */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1123,7 +1123,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
@ -27,7 +27,7 @@ DefinitionBlock (
|
||||
0x00010001 /* OEM Revision */
|
||||
)
|
||||
{ /* Start of ASL file */
|
||||
/* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
|
||||
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
|
||||
|
||||
/* Data to be patched by the BIOS during POST */
|
||||
/* FIXME the patching is not done yet! */
|
||||
@ -1123,7 +1123,7 @@ DefinitionBlock (
|
||||
|
||||
/* South Bridge */
|
||||
Scope(\_SB) { /* Start \_SB scope */
|
||||
#include "../../../arch/x86/acpi/globutil.asl" /* global utility methods expected within the \_SB scope */
|
||||
#include <arch/x86/acpi/globutil.asl> /* global utility methods expected within the \_SB scope */
|
||||
|
||||
/* _SB.PCI0 */
|
||||
/* Note: Only need HID on Primary Bus */
|
||||
|
Loading…
x
Reference in New Issue
Block a user