Author: uwe Date: Sat Jan 1 19:10:07 2011 New Revision: 6232 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6232
Log: AMD Bimini: Drop duplicate ASL files as we did for other boards.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Deleted: trunk/src/mainboard/amd/bimini_fam10/acpi/debug.asl trunk/src/mainboard/amd/bimini_fam10/acpi/globutil.asl trunk/src/mainboard/amd/bimini_fam10/acpi/statdef.asl Modified: trunk/src/mainboard/amd/bimini_fam10/dsdt.asl
Modified: trunk/src/mainboard/amd/bimini_fam10/dsdt.asl ============================================================================== --- trunk/src/mainboard/amd/bimini_fam10/dsdt.asl Sat Jan 1 19:04:42 2011 (r6231) +++ trunk/src/mainboard/amd/bimini_fam10/dsdt.asl Sat Jan 1 19:10:07 2011 (r6232) @@ -27,7 +27,7 @@ 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ - /* #include "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 @@
/* South Bridge */ Scope(_SB) { /* Start _SB scope */ - #include "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 */