]> xenbits.xensource.com Git - seabios.git/commit
tpm: Use smbios_get_tables()
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 20:18:28 +0000 (15:18 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:13 +0000 (11:39 -0500)
commit4912bae2d14e9258f0c873aa09139bf73fc3ebb9
treeaac3666773731a1f0d77342f5f0d672c51d98fe3
parent831f1463aaf1eb27265c18ce81d312f9029c8c99
tpm: Use smbios_get_tables()

Instead of using the SMBios21Addr global variable, use the
smbios_get_tables() helper.  This doesn't change any behavior
yet, but it will be useful when we start supporting SMBIOS 3.0
entry points.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
src/tcgbios.c