pci_ids: rename PCI_DEVICE_ID_INTEL_SKL_ID_H
The new macro name contains the number of cores: PCI_DEVICE_ID_INTEL_SKL_ID_H_4 - 4 core PCI_DEVICE_ID_INTEL_SKL_ID_H_2 - 2 core Change-Id: I190181b213d55865aa577ae5baff179fef95afde Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35302 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4ab023329d
commit
dde937cce3
|
@ -3176,7 +3176,7 @@
|
|||
#define PCI_DEVICE_ID_INTEL_SKL_ID_Y 0x190c
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_ID_ULX 0x1924
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_ID_H_2 0x1900
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_ID_H 0x1910
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_ID_H_4 0x1910
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_ID_S_2 0x190f
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_ID_S_4 0x191f
|
||||
#define PCI_DEVICE_ID_INTEL_KBL_ID_S 0x590f
|
||||
|
|
|
@ -340,7 +340,7 @@ static const unsigned short systemagent_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_SKL_ID_U,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_Y,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_ULX,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_H,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_H_4,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_H_2,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_S_2,
|
||||
PCI_DEVICE_ID_INTEL_SKL_ID_S_4,
|
||||
|
|
|
@ -50,7 +50,7 @@ static struct {
|
|||
{ PCI_DEVICE_ID_INTEL_SKL_ID_U, "Skylake-U" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_Y, "Skylake-Y" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_ULX, "Skylake-ULX" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_H, "Skylake-H" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_H_4, "Skylake-H (4 Core)" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_H_EM, "Skylake-H Embedded" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_H_2, "Skylake-H (2 Core)" },
|
||||
{ PCI_DEVICE_ID_INTEL_SKL_ID_S_2, "Skylake-S (2 Core)" },
|
||||
|
|
Loading…
Reference in New Issue