[coreboot-gerrit] New patch to review for coreboot: src/cpu/intel/model_f4x: Update cpu_table

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun Nov 13 17:54:33 CET 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17409

-gerrit

commit a4bbed54aadaf747c28c490c6325ee86e23c8384
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun Nov 13 17:48:13 2016 +0100

    src/cpu/intel/model_f4x: Update cpu_table
    
    Change-Id: I285ad33804592e3df510d61dd24f14f944e05142
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/cpu/intel/model_f4x/model_f4x_init.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/cpu/intel/model_f4x/model_f4x_init.c b/src/cpu/intel/model_f4x/model_f4x_init.c
index c904b62..988c0c4 100644
--- a/src/cpu/intel/model_f4x/model_f4x_init.c
+++ b/src/cpu/intel/model_f4x/model_f4x_init.c
@@ -49,6 +49,12 @@ static struct device_operations cpu_dev_ops = {
 
 static struct cpu_device_id cpu_table[] = {
 	{ X86_VENDOR_INTEL, 0x0f41 }, /* Xeon */
+	{ X86_VENDOR_INTEL, 0x0f43 },
+	{ X86_VENDOR_INTEL, 0x0f44 },
+	{ X86_VENDOR_INTEL, 0x0f47 },
+	{ X86_VENDOR_INTEL, 0x0f48 },
+	{ X86_VENDOR_INTEL, 0x0f49 },
+	{ X86_VENDOR_INTEL, 0x0f4a },
 	{ 0, 0 },
 };
 



More information about the coreboot-gerrit mailing list