Attention is currently required from: Tarun Tuli, Kapil Porwal.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69571 )
Change subject: soc/intel/meteorlake: Log CSE RO write protection info for MTL ......................................................................
Patch Set 6:
(1 comment)
File src/soc/intel/meteorlake/me.c:
https://review.coreboot.org/c/coreboot/+/69571/comment/f668f0de_9ec538fd PS6, Line 79: consider dividing this CL into 3 Cls further
1. rename is_eom to is_manuf_mode 2. Add additional prints
``` printk(BIOS_DEBUG, "ME: FPFs Committed : %s\n", hfsts6.fields.fpf_soc_lock ? "YES" : "NO"); printk(BIOS_DEBUG, "ME: Manufacturing Vars Locked : %s\n", hfsts6.fields.manuf_lock ? "YES" : "NO"); ```
3. Implement and call into log_me_ro_write_protection_info()