summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-05 19:16:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-13 08:24:29 +0000
commit2b4da16ea410c7536ec7cb9f600877ec5ae8e502 (patch)
tree9b898b602aa2ab44df08d730da48b1c0b7e19377
parent7f7c3882a6ac776ba215551a3c5cd9a7379933b5 (diff)
downloadcoreboot-2b4da16ea410c7536ec7cb9f600877ec5ae8e502.tar.gz
coreboot-2b4da16ea410c7536ec7cb9f600877ec5ae8e502.tar.bz2
coreboot-2b4da16ea410c7536ec7cb9f600877ec5ae8e502.zip
mb/hp/280_g2/romstage.c: Correct CaVrefConfig setting
With DDR4, CA Vref goes to channel 0, and CH1 Vref goes to channel 1. Change-Id: I64606824b4f82affb0fcfc78e68ba29859a1cc69 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52110 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/mainboard/hp/280_g2/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/280_g2/romstage.c b/src/mainboard/hp/280_g2/romstage.c
index 8f32d2495acb..9b3d385b4203 100644
--- a/src/mainboard/hp/280_g2/romstage.c
+++ b/src/mainboard/hp/280_g2/romstage.c
@@ -23,8 +23,8 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
get_spd_smbus(&blk);
+ mem_cfg->CaVrefConfig = 2;
mem_cfg->DqPinsInterleaved = true;
-
mem_cfg->UserBd = BOARD_TYPE_DESKTOP;
mem_cfg->MemorySpdDataLen = blk.len;