Update the URL for the ACPI compiler sources.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Aug 2008 15:07:36 +0000 (16:07 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Aug 2008 15:07:36 +0000 (16:07 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
tools/firmware/hvmloader/acpi/Makefile

index 8ef4d58a7aa3107c6ec198340b45532195764505..bd7926e93a7805c004a16425debfd1a31412d2cd 100644 (file)
@@ -22,8 +22,8 @@ C_SRC = build.c dsdt.c static_tables.c
 H_SRC = $(wildcard *.h)
 OBJS  = $(patsubst %.c,%.o,$(C_SRC))
 
-IASL_VER = acpica-unix-20060707
-IASL_URL = http://developer.intel.com/technology/iapc/acpi/downloads/$(IASL_VER).tar.gz
+IASL_VER = acpica-unix-20080729
+IASL_URL = http://acpica.org/download/$(IASL_VER).tar.gz
 
 CFLAGS += -I. -I.. $(CFLAGS_include)
 
@@ -48,7 +48,7 @@ iasl:
        @echo "ACPI ASL compiler(iasl) is needed"
        @echo "Download Intel ACPI CA"
        @echo "If wget failed, please download and compile manually from"
-       @echo "http://developer.intel.com/technology/iapc/acpi/downloads.htm"
+       @echo "http://acpica.org/downloads/"
        @echo 
        wget $(IASL_URL)
        tar xzf $(IASL_VER).tar.gz