inteltool/gpio: Add support for new Lewisburg chipsets

- Add SKUs and Super SKUs of new Lewisburg series chipsets:
  C621A, C627A, C629A [1].
- These changes allow the utility to generate the GPIO config
  registers dump.

[1] https://review.coreboot.org/c/coreboot/+/40395

Change-Id: I9b63c0a3860a901e58af0c0d5184361661bab5e3
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43534
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Maxim Polyakov
2020-07-17 00:19:41 +03:00
committed by David Hendricks
parent ec0551c6b0
commit de7092b8a3
3 changed files with 18 additions and 0 deletions

View File

@@ -169,11 +169,17 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_C627 0xa1c6
#define PCI_DEVICE_ID_INTEL_C628 0xa1c7
#define PCI_DEVICE_ID_INTEL_C629 0xa1ca
#define PCI_DEVICE_ID_INTEL_C621A 0xa1cb
#define PCI_DEVICE_ID_INTEL_C627A 0xa1cc
#define PCI_DEVICE_ID_INTEL_C629A 0xa1cd
#define PCI_DEVICE_ID_INTEL_C624_SUPER 0xa242
#define PCI_DEVICE_ID_INTEL_C627_SUPER_1 0xa243
#define PCI_DEVICE_ID_INTEL_C621_SUPER 0xa244
#define PCI_DEVICE_ID_INTEL_C627_SUPER_2 0xa245
#define PCI_DEVICE_ID_INTEL_C628_SUPER 0xa246
#define PCI_DEVICE_ID_INTEL_C621A_SUPER 0xa24a
#define PCI_DEVICE_ID_INTEL_C627A_SUPER 0xa24b
#define PCI_DEVICE_ID_INTEL_C629A_SUPER 0xa24c
#define PCI_DEVICE_ID_INTEL_H310 0xa303
#define PCI_DEVICE_ID_INTEL_H370 0xa304