summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-211-0/+4
* Revert "**/build.mk: Set CROSS_COMPILE* to point to coreboot-sdk"Wei-Han Chen2018-08-171-2/+1
* **/build.mk: Set CROSS_COMPILE* to point to coreboot-sdkPatrick Georgi2018-08-151-1/+2
* rollback: Prevent rollback region readback using MPUNicolas Boichat2018-08-152-0/+21
* cortex-m/vecttable: -Wattribute-alias is supported starting GCC8Patrick Georgi2018-08-061-1/+1
* cortex-m: Generate vector table in CPatrick Georgi2018-07-134-319/+384
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-0/+1
* cortex-m: add D-cache supportVincent Palatin2018-06-046-10/+146
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-1/+1
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* make local functions static inlinePatrick Georgi2018-05-171-1/+1
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-0/+4
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2018-03-051-13/+0
* core: add chip-specific memory regions definition mechanismVincent Palatin2018-03-051-0/+16
* Cr50: Add LLSR (long long shift right) support.Allen Webb2018-03-052-1/+66
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-022-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