Hello Werner Zeh, Patrick Rudolph, Patrick Rudolph, Jay Talbott, Matt DeVillier, David Hendricks, Philipp Deppenwiese, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34681
to look at the new patch set (#9).
Change subject: soc/intel/fsp_broadwell_de: Populate SMBIOS tables with memory information ......................................................................
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 --- M src/soc/intel/fsp_broadwell_de/Kconfig A src/soc/intel/fsp_broadwell_de/include/soc/memory.h M src/soc/intel/fsp_broadwell_de/include/soc/pci_devs.h M src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc A src/soc/intel/fsp_broadwell_de/romstage/memory.c M src/soc/intel/fsp_broadwell_de/romstage/romstage.c 6 files changed, 105 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/34681/9