* grub-core/commands/efi/lsefisystab.c (grub_cmd_lsefisystab): Show

EFI system table physical address.
This commit is contained in:
Stephane Rochoy 2014-06-22 01:34:57 +02:00 committed by Vladimir Serbinenko
parent 87de66d9d8
commit 3f3ec8ef44
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2014-06-21 Stephane Rochoy <sheda>
* grub-core/commands/efi/lsefisystab.c (grub_cmd_lsefisystab): Show
EFI system table physical address.
2014-06-21 Trevor Woerner <trevor.woerner@linaro.org>
* util/grub-gen-asciih.c (add_glyph): Fix uninitialised variable.

View file

@ -52,6 +52,7 @@ grub_cmd_lsefisystab (struct grub_command *cmd __attribute__ ((unused)),
grub_efi_configuration_table_t *t;
unsigned int i;
grub_printf ("Address: %p\n", st);
grub_printf ("Signature: %016" PRIxGRUB_UINT64_T " revision: %08x\n",
st->hdr.signature, st->hdr.revision);
{