With this patch, the msm800sev runs FILO and boots a kernel.

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
This commit is contained in:
Ronald G. Minnich 2007-05-05 00:10:31 +00:00
parent 75869ff411
commit 5ef8b0f62b
1 changed files with 3 additions and 0 deletions

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