Brandon Breitenstein has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37871 )
Change subject: soc/intel/common/block: Enable PMC IPC driver ......................................................................
Patch Set 16:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37871/16/src/soc/intel/common/block... File src/soc/intel/common/block/include/intelblocks/pmclib.h:
https://review.coreboot.org/c/coreboot/+/37871/16/src/soc/intel/common/block... PS16, Line 33: /* pmc_ipc_cmd struct declaration to store cmd data for IPC commands */ : struct pmc_ipc_cmd { : uint32_t cmd:8; : uint32_t msi:1; : uint32_t res_1:3; : uint32_t subcmd:4; : uint32_t len:8; : uint32_t res_2:8; : };
is it used?
it is the struct for cmd it is used from early tcss