aboutsummaryrefslogtreecommitdiff
path: root/cmd/efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/efi.c')
-rw-r--r--cmd/efi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/efi.c b/cmd/efi.c
index 9aeb913..b3a3bf8 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" }
};