[coreboot] New patch to review for coreboot: 396b232 rs780: correct comment in switching_gpp_configurations()

Jonathan A. Kollasch (jakllsch@kollasch.net) gerrit at coreboot.org
Sat Jan 7 17:18:18 CET 2012


Jonathan A. Kollasch (jakllsch at kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/524

-gerrit

commit 396b2325b1bf5d5986a6377052f00b9cb7d2ecec
Author: Jonathan A. Kollasch <jakllsch at kollasch.net>
Date:   Sat Jan 7 10:17:50 2012 -0600

    rs780: correct comment in switching_gpp_configurations()
    
    Change-Id: I6417a92523eea7307d080669fbc4e16ee28c8a6c
    Signed-off-by: Jonathan A. Kollasch <jakllsch at kollasch.net>
---
 src/southbridge/amd/rs780/pcie.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/southbridge/amd/rs780/pcie.c b/src/southbridge/amd/rs780/pcie.c
index be80ed3..527a710 100644
--- a/src/southbridge/amd/rs780/pcie.c
+++ b/src/southbridge/amd/rs780/pcie.c
@@ -191,7 +191,7 @@ static void switching_gpp_configurations(device_t nb_dev, device_t sb_dev)
 	reg = nbmisc_read_index(nb_dev, 0x22);
 	reg |= 1 << 14;
 	nbmisc_write_index(nb_dev, 0x22, reg);
-	/* 5.6.2.2. sets desired GPPSB configurations, bit4-7 */
+	/* 5.6.2.2. sets desired GPP configurations, bit7-10 */
 	reg = nbmisc_read_index(nb_dev, 0x2D);
 	reg &= ~(0xF << 7);		/* clean */
 	reg |= cfg->gpp_configuration << 7;




More information about the coreboot mailing list