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-devel

[Xen-devel] Xen 3.1.4: CONFIG_EDD and x86_64

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Xen 3.1.4: CONFIG_EDD and x86_64
From: Philippe Vanhaesendonck <xen@xxxxxxxxxxx>
Date: Mon, 28 Apr 2008 16:32:02 +0200
Delivery-date: Mon, 28 Apr 2008 07:31:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.12 (X11/20080227)
Hi!

This is a very minor issue, but with changeset 15635 you cannot build
anymore a x86_64 kernel unattended: as CONFIG_EDD is not defined in the
buildconfigs/linux-defconfig_xen*_x86_64 files you are prompted for the
parameter at compile time.

I just add it blindly to the x86_64 defconfig files

--
Philippe
diff -r 4835d702ba61 buildconfigs/linux-defconfig_xen0_x86_64
--- a/buildconfigs/linux-defconfig_xen0_x86_64  Thu Jan 31 10:06:54 2008 +0000
+++ b/buildconfigs/linux-defconfig_xen0_x86_64  Mon Apr 28 16:05:35 2008 +0200
@@ -1096,6 +1096,7 @@ CONFIG_RTC_DRV_V3020=m
 #
 # Firmware Drivers
 #
+CONFIG_EDD=y
 # CONFIG_DELL_RBU is not set
 # CONFIG_DCDBAS is not set
 
diff -r 4835d702ba61 buildconfigs/linux-defconfig_xenU_x86_64
--- a/buildconfigs/linux-defconfig_xenU_x86_64  Thu Jan 31 10:06:54 2008 +0000
+++ b/buildconfigs/linux-defconfig_xenU_x86_64  Mon Apr 28 16:05:35 2008 +0200
@@ -913,6 +913,7 @@ CONFIG_DUMMY_CONSOLE=y
 #
 # Firmware Drivers
 #
+# CONFIG_EDD is not set
 # CONFIG_DELL_RBU is not set
 # CONFIG_DCDBAS is not set
 
diff -r 4835d702ba61 buildconfigs/linux-defconfig_xen_x86_64
--- a/buildconfigs/linux-defconfig_xen_x86_64   Thu Jan 31 10:06:54 2008 +0000
+++ b/buildconfigs/linux-defconfig_xen_x86_64   Mon Apr 28 16:05:35 2008 +0200
@@ -2750,6 +2750,7 @@ CONFIG_INTEL_IOATDMA=m
 #
 # Firmware Drivers
 #
+CONFIG_EDD=y
 CONFIG_DELL_RBU=m
 CONFIG_DCDBAS=m
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Xen 3.1.4: CONFIG_EDD and x86_64, Philippe Vanhaesendonck <=