summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-051-3/+29
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-052-1/+26
* nds32: start_irq_handler() use system stackDino Li2015-12-163-5/+5
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-091-0/+4
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-302-7/+3
* add the 'extension' command frameworkVadim Bendebury2015-11-172-0/+10
* nds32: fix ldsDino Li2015-11-121-0/+1
* cortex-m0: Ensure .bss.slow section is cleared.Aseda Aboagye2015-11-121-0/+1
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-112-2/+2
* cr50: allocate signature headers in both RO and RW imagesVadim Bendebury2015-11-101-0/+3
* system: Copy the loader lastly before jumping.Aseda Aboagye2015-11-081-0/+8