Re: [PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-30 Thread Niklas Sombert
Simon Glass wrote: Thanks for testing this. Can you please reply with a 'Tested-by' tag? Sure. Tested-by: Niklas Sombert OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-29 Thread Simon Glass
Hi Niklas, On Tue, 29 Apr 2025 at 05:30, Niklas Sombert wrote: > > Hi Simon, > > this solves my problem, thanks! > > Since SMBIOS is broken again in v2025.07-rc1 (and disabling bloblist > doesn't work anymore), I applied this patch and it worked. > I probably should have tried this sooner. Thank

Re: [PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-29 Thread Niklas Sombert
Hi Simon, this solves my problem, thanks! Since SMBIOS is broken again in v2025.07-rc1 (and disabling bloblist doesn't work anymore), I applied this patch and it worked. I probably should have tried this sooner. Greetings, Niklas Simon Glass wrote: The EFI-loader code has not been fully con

Re: [PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-11 Thread Simon Glass
Hi Ilias, On Fri, 11 Apr 2025 at 04:04, Ilias Apalodimas wrote: > > Hi Simon > > On Sat, 5 Apr 2025 at 23:46, Simon Glass wrote: > > > > The EFI-loader code has not been fully converted to use bloblist, so > > relies on the SMBIOS-table address being set in global_data. > > Can you explain a bit

Re: [PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-11 Thread Heinrich Schuchardt
On 11.04.25 12:04, Ilias Apalodimas wrote: Hi Simon On Sat, 5 Apr 2025 at 23:46, Simon Glass wrote: The EFI-loader code has not been fully converted to use bloblist, so relies on the SMBIOS-table address being set in global_data. Can you explain a bit more what this means? The SMBIOS tables

Re: [PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-11 Thread Ilias Apalodimas
Hi Simon On Sat, 5 Apr 2025 at 23:46, Simon Glass wrote: > > The EFI-loader code has not been fully converted to use bloblist, so > relies on the SMBIOS-table address being set in global_data. Can you explain a bit more what this means? The SMBIOS tables for EFI are supposed to be on EFI allocat

[PATCH] x86: efi_loader: Ensure the SMBIOS tables are sent via EFI

2025-04-05 Thread Simon Glass
The EFI-loader code has not been fully converted to use bloblist, so relies on the SMBIOS-table address being set in global_data. Set this up in write_tables() so that the SMBIOS tables are actually available. Enable the command for x86 QEMU so that the SMBIOS tests actually run. Signed-off-by: