src/soc/intel/skylake/bootblock: Add SPT C236 to PCH Table
Add Skylake C236 to the PCH Table. The one which was already in there is actually the CM236 and not the C236. This can be checked in datasheet: 100-series-chipset-datasheet-vol-1 p. 25. Change-Id: I435927f15e9d3219886375426b09c68632dfe3d9 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33248 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
committed by
Felix Held
parent
7f9f3d0cf3
commit
e4c09d9137
@@ -124,8 +124,8 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_CM236,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_C236,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_C236,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_H110,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_H170,
|
||||
|
||||
Reference in New Issue
Block a user