Re: [PATCH 1/1] efi_loader: generated SMBIOS table below 4 GiB

2023-12-04 Thread Tom Rini
On Mon, 20 Nov 2023 23:25:58 +0100, Heinrich Schuchardt wrote: > We currently use an outdated format 32-bit format for SMBIOS tables. > So we must allocate SMBIOS tables below 4 GiB. > > As this is reflects what has been done the longest, applied to u-boot/master, thanks! And we shall revisit a

Re: [PATCH 1/1] efi_loader: generated SMBIOS table below 4 GiB

2023-11-21 Thread Ilias Apalodimas
Hi Heinrich, On Tue, 21 Nov 2023 at 00:33, Heinrich Schuchardt wrote: > > We currently use an outdated format 32-bit format for SMBIOS tables. > So we must allocate SMBIOS tables below 4 GiB. Can we please adjust the commit message to something that would represent the situation better 6 months

[PATCH 1/1] efi_loader: generated SMBIOS table below 4 GiB

2023-11-20 Thread Heinrich Schuchardt
We currently use an outdated format 32-bit format for SMBIOS tables. So we must allocate SMBIOS tables below 4 GiB. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_smbios.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/efi_loader/efi_smbios.c