[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4/4] x86/EFI: adjust EFI_MEMORY_WP handling for spec version 2.5
On Tue, Jun 09, 2015 at 04:28:50PM +0100, Jan Beulich wrote: > >>> On 09.06.15 at 16:08, <konrad.wilk@xxxxxxxxxx> wrote: > >> @@ -1220,6 +1224,9 @@ void __init efi_init_memory(void) > >> #define EFI_MEMORY_RP 0x0000000000002000 > >> #define EFI_MEMORY_XP 0x0000000000004000 > >> +#define EFI_MEMORY_RO 0x0000000000020000 > >> + > >> +#define EFI_MEMORY_NV 0x0000000000008000 > >> +#define EFI_MEMORY_MORE_RELIABLE 0x0000000000010000 > > > > Those two are new (NV, MORE_RELIABLE), should they be part > > of a different patch? Or if they are part of the new spec > > just mention in the commit that you are adding it in for > > future use? > > Added > > "Along with EFI_MEMORY_RO also add the two other new EFI_MEMORY_* > definitions, even if we don't need them right away." Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > > Jan > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |