intel/fsp_baytrail: add new CPUID for Baytrail I step D0

Change-Id: I9e29ca10689cbbbaba593185868e54b8697aa9c4
Signed-off-by: Herve Elter <rvnvv74@gmail.com>
Reviewed-on: http://review.coreboot.org/7523
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Herve ELter 2014-11-19 16:05:28 +01:00 committed by Idwer Vollering
parent 453e4c2e73
commit c7e6cae0d6
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};