summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* it83xx/fpu: restore ALU at the beginning of exception handlerDino Li2018-09-101-11/+11
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-075-0/+20
* build: print out remaining RAM spaceJett Rink2018-08-293-0/+6
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-215-0/+20
* Revert "**/build.mk: Set CROSS_COMPILE* to point to coreboot-sdk"Wei-Han Chen2018-08-173-6/+3
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-162-5/+53
* **/build.mk: Set CROSS_COMPILE* to point to coreboot-sdkPatrick Georgi2018-08-153-3/+6
* 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
* it83xx: clear BRAM if it is not validDino Li2018-08-031-0/+2
* core/nds32: Instruct linker to use fp registers for storing gp valuesPatrick Georgi2018-07-161-0/+1
* cortex-m: Generate vector table in CPatrick Georgi2018-07-134-319/+384
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-123-0/+3
* it83xx: disable ROM codestabilize-10866.BDino Li2018-07-101-0/+5
* core/host/task: Fix task_set_eventNicolas Boichat2018-06-271-4/+4
* core/host: Fall back to udelay when task is invalidNicolas Boichat2018-06-272-2/+3
* Revert "nds32: make code build with gcc 8.1"Justin TerAvest2018-06-142-29/+0
* nds32: make code build with gcc 8.1Patrick Georgi2018-06-112-0/+29
* cortex-m: add D-cache supportVincent Palatin2018-06-046-10/+146
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-1/+36
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-283-1/+49
* it83xx: system: print out message if reset cause is unknownDino Li2018-05-283-0/+13
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-2/+2
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-222-2/+2
* it83xx: watchdog: print LP on watchdog warningDino Li2018-05-223-0/+10
* Shuffle const aroundPatrick Georgi2018-05-183-3/+3
* make local functions static inlinePatrick Georgi2018-05-172-2/+2
* host: add __hw_clock_source_readAlexandru M Stan2018-05-141-0/+5
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-073-0/+12
* nds32: task: allow context switching if task_start() is calledDino Li2018-03-132-3/+4
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2018-03-052-26/+0
* core: add chip-specific memory regions definition mechanismVincent Palatin2018-03-052-0/+32
* 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-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