coreboot/src/device/dram
Patrick Rudolph 25c4501223 device/dram/ddr3: Fill in voltage fields for SMBIOS type 17
Parse the supported voltages from the DDR3 SPD and populate the
corresponding fields in CBMEM_ID_MEMINFO to make sure the SMBIOS
type 17 tables report the actual supported voltages of the DIMM.

Change-Id: I35af7c23f285af10b607a80eab7f4d9df664b3fd
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90395
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2025-12-08 02:36:00 +00:00
..
ddr2.c device/dram/ddr2: Use boolean for spd_dimm_is_registered_ddr2() 2024-10-23 23:41:58 +00:00
ddr3.c device/dram/ddr3: Fill in voltage fields for SMBIOS type 17 2025-12-08 02:36:00 +00:00
ddr4.c spd.h: Move enum ddr4_module_type to ddr4.h 2024-05-07 10:52:58 +00:00
ddr5.c device/dram/ddr5: Add 7500 MT/s support 2025-02-28 18:25:25 +00:00
ddr_common.c
Kconfig device/dram: Rename 'USE_DDRx' config options 2025-07-25 17:03:02 +00:00
lpddr4.c tree: Remove unused <smbios.h> 2024-08-10 03:34:42 +00:00
Makefile.mk device/dram: Rename 'USE_DDRx' config options 2025-07-25 17:03:02 +00:00
rcd.c
spd.c device/dram/spd: Add missing <smbios.h> 2024-08-10 03:34:29 +00:00