summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2024-02-16 10:28:49 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-17 10:03:25 +0000
commitf33a7f71c30d4a46016273564fc7d9c4b8bd6718 (patch)
tree8037ea030e16f7e81cc5fee58902a809aff1fdc1
parent3d49066aa9a60b1200909060988e91f74dec79b4 (diff)
downloadcoreboot-f33a7f71c30d4a46016273564fc7d9c4b8bd6718.tar.gz
coreboot-f33a7f71c30d4a46016273564fc7d9c4b8bd6718.tar.bz2
coreboot-f33a7f71c30d4a46016273564fc7d9c4b8bd6718.zip
intelblocks/systemagent: Add missing N6005 Jasper Lake SKU to PCI ID list
Change-Id: I3fb4c6cfe24290c34682ff1c3396540465048727 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80560 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c1
1 files changed, 1 insertions, 0 deletions
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,