OSDN Git Service

e820, efi: add ACPI 6.0 persistent memory types
authorDan Williams <dan.j.williams@intel.com>
Fri, 3 Apr 2015 16:05:28 +0000 (12:05 -0400)
committerDan Williams <dan.j.williams@intel.com>
Thu, 28 May 2015 01:46:05 +0000 (21:46 -0400)
commitad5fb870c486d932a1749d7853dd70f436a7e03f
tree68998840d8d8219e959e966c11c78f73327f7adf
parentf3b6ced236259a87829b829e8e542ff53bfb9a4f
e820, efi: add ACPI 6.0 persistent memory types

ACPI 6.0 formalizes e820-type-7 and efi-type-14 as persistent memory.
Mark it "reserved" and allow it to be claimed by a persistent memory
device driver.

This definition is in addition to the Linux kernel's existing type-12
definition that was recently added in support of shipping platforms with
NVDIMM support that predate ACPI 6.0 (which now classifies type-12 as
OEM reserved).

Note, /proc/iomem can be consulted for differentiating legacy
"Persistent Memory (legacy)" E820_PRAM vs standard "Persistent Memory"
E820_PMEM.

Cc: Boaz Harrosh <boaz@plexistor.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jens Axboe <axboe@fb.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matthew Wilcox <willy@linux.intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Jeff Moyer <jmoyer@redhat.com>
Acked-by: Andy Lutomirski <luto@amacapital.net>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Tested-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
arch/arm64/kernel/efi.c
arch/ia64/kernel/efi.c
arch/x86/boot/compressed/eboot.c
arch/x86/include/uapi/asm/e820.h
arch/x86/kernel/e820.c
arch/x86/platform/efi/efi.c
include/linux/efi.h