]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: efidebug: Add support for TCG2 final events table
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 30 Nov 2020 09:47:41 +0000 (11:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:40 +0000 (21:22 +0100)
commit94e78200244c076e3343fd8105ffa77d73327025
tree4c4236146ec40b34e7d84ae061c53a0a2f1625ab
parentc8d0fd582576ff7cc67d0053282430476201fd33
cmd: efidebug: Add support for TCG2 final events table

A previous commit is adding EFI_TCG2_PROTOCOL, which in it's eventlog
support registers an EFI configuration table.
Let's add the necessary GUID so 'efidebug table' command can display
table names properly.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/efidebug.c