[coreboot-gerrit] New patch to review for coreboot: 681e3b2 southbridge/sb800: Strip obsolete commentary

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Thu Apr 17 08:35:36 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5529

-gerrit

commit 681e3b2841beb4be5cd43f339b4897f35e9f3e36
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Thu Apr 17 16:34:08 2014 +1000

    southbridge/sb800: Strip obsolete commentary
    
    Change-Id: I5cd9e1fcf197eae966be710b2ab24f49c6885eb0
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/southbridge/amd/sb800/sb800.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/southbridge/amd/sb800/sb800.c b/src/southbridge/amd/sb800/sb800.c
index 5d1d80c..9fd9867 100644
--- a/src/southbridge/amd/sb800/sb800.c
+++ b/src/southbridge/amd/sb800/sb800.c
@@ -354,15 +354,6 @@ void sb800_enable(device_t dev)
 				     (dev->enabled ? 1 : 0) << index);
 		break;
 	case (0x14 << 3) | 6:
-		/* From linux-2.6.32 to 2.6.34, the broadcom has problems
-		 * about the sequence of installing drivers. The solution is
-		 * modifying the file "/etc/rc.local", or just running:
-		 *
-		 * touch /var/lock/subsys/local
-		 * modprobe -r tg3
-		 * modprobe broadcom
-		 * modprobe tg3
-		 */
 		index = 0;
 		set_pmio_enable_bits(0xF6, 1 << index,
 				     (dev->enabled ? 0 : 1) << index);



More information about the coreboot-gerrit mailing list