acpi/hmat: Parse and report heterogeneous memory
authorKeith Busch <keith.busch@intel.com>
Mon, 11 Mar 2019 20:55:59 +0000 (14:55 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Apr 2019 16:41:20 +0000 (18:41 +0200)
commit3accf7ae37a96c3bf4b51999f3c395ac5ffcd6d4
tree90deb33d557cb80c9a4526a4d705c6b6b6bc6102
parent3bc0e8eb179deebf1c06f5c4261d362c24b26ce1
acpi/hmat: Parse and report heterogeneous memory

Systems may provide different memory types and export this information
in the ACPI Heterogeneous Memory Attribute Table (HMAT). Parse these
tables provided by the platform and report the memory access and caching
attributes to the kernel messages.

Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Tested-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Tested-by: Brice Goglin <Brice.Goglin@inria.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/hmat/Kconfig [new file with mode: 0644]
drivers/acpi/hmat/Makefile [new file with mode: 0644]
drivers/acpi/hmat/hmat.c [new file with mode: 0644]