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>
This commit is contained in:
Timofey Komarov
2021-06-25 12:07:32 +03:00
committed by Nico Huber
parent 308a5b9dd1
commit 6c8008283c
5 changed files with 41 additions and 0 deletions

View File

@@ -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