diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-27 10:55:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-27 10:55:55 -0400 |
commit | 0d6a3e23225ad8c8e302044f8f720f657edda4f7 (patch) | |
tree | a007bea38f55122ef7c74169e22106c8efeaf42f /arch/x86/include/asm/arch-coreboot/sysinfo.h | |
parent | 0ab24c37f03a3a23982edb63d88c4f22bb8bc2c5 (diff) | |
parent | 0621b5e1eeb6bcf08b220136f09d433d880f65a5 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
- Use device tree for FSP-M and FSP-S configuration on Intel Apollo Lake
- Add SMBIOS cbmem entry parsing for coreboot
- Various clean-ups to CBFS implementation
Diffstat (limited to 'arch/x86/include/asm/arch-coreboot/sysinfo.h')
-rw-r--r-- | arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h index dd8d1cba92..419ec52933 100644 --- a/arch/x86/include/asm/arch-coreboot/sysinfo.h +++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h @@ -49,6 +49,8 @@ struct sysinfo_t { u32 vdat_size; void *tstamp_table; void *cbmem_cons; + u64 smbios_start; + u32 smbios_size; struct cb_serial *serial; }; |