Attention is currently required from: Tim Wawrzynczak, Subrata Banik, Angel Pons. Hello build bot (Jenkins), Furquan Shaikh, Tim Wawrzynczak, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56628
to look at the new patch set (#4).
Change subject: arch/x86: Add missing SPD memory type 72b-SO-UDIMM and Non-DIMM ......................................................................
arch/x86: Add missing SPD memory type 72b-SO-UDIMM and Non-DIMM
This patch fixes the form factor type `unknown` issue on ADLRVP and Brya.
BUG=b:194659789 TEST=Refer to dmidecode -t 17 output as below: Without this code change:
Handle 0x0012, DMI type 17, 40 bytes Memory Device Array Handle: 0x000A Error Information Handle: Not Provided Total Width: 16 bits Data Width: 16 bits Size: 2048 MB Form Factor: Unknown ....
With this code change:
Handle 0x0012, DMI type 17, 40 bytes Memory Device Array Handle: 0x000A Error Information Handle: Not Provided Total Width: 16 bits Data Width: 16 bits Size: 2048 MB Form Factor: Row Of Chips ....
Change-Id: Ia337ac8f50b61ae78d86a07c7a86aa9c248bad50 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/arch/x86/smbios.c M src/include/spd.h 2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/56628/4