Re: [PATCH] arm: apple: Disable SMBIOS again

2023-12-26 Thread Tom Rini
On Sun, 24 Dec 2023 19:12:55 +0100, Mark Kettenis 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

Re: [PATCH] arm: apple: Disable SMBIOS again

2023-12-26 Thread Simon Glass
On Sun, Dec 24, 2023 at 6:12 PM Mark Kettenis 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 e

Re: [PATCH] arm: apple: Disable SMBIOS again

2023-12-24 Thread Mark Kettenis
> Date: Sun, 24 Dec 2023 20:37:47 +0100 > From: Heinrich Schuchardt > > On 12/24/23 19:12, Mark Kettenis 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. Unfortunatel

Re: [PATCH] arm: apple: Disable SMBIOS again

2023-12-24 Thread Heinrich Schuchardt
On 12/24/23 19:12, Mark Kettenis 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. Fixe

[PATCH] arm: apple: Disable SMBIOS again

2023-12-24 Thread Mark Kettenis
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 SM