Attention is currently required from: Subrata Banik, Haribalaraman Ramasubramanian, Dinesh Gehlot, Rizwan Qureshi, Reka Norman, Kapil Porwal.
Sridhar Siricilla has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74005 )
Change subject: soc/intel/cmd/block: Implement an API to get firmware partition details ......................................................................
Patch Set 25:
(6 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/74005/comment/e622cf31_0803f3d2 PS24, Line 9: firmware partition FPT partition.
https://review.coreboot.org/c/coreboot/+/74005/comment/80d9400c_4add6e56 PS24, Line 10: the mkhi header No need to mention MKHI header.
https://review.coreboot.org/c/coreboot/+/74005/comment/f86e94a4_962bac70 PS24, Line 11: partition FPT partition.
File src/soc/intel/common/block/cse/cse.c:
https://review.coreboot.org/c/coreboot/+/74005/comment/6235fb72_27dc7099 PS24, Line 1218: send_get_boot_partition_info_cmd Please use send_get_fpt_partition_info_cmd()
https://review.coreboot.org/c/coreboot/+/74005/comment/f87d1ea6_87a1a71c PS24, Line 1244: cse_get_partition_info Please use cse_get_component_partition_info or cse_get_fpt_partition_info since just just using partition which might add confusion to existing references of CSE boot partitions.
https://review.coreboot.org/c/coreboot/+/74005/comment/b0296136_0a578e96 PS24, Line 1256: send_get_boot_partition_info_cmd Please use send_get_fpt_partition_info_cmd.