ACPI: More ../../.. removal
authorPatrick Georgi <patrick@georgi-clan.de>
Thu, 16 Feb 2012 18:16:14 +0000 (19:16 +0100)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 22 Feb 2012 21:16:15 +0000 (22:16 +0100)
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)
37 files changed:
src/mainboard/advansus/a785e-i/dsdt.asl
src/mainboard/amd/bimini_fam10/dsdt.asl
src/mainboard/amd/dbm690t/dsdt.asl
src/mainboard/amd/inagua/dsdt.asl
src/mainboard/amd/mahogany/dsdt.asl
src/mainboard/amd/mahogany_fam10/dsdt.asl
src/mainboard/amd/persimmon/dsdt.asl
src/mainboard/amd/pistachio/dsdt.asl
src/mainboard/amd/south_station/dsdt.asl
src/mainboard/amd/tilapia_fam10/dsdt.asl
src/mainboard/amd/torpedo/dsdt.asl
src/mainboard/amd/union_station/dsdt.asl
src/mainboard/asrock/939a785gmh/dsdt.asl
src/mainboard/asrock/e350m1/dsdt.asl
src/mainboard/asus/m4a78-em/dsdt.asl
src/mainboard/asus/m4a785-m/dsdt.asl
src/mainboard/asus/m4a785t-m/dsdt.asl
src/mainboard/asus/m5a88-v/dsdt.asl
src/mainboard/avalue/eax-785e/dsdt.asl
src/mainboard/getac/p470/dsdt.asl
src/mainboard/gigabyte/ma785gmt/dsdt.asl
src/mainboard/gigabyte/ma78gm/dsdt.asl
src/mainboard/ibase/mb899/dsdt.asl
src/mainboard/iei/kino-780am2-fam10/dsdt.asl
src/mainboard/intel/d945gclf/dsdt.asl
src/mainboard/iwave/iWRainbowG6/dsdt.asl
src/mainboard/jetway/pa78vm5/dsdt.asl
src/mainboard/kontron/986lcd-m/dsdt.asl
src/mainboard/kontron/kt690/dsdt.asl
src/mainboard/lenovo/t60/dsdt.asl
src/mainboard/lenovo/x60/dsdt.asl
src/mainboard/msi/ms9652_fam10/dsdt.asl
src/mainboard/roda/rk886ex/dsdt.asl
src/mainboard/supermicro/h8qgi/dsdt.asl
src/mainboard/supermicro/h8scm_fam10/dsdt.asl
src/mainboard/technexion/tim5690/dsdt.asl
src/mainboard/technexion/tim8690/dsdt.asl

index 78d3220b814ee8902312769836dbae689589b07b..52ca3b9791f6facc5977596a06e8795459369175 100644 (file)
@@ -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 */
index 3ff6dabf88563c85a39eaf6ad335977427704283..e54723cf3998d19193e1d72238a55d4928a50b6f 100644 (file)
@@ -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 */
index 1b24e1830b723b71a941fae0dce5b0333488e70e..2b1aab87faf6d6335d4b3ae91727abe5b0b3a672 100644 (file)
@@ -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 */
index 4a613284441abd241f4a97f69544e902fdac0fb5..361adbbbb0e4146e8a36e9a4a2bd156b75292f1b 100644 (file)
@@ -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 */
index 33c46204c23bd92c43ddc8b03563f39acb4f4167..4920e2f7616033bc45c578f4e1b5b0e00c1b0e45 100644 (file)
@@ -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 */
index 8bba547a4810ca38d803dffa03bf6f1a693cdbda..b7e2a4a4c087b5d303900b6b734234090f2c820b 100644 (file)
@@ -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 */
index c7ceb02f2cd535009126b100548795471a9dbddb..b480c33bee7af5448831bd3d372672575b9c3ad4 100644 (file)
@@ -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 */
index bd5f73ea7494c8e85399df02434ffe4c210a21e5..045db08d8179ad295761a2a76cefe8c49f4c5115 100644 (file)
@@ -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 */
index c4b69bddc0918d03cca40ebdf90b417da581df52..7f03a4322c3f660cf7bb12fcfc80e359aa62ef93 100644 (file)
@@ -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 */
index 93724e351d1493509171ff36225bb97276930664..666cebeba834a112c5ec064438b5d50b56c5350f 100644 (file)
@@ -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 */
index bc812e41586e22abdf8c315c750989af2c300067..a8a731dd8ed77afe0d6ee0772cd69dd009f7020b 100755 (executable)
@@ -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 */
index 04952d3fa62e6d58559c783054c92287994b5bc4..5c8b6612a9ba2f4b98d7f11a7defe3fd2c30ff39 100644 (file)
@@ -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 */
index 70fca4d4d4f1ec3299b96609732208abde4875e3..da4d06a306793b41e5569f9e42da1234795a0db3 100644 (file)
@@ -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 */
index 8dc40d06cbbd1c59d1638a9833721dafc26c5915..97533c1f6b5e934454829abcfcb15b612b144861 100644 (file)
@@ -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 */
index 7c28398a360abf42bb6c05d4c14d19dae0a20f3b..0d08d2931ea2eb97b76959e905f8c722ed8bc3b7 100644 (file)
@@ -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 */
index 34ddd3a205ab32ccf69f77acb546536dc906e6b6..7ea5672510e2a13ffc0775c982aac93f2e3dbd51 100644 (file)
@@ -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 */
index fe2bfa586d8384e69c75d0a91a7785ba9206cc19..9e6ce88c3f5fe486a0f502ad24c7b151b4c70757 100644 (file)
@@ -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 */
index b9a699b04c699906b043cd4a2be2384ef28c77af..a24876654a64c51d161210307da7da4ab5176916 100644 (file)
@@ -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 */
index 1287f95493a78e0f75e96b70463d3d6aaef441a7..b83512805a0f632c7ec2f6475bae9879d6f708a4 100644 (file)
@@ -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 */
index 9728ea260cefb12116090cdd410cde5487f15420..baca3da4af37b30ae9cd3d145e37a60a5049a9cb 100644 (file)
@@ -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>
 }
