device/pci_ids, soc/intel/pantherlake: Add new PTL-H DID0
This patch adds new DID0 PCI device IDs for Intel PTL-H. Additionally, updates the System Agent driver's `systemagent_ids` list and Panther Lake SoC bootblock to support these new IDs. Source: Intel PTL-FAS. Document Number 812562 BUG=b:347669091 TEST=Build fatcat and boot with Panther Lake SoC with newly added MCH ID. With patch, coreboot log: `[DEBUG] MCH: device id b004 (rev 00) is Pantherlake H` `[DEBUG] MCH: device id b00a (rev 00) is Pantherlake H` Change-Id: I56e795696f661d88828d7549f856eee19c46c942 Signed-off-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84916 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
This commit is contained in:
parent
84527cbb96
commit
89e6640bf9
4 changed files with 8 additions and 0 deletions
|
|
@ -4456,6 +4456,8 @@
|
|||
#define PCI_DID_INTEL_PTL_U_ID_1 0xb000
|
||||
#define PCI_DID_INTEL_PTL_H_ID_1 0xb001
|
||||
#define PCI_DID_INTEL_PTL_H_ID_2 0xb002
|
||||
#define PCI_DID_INTEL_PTL_H_ID_3 0xb004
|
||||
#define PCI_DID_INTEL_PTL_H_ID_4 0xb00a
|
||||
#define PCI_DID_INTEL_SNR_ID 0x09a2
|
||||
|
||||
/* Intel SMBUS device Ids */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue