[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-35575e0e8ba633fc8276509a21f89b599b4f9006@git.kernel.org>
Date: Wed, 3 Feb 2016 03:34:38 -0800
From: tip-bot for Robert Elliott <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: brgerst@...il.com, tglx@...utronix.de, mingo@...nel.org,
lersek@...hat.com, dvlasenk@...hat.com,
torvalds@...ux-foundation.org, izumi.taku@...fujitsu.com,
luto@...capital.net, peterz@...radead.org,
dan.j.williams@...el.com, linux-kernel@...r.kernel.org,
hpa@...or.com, elliott@....com, ard.biesheuvel@...aro.org,
ross.zwisler@...ux.intel.com, matt@...eblueprint.co.uk,
bp@...en8.de
Subject: [tip:efi/core] efi: Add Persistent Memory type name
Commit-ID: 35575e0e8ba633fc8276509a21f89b599b4f9006
Gitweb: http://git.kernel.org/tip/35575e0e8ba633fc8276509a21f89b599b4f9006
Author: Robert Elliott <elliott@....com>
AuthorDate: Mon, 1 Feb 2016 22:07:07 +0000
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 3 Feb 2016 11:41:20 +0100
efi: Add Persistent Memory type name
Add the "Persistent Memory" string for type 14 introduced in
UEFI 2.5. This is used when printing the UEFI memory map.
old:
efi: mem61: [type=14 | | | | | | | |WB|WT|WC|UC] range=[0x0000000880000000-0x0000000c7fffffff) (16384MB)
new:
efi: mem61: [Persistent Memory | | | | | | | |WB|WT|WC|UC] range=[0x0000000880000000-0x0000000c7fffffff) (16384MB)
Signed-off-by: Robert Elliott <elliott@....com>
Signed-off-by: Matt Fleming <matt@...eblueprint.co.uk>
Reviewed-by: Laszlo Ersek <lersek@...hat.com>
Cc: Andy Lutomirski <luto@...capital.net>
Cc: Ard Biesheuvel <ard.biesheuvel@...aro.org>
Cc: Borislav Petkov <bp@...en8.de>
Cc: Brian Gerst <brgerst@...il.com>
Cc: Dan Williams <dan.j.williams@...el.com>
Cc: Denys Vlasenko <dvlasenk@...hat.com>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Ross Zwisler <ross.zwisler@...ux.intel.com>
Cc: Taku Izumi <izumi.taku@...fujitsu.com>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-efi@...r.kernel.org
Link: http://lkml.kernel.org/r/1454364428-494-14-git-send-email-matt@codeblueprint.co.uk
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
drivers/firmware/efi/efi.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
index f437048..3a69ed5 100644
--- a/drivers/firmware/efi/efi.c
+++ b/drivers/firmware/efi/efi.c
@@ -555,7 +555,8 @@ static __initdata char memory_type_name[][20] = {
"ACPI Memory NVS",
"Memory Mapped I/O",
"MMIO Port Space",
- "PAL Code"
+ "PAL Code",
+ "Persistent Memory",
};
char * __init efi_md_typeattr_format(char *buf, size_t size,
Powered by blists - more mailing lists