summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* riscv-rv32i: Add sqrtf functionDino Li2020-01-223-1/+33
* core/riscv-rv32i: enable software ctzDino Li2020-01-221-0/+5
* core/system: Extract and doc cortex constCraig Hesling2020-01-132-1/+12
* core/riscv-rv32i: Format linker scriptCraig Hesling2019-12-161-221/+228
* core/nds32: Format linker scriptCraig Hesling2019-12-161-213/+217
* core/minute-ia: Format linker scriptCraig Hesling2019-12-161-10/+10
* core/host: Format linker scriptCraig Hesling2019-12-161-117/+117
* cortex-m/m0: Reformat linkers script with tabsCraig Hesling2019-11-262-604/+635
* core/nds32 and riscv-rv32i/ec.lds.S: no assert if section is not presenttim2019-11-222-2/+4
* ish: chip enablement of ish5.4 on tgl rvp platformLeifu Zhao2019-11-091-1/+3
* host: remove leftovers from using system clock in testsJack Rosenthal2019-10-251-21/+0
* test: don't rely on system time for testsJett Rink2019-10-141-6/+10
* usbc: fix flaky testsJett Rink2019-10-101-0/+5
* Remove uses of %lEvan Green2019-10-052-7/+4
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-054-17/+18
* printf: Fix up %p to %pPEvan Green2019-10-051-0/+1
* kukui_scp: support CONFIG_PRESERVE_LOGSYilun Lin2019-10-041-0/+12
* core/riscv-rv32i: misc fixesDino Li2019-10-022-32/+29
* cortex-m0: add __gnu_thumb1_case_si thumb1 helperCaveh Jalali2019-10-021-1/+16
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-225-0/+65
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-4/+24
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-2/+2
* cleanup: remove CONFIG_REPLACE_LOADER_WITH_BSS_SLOWJack Rosenthal2019-07-311-13/+0
* cortex-m0: implement __ffssi2Ting Shen2019-07-292-1/+17
* host: make get_time() test_mockableYicheng Li2019-06-271-1/+1
* ish: Use 64-bit hardware timerJack Rosenthal2019-06-241-1/+0
* minute-ia: add 0 error code for exceptions that do not pass oneDenis Brockus2019-06-211-15/+26
* minute-ia: load eip value from top of stackJack Rosenthal2019-06-193-11/+44
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1958-58/+58
* ish: snowball linker cleanupDenis Brockus2019-06-181-1/+1
* cortex-m/ec.ld.S: Fix DRAM section layout.Yilun Lin2019-06-171-18/+45
* ish: remove conditional compilation where possibleDenis Brockus2019-06-172-80/+78
* core/cortex-m: get_interrupt_context is only used inside CONFIG_TASK_PROFILINGTom Hughes2019-06-151-0/+2
* minute-ia: show EC task information during panicJack Rosenthal2019-06-142-4/+16
* core/riscv-rv32i: remove panic_sw_reasons[] from panic.cDino Li2019-06-141-16/+2
* core/riscv-rv32i: remove TODO from build.mkDino Li2019-06-141-4/+0
* cortex-m/ec.ld.S: .dram.bss section should not have LOAD attribute.Yilun Lin2019-06-121-1/+5
* minute-ia: move IRQ definitions to common filesJack Rosenthal2019-06-112-25/+21
* core:RISC-V / chip:IT83202Dino Li2019-06-1113-0/+1975
* minute-ia: ish software panicDenis Brockus2019-06-112-26/+62
* ish: use magic number to verify persistent dataJack Rosenthal2019-06-061-0/+4
* ish: reload watchdog after lower power exitJett Rink2019-06-052-1/+5
* core/host/task: Add OS sleeps instead of busy-loopingNicolas Boichat2019-05-241-2/+22
* ish: fix reading current interrupt vectorHyungwoo Yang2019-05-161-3/+3
* ish: fix lapic table readJett Rink2019-05-141-4/+8
* ish: combine watchdog expiration and panic handlerJack Rosenthal2019-05-092-10/+30
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-085-3/+23
* cortex-m/ec.lds.S: Workaround for ld not complaining LMA overlapping.Yilun Lin2019-05-071-6/+8
* ish: preserve panic data across resetJack Rosenthal2019-05-041-12/+11