diff options
author | Deepti Deshatty <deepti.deshatty@intel.com> | 2021-05-12 15:57:19 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-14 08:57:45 +0000 |
commit | f35be77ee36b7c591e28c905cd83acb6593f954a (patch) | |
tree | ad3343b7526a595d5cc1e22990c455bbfd14c549 /src | |
parent | 834bddfe03b2da4daca01fdcf6392fae73473375 (diff) |
soc/intel/alderlake: Add IOM PCR PID
Required for accessing IOM REGBAR space.
Change-Id: I883acfa6aa41758e3c8636c94fbee920397fce8b
Signed-off-by: Deepti Deshatty <deepti.deshatty@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54086
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/alderlake/include/soc/pcr_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/include/soc/pcr_ids.h b/src/soc/intel/alderlake/include/soc/pcr_ids.h index e05ecd80b8..e4a29c4525 100644 --- a/src/soc/intel/alderlake/include/soc/pcr_ids.h +++ b/src/soc/intel/alderlake/include/soc/pcr_ids.h @@ -28,6 +28,7 @@ #define PID_PSF2 0xbb #define PID_PSF3 0xbc #define PID_PSF4 0xbd +#define PID_IOM 0xc1 #define PID_RTC 0xc3 #define PID_ITSS 0xc4 #define PID_SERIALIO 0xcb |