HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36130 )
Change subject: soc/intel/broadwell: Fix 'dead increment' ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36130/1/src/soc/intel/broadwell/sat... File src/soc/intel/broadwell/sata.c:
https://review.coreboot.org/c/coreboot/+/36130/1/src/soc/intel/broadwell/sat... PS1, Line 78: reg16 = 0; /* Disable alternate ID */ : reg16 = 1 << 5; /* BWG step 12 */
The documentation I have states that the register's default value is zero. […]
Done