mb/google/brya: Remove Rcomp resistors override for Nissa
This patch sets the RComp resistor values to default values needed. BUG=b:231202733 TEST=Build and boot nivviks and nereid. Verify the Rcomp values are set to default values from debug FSP log. [SPEW ] Updating Rcomp Targets: [SPEW ] RcompTarget[RdOdt]: 48 [SPEW ] RcompTarget[WrDS]: 30 [SPEW ] RcompTarget[WrDSCmd]: 20 [SPEW ] RcompTarget[WrDSCtl]: 20 [SPEW ] RcompTarget[WrDSClk]: 20 Signed-off-by: Usha P <usha.p@intel.com> Change-Id: I2c7a54c49e282446ece77ca406951782282a009a Reviewed-on: https://review.coreboot.org/c/coreboot/+/64247 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org> Reviewed-by: Reka Norman <rekanorman@chromium.org>
This commit is contained in:
parent
62d3ba808d
commit
49df3cff0d
|
@ -11,9 +11,6 @@ static const struct mb_cfg baseboard_memcfg = {
|
||||||
.rcomp = {
|
.rcomp = {
|
||||||
/* Baseboard uses only 100ohm Rcomp resistors */
|
/* Baseboard uses only 100ohm Rcomp resistors */
|
||||||
.resistor = 100,
|
.resistor = 100,
|
||||||
|
|
||||||
/* Baseboard Rcomp target values */
|
|
||||||
.targets = { 40, 36, 35, 35, 35 },
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/* DQ byte map */
|
/* DQ byte map */
|
||||||
|
|
Loading…
Reference in New Issue