Re: [PATCH v3] smbios: arm64: Ensure table is written at a good address

2023-11-21 Thread Ilias Apalodimas
Hi Simon, On Tue, 21 Nov 2023 at 04:58, Simon Glass wrote: > > U-Boot typically sets up its malloc() pool near the top of memory. On > ARM64 systems this can result in an SMBIOS table above 4GB which is > not supported by SMBIOSv2. > > Work around this problem by automatically choosing an

[PATCH v3] smbios: arm64: Ensure table is written at a good address

2023-11-20 Thread Simon Glass
U-Boot typically sets up its malloc() pool near the top of memory. On ARM64 systems this can result in an SMBIOS table above 4GB which is not supported by SMBIOSv2. Work around this problem by automatically choosing an address below 4GB (but as high as possible), if needed. Tell efi_loader about