|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Update the URL for the ACPI compiler sour
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1220022456 -3600
# Node ID 1d4e0b00798058bc7a3ae421694688891f6ade0f
# Parent 1721689cc8343bfc7a3a57f1a6894dae46457b34
Update the URL for the ACPI compiler sources.
Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
---
tools/firmware/hvmloader/acpi/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff -r 1721689cc834 -r 1d4e0b007980 tools/firmware/hvmloader/acpi/Makefile
--- a/tools/firmware/hvmloader/acpi/Makefile Fri Aug 29 16:06:41 2008 +0100
+++ b/tools/firmware/hvmloader/acpi/Makefile Fri Aug 29 16:07:36 2008 +0100
@@ -22,8 +22,8 @@ H_SRC = $(wildcard *.h)
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
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Update the URL for the ACPI compiler sources.,
Xen patchbot-unstable <=
|
|
|
|
|