]> xenbits.xensource.com Git - seabios.git/commit
smbios: Make smbios_build_tables() ready for 64-bit tables
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 19:07:16 +0000 (14:07 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:13 +0000 (11:39 -0500)
commitddd0f7b877695bc15a88f5f0077868329518d7bf
treec5ec70385ecf4db6040355d61c0cdf922c885523
parent6290dcede4d6a7de9d30e42f325aaf0c8d8baaee
smbios: Make smbios_build_tables() ready for 64-bit tables

Make smbios_build_tables() get u64 address and u32 length
arguments, making it usable for SMBIOS 3.0.  Adapt
smbios_21_setup_entry_point() to use intermediate variables when
calling smbios_build_tables().

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