chipsec.hal.heci moduleΒΆ

Enables HECI commands to communicate with the ME through circular buffer

usage:
>>> heci.reset()
>>> heci.read_fw_version() Returns the ME FW version number
>>> heci.send_message(payload) Writes Payload to Host Circular Buffer. Payload must be 32 bit.
>>> heci.read_message() Returns ME Circular Buffer contents