summaryrefslogtreecommitdiff
path: root/core/host
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-1/+0
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-4/+0
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-1/+1
* 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
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+4
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-071-1/+1
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-191-0/+5
* Add cts.tasklistDaisuke Nojiri2016-07-111-0/+3
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-0/+11
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+4
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-301-4/+1
* host: mock i2c_xferGwendal Grignou2015-09-161-27/+3
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-5/+5
* emulator: Fix handling of early IRQs.Aseda Aboagye2015-07-173-4/+26
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-132-16/+66
* cleanup: fix all the header guardsBill Richardson2015-06-182-6/+6
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-0/+8
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-0/+28
* hooks: add hook for battery state of charge changeAlec Berg2015-02-031-0/+4
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-0/+3
* Slow down time when running unit testsVic Yang2014-10-042-4/+14
* Add cprints() and ccprints()Vic Yang2014-05-211-2/+2
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-0/+29
* emulator: Move trace dump to a separate moduleVic (Chun-Ju) Yang2014-01-226-85/+142
* emulator: Use udelay() for usleep() if task hasn't startedVic (Chun-Ju) Yang2014-01-211-0/+6
* Use pthread_equal() to compare thread IDVic (Chun-Ju) Yang2014-01-111-1/+1
* emulator: Guard interrupt status with mutex lockVic (Chun-Ju) Yang2014-01-081-2/+8
* Dump stack trace on emulator test failureVic (Chun-Ju) Yang2014-01-083-5/+97
* Process emulator UART events in interrupt contextVic (Chun-Ju) Yang2014-01-061-0/+9
* Add interrupt support for emulatorVic Yang2014-01-062-22/+171
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+20
* Add boot key testVic Yang2013-09-051-0/+6
* Implement emulator clock fast-forwardingVic Yang2013-09-041-2/+34
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-0/+4
* Add hook for changes in the charge state machineDave Parker2013-08-011-0/+4
* Reboot emulator with execv()Vic Yang2013-07-241-1/+10
* Fix reset flags and sysjump time for emulatorVic Yang2013-07-232-1/+24
* Test sysjump tag in kb_8042 testVic Yang2013-07-232-7/+3
* Make target for test coverage report generationVic Yang2013-06-161-0/+3
* Console input support for emulatorVic Yang2013-06-101-0/+3
* Enable flash unit test on emulatorVic Yang2013-06-031-0/+3
* Add assertion support to emulatorVic Yang2013-05-281-0/+16
* Revert "Revert "Scale timer for emulator""Vic Yang2013-05-171-1/+11
* Revert "Scale timer for emulator"Vic Yang2013-05-161-11/+1
* Add hook testVic Yang2013-05-141-0/+3
* Scale timer for emulatorVic Yang2013-05-141-1/+11
* Put test utility macros in headerVic Yang2013-05-081-3/+1
* Fix host command in 64-bit executableVic Yang2013-05-081-3/+3
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-072-2/+2