WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Update the URL for the ACPI compiler sour

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Update the URL for the ACPI compiler sources.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Aug 2008 08:30:30 -0700
Delivery-date: Fri, 29 Aug 2008 08:31:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=