]> git.ipfire.org Git - thirdparty/grub.git/commit
commands/efi/lsefisystab: Add short text for EFI_RT_PROPERTIES_TABLE_GUID
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 2 Mar 2021 16:29:56 +0000 (17:29 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 16:35:30 +0000 (17:35 +0100)
commit0860abe13070776a67080803afa16142e2c47986
treeac026074a0b57a0cfe3a96046089e8ab127316bd
parent4199bf8bc51d1802b9f294f80a4f3705598f418c
commands/efi/lsefisystab: Add short text for EFI_RT_PROPERTIES_TABLE_GUID

UEFI specification 2.8 errata B introduced the EFI_RT_PROPERTIES_TABLE
describing the services available at runtime.

The lsefisystab command is used to display installed EFI configuration
tables. Currently it only shows the GUID but not a short text for the
new table.

Provide a short text for the EFI_RT_PROPERTIES_TABLE_GUID.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/efi/lsefisystab.c
include/grub/efi/api.h