[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4] efi: Avoid calling boot services after ExitBootServices()
>>> On 09.06.15 at 12:36, <ross.lagerwall@xxxxxxxxxx> wrote: > ping I'm still waiting for the ARM maintainers to ack ... >> --- a/xen/arch/arm/efi/efi-boot.h >> +++ b/xen/arch/arm/efi/efi-boot.h >> @@ -522,6 +522,11 @@ static void __init efi_arch_blexit(void) >> efi_bs->FreePool(memmap); >> } >> >> +static void __init efi_arch_halt(void) >> +{ >> + stop_cpu(); >> +} >> + >> static void __init efi_arch_load_addr_check(EFI_LOADED_IMAGE *loaded_image) >> { >> if ( (unsigned long)loaded_image->ImageBase & ((1 << 12) - 1) ) ... this. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |