]> xenbits.xensource.com Git - seabios.git/commit
smbios: Extract SMBIOS table building code to separate function
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 18:05:17 +0000 (13:05 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:13 +0000 (11:39 -0500)
commit31eac039b2511dd58fb42998dd983f9f80f7b269
tree4d101124097a9adfba0d6fb5a644d00e058ecf7e
parent34c3fce6e7361c2e38f22a3d973d72b994285313
smbios: Extract SMBIOS table building code to separate function

Move the code that builds the SMBIOS tables to a separate
smbios_build_tables() function, to keep it isolated from the code
that initializes the SMBIOS entry point.

Thew new function will still take a smbios_21_entry_point
argument to make code review easier, but this will be changed by
the next commits.

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