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:
parent
75869ff411
commit
5ef8b0f62b
|
@ -313,6 +313,9 @@ static void uarts_init(struct southbridge_amd_cs5536_config *sb){
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
/* Reset and disable COM1 */
|
/* 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 = rdmsr(MDD_UART1_CONF);
|
||||||
msr.lo = 1; // reset
|
msr.lo = 1; // reset
|
||||||
wrmsr(MDD_UART1_CONF, msr);
|
wrmsr(MDD_UART1_CONF, msr);
|
||||||
|
|
Loading…
Reference in New Issue