[coreboot-gerrit] Patch set updated for coreboot: 5c0e120 intel/fsp_baytrail: add new CPUID for Baytrail I step D0

Herve ELTER (rvnvv2@gmail.com) gerrit at coreboot.org
Wed Nov 19 18:48:04 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 5c0e1204455d9cf241026d15b5d27a4aa18b987b
Author: Herve ELter <rvnvv74 at gmail.com>
Date:   Wed Nov 19 16:05:28 2014 +0100

    intel/fsp_baytrail: add new CPUID for Baytrail I step D0
    
    Change-Id: I9e29ca10689cbbbaba593185868e54b8697aa9c4
    Signed-off-by: Herve Elter <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