From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 4/5] raisin: introduce ovmf Date: Tue, 21 Apr 2015 16:03:19 +0100 Message-ID: <553666B7.5060002@eu.citrix.com> References: <1429628103-10979-4-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1429628103-10979-4-git-send-email-stefano.stabellini@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini , xen-devel@lists.xensource.com Cc: george.dunlap@citrix.com List-Id: xen-devel@lists.xenproject.org On 04/21/2015 03:55 PM, Stefano Stabellini wrote: > diff --git a/components/series b/components/series > index f0f3cfa..fe9092a 100644 > --- a/components/series > +++ b/components/series > @@ -1,4 +1,5 @@ > seabios > +ovmf > xen > qemu > qemu_traditional > diff --git a/components/xen b/components/xen > index b3426f0..b3a0c96 100644 > --- a/components/xen > +++ b/components/xen > @@ -29,7 +29,8 @@ function xen_build() { > cd xen-dir > ./configure --prefix=$PREFIX --with-system-qemu=$PREFIX/lib/xen/bin/qemu-system-i386 \ > --disable-qemu-traditional --enable-rombios \ > - --with-system-seabios="$BASEDIR"/seabios-dir/out/bios.bin > + --with-system-seabios="$BASEDIR"/seabios-dir/out/bios.bin \ > + --with-system-ovmf="$BASEDIR"/ovmf-dir/ovmf.bin Does this still work if you don't build ovmf? -George