From 9fb58575d66ef72a4f0985f542c562693a9526d2 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 11 Oct 2022 17:19:57 +0530 Subject: 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 Change-Id: I229469475cd116bf911b6530c3c819d00c808aa9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68298 Reviewed-by: Eric Lai Reviewed-by: Meera Ravindranath Tested-by: build bot (Jenkins) --- src/soc/intel/alderlake/include/soc/pcr_ids.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/alderlake') diff --git a/src/soc/intel/alderlake/include/soc/pcr_ids.h b/src/soc/intel/alderlake/include/soc/pcr_ids.h index 623a8140ba..7f0ec00f5d 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 -- cgit v1.2.3