Attention is currently required from: Subrata Banik, Tim Wawrzynczak, Werner Zeh, Patrick Rudolph. Sridhar Siricilla has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61520 )
Change subject: soc/intel/common/cse: Add function to perform CSE lock configuration ......................................................................
Patch Set 6:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/61520/comment/8562a6e1_d27d98bc PS5, Line 9: perform the required CSE : lock configuration nit: controls the global reset lock configuration
File src/soc/intel/common/block/cse/cse.c:
https://review.coreboot.org/c/coreboot/+/61520/comment/639ff94c_b554a81d PS5, Line 1012: cse_lock_config nit: cse_control_global_reset_lock?
https://review.coreboot.org/c/coreboot/+/61520/comment/b7634320_905e390b PS5, Line 1014: /* This is not applicable if CSE Lite is integrated instead CSE Consumer SKU since Chrome platform uses HMRFPO mechanism to update the CSE Region (specifically CSE RW). So, please add below code the function. Please not Chrome platform doesn't use FPT tool to update the CSE region.
if (CONFIG(CONFIG_SOC_INTEL_CSE_LITE_SKU)) return;