Attention is currently required from: Nico Huber, Maxim Polyakov, Angel Pons, Christoph Pomaska.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38920 )
Change subject: [WIP] mb/gigabyte: Add Gigabyte Z170X-Gaming 7 ......................................................................
Patch Set 17:
(1 comment)
File src/mainboard/gigabyte/ga-z170x-gaming7/romstage.c:
https://review.coreboot.org/c/coreboot/+/38920/comment/17d09f4e_f3a3ad5a PS17, Line 7: static void mainboard_fill_rcomp_res_data(void *rcomp_ptr) : { : const u16 RcompResistor[3] = { 121, 75, 100 }; : memcpy(rcomp_ptr, RcompResistor, sizeof(RcompResistor)); : } : : static void mainboard_fill_rcomp_strength_data(void *rcomp_strength_ptr) : { : static const u16 RcompTarget[5] = { 60, 26, 20, 20, 26 }; : memcpy(rcomp_strength_ptr, RcompTarget, sizeof(RcompTarget)); : } See if any of these configurations work:
From intel/saddlebrook/spd/spd_util.c ``` RcompResistor[3] = { 121, 81, 100 }; RcompTarget[5] = { 100, 40, 20, 20, 26 }; ```
From intel/kblrvp/spd/spd_util.c ``` RcompResistor[3] = { 200, 81, 162 }; RcompTarget[5] = { 100, 40, 40, 23, 40 }; ```