commit | 21da91f5b35bae6c7830502679751af6b59c2fe0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 15 18:07:47 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 24 10:49:51 2021 +0200 |
tree | aad6c530d29fcb91f35e632e8237c43fb4f73b16 | |
parent | ebe9fd87e8a70d32240d37a8b54696f38be2cf19 [diff] |
smbios: error handling for invalid addresses SMBIOS tables only support 32bit addresses. If we don't have memory here handle the error gracefully: * on x86_64 fail to start U-Boot * during UEFI booting ignore the missing table Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>