summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: hooks: avoid copying constant fields to RAMPeter Marheine2022-03-151-3/+3
* zephyr: Add AP notification frameworkAndrew McRae2022-03-111-0/+94
* zephyr: fix false error regarding HOOKs priorityKeith Short2021-11-151-3/+4
* zephyr: remove the HOOKS taskKeith Short2021-11-101-45/+54
* zephyr: reorder hooks shimKeith Short2021-11-101-53/+53
* zephyr: hooks: use k_work_reschedule to schedule deferred tasksJack Rosenthal2021-09-081-1/+1
* zephyr: cleanup Zephyr v2.5 ifdefsJack Rosenthal2021-08-111-12/+0
* zephyr: shim: reimplement hooks using iterablesFabio Baltieri2021-08-101-12/+14
* zephyr: Migrate to v2.6 deferred work APIsYuval Peress2021-06-221-1/+13
* zephyr: Fix the hook task priority checkKeith Short2021-06-111-3/+7
* zephyr: hooks: suppress hook warning for call already processingFabio Baltieri2021-06-091-1/+5
* zephyr: Set system workqueue priority to preemptiveKeith Short2021-05-101-0/+16
* zephyr: hooks: use static initialization for hooks structuresFabio Baltieri2021-04-291-22/+5
* zephyr: hooks: fix compiler warningFabio Baltieri2021-04-291-2/+2
* zephyr: shim: use the standard sysworkq for deferred tasksFabio Baltieri2021-04-281-28/+6
* zephyr: hooks: set a thread name for the hooks workqueueFabio Baltieri2021-04-011-0/+1
* zephyr: hooks: make deferred queue stack size configurableFabio Baltieri2021-04-011-4/+2
* zephyr: add defer cancelingWealian Liao2021-03-101-7/+14
* zephyr: add HOOKS taskKeith Short2021-01-291-0/+37
* reland: zephyr: Update hooks shim to match ECOSSimon Glass2021-01-211-4/+9
* Revert "zephyr: Update hooks shim to match ECOS"Jack Rosenthal2021-01-081-9/+4
* zephyr: Update hooks shim to match ECOSSimon Glass2021-01-071-4/+9
* zephyr: move from SYS_INIT to mainJett Rink2020-11-091-8/+0
* zephyr: shim in hooks and deferredJack Rosenthal2020-11-051-0/+95