From: Heinrich Schuchardt Date: Sun, 27 Sep 2020 12:50:25 +0000 (+0200) Subject: efi_loader: efidebug display RNG protocol X-Git-Tag: v2020.10~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=796933510f84c1a29b1ef104d0962db6c0b7589c;p=pandora-u-boot.git efi_loader: efidebug display RNG protocol Add the Random Number Generator (RNG) protocol to the GUIDs that the 'efidebug dh' protocol can replace by a text. Signed-off-by: Heinrich Schuchardt --- diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 9874838b005..5288b9920b4 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include @@ -248,6 +249,10 @@ static const struct { "Load File2", EFI_LOAD_FILE2_PROTOCOL_GUID, }, + { + "Random Number Generator", + EFI_RNG_PROTOCOL_GUID, + }, { "Simple Network", EFI_SIMPLE_NETWORK_PROTOCOL_GUID,