]> git.ipfire.org Git - thirdparty/grub.git/commit
lsefisystab: Add support for device tree table
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jul 2019 09:11:02 +0000 (11:11 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 11 Jul 2019 19:06:49 +0000 (21:06 +0200)
commit15cfd02b74e862bda20626a6e4e2f8a1d201733a
tree424f9f50dfec96beb6296ff4c01a4833cac7caf8
parent688023cd0ac4c985fd0e2ec477fcf1ec33a0e49c
lsefisystab: Add support for device tree table

The device tree may passed by the firmware as UEFI configuration
table. Let lsefisystab display a short text and not only the GUID
for the device tree.

Here is an example output:

  grub> lsefisystab
  Address: 0xbff694d8
  Signature: 5453595320494249 revision: 00020046
  Vendor: Das U-Boot, Version=20190700
  2 tables:
  0xbe741000  eb9d2d31-2d88-11d3-9a160090273fc14d   SMBIOS
  0x87f00000  b1b621d5-f19c-41a5-830bd9152c69aae0   DEVICE TREE

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/efi/lsefisystab.c