soc/intel/alderlake/report_platform.c: Add ADL-S identification
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 <michal.zygowski@3mdeb.com> Change-Id: I8051113515ef63fc4687f53d25140a3f55aadb6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/63838 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
committed by
Felix Held
parent
1205345227
commit
c8c75fabb3
@@ -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
|
||||
|
Reference in New Issue
Block a user