
26 Dec
2023
26 Dec
'23
10:46 a.m.
On Sun, Dec 24, 2023 at 6:12 PM Mark Kettenis kettenis@openbsd.org wrote:
Apple machines do not have memory below 4G. Since U-Boot does not support the SMBIOS 3 header structures this means we can't support SMBIOS on these machines. Unfortunately the refactoring of the SMBIOS code this cycle accidentally enabled it again.
Fixes: 53fab13a7b1 ("efi: Use the installed SMBIOS tables") Signed-off-by: Mark Kettenis kettenis@openbsd.org
configs/apple_m1_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org