index fdd3a3eefbf4327ba06f3c83fdf18e3cc82037d2..a29bb2a7d0c6737fd145528a3c1c26477c9ce6ca 100644 (file)
@@ -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 */
index 03d8fcd3b03911c69dc5134f5409c933741d2526..c850b9ee63ff03590793b9911c2f90518740d70e 100644 (file)
@@ -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 */
index f06b225fe02e5e2741fb774dd4e91d263935bb72..601c329b7e7d6281101a321f40660df19f4caad2 100644 (file)
@@ -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>
 }
index 7ae6bd5df3e454d42989f7086cb0d71dda49f17a..66f82543d4988f9195a939bda241b50216985704 100644 (file)
@@ -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 */
index 49b6033cbead6a22e0e8856f6f5112db34bed839..62fa0af2e5cf5809c048e4b8cd6e5f5de3983b49 100644 (file)
@@ -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>
 }
index f19ffb90437cc7bcb5a230b2463222bad0542d5c..5bf59a7d89820cd3b45752acd7485318f39cde6d 100644 (file)
@@ -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>
 }
index 38de9b9f27b92296a143682da6935aa5e7f7789c..8f75019a1867f77fd74c9755b288f8c1f0d93e9a 100644 (file)
@@ -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 */
index 2235f62058c973977eb9760e24aef85f88fa9395..a32015f34fda3931e788b7195e6460ee20c07909 100644 (file)
@@ -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>
 }
index 20ecb5be0e0b7cbb0036fb665fcf7403ca5cc4fc..a740a8b41ce1df3ae5d1b447bc3594806c70f172 100644 (file)
@@ -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 */
index 905c94ac67794058492c4486b57068caa2240544..52a5edbc1f2349325f5b2434d50d2a869ecf6d2a 100644 (file)
@@ -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"
index 905c94ac67794058492c4486b57068caa2240544..52a5edbc1f2349325f5b2434d50d2a869ecf6d2a 100644 (file)
@@ -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"
index fe34112e9ec0a790a9e5f0057546450f1baaa652..c88984131d18666d8d96eeace55f69cd74d21ec0 100644 (file)
@@ -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
index e3a62a3a197d615fc7f46920513f06f6f38df144..58e78ec306b6a89904dd748a3122f06dfb1d8855 100644 (file)
@@ -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>
 }
index 3f10012d909c707d0e88e1306e436955a9b2ea4a..137a90d06441ef40e474d0c04cc34788c9c4356f 100644 (file)
@@ -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 */
index e8139c43835367b4d2a3aa528c8c9730eb356798..dd3c8975398f85aa82383ee6a62d5a92a30c858a 100644 (file)
@@ -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 */
index 409d9418b9958fa52fedd2b5139c12e330084347..9279b5ff59a23e6efd2d64567bb8be1f1740b7e2 100644 (file)
@@ -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 */
index 5fd3e3eca6d5e2fd0e849c50b9ae1c90062febdb..b13d2ec6c32042564e0b4ccb2485ceb4ede25d33 100644 (file)
@@ -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 */