summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma785gm/dsdt.asl
diff options
context:
space:
mode:
authorAlec Ari <neotheuser@ymail.com>2012-04-23 20:12:30 -0500
committerPeter Stuge <peter@stuge.se>2012-04-24 03:57:45 +0200
commit8a527cfb49a15a08baffb7fbd6fdc51dbc28e9df (patch)
tree6e193bc980be454ec983e0a38800f3241cc6c17c /src/mainboard/gigabyte/ma785gm/dsdt.asl
parent1d89f14355e72d6969c8b8aae56904ebee965d43 (diff)
downloadcoreboot-8a527cfb49a15a08baffb7fbd6fdc51dbc28e9df.tar.xz
Update MA785GM code
This commit adds the following to MA785GM: Refactor some alignment handling Unify Local APIC address definitions ACPI: More ../../.. removal Remove old AMD fam10 fixme comment amd/sb700: Move HAVE_HARD_RESET to southbridge Change-Id: I85a95bb641375dd61d1f58a2f2f972771d1d9ad9 Signed-off-by: Alec Ari <neotheuser@ymail.com> Reviewed-on: http://review.coreboot.org/922 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/gigabyte/ma785gm/dsdt.asl')
-rw-r--r--src/mainboard/gigabyte/ma785gm/dsdt.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ma785gm/dsdt.asl b/src/mainboard/gigabyte/ma785gm/dsdt.asl
index 58352a81e6..727b32ec6c 100644
--- a/src/mainboard/gigabyte/ma785gm/dsdt.asl
+++ b/src/mainboard/gigabyte/ma785gm/dsdt.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 */