[coreboot] r3643 - trunk/coreboot-v2/src/southbridge/amd/sb600

svn at coreboot.org svn at coreboot.org
Thu Oct 9 18:05:17 CEST 2008


Author: mjones
Date: 2008-10-09 18:05:16 +0200 (Thu, 09 Oct 2008)
New Revision: 3643

Modified:
   trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_lpc.c
Log:
Added comment about sb600 wideio setting for clarity and a minor witespace  cleanup. (trivial)

Signed-off-by: Marc Jones <marcj.jones at amd.com>
Acked-by: Marc Jones <marcj.jones at amd.com>



Modified: trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_lpc.c	2008-10-08 14:47:41 UTC (rev 3642)
+++ trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_lpc.c	2008-10-09 16:05:16 UTC (rev 3643)
@@ -165,7 +165,7 @@
 					case 0xfd60:
 						reg_x |= (1 << 23);
 						break;
-					      default:
+					default:
 						if (var_num >= 3)
 							continue;	/* only 3 var ; compact them ? */
 						switch (var_num) {
@@ -188,6 +188,7 @@
 	}
 	pci_write_config32(dev, 0x44, reg);
 	pci_write_config32(dev, 0x48, reg_x);
+	/* Set WideIO for as many IOs found (fall through is on purpose) */
 	switch (var_num) {
 	case 2:
 		pci_write_config16(dev, 0x90, reg_var[2]);





More information about the coreboot mailing list