From 008f0ec078fe24ab707aadafddfafc19b37d9bcf Mon Sep 17 00:00:00 2001 From: Benjamin Doron Date: Mon, 14 Jul 2025 13:40:19 -0400 Subject: [PATCH] util/smmstoretool: Alias EfiImageSecurityDatabaseGuid to "secureboot" Finalise the new support for adding secure boot variables by adding this alias. db and dbx have this GUID, all others (PKDefault, KEKDefault, dbDefault, dbxDefault, PK, and KEK) have the "global" GUID. Change-Id: I58a825498d57c0bc04516fe41fe94924bdff2181 Signed-off-by: Benjamin Doron Reviewed-on: https://review.coreboot.org/c/coreboot/+/88426 Reviewed-by: Sean Rhodes Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- util/smmstoretool/guids.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/util/smmstoretool/guids.c b/util/smmstoretool/guids.c index 4ba92b9798..ee93988b25 100644 --- a/util/smmstoretool/guids.c +++ b/util/smmstoretool/guids.c @@ -32,6 +32,13 @@ const struct guid_alias_t known_guids[] = { { 0xaa, 0x0d, 0x00, 0xe0, 0x98, 0x03, 0x2b, 0x8c } }, }, + { + "secureboot", + { + 0xd719b2cb, 0x3d3a, 0x4596, + { 0xa3, 0xbc, 0xda, 0xd0, 0x0e, 0x67, 0x65, 0x6f } + }, + }, { "microsoft", {