soc/intel: Fix W790 chipset name
In newer ADL/RPL PCH EDS 619362 revision 2.1 the ESPI ID 0x7A8A belongs to the W790 chipset. Earlier revisions had the chipset with ID 0x7A8A named W685, which was probably just a temporary name. Change the naming throughout the tree to W790, which is the real existing chipset. Change-Id: I87603298d655e9bf898b34acdd5b403f5affaee3 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76191 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
d54a5b294f
commit
1aa5caf2ac
|
@ -3018,7 +3018,7 @@
|
|||
#define PCI_DID_INTEL_ADP_S_ESPI_H610 0x7a87
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_W680 0x7a88
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_9 0x7a89
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_W685 0x7a8a
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_W790 0x7a8a
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_11 0x7a8b
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_HM670 0x7a8c
|
||||
#define PCI_DID_INTEL_ADP_S_ESPI_WM690 0x7a8d
|
||||
|
|
|
@ -102,7 +102,7 @@ static struct {
|
|||
{ PCI_DID_INTEL_ADP_S_ESPI_Q670, "AlderLake-S Q670" },
|
||||
{ PCI_DID_INTEL_ADP_S_ESPI_Z690, "AlderLake-S Z690" },
|
||||
{ PCI_DID_INTEL_ADP_S_ESPI_W680, "AlderLake-S W680" },
|
||||
{ PCI_DID_INTEL_ADP_S_ESPI_W685, "AlderLake-S W685" },
|
||||
{ PCI_DID_INTEL_ADP_S_ESPI_W790, "AlderLake-S W790" },
|
||||
{ PCI_DID_INTEL_ADP_S_ESPI_WM690, "AlderLake-S WM690" },
|
||||
{ PCI_DID_INTEL_ADP_S_ESPI_HM670, "AlderLake-S HM670" },
|
||||
{ PCI_DID_INTEL_RPP_S_ESPI_0, "Raptorlake-S SKU" },
|
||||
|
|
|
@ -310,7 +310,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DID_INTEL_JSP_SUPER_ESPI,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_WM690,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_HM670,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_W685,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_W790,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_W680,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_H610,
|
||||
PCI_DID_INTEL_ADP_S_ESPI_B660,
|
||||
|
|
Loading…
Reference in New Issue