summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-20 16:43:13 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-12 07:52:01 +0000
commitea573b04d8da056ce41833975cadf58df843c01e (patch)
tree09c471f036fc204d56496f540a329163b2bc1860 /src/mainboard/roda
parent64c6a746ac78a207703d18b806cb0baa223ebbf5 (diff)
downloadcoreboot-ea573b04d8da056ce41833975cadf58df843c01e.tar.gz
coreboot-ea573b04d8da056ce41833975cadf58df843c01e.tar.bz2
coreboot-ea573b04d8da056ce41833975cadf58df843c01e.zip
sandybridge MRC boards: Drop channel disable masks
Platform code will overwrite these values anyway, so do not program them in mainboards. Change-Id: I7571d336a1402c6cfae5835a95dc706a28106271 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49751 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/roda')
-rw-r--r--src/mainboard/roda/rv11/variants/rv11/early_init.c6
-rw-r--r--src/mainboard/roda/rv11/variants/rw11/early_init.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/roda/rv11/variants/rv11/early_init.c b/src/mainboard/roda/rv11/variants/rv11/early_init.c
index ce3b0c63b3f3..37de919551bd 100644
--- a/src/mainboard/roda/rv11/variants/rv11/early_init.c
+++ b/src/mainboard/roda/rv11/variants/rv11/early_init.c
@@ -29,12 +29,6 @@ void mainboard_fill_pei_data(struct pei_data *const pei_data)
.ec_present = 1,
.gbe_enable = 1,
.ddr3lv_support = 0,
- // 0 = leave channel enabled
- // 1 = disable dimm 0 on channel
- // 2 = disable dimm 1 on channel
- // 3 = disable dimm 0+1 on channel
- .dimm_channel0_disabled = 2,
- .dimm_channel1_disabled = 2,
.max_ddr3_freq = 1600,
.usb_port_config = {
/* Enabled / OC PIN / Length */
diff --git a/src/mainboard/roda/rv11/variants/rw11/early_init.c b/src/mainboard/roda/rv11/variants/rw11/early_init.c
index 945598729887..c18318de1d35 100644
--- a/src/mainboard/roda/rv11/variants/rw11/early_init.c
+++ b/src/mainboard/roda/rv11/variants/rw11/early_init.c
@@ -59,12 +59,6 @@ void mainboard_fill_pei_data(struct pei_data *const pei_data)
.ec_present = 1,
.gbe_enable = 1,
.ddr3lv_support = 0,
- // 0 = leave channel enabled
- // 1 = disable dimm 0 on channel
- // 2 = disable dimm 1 on channel
- // 3 = disable dimm 0+1 on channel
- .dimm_channel0_disabled = 0,
- .dimm_channel1_disabled = 0,
.max_ddr3_freq = 1600,
.usb_port_config = {
/* Enabled / OC PIN / Length */