summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* npcx: bypass for CSAE issue if CONFIG_LOW_POWER_IDLE is disabledMulin Chao2017-09-051-0/+12
* Clean up CONFIG_CASE_CLOSED_DEBUG usageRandall Spangler2017-09-011-1/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* 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-191-1/+1
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-191-4/+10
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-0/+6
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-1/+1
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-03-161-8/+0
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-1/+7
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-4/+0
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-7/+1
* Revert "system: Use stored size in image_data for determining image_used"Vadim Bendebury2017-02-011-0/+8
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-01-301-8/+0
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-1/+7
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-1/+1
* core: Fix bug will cause tasks sleep forever by mutex_unlock in task.c.Mulin Chao2017-01-051-5/+9
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-1/+1
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-1/+1
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* Fix bugs.Marius Schilder2016-11-021-30/+30
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-1/+4
* 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-071-0/+4
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-071-1/+1
* Add cts.tasklistDaisuke Nojiri2016-07-111-0/+4
* cleanup: Remove SHIFT_CODE_FOR_TEST handlingShawn Nematbakhsh2016-06-031-4/+0
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-5/+11
* core: fix unaligned accessKevin K Wong2016-03-111-0/+2
* core/*/ec.lds.S: quote paths containing OUTDIRPatrick Georgi2016-02-101-2/+5
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-0/+1
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+4
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-052-1/+26
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-091-0/+4
* add the 'extension' command frameworkVadim Bendebury2015-11-171-0/+5
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-1/+1
* 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
* system: Add support to reclaim space from loader.Aseda Aboagye2015-10-131-0/+15
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-131-0/+11
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-251-25/+8
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-1/+1
* Fix typo when building with CONFIG_SHAREDLIBBill Richardson2015-09-231-1/+1
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-211-1/+5
* common: Add __fls functionGwendal Grignou2015-09-211-3/+3