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:
Subrata Banik 2021-09-29 15:33:55 +05:30
parent dab8042257
commit f72349d832
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ static const struct mb_cfg ddr4_mem_config = {
.resistor = 100,
/* Baseboard Rcomp target values */
.targets = {40, 30, 33, 33, 30},
.targets = { 50, 20, 25, 25, 25 },
},
.ect = true, /* Early Command Training */
@ -155,7 +155,7 @@ static const struct mb_cfg ddr5_mem_config = {
.resistor = 100,
/* Baseboard Rcomp target values */
.targets = {50, 30, 30, 30, 27},
.targets = { 50, 30, 30, 30, 27 },
},
.ect = true, /* Early Command Training */