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] [PATCH 2 of 3] Enable UEFI BIOS(OVMF) support in Xen-uns

To: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 2 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
From: Jordan Justen <jljusten@xxxxxxxxx>
Date: Tue, 9 Aug 2011 13:19:10 -0700
Cc: Xen Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir@xxxxxxx>, Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>, "edk2-devel@xxxxxxxxxxxxxxxxxxxxx" <edk2-devel@xxxxxxxxxxxxxxxxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>, Andrei Warkentin <andreiw@xxxxxxxxxxxx>, Keir Fraser <keir.xen@xxxxxxxxx>, Bei Guan <gbtju85@xxxxxxxxx>
Delivery-date: Tue, 09 Aug 2011 13:20:44 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=isxCuwT4hl/qyo1DbkMDsmTyfF6iC0SnxD/EjcYLKKo=; b=CCyEXaVEQ2uPwjVDq2tmNEHKHjsdxkQNVZEwTPVhSum9sE6seUJAytJvsiM//qg50M zKFUyCNoG3764EP7GMpzKLOHc9HS+TUvVlO+HxbsFJ7aU5XoFYLC/vLv8MTk67pc03AQ cKk/bt4M0bBK1L6+qEZ/ABCGLuE3lv4F+hMgY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1312901783.26263.147.camel@xxxxxxxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <CA670719.30266%keir@xxxxxxx> <1312901783.26263.147.camel@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, Aug 9, 2011 at 07:56, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx> wrote:
> On Tue, 2011-08-09 at 15:47 +0100, Keir Fraser wrote:
>> On 09/08/2011 15:39, "Ian Campbell" <Ian.Campbell@xxxxxxxxxxxxx> wrote:
>>
>> >>> +    { "ovmf-ia32", &ovmf32_config, },
>> >>> +    { "ovmf-x64", &ovmf64_config, },
>> >>
>> >>
>> >>         I suppose these (asymmetric) names are OVMF-isms?
>> >> Yes, these two are the names of OVMF BIOS in platform IA32 and X64.
>> >
>> > Ick, but oh well...
>> >
>> > Is there any reason to prefer one to the other? How do I choose which
>> > one I want? Can it be autodetected?
>>
>> I suspect ovmf-x64 is a superset of the capabilities of ovmf-ia32 (e.g.,
>> ability to boot UEFI-bootable 64-bit OSes?). If so, we should only support
>> one config option -- "ovmf" -- and have hvmloader auto-load the appropriate
>> OVMF build, based on CPUID.long_mode.
>
> Yes, that's the sort of thing I was getting at.

The IA32 firmware is used for IA32 UEFI operating systems, and the X64
firmware is used for X64 operating systems.

X64 is somewhat more commonly used on modern systems.

There could be an auto-detect mode for the default of IA32 or X64
based on the installed CPU, but there might still be a case where
someone would prefer to run OVMF IA32 on an X64 processor.

-Jordan

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

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