From f33a7f71c30d4a46016273564fc7d9c4b8bd6718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Fri, 16 Feb 2024 10:28:49 +0100 Subject: intelblocks/systemagent: Add missing N6005 Jasper Lake SKU to PCI ID list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3fb4c6cfe24290c34682ff1c3396540465048727 Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/c/coreboot/+/80560 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/soc/intel/common/block/systemagent/systemagent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index bcae6a67467a..5c7959960fab 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -485,6 +485,7 @@ static const unsigned short systemagent_ids[] = { PCI_DID_INTEL_JSL_ID_3, PCI_DID_INTEL_JSL_ID_4, PCI_DID_INTEL_JSL_ID_5, + PCI_DID_INTEL_JSL_ID_6, PCI_DID_INTEL_ADL_S_ID_1, PCI_DID_INTEL_ADL_S_ID_2, PCI_DID_INTEL_ADL_S_ID_3, -- cgit v1.2.3