diff options
author | Andrey Petrov <anpetrov@fb.com> | 2019-08-01 15:09:37 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-08-14 03:35:52 +0000 |
commit | 4a73bf8378d8e36f0bae1488aa0b17cb5d5bd4ce (patch) | |
tree | 69b3e5f75efb4aef4a91260b9ce367fddc2c2ed2 /src/soc/intel/fsp_broadwell_de/Kconfig | |
parent | 3f85edbcc554c4db704ed23bdfb1f384f5e2239e (diff) |
soc/intel/fsp_broadwell_de: Populate SMBIOS tables with memory information
Add code to read SPD data, parse it and save into SMBIOS table. This is
implemented for socketed DDR4 chips only. For soldered-down memory this
is not implemented and probably won't be ever needed.
TEST=tested on OCP Monolake mainboard, and found dmidecode -t memory to
work. The stack has also been tested on an out-of-tree board.
Signed-off-by: Andrey Petrov <anpetrov@fb.com>
Change-Id: I1162eb4484dab46f1ab9fe3426eecc4d9378e8e2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34681
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de/Kconfig')
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig index 7783f78599..fef7a822d9 100644 --- a/src/soc/intel/fsp_broadwell_de/Kconfig +++ b/src/soc/intel/fsp_broadwell_de/Kconfig @@ -88,6 +88,10 @@ config SERIRQ_CONTINUOUS_MODE If you set this option to y, the serial IRQ machine will be operated in continuous mode. +config DIMM_SPD_SIZE + int + default 512 + ## Broadwell-DE Specific FSP Kconfig source src/soc/intel/fsp_broadwell_de/fsp/Kconfig |