[coreboot-gerrit] New patch to review for coreboot: Broadwell/sata: Fix a typo in the IOBP setting.

Youness Alaoui (snifikino@gmail.com) gerrit at coreboot.org
Mon Feb 27 18:33:48 CET 2017


Youness Alaoui (snifikino at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18514

-gerrit

commit 189ccddcc6e33353ceefaa8a57fabb444079933b
Author: Youness Alaoui <kakaroto at kakaroto.homelinux.net>
Date:   Mon Feb 27 12:03:39 2017 -0500

    Broadwell/sata: Fix a typo in the IOBP setting.
    
    Change-Id: I3948def5c0588791009c4b24cbc061552d9d1d48
    Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
---
 src/soc/intel/broadwell/sata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/broadwell/sata.c b/src/soc/intel/broadwell/sata.c
index 1f2e690..7b9bd0c 100644
--- a/src/soc/intel/broadwell/sata.c
+++ b/src/soc/intel/broadwell/sata.c
@@ -161,7 +161,7 @@ static void sata_init(struct device *dev)
 		pch_iobp_update(SATA_IOBP_SP3_SECRT88,
 				~(SATA_SECRT88_VADJ_MASK <<
 				  SATA_SECRT88_VADJ_SHIFT),
-				(config->sata_port2_gen3_tx &
+				(config->sata_port3_gen3_tx &
 				 SATA_SECRT88_VADJ_MASK)
 				<< SATA_SECRT88_VADJ_SHIFT);
 



More information about the coreboot-gerrit mailing list