Re: [PATCH 1/2] x86/efi: Map EFI memmap entries in-order at runtime
From: Andy Lutomirski <luto@amacapital.net>
Date: 2015-09-27 16:31:11
Also in:
lkml, stable
From: Andy Lutomirski <luto@amacapital.net>
Date: 2015-09-27 16:31:11
Also in:
lkml, stable
On Sep 26, 2015 1:19 PM, "H. Peter Anvin" [off-list ref] wrote:
Sadly a lot of firmware is known to fail in that configuration :( That was very much our guest choice.
Why can't we map everything completely 1:1 (VA = PA) and call the setVA thing but pass it literally the identity. Firmwares that need it to be called will work, and firmwares that fail to update all offsets will be fine because there's nothing to update. --Andy