summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* cortex-m0: Use assembly exception handlers for task switchingPaul Kocialkowski2017-08-282-26/+36
* core/minute-ia: add __image_sizeli feng2017-08-241-0/+3
* Fix inconsistent task function declarationsStefan Reinauer2017-08-084-4/+4
* npcx: Define CONFIG_DATA_RAM_SIZEDaisuke Nojiri2017-08-071-1/+1
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-07-201-0/+6
* Allow core code to request its cross compilerPatrick Georgi2017-07-194-4/+4
* core/cortex-m0/curve25519: Remove unused variantsNicolas Boichat2017-07-041-144/+0
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2017-07-036-208/+25
* nds32: add software floating point library routinesDino Li2017-06-232-0/+196
* core/cortex-m0/curve25519: Import fast curve25519 implementationNicolas Boichat2017-06-226-0/+3576
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-195-20/+41
* math_util: Use HW instruction for int_sqrtf when availableShawn Nematbakhsh2017-06-191-0/+11
* chip: it83xx: add support for floating point unitDino Li2017-05-292-4/+11
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-0/+6
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-113-3/+3
* nds32: lds: compute image size at link timeDino Li2017-03-201-2/+1
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-03-163-27/+2
* version: Store image size data in version structShawn Nematbakhsh2017-03-163-3/+11
* stm32: never pad usb descriptor lengthNick Sanders2017-02-231-1/+0
* cleanup: Remove charge_state_v1Sam Hurst2017-02-065-20/+0
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-013-11/+3
* Revert "system: Use stored size in image_data for determining image_used"Vadim Bendebury2017-02-013-1/+27
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-01-303-27/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-303-3/+11
* nds32: Add fabsf and sqrtf functionDino Li2017-01-183-1/+131
* ISH: Added UART Rx/Tx interrupt modeKyoung Kim2017-01-111-0/+1
* minute-ia: fix floating point inline assemblyKyoung Kim2017-01-091-6/+8
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-065-5/+5
* nds32: lds: reduce gap of flashDino Li2017-01-052-23/+31
* core: Fix bug will cause tasks sleep forever by mutex_unlock in task.c.Mulin Chao2017-01-052-10/+18
* nds32: pre-fix for the latest official toolchainDino Li2016-12-202-5/+6
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-265-5/+5
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-235-5/+5
* ISH: set toolchain in core/minute-iali feng2016-11-211-3/+3
* Fix various misspellings in commentsMartin Roth2016-11-154-5/+5
* minute-ia: Revise macros to be version independentJaiber John2016-11-042-8/+8
* Fix bugs.Marius Schilder2016-11-021-30/+30
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-264-4/+16
* Cr50: Add mostly-synchronous tpm_reset() function.Bill Richardson2016-09-241-1/+9
* cr50: reset only the TPM state on SYS_RST_LRandall Spangler2016-09-241-0/+16
* npcx: Fixed bug that api utility in ROM doesn't enable burst mode.Mulin Chao2016-09-151-1/+6
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-075-1/+21
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-244-17/+9
* minute-ia: Enable x86 core for Intel ISHJaiber John2016-08-1017-0/+1919
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-074-9/+9
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-191-0/+5
* Add cts.tasklistDaisuke Nojiri2016-07-113-0/+11
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-142-8/+5
* cleanup: Remove SHIFT_CODE_FOR_TEST handlingShawn Nematbakhsh2016-06-033-12/+0