Author: stepan Date: 2007-11-13 22:20:13 +0100 (Tue, 13 Nov 2007) New Revision: 2968
Modified: trunk/LinuxBIOSv2/src/northbridge/amd/amdk8/Config.lb Log: Fix ACPI issues brought up with Intel's latest ASL compiler.
iasl now defaults to put created files into the input file's path, not into the current directory.
This (trivial) patch fixes the behavior for the northbridge specific ASL code.
Further checkins to be expected.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/LinuxBIOSv2/src/northbridge/amd/amdk8/Config.lb =================================================================== --- trunk/LinuxBIOSv2/src/northbridge/amd/amdk8/Config.lb 2007-11-13 16:45:22 UTC (rev 2967) +++ trunk/LinuxBIOSv2/src/northbridge/amd/amdk8/Config.lb 2007-11-13 21:20:13 UTC (rev 2968) @@ -21,7 +21,7 @@ object amdk8_acpi.o makerule ssdt.c depends "$(TOP)/src/northbridge/amd/amdk8/ssdt.dsl" - action "iasl -tc $(TOP)/src/northbridge/amd/amdk8/ssdt.dsl" + action "iasl -p $(PWD)/ssdt -tc $(TOP)/src/northbridge/amd/amdk8/ssdt.dsl" action "perl -pi -e 's/AmlCode/AmlCode_ssdt/g' ssdt.hex" action "mv ssdt.hex ssdt.c" end