[coreboot-gerrit] New patch to review for coreboot: c8693fe fsp_baytrail: add new CPUID in table

Herve ELTER (rvnvv2@gmail.com) gerrit at coreboot.org
Wed Nov 19 16:08:05 CET 2014


Herve ELTER (rvnvv2 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7523

-gerrit

commit c8693fe03dd8b7c49dfa6932a49335838bae2182
Author: Herve <rvnvv74 at gmail.com>
Date:   Wed Nov 19 16:05:28 2014 +0100

    fsp_baytrail: add new CPUID in table
    
    Baytrail I step D0 CPUID=0x30679
    
    Change-Id: I9e29ca10689cbbbaba593185868e54b8697aa9c4
    Signed-off-by: Herve <rvnvv74 at gmail.com>
---
 src/soc/intel/fsp_baytrail/cpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/fsp_baytrail/cpu.c b/src/soc/intel/fsp_baytrail/cpu.c
index 6f1e9c4..1d8c6ea 100644
--- a/src/soc/intel/fsp_baytrail/cpu.c
+++ b/src/soc/intel/fsp_baytrail/cpu.c
@@ -118,6 +118,7 @@ static struct cpu_device_id cpu_table[] = {
 	{ X86_VENDOR_INTEL, 0x30672 },
 	{ X86_VENDOR_INTEL, 0x30673 },
 	{ X86_VENDOR_INTEL, 0x30678 },
+	{ X86_VENDOR_INTEL, 0x30679 },
 	{ 0, 0 },
 };
 



More information about the coreboot-gerrit mailing list