Commit 79693351 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 1da91d9b
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <efi_loader.h> #include <efi_loader.h>
#include <efi_rng.h>
#include <exports.h> #include <exports.h>
#include <hexdump.h> #include <hexdump.h>
#include <log.h> #include <log.h>
...@@ -248,6 +249,10 @@ static const struct { ...@@ -248,6 +249,10 @@ static const struct {
"Load File2", "Load File2",
EFI_LOAD_FILE2_PROTOCOL_GUID, EFI_LOAD_FILE2_PROTOCOL_GUID,
}, },
{
"Random Number Generator",
EFI_RNG_PROTOCOL_GUID,
},
{ {
"Simple Network", "Simple Network",
EFI_SIMPLE_NETWORK_PROTOCOL_GUID, EFI_SIMPLE_NETWORK_PROTOCOL_GUID,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment