summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-244-17/+9
* minute-ia: Enable x86 core for Intel ISHJaiber John2016-08-1017-0/+1919
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-074-9/+9
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-191-0/+5
* Add cts.tasklistDaisuke Nojiri2016-07-113-0/+11
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-142-8/+5
* cleanup: Remove SHIFT_CODE_FOR_TEST handlingShawn Nematbakhsh2016-06-033-12/+0
* core: cortex-m0: Fix task routine prototypesStefan Reinauer2016-06-031-1/+1
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-181-10/+0
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-194-16/+44
* core: fix unaligned accessKevin K Wong2016-03-111-0/+2
* core/*/ec.lds.S: quote paths containing OUTDIRPatrick Georgi2016-02-103-8/+17
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-0/+1
* chip: it83xx: fix EC interrupt vector registers issueDino Li2016-01-282-29/+59
* ec: Add a chipset reset hookDuncan Laurie2016-01-254-0/+16
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-051-3/+29
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-052-1/+26
* nds32: start_irq_handler() use system stackDino Li2015-12-163-5/+5
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-091-0/+4
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-302-7/+3
* add the 'extension' command frameworkVadim Bendebury2015-11-172-0/+10
* nds32: fix ldsDino Li2015-11-121-0/+1
* cortex-m0: Ensure .bss.slow section is cleared.Aseda Aboagye2015-11-121-0/+1
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-112-2/+2
* 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
* it8380dev: modify hwtimer and LPC wake upDino Li2015-11-051-34/+7
* nds32: fix interruptDino Li2015-11-012-0/+22
* it8380dev: Increase DLM sizeDino Li2015-10-251-0/+12
* it8380dev: fix clock moduleDino Li2015-10-251-5/+40
* 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
* nds32: fix panicDino Li2015-10-073-5/+193
* it8380dev: fix hw timer and related function.Dino Li2015-10-014-2/+141
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-252-49/+16
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-1/+1
* Fix typo when building with CONFIG_SHAREDLIBBill Richardson2015-09-232-2/+2
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-211-1/+5
* common: Add __fls functionGwendal Grignou2015-09-213-9/+9
* it8380dev: fix idle task and chip idDino Li2015-09-181-1/+23
* host: mock i2c_xferGwendal Grignou2015-09-161-27/+3
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-13/+6
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-163-6/+6
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-085-45/+3
* UART: Remove unused uart.h header includesAnton Staaf2015-09-088-8/+0
* cortex-m: CONFIG_RO_HEAD_ROOM should only affect RO imageBill Richardson2015-08-311-1/+1
* cortex-m: provide ability to insert free space into RO image baseVadim Bendebury2015-08-221-0/+3
* nds32: use INT_MASK instead of GIEDino Li2015-08-203-34/+66
* it8380dev: add __muldi3.SDino Li2015-08-142-1/+41
* cortex-m0: Constrain target register in atomic readAnton Staaf2015-08-111-1/+1