summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2021-04-21 14:34:49 -0600
committerTim Wawrzynczak <twawrzynczak@chromium.org>2021-05-06 04:12:49 +0000
commit6dc72022a5b8cfb0299e741b86d26b6a208838f1 (patch)
treeaf0238abd8afb859898bc674100432cfd6311fbe /src
parenta137201edd37feceb392085b30f82fce3497ff36 (diff)
downloadcoreboot-6dc72022a5b8cfb0299e741b86d26b6a208838f1.tar.gz
coreboot-6dc72022a5b8cfb0299e741b86d26b6a208838f1.tar.bz2
coreboot-6dc72022a5b8cfb0299e741b86d26b6a208838f1.zip
soc/intel/tigkerlake: Add IOM PCR PID
Required for accessing IOM REGBAR space. Change-Id: Ic1c9beee69d184388f3e850744b3aeebe38eafbb Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52592 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/tigerlake/include/soc/pcr_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/include/soc/pcr_ids.h b/src/soc/intel/tigerlake/include/soc/pcr_ids.h
index 03d36bf4f0cf..c5d88621090b 100644
--- a/src/soc/intel/tigerlake/include/soc/pcr_ids.h
+++ b/src/soc/intel/tigerlake/include/soc/pcr_ids.h
@@ -26,6 +26,7 @@
#define PID_PSF3 0xbc
#define PID_PSF4 0xbd
#define PID_SCS 0xc0
+#define PID_IOM 0xc1
#define PID_RTC 0xc3
#define PID_ITSS 0xc4
#define PID_ESPI 0xc7