[LinuxBIOS] r2637 - trunk/LinuxBIOSv2/src/southbridge/amd/cs5536

svn at openbios.org svn at openbios.org
Sat May 5 02:10:32 CEST 2007


Author: rminnich
Date: 2007-05-05 02:10:31 +0200 (Sat, 05 May 2007)
New Revision: 2637

Modified:
   trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c
Log:

With this patch, the msm800sev runs FILO and boots a kernel.
Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>

Acked-by: Stefan Reinauer <stepan at coresystems.de>

-This line, and those below, will be ignored--

M    cs5536.c


Modified: trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c
===================================================================
--- trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c	2007-05-04 23:15:28 UTC (rev 2636)
+++ trunk/LinuxBIOSv2/src/southbridge/amd/cs5536/cs5536.c	2007-05-05 00:10:31 UTC (rev 2637)
@@ -313,6 +313,9 @@
 	}
 	else{
 		/* Reset and disable COM1 */
+		printk_err("Not disabling COM1 due to a bug ...\n");
+		/* for now, don't do this! */
+		return;
 		msr = rdmsr(MDD_UART1_CONF);
 		msr.lo = 1;					// reset
 		wrmsr(MDD_UART1_CONF, msr);





More information about the coreboot mailing list