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 <[EMAIL PROTECTED]>

Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>

-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);


-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to