From 255a47333cc3e430d544fadf419b290213c5b11b Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 19 May 2020 07:20:46 +0200 Subject: efi_loader: add EFI_MEMORY_SP to memory attributes The UEFI 2.8 specification has introduced the EFI_MEMORY_SP memory attribute. Add it to the 'efidebug memmap' and 'efi mem' commands. Signed-off-by: Heinrich Schuchardt --- cmd/efi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/efi.c') diff --git a/cmd/efi.c b/cmd/efi.c index 9aeb913ff3..b3a3bf8282 100644 --- a/cmd/efi.c +++ b/cmd/efi.c @@ -44,6 +44,7 @@ static struct attr_info { { EFI_MEMORY_NV, "non-volatile" }, { EFI_MEMORY_MORE_RELIABLE, "higher reliability" }, { EFI_MEMORY_RO, "read-only" }, + { EFI_MEMORY_SP, "specific purpose" }, { EFI_MEMORY_RUNTIME, "needs runtime mapping" } }; -- cgit v1.2.3