]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: Drop support for SMBIOS2 tables
authorSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 15:25:51 +0000 (08:25 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:45:07 +0000 (13:45 -0700)
commit1c5f6fa3883d18fbdaea53cae99e911748957bb0
tree563322f736c3bf88657ced2e6238148a47feb46f
parent31f950a963a382d48193ecd79698f795b7603846
smbios: Drop support for SMBIOS2 tables

These tables are a pain since there is no way to handle memory above
4GB. Use SMBIOS3 always.

This should hopefully not create problems on x86 devices, since SMBIOS3
was released seven years ago (2015).

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
lib/smbios.c