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] [PATCH] Etherboot for E100 NIC

To: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Etherboot for E100 NIC
From: Yosuke Iwamatsu <y-iwamatsu@xxxxxxxxxxxxx>
Date: Fri, 01 Feb 2008 21:39:25 +0900
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 01 Feb 2008 04:40:06 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <18337.61060.423400.93623@xxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <479E6049.7020908@xxxxxxxxxxxxx> <18337.61060.423400.93623@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
Ian Jackson wrote:
Following on from the changes recently made to build etherboot
ourselves from source, I've adapted Yosuke Iwamatsu's idea to work in
this context.

The result is below and appears to work.  The set of supported NICs
can be adjusted by changing the setting of NICS in
tools/firmware/etherboot/Makefile.

The added file tools/firmware/etherboot/make-eb-rom-list needs to have
chmod +x run on it before committing.


Thanks for your work.
I tried the latest staging tree and got etherboot work fine.

The attached patch (applied to cs16963) was needed to build etherboot
in my test environment.
I also found that build failed with "debug=y" specified,
though I don't know how to fix it yet.

Yosuke.
----------------------

diff -r d29d74d4eeac tools/firmware/etherboot/Config
--- a/tools/firmware/etherboot/Config   Fri Feb 01 12:01:34 2008 +0000
+++ b/tools/firmware/etherboot/Config   Fri Feb 01 21:40:48 2008 +0900
@@ -10,4 +10,6 @@ CFLAGS+=      -UPXE_DHCP_STRICT
 CFLAGS+=       -UPXE_DHCP_STRICT
 CFLAGS+=       -DPXE_DHCP_STRICT

+CFLAGS+=       -fno-stack-protector
+
 # Also, the Makefile arranges for us to use GCC 3

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>