Attention is currently required from: Patrick Rudolph. Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57295
to look at the new patch set (#2).
Change subject: soc/intel/common/cse: Add argument to send message to appropriate fixed client ......................................................................
soc/intel/common/cse: Add argument to send message to appropriate fixed client
There are multiple HECI clents in the CSE. Currently coreboot is sending HECI messages to only the MKHI client. Add an argument to heci_send_receive() funtion to provide flexibility to the caller to select the client for which the message is intended.
In the follow-up patches there will be messages sent to one other client.
BUG=None BRANCH=None TEST=Build and boot brya. HECI message send and receive to MKHI client is working.
Signed-off-by: Rizwan Qureshi rizwan.qureshi@intel.com Change-Id: Icde6d0155b62472b6a7caadc5fc8ea2e2ba6eb0c --- M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/cse/cse_eop.c M src/soc/intel/common/block/cse/cse_lite.c M src/soc/intel/common/block/include/intelblocks/cse.h 4 files changed, 17 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/57295/2