[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 14/19] efi: build xen.gz with EFI code
On Fri, Aug 19, 2016 at 03:24:15AM -0600, Jan Beulich wrote: > >>> On 06.08.16 at 01:04, <daniel.kiper@xxxxxxxxxx> wrote: > > --- a/xen/common/efi/boot.c > > +++ b/xen/common/efi/boot.c > > @@ -1248,6 +1248,9 @@ void __init efi_init_memory(void) > > } *extra, *extra_head = NULL; > > #endif > > > > + if ( !efi_enabled(EFI_BOOT) ) > > + return; > > + > > printk(XENLOG_INFO "EFI memory map:%s\n", > > map_bs ? " (mapping BootServices)" : ""); > > for ( i = 0; i < efi_memmap_size; i += efi_mdesc_size ) > > Remind me please - in your new model, what memory map does > Xen consume? The raw EFI one, or the one presented by grub? The former one. GRUB does not provide memory maps on EFI platforms if image (in our case Xen) requested access to boot services. They would be bogus. > In the latter case the above would need to use EFI_LOADER > afaict; in the former case feel free to add my ack here. OK, thanks! Daniel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |