Attention is currently required from: Arthur Heymans, Dinesh Gehlot, Julius Werner, Kapil Porwal.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76395?usp=email )
Change subject: src: Store CSE RW FW version during cse_fw_sync ......................................................................
Patch Set 9:
(5 comments)
Patchset:
PS9: I wish to use `cbmem_find()` from post-DRAM stage as all data have synced into the CBMEM. why to call specific VSD APIs.
File src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h:
https://review.coreboot.org/c/coreboot/+/76395/comment/d4f610e9_a3f63107 : PS9, Line 90: #define CBMEM_ID_CSE_PARTITION_VERSION 0x43535056 drop this is a separate CL
File src/drivers/intel/ish/ish.c:
https://review.coreboot.org/c/coreboot/+/76395/comment/f8324261_b9f904fe : PS9, Line 53: cbmem_vsd_find() why can't i still use `cbmem_find(CBMEM_ID_VSD)`
File src/soc/intel/common/block/cse/cse.c:
https://review.coreboot.org/c/coreboot/+/76395/comment/89c42baf_f31c6264 : PS9, Line 1424: cbmem_vsd_find same
File src/soc/intel/common/block/cse/cse_lite.c:
https://review.coreboot.org/c/coreboot/+/76395/comment/bd931312_1a543ea2 : PS9, Line 1267: cbmem_vsd_find same