With this patch, the msm800sev runs FILO and boots a kernel.
authorRonald G. Minnich <rminnich@gmail.com>
Sat, 5 May 2007 00:10:31 +0000 (00:10 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Sat, 5 May 2007 00:10:31 +0000 (00:10 +0000)
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
-This line, and those below, will be ignored--

M    cs5536.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/amd/cs5536/cs5536.c

index e5f9878ab7f6b3e566d668eb80a0c9fbe340478b..e4d81abc6802d724018b9c141deaa8070f1db8a7 100644 (file)
@@ -313,6 +313,9 @@ static void uarts_init(struct southbridge_amd_cs5536_config *sb){
        }
        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);