Attention is currently required from: Furquan Shaikh, Tim Wawrzynczak, Subrata Banik, Patrick Rudolph, EricR Lai. Hello build bot (Jenkins), Furquan Shaikh, Tim Wawrzynczak, Angel Pons, Patrick Rudolph, EricR Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/51683
to look at the new patch set (#7).
Change subject: soc/intel/alderlake: Add provision to override Rcomp settings ......................................................................
soc/intel/alderlake: Add provision to override Rcomp settings
Add function to allow overriding the RcompResistor and RcompTarget UPDs from mainboard if required.
Mainboard users can pass required ddr_config from memory.c file.
Note: LPDDR5 is intentionally left as-is in this change because `ddr_config` and `lp5x_config` are members of the same union, and their storage space overlaps. Thus, it is not possible to use both of them at the same time to store settings.
BUG=b:182772421 TEST=Able to override the default RcompResistor and RcompTarget values.
Change-Id: Ie8528bbf0517728534d47f9adaabfc9a2c469609 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/alderlake/meminit.c 1 file changed, 13 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/51683/7