Re: [PATCH v4 16/20] x86: coreboot: Record the position of the SMBIOS tables

2023-09-19 Thread Simon Glass
Hi Bin, On Tue, 19 Sept 2023 at 01:20, Bin Meng wrote: > > On Thu, Aug 24, 2023 at 5:11 AM Simon Glass wrote: > > > > Make a note of where coreboot installed the SMBIOS tables so that we can > > pass this on to EFI. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v2) > > >

Re: [PATCH v4 16/20] x86: coreboot: Record the position of the SMBIOS tables

2023-09-19 Thread Bin Meng
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass wrote: > > Make a note of where coreboot installed the SMBIOS tables so that we can > pass this on to EFI. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Add new patch > > arch/x86/lib/coreboot/cb_sysinfo.c | 1 +

[PATCH v4 16/20] x86: coreboot: Record the position of the SMBIOS tables

2023-08-23 Thread Simon Glass
Make a note of where coreboot installed the SMBIOS tables so that we can pass this on to EFI. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Add new patch arch/x86/lib/coreboot/cb_sysinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/lib/coreboot/cb_sys