Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43226 )
Change subject: [TESTME] nb/intel/i945/early_init.c: Detect DMI link width ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43226/2/src/northbridge/intel/i945/... File src/northbridge/intel/i945/early_init.c:
https://review.coreboot.org/c/coreboot/+/43226/2/src/northbridge/intel/i945/... PS2, Line 402: DMILSTS
This needs to be DMILCAP instead, reg is 32-bit but the info is on the same bits
Done