From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gianni Tedesco Subject: Re: [PATCH] Fix etherboot option ROM loading Date: Tue, 29 Jun 2010 13:39:45 +0100 Message-ID: <1277815185.5325.121.camel@qabil.uk.xensource.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Deegan Tim, "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, 2010-06-29 at 13:24 +0100, Keir Fraser wrote: > On 29/06/2010 13:01, "Gianni Tedesco (3P)" > wrote: > > > Ideally we want 1 ROM with support for both chipsets and therefore all > > known variants of those chipsets. That would allow for HVM's with card > > of multiple types. But not figured out how to get gPXE to play like that > > yet. > > One issue here is that a 'mega ROM' may not fit in the option ROM space. True if it were really "mega" but if it were just the 2 drivers we build ROM's for anyway it's still in a similar ballpark. eg. 65KB -> 89KB... Anyway, probably better to avoid cluttering the space unnecessarily. The only upside to this is to have that nice swish gPXE gui be able to use all available cards, select which one to boot from etc...