summaryrefslogtreecommitdiff
path: root/core/minute-ia
Commit message (Expand)AuthorAgeFilesLines
* core/minute-ia/cpu.h: Format with clang-formatJack Rosenthal2022-07-011-2/+1
* core/minute-ia/panic.c: Format with clang-formatJack Rosenthal2022-07-011-21/+12
* core/minute-ia/include/fpu.h: Format with clang-formatJack Rosenthal2022-07-011-68/+55
* core/minute-ia/mia_panic_internal.h: Format with clang-formatJack Rosenthal2022-07-011-7/+2
* core/minute-ia/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-301-24/+22
* core/minute-ia/atomic.h: Format with clang-formatJack Rosenthal2022-06-291-4/+4
* core/minute-ia/ia_structs.h: Format with clang-formatJack Rosenthal2022-06-291-36/+34
* core/minute-ia/config_core.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* core/minute-ia/interrupts.c: Format with clang-formatJack Rosenthal2022-06-291-55/+50
* core/minute-ia/task_defs.h: Format with clang-formatJack Rosenthal2022-06-281-14/+14
* core/minute-ia/task.c: Format with clang-formatJack Rosenthal2022-06-281-66/+51
* core/minute-ia/interrupts.h: Format with clang-formatJack Rosenthal2022-06-281-16/+14
* core/minute-ia/cpu.c: Format with clang-formatJack Rosenthal2022-06-281-1/+0
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-221-0/+4
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-212-4/+7
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* tree: Replace __attribute__((used)) with __keepTom Hughes2022-03-291-1/+1
* math: Introduce isnan and isinf functionsPatryk Duda2022-02-011-48/+0
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-9/+9
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-12/+13
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-4/+4
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-292-2/+3
* atomic: extract atomic_t to a separated fileDawid Niedzwiecki2021-11-241-3/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-4/+4
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* core/minute-ia: Disable flag when using clangTom Hughes2021-10-271-1/+4
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* core/minute-ia: Fix inline asm in __isnanfTom Hughes2021-10-071-1/+1
* core: Add assert to check alignmentTom Hughes2021-10-011-0/+6
* core/minute-ia: Fix inline asmTom Hughes2021-09-301-1/+4
* core/minute-ia: Remove .func and .endfuncTom Hughes2021-09-291-8/+0
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+12
* builtin: Add math.hTom Hughes2021-08-311-3/+3
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-2/+2
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+3
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-67/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-12/+11
* core/minute-ia: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+43
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-062-6/+6
* minute-ia/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-29/+34
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-292-19/+30
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-173-5/+5
* npcx: add support for rom resident sectionsKeith Short2020-08-131-0/+13
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-301-0/+10
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+4
* ish: enable IPAPG for ish 5.4 on tgl rvp platformLeifu Zhao2020-05-151-0/+7
* ish: infrastructure changes to support ish5.4 PMLeifu Zhao2020-02-271-1/+3