From ea573b04d8da056ce41833975cadf58df843c01e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 20 Jan 2021 16:43:13 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49751 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/intel/emeraldlake2/early_init.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mainboard/intel/emeraldlake2') diff --git a/src/mainboard/intel/emeraldlake2/early_init.c b/src/mainboard/intel/emeraldlake2/early_init.c index e7cd7f95e5..aa481dc780 100644 --- a/src/mainboard/intel/emeraldlake2/early_init.c +++ b/src/mainboard/intel/emeraldlake2/early_init.c @@ -68,12 +68,6 @@ void mainboard_fill_pei_data(struct pei_data *pei_data) .spd_addresses = { 0xa0, 0x00, 0xa4, 0x00 }, .ts_addresses = { 0x00, 0x00, 0x00, 0x00 }, .ec_present = 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 = { { 1, 0, 0x0040 }, /* P0: Front port (OC0) */ -- cgit v1.2.3