Blame SOURCES/0084-grub-core-commands-efi-lsefisystab.c-grub_cmd_lsefis.patch

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