Re: [PATCH 12/12] EFI: Runtime services virtual mapping

2013-10-29 Thread Dave Young
/* * This function will switch the EFI runtime services to virtual mode. * Essentially, look through the EFI memmap and map every region that @@ -862,10 +906,10 @@ void efi_memory_uc(u64 addr, unsigned long size) void __init efi_enter_virtual_mode(void) Boris, could you update the

Re: [GIT PULL] EFI changes

2013-10-29 Thread Ingo Molnar
* Matt Fleming m...@console-pimps.org wrote: On Mon, 28 Oct, at 04:55:25PM, Ingo Molnar wrote: * Matt Fleming m...@console-pimps.org wrote: On Mon, 28 Oct, at 02:44:13PM, Ingo Molnar wrote: and this breaks the ARM build: In file included from

Re: [patch 3/6] Cleanup efi_enter_virtual_mode function

2013-10-29 Thread Dave Young
On 10/29/13 at 02:43pm, Borislav Petkov wrote: On Tue, Oct 29, 2013 at 10:32:03AM +0800, Dave Young wrote: I remember I tried your efi branch, but the code is different from what you sent to list, thus I turned to use the mbox patches. Yeah, please use the #efi branch as I keep refreshing