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

Re: [Xen-devel] Replacing (vga)bios.bin source code with compiled binari

To: "Niklas K." <nickie12@xxxxxxx>
Subject: Re: [Xen-devel] Replacing (vga)bios.bin source code with compiled binaries?
From: "Jean Guyader" <jean.guyader@xxxxxxxxx>
Date: Sun, 11 May 2008 18:12:36 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 11 May 2008 10:13:00 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nJMzuLnY4HmuwZ32463I+hpWNNu1O+74KPkGEwUgXzs=; b=FhatrnOYhHNr6UuGn/d0ac0FDeGGyPYP4NF7Uf0RAKSr+Vm34xw/qIweopdlScbUt/pgLX5uDMLYRHwJZIfb0D0q2tvdAtATLPZHq+bFrZTrgkNQegXIBPd0ana0lRTekjaYhWadfKd/tTHc/iVUo6u1JOfFO/cYIipdDeyNJSo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rzcdbHB6j8gzmCs4eXiYl1IKuybixvlVqzIQqUUKICzDYXEIQAEgiOYwJnFJCGGHyz/EumJCfpmenfNkcyMfiTH4rTewvOcJ7iY1yYmGV23ngvBvXEiR5Dil2kSZWczFafwPSVaiwIUlqe6ErVwXSPKfTgcSabPq1rsEknpXXg0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1210525099.7833.6.camel@LinJan08Nik>
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: <1210525099.7833.6.camel@LinJan08Nik>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Sun, May 11, 2008 at 5:58 PM, Niklas K. <nickie12@xxxxxxx> wrote:
> Hello,
>  this may be a more general issue with editing source code and makefiles,
>  but as I'm not really a developer, I can't do it on my own and I thought
>  I'd ask you on this mailing list rather than on some general development
>  mailing list/forum:
>
>  I need to get modified hvmloader and vmxloader binaries that load a
>  modified BIOS binary. I think the easiest way to do this is to remove
>  some parts of the makefiles included in the Xen source code and add the
>  compiled binary to the source (what probably doesn't work: I don't know
>  if the bios.bin is directly compiled into the hvmloader/vmxloader
>  binaries or the compiled bios.bin is inserted into them).
>  Can you help me in doing this?
>

Hello Niklas,

The content of the binaries your are talking about is put into an
header file (roms.h)
and hvmloader use this file during the compilation process. You should
look at the the
Makefile in tools/firmware/hvmloader to see how roms.h is created.

Cheers,

-- 
Jean Guyader

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