mb/intel/adlrvp: Update Rcomp target value for DDR4 RVP SKU
Update to recommended Rcomp drive strength value for DDR4 as per MRC team's input. Additionally, add space around the `targets` array. Change-Id: Ied63913db94b2e52ab394a66c70f7edfd507d99a Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58036 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
dab8042257
commit
f72349d832
|
@ -13,7 +13,7 @@ static const struct mb_cfg ddr4_mem_config = {
|
||||||
.resistor = 100,
|
.resistor = 100,
|
||||||
|
|
||||||
/* Baseboard Rcomp target values */
|
/* Baseboard Rcomp target values */
|
||||||
.targets = {40, 30, 33, 33, 30},
|
.targets = { 50, 20, 25, 25, 25 },
|
||||||
},
|
},
|
||||||
|
|
||||||
.ect = true, /* Early Command Training */
|
.ect = true, /* Early Command Training */
|
||||||
|
|
Loading…
Reference in New Issue