commit | aadec127609aeb8ed9c99d509e6ab8e1bf4e2bcb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 20 07:29:51 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:05:40 2023 +0800 |
tree | 5bf0b96c59b052f03395c599afe9823de51fff06 | |
parent | 9b38810298cfe80b9c8636dfccf6b436f1662051 [diff] |
efi: Use the installed SMBIOS tables U-Boot should set up the SMBIOS tables during startup, as it does on x86. Ensure that it does this correctly on non-x86 machines too, by creating an event spy for last-stage init. Tidy up the installation-condition code while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>