ACPI: More ../../.. removal
[coreboot.git] / src / mainboard / asrock / e350m1 / dsdt.asl
index ce2324502fc3a31378f638de464acde927396cba..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 */
@@ -1483,9 +1483,8 @@ DefinitionBlock (
                                        0xF300                  /* length */
                                )
 
-#if 0
-                               Memory32Fixed(READWRITE, 0, 0xA0000, BSMM)
                                Memory32Fixed(READONLY, 0x000A0000, 0x00020000, VGAM)   /* VGA memory space */
+#if 0
                                Memory32Fixed(READONLY, 0x000C0000, 0x00020000, EMM1)   /* Assume C0000-E0000 empty */
                                Memory32Fixed(READONLY, 0x000E0000, 0x00020000, RDBS)   /* BIOS ROM area */