[coreboot-gerrit] New patch to review for coreboot: 6f80da3 baytrail: add cpuid for C0

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Tue Jan 28 03:57:37 CET 2014


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5031

-gerrit

commit 6f80da36ca65bfa1bb872197f7a5690b30efab8b
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Jan 8 17:33:05 2014 -0600

    baytrail: add cpuid for C0
    
    The C0 part uses a new cpuid.
    
    BUG=None
    BRANCH=squawks,rambi
    TEST=None.
    
    Change-Id: Iddf1bc4d6f7bbec3ca92bff8edf613e00a4b4286
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/181980
    Reviewed-by: Shawn Nematbakhsh <shawnn at chromium.org>
---
 src/soc/intel/baytrail/cpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/baytrail/cpu.c b/src/soc/intel/baytrail/cpu.c
index e276f83..cf32c54 100644
--- a/src/soc/intel/baytrail/cpu.c
+++ b/src/soc/intel/baytrail/cpu.c
@@ -117,6 +117,7 @@ static struct device_operations cpu_dev_ops = {
 
 static struct cpu_device_id cpu_table[] = {
 	{ X86_VENDOR_INTEL, 0x30673 },
+	{ X86_VENDOR_INTEL, 0x30678 },
 	{ 0, 0 },
 };
 



More information about the coreboot-gerrit mailing list