]> xenbits.xensource.com Git - xen.git/commit
EFI: support default attributes to map Runtime service areas with none given
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 10 Jun 2015 10:04:07 +0000 (12:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 10 Jun 2015 10:04:07 +0000 (12:04 +0200)
commit74cdad5dae72c78af4f6b343f38fd55e6a526ab1
tree68f25c35e5742e3e4bdd101805bb418312b0f221
parentf36886bdf48ca2968379e3a0aa607044537ecf76
EFI: support default attributes to map Runtime service areas with none given

From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

For example on Dell machines we see:

(XEN)  00000fed18000-00000fed19fff type=11 attr=8000000000000000
(XEN) Unknown cachability for MFNs 0xfed18-0xfed19

Let's allow them to be mapped as UC.

We also alter the 'efi-rs' to be 'efi=rs' or 'efi=no-rs'.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/misc/xen-command-line.markdown
xen/common/efi/boot.c