From 5ef8b0f62b5d222d575b6e6e314fc309d10488b5 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sat, 5 May 2007 00:10:31 +0000 Subject: With this patch, the msm800sev runs FILO and boots a kernel. Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer -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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/southbridge/amd/cs5536') diff --git a/src/southbridge/amd/cs5536/cs5536.c b/src/southbridge/amd/cs5536/cs5536.c index e5f9878ab7..e4d81abc68 100644 --- a/src/southbridge/amd/cs5536/cs5536.c +++ b/src/southbridge/amd/cs5536/cs5536.c @@ -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); -- cgit v1.2.3