]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[smbios] Support scanning for the 64-bit SMBIOS3 entry point 1113/head
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Dec 2023 19:38:12 +0000 (19:38 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Dec 2023 19:38:47 +0000 (19:38 +0000)
commitfa62213231a882eb6bbcefa7ad1106bdb9aaeae2
treed21bf32e896b29ee636268c8d8d46562eab7533d
parent119c415ee47aaef2717104fea493377aa9a65874
[smbios] Support scanning for the 64-bit SMBIOS3 entry point

Support scanning for the 64-bit SMBIOS3 entry point in addition to the
32-bit SMBIOS2 entry point.

Prefer use of the 32-bit entry point if present, since this is
guaranteed to be within accessible memory.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/interface/pcbios/bios_smbios.c
src/include/ipxe/smbios.h
src/interface/smbios/smbios.c