[coreboot-gerrit] Patch set updated for coreboot: abfb863 Don't wait on 2065x

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Tue Nov 19 19:18:58 CET 2013


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4083

-gerrit

commit abfb863ad88b38d51104a514593697600928c866
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Nov 14 19:23:30 2013 +0100

    Don't wait on 2065x
    
    The mdelay is not necessarry on 2065x.
    
    Tested on X201 that it works without delay.
    
    Change-Id: Ida9e85be7c214f3ba4c9476b5d8a0351e7980e5e
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/cpu/x86/lapic/lapic_cpu_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c
index cd09280..555187f 100644
--- a/src/cpu/x86/lapic/lapic_cpu_init.c
+++ b/src/cpu/x86/lapic/lapic_cpu_init.c
@@ -141,7 +141,7 @@ static int lapic_start_cpu(unsigned long apicid)
 		}
 		return 0;
 	}
-#if !CONFIG_CPU_AMD_MODEL_10XXX && !CONFIG_CPU_INTEL_MODEL_206AX
+#if !CONFIG_CPU_AMD_MODEL_10XXX && !CONFIG_CPU_INTEL_MODEL_206AX && !CONFIG_CPU_INTEL_MODEL_2065X
 	mdelay(10);
 #endif
 



More information about the coreboot-gerrit mailing list