Hello build bot (Jenkins), Furquan Shaikh, Maulik V Vaghela, Rizwan Qureshi, Aamir Bohra, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46880
to look at the new patch set (#4).
Change subject: soc/intel/common/block/cse: Add MCHI MCA group functions to cse lib ......................................................................
soc/intel/common/block/cse: Add MCHI MCA group functions to cse lib
This patch adds the following, 1. MCHI MCA group command ID. 2. Read File Ex command Id and heci_read_file_ex helper function to read contents of a file. 3. Set File Ex command Id and heci_set_file_ex helper function to set file's data for write. 4. Commit Files command Id and heci_commit_files helper function to commit files previously set by set file command.
BUG=b:169626786 BRANCH=None TEST=Build and boot drawcia.
Change-Id: I1bdb83daffc291c618f3193b5b4e159c3eff188e Signed-off-by: Krishna Prasad Bhat krishna.p.bhat.d@intel.com --- M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/include/intelblocks/cse.h 2 files changed, 176 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/46880/4