summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Panic: Save LR and code location in HFSRDaisuke Nojiri2022-03-282-8/+59
* watchdog: Save LR in panic data when watchdog triggersDaisuke Nojiri2022-03-281-0/+11
* Rename Cortex-M MMFS to CFSRPeter Marheine2022-03-282-50/+34
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2022-03-281-1/+39
* core/cortex-m*/task: Record 32-bit exception timesNicolas Boichat2019-08-182-15/+29
* 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
* ISH: add FPU context save/restoreKyoung Kim2018-10-251-1/+10
* core/minute-ia: default to coreboot toolchainCaveh Jalali2018-10-251-1/+2
* core/minute-ia: update linker script for coreboot toolchainCaveh Jalali2018-10-251-5/+7
* core/minute-ia: fix code for coreboot toolchainCaveh Jalali2018-10-252-9/+2
* core/minute-ia: clean up atomicsCaveh Jalali2018-10-253-82/+65
* core/minute-ia/panic: noreturn function should not returnli feng2018-10-241-0/+3
* chip/g: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-161-0/+4
* chip/stm32: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-161-0/+4
* cortex-m0: Generate vector table in CPatrick Georgi2018-10-169-69/+163
* aes-gcm: Adapt AES-GCM to build for ECNicolas Boichat2018-09-211-0/+1
* aes-gcm: Baseline implementation from BoringSSLNicolas Boichat2018-09-201-0/+1
* aes: Adapt AES code to build for ECNicolas Boichat2018-09-201-0/+1
* aes: Baseline implementation from BoringSSLNicolas Boichat2018-09-201-0/+1
* it83xx/fpu: restore ALU at the beginning of exception handlerDino Li2018-09-101-11/+11
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-075-0/+20
* build: print out remaining RAM spaceJett Rink2018-08-293-0/+6
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-215-0/+20
* Revert "**/build.mk: Set CROSS_COMPILE* to point to coreboot-sdk"Wei-Han Chen2018-08-173-6/+3
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-162-5/+53
* **/build.mk: Set CROSS_COMPILE* to point to coreboot-sdkPatrick Georgi2018-08-153-3/+6
* rollback: Prevent rollback region readback using MPUNicolas Boichat2018-08-152-0/+21
* cortex-m/vecttable: -Wattribute-alias is supported starting GCC8Patrick Georgi2018-08-061-1/+1
* it83xx: clear BRAM if it is not validDino Li2018-08-031-0/+2
* core/nds32: Instruct linker to use fp registers for storing gp valuesPatrick Georgi2018-07-161-0/+1
* cortex-m: Generate vector table in CPatrick Georgi2018-07-134-319/+384
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-123-0/+3
* it83xx: disable ROM codestabilize-10866.BDino Li2018-07-101-0/+5
* core/host/task: Fix task_set_eventNicolas Boichat2018-06-271-4/+4
* core/host: Fall back to udelay when task is invalidNicolas Boichat2018-06-272-2/+3
* Revert "nds32: make code build with gcc 8.1"Justin TerAvest2018-06-142-29/+0
* nds32: make code build with gcc 8.1Patrick Georgi2018-06-112-0/+29
* cortex-m: add D-cache supportVincent Palatin2018-06-046-10/+146
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-1/+36
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-283-1/+49
* it83xx: system: print out message if reset cause is unknownDino Li2018-05-283-0/+13
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-2/+2
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-222-2/+2
* it83xx: watchdog: print LP on watchdog warningDino Li2018-05-223-0/+10