summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-06-013-1/+49
* nds32: task: allow context switching if task_start() is calledDino Li2018-03-152-3/+4
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2018-03-072-26/+0
* core: add chip-specific memory regions definition mechanismVincent Palatin2018-03-072-0/+32
* 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-024-0/+24
* stm32: Fix bkpdata accountingShawn Nematbakhsh2018-01-301-0/+2
* cr50: fix annoying LD warningsVadim Bendebury2018-01-051-1/+1
* system: Log PC and task id on watchdogPhilip Chen2017-12-112-0/+7
* nds32: enable GCC LTODino Li2017-11-303-3/+9
* common: Add software CTZ implementation when needeedGwendal Grignou2017-11-162-2/+4
* it83xx: add espi moduleDino Li2017-11-141-1/+7
* cortex-m: mpu: Support unaligned regions and protect code RAMShawn Nematbakhsh2017-11-142-46/+123
* nds32: use coreboot-sdk as the default toolchain for local buildDino Li2017-11-101-1/+4
* npcx: fixed the assembly code of deep idle bypassCHLin2017-11-091-3/+2
* ish: mutex_lock() fixli feng2017-10-261-0/+1
* nds32: add built-in functionDino Li2017-10-262-1/+17
* 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
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-1/+0
* 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
* ISH: added UART port selectionKyoung Kim2017-09-011-1/+1
* cortex-m0: Use assembly exception handlers for task switchingPaul Kocialkowski2017-08-282-26/+36
* core/minute-ia: add __image_sizeli feng2017-08-241-0/+3
* Fix inconsistent task function declarationsStefan Reinauer2017-08-084-4/+4
* 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-194-4/+4
* core/cortex-m0/curve25519: Remove unused variantsNicolas Boichat2017-07-041-144/+0
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2017-07-036-208/+25
* nds32: add software floating point library routinesDino Li2017-06-232-0/+196
* core/cortex-m0/curve25519: Import fast curve25519 implementationNicolas Boichat2017-06-226-0/+3576
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-195-20/+41
* math_util: Use HW instruction for int_sqrtf when availableShawn Nematbakhsh2017-06-191-0/+11
* chip: it83xx: add support for floating point unitDino Li2017-05-292-4/+11
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-0/+6
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-113-3/+3
* nds32: lds: compute image size at link timeDino Li2017-03-201-2/+1
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-03-163-27/+2
* version: Store image size data in version structShawn Nematbakhsh2017-03-163-3/+11
* stm32: never pad usb descriptor lengthNick Sanders2017-02-231-1/+0
* 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