aboutsummaryrefslogtreecommitdiff
path: root/cmd/efi.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-22 10:27:24 -0400
committerTom Rini <trini@konsulko.com>2020-05-22 10:27:24 -0400
commit2fdb5cd69ce05392f2f7e556484a34ed0a77f43c (patch)
tree816ccdec2782678913b822218b4884a0af21d839 /cmd/efi.c
parent74ce1f8c6f29ddc153d31d01703980c99ee7a7ee (diff)
parent0a87e05dbd1b6ddafd61603e2a9c12659168ae65 (diff)
Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-07-rc3 (2) Problems fixed with these patches are: * UEFI sub-system not working with virtio block devices * Missing SATA support in UEFI sub-system * A superfluous debug statement
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 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" }
};