inteltool: add initial support for Emmits Burg PCH

Signed-off-by: Jonathan Zhang <jonzhang@fb.com>
Change-Id: I6a4027bf51b3a189e64211e77621b3dd6c80b00d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52864
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Jonathan Zhang
2021-05-03 14:06:22 -07:00
committed by Felix Held
parent b18e194257
commit 4caa05e4ce
2 changed files with 3 additions and 0 deletions

View File

@@ -183,6 +183,8 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_C627A_SUPER 0xa24b
#define PCI_DEVICE_ID_INTEL_C629A_SUPER 0xa24c
#define PCI_DEVICE_ID_INTEL_EBG 0x1b81
#define PCI_DEVICE_ID_INTEL_H310 0xa303
#define PCI_DEVICE_ID_INTEL_H370 0xa304
#define PCI_DEVICE_ID_INTEL_Z390 0xa305