summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core/minute-ia: Add __ram_free to link scriptNicolas Boichat2019-03-051-4/+2
* ish: fix LAPIC error by sending EOI to IOAPIC RTERong Chang2019-02-271-0/+128
* uldivmod.S: fix assembly so that it compiles with clangTom Hughes2019-02-261-3/+3
* ish: add reset prep interrupt handleyangcao2019-02-261-0/+1
* ish: save/restore FPU context only for the task uses FPUHyungwoo Yang2019-02-265-14/+73
* mt_scp: Add functions to clean/invalidated selected ranges of D-cacheNicolas Boichat2019-02-201-4/+4
* mt_scp: Add functions to clean/invalidated selected lines of D-cacheNicolas Boichat2019-02-191-0/+5
* core/cortex-m*: always use coreboot-sdkPatrick Georgi2019-02-192-4/+8
* core: Allow .bss and .data sections in DRAMNicolas Boichat2019-02-181-0/+27
* cortex-m: no need to keep a special term for Tpm2_ modulesVadim Bendebury2019-02-101-1/+0
* core/cortex-m: mark gcc helper function "used"Patrick Georgi2019-02-071-1/+1
* ish: allow IRQ only after scheduler is readyHyungwoo Yang2019-02-041-0/+5
* ish: use system stack for exceptions and irqsHyungwoo Yang2019-02-042-0/+15
* ish: move setting start_called to proper placeHyungwoo Yang2019-01-313-5/+4
* ish: remove unnecessary interrupt_enable() callHyungwoo Yang2019-01-311-1/+0
* ish: support task argumentHyungwoo Yang2019-01-301-1/+1
* ish: apply FPU context of the first taskHyungwoo Yang2019-01-301-0/+3
* ish: fix task profilingJett Rink2019-01-305-50/+78
* cortex/cortex-m/ec.lds.S: Preserve space for .data section's LMA.Yilun Lin2019-01-291-3/+21
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-286-12/+12
* ec: Add a task_reset function.Louis Collard2019-01-261-25/+343
* mt_scp: Add support to store some code in DRAMNicolas Boichat2019-01-241-0/+11
* ish: balance all __in_isr callsJett Rink2019-01-172-8/+9
* ish: add inline math functionsRong Chang2019-01-171-1/+203
* ish: update copyright header to match styleJett Rink2019-01-1713-13/+13
* minute-ia: set -O2 and omit frame ptrJett Rink2019-01-161-1/+1
* core/minute-ia: set single precision for FPUKyoung Kim2019-01-101-2/+6
* ish: remove lock; prefix from inline ASMJett Rink2019-01-083-5/+19
* ish: remove unused codeJett Rink2019-01-042-45/+2
* stdlib cleanup.Allen Webb2019-01-031-4/+0
* core/minute-ia: fix atomicsHyungwoo Yang2018-12-231-16/+13
* core/cortex-m: Support prevent chip memory region from GC.Yilun Lin2018-12-231-0/+10
* core/minute-ia: enable cacheKyoung Kim2018-12-201-0/+9
* core/minute-ia: default_fp_ctx[] should be staticRushikesh S Kadam2018-12-191-1/+1
* core/minute-ia: Reset Task-switched flag during initRushikesh S Kadam2018-12-181-0/+4
* core/cortex-m: Support chip with no flash.Rong Chang2018-12-181-2/+15
* core/cortex-m*/task: Record 32-bit exception timesNicolas Boichat2018-12-182-15/+29
* core/minute-ia: Add missing #ifdef CONFIG_FPURushikesh S Kadam2018-12-181-0/+2
* core/minute-ia: Setup GDTRushikesh S Kadam2018-12-101-0/+29
* it83xx: force filling cache if the last two 4KB blocks of 512KB flash are mod...Dino Li2018-12-101-0/+1
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-051-0/+2
* ISH: add IRQ to vector entry for doorbell clearHyungwoo Yang2018-11-211-0/+1
* ISH: remove sending MNG_HC_FW_READYHyungwoo Yang2018-11-211-9/+0
* core/minute-ia: fixes toolchain incompatibiltyKyoung Kim2018-11-161-1/+1
* ISH: Fix FPU flagKyoung Kim2018-11-151-1/+1
* ish gpio: added GPIO interrupt to IOAPICli feng2018-11-131-0/+1
* core/host: Fix __prog_name and make task struct const.Allen Webb2018-11-092-3/+3
* core/minute-ia: Add FLASH memory configurationPatrick Georgi2018-11-051-0/+4
* nds32: Add 64-bit divide library routines for N8 CPUDino Li2018-10-313-0/+388
* atlas_ish: implement __shared_mem_bufCaveh Jalali2018-10-261-0/+11