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/+/46882
to look at the new patch set (#4).
Change subject: soc/intel/common/block/cse: Add functions to support setting DAM state ......................................................................
soc/intel/common/block/cse: Add functions to support setting DAM state
This patch adds the following helper functions, get_dam_state : To get DAM state. set_dam_state : To set DAM state. disable_dam : To disable DAM.
To communicate with CSE, BIOS uses read_file_ex, set_file_ex and commit_file commands over MEI messages. After passing DAM setting to CSE, BIOS needs to initiate a global reset.
BUG=b:169626786 BRANCH=None TEST=Build, boot drawlat and check DAM state, set DAM state.
Change-Id: If42eb150577e9f76318e77ae31eb6f5844a4143d 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, 64 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/46882/4