Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39359 )
Change subject: soc/intel/tigerlake: Save DIMM info by available nodes
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39359/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/39359/1//COMMIT_MSG@9
PS1, Line 9: TEST= make build image returns correct dimm info by mosys and dmidecode
: with TGL-U and TGL-Y + MICA + LPDDR4
that command should read mosys, not dmidecodemosys.
Based on MAX_NODE, MAX_CH and ARRAY_SIZE(mem_info->dimm), 8 entries seem correct.
For JSL, MAX_NODE is 1 and hence the old code itself looks fine. Since I don't have physical access to the mainboard, I could not verify it on the board. I can re-visit this CL if things are broken for JSL.
A question out of curiosity: for TGL 16 entries can be added(MAX_NODE: 2, MAX_CH: 4 and MAX_DIMM: 2). But only 8 entries are added because of ARRAY_SIZE(mem_info->dimm). Do we need to increase that array size in the future? Is there a reason for that limit?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/39359
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I951ea94c280b7dd5b67f320a264d13fca82a4596
Gerrit-Change-Number: 39359
Gerrit-PatchSet: 2
Gerrit-Owner: Jes Klinke
jbk@chromium.org
Gerrit-Reviewer: Caveh Jalali
caveh@chromium.org
Gerrit-Reviewer: Jamie Ryu
jamie.m.ryu@intel.com
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Nick Vaccaro
nvaccaro@chromium.org
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Wonkyu Kim
wonkyu.kim@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Furquan Shaikh
furquan@google.com
Gerrit-CC: Raj Astekar
raj.astekar@intel.corp-partner.google.com
Gerrit-Comment-Date: Tue, 10 Mar 2020 17:03:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Jes Klinke
jbk@chromium.org
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Comment-In-Reply-To: Caveh Jalali
caveh@chromium.org
Gerrit-MessageType: comment