aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2022-08-08 12:55:57 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-05-11 13:05:45 +0000
commit8d1051f4aa0ab2d20df4924a7a13a82922153663 (patch)
tree91a4d5e8be1654adf458d2bfbf465472a1e84e60 /util/inteltool/inteltool.h
parentb07209ff88edcd27c027dd0ea795d698032492d3 (diff)
util/inteltool: Add ADL-S device identifications
R680E, Q670E, H610E are the ADL-S IoT variants see also: commit a0bc90e4abfe ("Add missing ADL-S device identification") Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I1dbfa0464bc22f9bcf91d9e9fa9eb79132600175 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74360 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r--util/inteltool/inteltool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index f5b90ba5e6..41a9957454 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -223,6 +223,9 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_C256 0x438d
#define PCI_DEVICE_ID_INTEL_W580 0x438f
+#define PCI_DEVICE_ID_INTEL_H610E 0x7a92
+#define PCI_DEVICE_ID_INTEL_Q670E 0x7a91
+#define PCI_DEVICE_ID_INTEL_R680E 0x7a90
#define PCI_DEVICE_ID_INTEL_H610 0x7a87
#define PCI_DEVICE_ID_INTEL_B660 0x7a86
#define PCI_DEVICE_ID_INTEL_H670 0x7a85