diff options
author | Timofey Komarov <happycorsair@yandex.ru> | 2021-06-25 12:07:32 +0300 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-10-24 16:04:49 +0000 |
commit | 6c8008283cc54d324bde5be3d89e4234e858349b (patch) | |
tree | ec584756d73b9e4ff08dada227f0cbfc5c0de91f /util/inteltool/inteltool.h | |
parent | 308a5b9dd1a46299d87dc7215512c459d48d69b8 (diff) |
util/inteltool: Add PCH IDs for 200 series chipsets
Signed-off-by: Timofey Komarov <happycorsair@yandex.ru>
Change-Id: Iadad5e79aef9da3fac627adc135525a5001a72b6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55839
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r-- | util/inteltool/inteltool.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 1ad1224451..40b739f408 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -185,6 +185,15 @@ static inline uint32_t inl(unsigned port) #define PCI_DEVICE_ID_INTEL_EBG 0x1b81 +#define PCI_DEVICE_ID_INTEL_H270 0xa2c4 +#define PCI_DEVICE_ID_INTEL_Z270 0xa2c5 +#define PCI_DEVICE_ID_INTEL_Q270 0xa2c6 +#define PCI_DEVICE_ID_INTEL_Q250 0xa2c7 +#define PCI_DEVICE_ID_INTEL_B250 0xa2c8 +#define PCI_DEVICE_ID_INTEL_Z370 0xa2c9 +#define PCI_DEVICE_ID_INTEL_H310C 0xa2ca +#define PCI_DEVICE_ID_INTEL_X299 0xa2d2 + #define PCI_DEVICE_ID_INTEL_H310 0xa303 #define PCI_DEVICE_ID_INTEL_H370 0xa304 #define PCI_DEVICE_ID_INTEL_Z390 0xa305 |