summaryrefslogtreecommitdiff
path: root/chip/ish/heci.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* chip/ish/heci.c: Format with clang-formatJack Rosenthal2022-07-011-52/+54
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* printf: Add support for %zEvan Green2019-10-051-2/+2
* ish: fix to follow HECI specHyungwoo Yang2019-06-061-39/+71
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* mkbp: take timestamp closer to hardware interruptJett Rink2019-04-241-5/+19
* ish: wait for heci bus instead of errorJett Rink2019-04-101-8/+52
* ish: reduce hostcmd size to fit within HECIJett Rink2019-04-101-2/+2
* ish: report errors on consoleJett Rink2019-04-101-0/+2
* ish: print heci error messages when occurJett Rink2019-04-051-6/+0
* ISH: HECI: implement HECI layerHyungwoo Yang2018-12-281-0/+940