summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-10-11 17:19:57 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-10-14 16:03:28 +0000
commit9fb58575d66ef72a4f0985f542c562693a9526d2 (patch)
treefbc5b5a6188822de83803bfd10474c0d72ee8259
parent2caa2fc56e703fd01e94ebdb0f8cea5a96a0ae32 (diff)
downloadcoreboot-9fb58575d66ef72a4f0985f542c562693a9526d2.tar.gz
coreboot-9fb58575d66ef72a4f0985f542c562693a9526d2.tar.bz2
coreboot-9fb58575d66ef72a4f0985f542c562693a9526d2.zip
soc/intel/alderlake: Add UFS PCR ID
Add UFS PID (`PID_UFSX2`) value 0x50. BUG=none TEST=Able to build and boot Google/Rex. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: I229469475cd116bf911b6530c3c819d00c808aa9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68298 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Meera Ravindranath <meera.ravindranath@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/alderlake/include/soc/pcr_ids.h2
1 files changed, 2 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 623a8140ba54..7f0ec00f5d26 100644
--- a/src/soc/intel/alderlake/include/soc/pcr_ids.h
+++ b/src/soc/intel/alderlake/include/soc/pcr_ids.h
@@ -43,4 +43,6 @@
#define PID_CPU_GPIOCOM4 0xb9
#define PID_CPU_GPIOCOM5 0xba
+#define PID_UFSX2 0x50
+
#endif