summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2018-03-071-13/+0
* core: add chip-specific memory regions definition mechanismVincent Palatin2018-03-071-0/+16
* Cr50: Add LLSR (long long shift right) support.Allen Webb2018-03-072-1/+66
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-032-0/+48
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-091-0/+5
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-0/+6
* cr50: fix annoying LD warningsVadim Bendebury2018-01-051-1/+1
* system: Log PC and task id on watchdogPhilip Chen2017-12-111-0/+3
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-142-46/+123
* npcx: fixed the assembly code of deep idle bypassCHLin2017-11-091-3/+2
* chip/npcx: Add support for pad-switching UARTNicolas Boichat2017-10-251-0/+4
* tpm2: add nvmem data to the right segmentVadim Bendebury2017-10-231-0/+1
* 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