From c8c75fabb30513cfe3100afbe43c5ee56a006edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 25 Apr 2022 14:59:17 +0200 Subject: soc/intel/alderlake/report_platform.c: Add ADL-S identification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on DOC #619501, #619362 and #618427 TEST=Boot MSI PRO Z690-A DDR4 WIFI and see the silicon info is reported as ADL-S. Signed-off-by: Michał Żygowski Change-Id: I8051113515ef63fc4687f53d25140a3f55aadb6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/63838 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/include/device/pci_ids.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/include/device') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index b34158fe49..fc36cbce37 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3040,6 +3040,17 @@ #define PCI_DID_INTEL_ADP_S_ESPI_29 0x7a9d #define PCI_DID_INTEL_ADP_S_ESPI_30 0x7a9e #define PCI_DID_INTEL_ADP_S_ESPI_31 0x7a9f +#define PCI_DID_INTEL_ADP_S_H610 0x7a87 +#define PCI_DID_INTEL_ADP_S_B660 0x7a86 +#define PCI_DID_INTEL_ADP_S_H670 0x7a85 +#define PCI_DID_INTEL_ADP_S_Q670 0x7a83 +#define PCI_DID_INTEL_ADP_S_Z690 0x7a84 +#define PCI_DID_INTEL_ADP_S_W680 0x7a88 +#define PCI_DID_INTEL_ADP_S_W685 0x7a8a +#define PCI_DID_INTEL_ADP_S_WM690 0x7a8d +#define PCI_DID_INTEL_ADP_S_HM670 0x7a8c +#define PCI_DID_INTEL_ADP_S_WM790 0x7a0d +#define PCI_DID_INTEL_ADP_S_HM770 0x7a0c #define PCI_DID_INTEL_ADP_M_N_ESPI_0 0x5480 #define PCI_DID_INTEL_ADP_M_N_ESPI_1 0x5481 #define PCI_DID_INTEL_ADP_M_N_ESPI_2 0x5482 @@ -3986,6 +3997,10 @@ #define PCI_DID_INTEL_ADL_P_GT2_8 0x46b1 #define PCI_DID_INTEL_ADL_P_GT2_9 0x4626 #define PCI_DID_INTEL_ADL_S_GT1 0x4680 +#define PCI_DID_INTEL_ADL_S_GT1_1 0x4682 +#define PCI_DID_INTEL_ADL_S_GT2 0x4690 +#define PCI_DID_INTEL_ADL_S_GT2_1 0x4692 +#define PCI_DID_INTEL_ADL_S_GT2_2 0x4693 #define PCI_DID_INTEL_ADL_M_GT1 0x46c0 #define PCI_DID_INTEL_ADL_M_GT2 0x46aa #define PCI_DID_INTEL_ADL_M_GT3 0x46c3 -- cgit v1.2.3