From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933640AbbLRA1O (ORCPT ); Thu, 17 Dec 2015 19:27:14 -0500 Received: from g4t3426.houston.hp.com ([15.201.208.54]:53930 "EHLO g4t3426.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753512AbbLRA1N (ORCPT ); Thu, 17 Dec 2015 19:27:13 -0500 From: Robert Elliott To: matt@codeblueprint.co.uk, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com Cc: x86@kernel.org, linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Elliott Subject: Date: Thu, 17 Dec 2015 19:28:30 -0600 Message-Id: <1450402114-3606-1-git-send-email-elliott@hpe.com> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Date: Thu, 17 Dec 2015 17:40:55 -0600 Subject: [PATCH 0/4] x86/efi: support persistent memory in efi_print_memmap This series adds support for persistent memory type and NV attribute in the efi_print_memmap function, which is only used if EFI_DEBUG is true (which is the case for x86). Robert Elliott (4): x86/efi: show actual ending addresses in efi_print_memmap efi: add NV memory attribute efi: add Persistent Memory type name x86/efi: print size and base in binary units in efi_print_memmap arch/x86/platform/efi/efi.c | 29 +++++++++++++++++++++++++---- drivers/firmware/efi/efi.c | 8 ++++++-- include/linux/efi.h | 1 + 3 files changed, 32 insertions(+), 6 deletions(-) -- 2.4.3