Hello Naresh Solanki, Subrata Banik, Balaji Manigandan, Aamir Bohra, Maulik V Vaghela, Rizwan Qureshi,
I'd like you to do a code review. Please visit
https://review.coreboot.org/25233
to review the following change.
Change subject: mainboard/intel/coffeelake_rvp: Fix PID_ITSS value ......................................................................
mainboard/intel/coffeelake_rvp: Fix PID_ITSS value
According to BIOS, it should be PID_ITSS=0xc4.
Change-Id: I7167b7d5419de57d266e1f33de5d39a2371e0120 Signed-off-by: Ng Kin Wai kin.wai.ng@intel.com --- M src/soc/intel/coffeelake/include/soc/pcr_ids.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/25233/1
diff --git a/src/soc/intel/coffeelake/include/soc/pcr_ids.h b/src/soc/intel/coffeelake/include/soc/pcr_ids.h old mode 100644 new mode 100755 index 09c2445..029ba2b --- a/src/soc/intel/coffeelake/include/soc/pcr_ids.h +++ b/src/soc/intel/coffeelake/include/soc/pcr_ids.h @@ -35,7 +35,7 @@ #define PID_PSF4 0xbd #define PID_SCS 0xc0 #define PID_RTC 0xc3 -#define PID_ITSS 0xc2 +#define PID_ITSS 0xc4 #define PID_LPC 0xc7 #define PID_SERIALIO 0xcb