]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/efi/lsefisystab.c (grub_cmd_lsefisystab): Show
authorStephane Rochoy <sheda>
Sat, 21 Jun 2014 23:34:57 +0000 (01:34 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Jun 2014 23:34:57 +0000 (01:34 +0200)
EFI system table physical address.

ChangeLog
grub-core/commands/efi/lsefisystab.c

index 8929dbbbbb78459f96377b228e03ac721a7d4c3a..1dba603ca93533a43a452cbf7e9154e92692e163 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index eda8c5ff3f3ad1990e0fe5403af073a5980ad34f..8717db91ea2cc77a0244616365dac5355fe7443b 100644 (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);
   {