011fe81
From 9de53cc99ce4c8e404e645443d07324bd9cfc157 Mon Sep 17 00:00:00 2001
011fe81
From: Stephane Rochoy <sheda>
011fe81
Date: Sun, 22 Jun 2014 01:34:57 +0200
4dcaf21
Subject: [PATCH 084/143] 	* grub-core/commands/efi/lsefisystab.c
011fe81
 (grub_cmd_lsefisystab): Show 	EFI system table physical address.
011fe81
011fe81
---
011fe81
 ChangeLog                            | 5 +++++
011fe81
 grub-core/commands/efi/lsefisystab.c | 1 +
011fe81
 2 files changed, 6 insertions(+)
011fe81
011fe81
diff --git a/ChangeLog b/ChangeLog
011fe81
index b552113..abf8f4b 100644
011fe81
--- a/ChangeLog
011fe81
+++ b/ChangeLog
011fe81
@@ -1,3 +1,8 @@
011fe81
+2014-06-21  Stephane Rochoy <sheda>
011fe81
+
011fe81
+	* grub-core/commands/efi/lsefisystab.c (grub_cmd_lsefisystab): Show
011fe81
+	EFI system table physical address.
011fe81
+
011fe81
 2014-06-21  Trevor Woerner <trevor.woerner@linaro.org>
011fe81
 
011fe81
 	* util/grub-gen-asciih.c (add_glyph): Fix uninitialised variable.
011fe81
diff --git a/grub-core/commands/efi/lsefisystab.c b/grub-core/commands/efi/lsefisystab.c
011fe81
index eda8c5f..8717db9 100644
011fe81
--- a/grub-core/commands/efi/lsefisystab.c
011fe81
+++ b/grub-core/commands/efi/lsefisystab.c
011fe81
@@ -52,6 +52,7 @@ grub_cmd_lsefisystab (struct grub_command *cmd __attribute__ ((unused)),
011fe81
   grub_efi_configuration_table_t *t;
011fe81
   unsigned int i;
011fe81
 
011fe81
+  grub_printf ("Address: %p\n", st);
011fe81
   grub_printf ("Signature: %016" PRIxGRUB_UINT64_T " revision: %08x\n",
011fe81
 	       st->hdr.signature, st->hdr.revision);
011fe81
   {
011fe81
-- 
37b39b7
1.9.3
011fe81