summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* cr50: fix annoying LD warningsVadim Bendebury2018-02-011-1/+1
* tpm2: add nvmem data to the right segmentVadim Bendebury2017-10-241-0/+1
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2017-10-246-0/+3360
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-111-1/+0
* Clean up CONFIG_CASE_CLOSED_DEBUG usageRandall Spangler2017-09-071-1/+1
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-08-041-0/+6
* Allow core code to request its cross compilerPatrick Georgi2017-08-044-4/+4
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-305-20/+41
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-06-303-3/+3
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-06-303-27/+2
* version: Store image size data in version structShawn Nematbakhsh2017-06-063-3/+11
* 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
* core: cortex-m0: Fix task routine prototypesStefan Reinauer2016-06-031-1/+1
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-181-10/+0
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-194-16/+44
* core: fix unaligned accessKevin K Wong2016-03-111-0/+2
* core/*/ec.lds.S: quote paths containing OUTDIRPatrick Georgi2016-02-103-8/+17
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-0/+1
* chip: it83xx: fix EC interrupt vector registers issueDino Li2016-01-282-29/+59
* ec: Add a chipset reset hookDuncan Laurie2016-01-254-0/+16