commit | 1c5f6fa3883d18fbdaea53cae99e911748957bb0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 31 08:25:51 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 07 13:45:07 2024 -0700 |
tree | 563322f736c3bf88657ced2e6238148a47feb46f | |
parent | 31f950a963a382d48193ecd79698f795b7603846 [diff] |
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>