]> xenbits.xensource.com Git - seabios.git/commit
smbios: Use smbios_get_tables()/smbios_next() at display_uuid()
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 20:08:34 +0000 (15:08 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:12 +0000 (11:39 -0500)
commitdd54ccda8e59c046c8e9bc34c6cbd51b317ed83e
tree3ee325b488fa3b3a9033d73fb28f1672f764351e
parentb251b21b2bb39e819321d89f48d14cb0559a0036
smbios: Use smbios_get_tables()/smbios_next() at display_uuid()

Make the code more generic, and not specific for SMBIOS 2.1 entry
points.

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