[coreboot] r3294 - trunk/coreboot-v2/src/mainboard/amd/norwich

svn at coreboot.org svn at coreboot.org
Fri May 9 17:32:47 CEST 2008


Author: jcrouse
Date: 2008-05-09 17:32:46 +0200 (Fri, 09 May 2008)
New Revision: 3294

Modified:
   trunk/coreboot-v2/src/mainboard/amd/norwich/Config.lb
Log:
coreboot-v2:  Disable second serial port on Norwich

There isn't really any good reason to have the second serial port
enabled on Norwich, and this makes the X DDC code stop working.

Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Modified: trunk/coreboot-v2/src/mainboard/amd/norwich/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/norwich/Config.lb	2008-05-08 14:37:12 UTC (rev 3293)
+++ trunk/coreboot-v2/src/mainboard/amd/norwich/Config.lb	2008-05-09 15:32:46 UTC (rev 3294)
@@ -139,7 +139,7 @@
 			register "com1_enable" = "1"
 			register "com1_address" = "0x3F8"
 			register "com1_irq" = "4"
-			register "com2_enable" = "1"
+			register "com2_enable" = "0"
 			register "com2_address" = "0x2F8"
 			register "com2_irq" = "3"
 			register "unwanted_vpci[0]" = "0"	# End of list has a zero





More information about the coreboot mailing list