mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
x86: coreboot: Record the position of the SMBIOS tables
Make a note of where coreboot installed the SMBIOS tables so that we can pass this on to EFI. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
53fab13a7b
commit
9354330935
@ -471,6 +471,7 @@ int get_coreboot_info(struct sysinfo_t *info)
|
||||
return -ENOENT;
|
||||
gd->arch.coreboot_table = addr;
|
||||
gd_set_acpi_start(map_to_sysmem(info->rsdp));
|
||||
gd_set_smbios_start(info->smbios_start);
|
||||
gd->flags |= GD_FLG_SKIP_LL_INIT;
|
||||
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user