summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2019-02-15 05:36:50 -0800
committerDuncan Laurie <dlaurie@chromium.org>2019-02-19 22:00:40 +0000
commit34745f613f4a2970b2298bd76bfaf737229a4a3a (patch)
tree4db539a93bfdd12f843b366673fae26a6eb45ae7 /src/include
parent04aae87da74a8c47abb46958384ef5632fec1e4a (diff)
downloadcoreboot-34745f613f4a2970b2298bd76bfaf737229a4a3a.tar.xz
soc/intel/common: Add whiskeylake celeron v-0 support
New whiskeylake v-0 stepping have changed the graphics device id from 0x3EA0 to 0x3EA1 for celeron, so declare that in common code. Also the CPUID was changed from 806EB to 806EC, include that as well. Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Change-Id: Ief5213a96507124b90f8dd2eeea2f6bf43843dc6 Reviewed-on: https://review.coreboot.org/c/31433 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 751cca0289..00309612b3 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2969,6 +2969,7 @@
#define PCI_DEVICE_ID_INTEL_APL_IGD_HD_500 0x5a85
#define PCI_DEVICE_ID_INTEL_GLK_IGD 0x3184
#define PCI_DEVICE_ID_INTEL_GLK_IGD_EU12 0x3185
+#define PCI_DEVICE_ID_INTEL_WHL_GT1_ULT_1 0x3EA1
#define PCI_DEVICE_ID_INTEL_WHL_GT2_ULT_1 0x3EA0
#define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_1 0x5A51
#define PCI_DEVICE_ID_INTEL_CNL_GT2_ULX_2 0x5A59