coreboot-kgpe-d16/src/soc/amd/common/fsp
Subrata Banik 3306f37fd6 lib: Add new argument as ddr_type to smbios_bus_width_to_spd_width()
Add DDR5 and LPDDR5 memory type checks while calculating bus width
extension (in bits).

Additionally, update all caller functions of
smbios_bus_width_to_spd_width() to pass `MemoryType` as argument.

Update `test_smbios_bus_width_to_spd_width()` to accommodate
different memory types.

Create new macro to fix incorrect bus width reporting
on platform with DDR5 and LPDDR5 memory.

With this code changes, on DDR5 system with 2 Ch per DIMM, 32 bit
primary bus width per Ch showed the Total width as:

Handle 0x000F, DMI type 17, 40 bytes
Memory Device
	Array Handle: 0x0009
	Error Information Handle: Not Provided
	Total Width: 80 bits
	Data Width: 64 bits
	Size: 16 GB
	...

BUG=b:194659789
Tested=On Alder Lake DDR5 RVP, SMBIOS type 17 shows expected `Total Width`.

Change-Id: I79ec64c9d522a34cb44b3f575725571823048380
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58601
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
2021-11-02 08:13:25 +00:00
..
pci soc/amd/common/fsp/pci: Add size field to PCIe interrupt routing HOB 2021-06-07 16:04:36 +00:00
dmi.c lib: Add new argument as ddr_type to smbios_bus_width_to_spd_width() 2021-11-02 08:13:25 +00:00
fsp-acpi.c
fsp_reset.c
fsp_validate.c soc/amd/common/fsp/fsp_validate: add runtime check for FSP-M binary size 2021-08-27 02:32:11 +00:00
Kconfig soc/amd/common: factor out FSP-related parts of common Kconfig 2021-09-24 15:48:24 +00:00
Makefile.inc soc/amd/common/fsp/Makefile: drop strip_quotes call in FSP-M size check 2021-08-30 13:44:36 +00:00