summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
...
* pd: Modify BIST mode according to ECR#PD2.0.1.0.004Scott2015-04-091-0/+5
* pd: Massage initialization at task start.Todd Broch2015-02-251-1/+2
* pd: check for collisions before transmittingAlec Berg2014-12-171-1/+9
* math: use CONFIG_FPU when using float.Gwendal Grignou2014-11-091-0/+2
* Fix incorrect valid and writable flash flagsVic Yang2014-10-151-0/+26
* Add back unit test for usb_pd"Vic Yang2014-10-042-0/+290
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-8/+4
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-291-0/+21
* Revert "Add back unit test for usb_pd"Vic Yang2014-08-152-290/+0
* Add back unit test for usb_pdVic Yang2014-08-132-0/+290
* Revert "Add unit test for usb_pd"Alec Berg2014-08-112-290/+0
* Add unit test for usb_pdVic Yang2014-08-102-0/+290
* watchdog: Give more leeway to the independent watchdogDoug Anderson2014-06-231-2/+2
* Remove old TODO comment in emulator UART moduleVic (Chun-Ju) Yang2014-01-091-4/+1
* emulator: Fix a bug that jump tag is overwrittenVic (Chun-Ju) Yang2014-01-081-5/+0
* Process emulator UART events in interrupt contextVic (Chun-Ju) Yang2014-01-061-11/+16
* Add interrupt support for emulatorVic Yang2014-01-061-1/+1
* extract common core codeVincent Palatin2013-12-051-0/+5
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-4/+2
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-5/+8
* cleanup: Rename and move header filesRandall Spangler2013-10-231-0/+17
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-142-1/+15
* Emulator support of fake GPIO inputVic Yang2013-10-011-1/+34
* Test interface for detaching fake I2C devicesVic Yang2013-09-271-0/+76
* Mock flash erase/write function at physical layerVic Yang2013-09-242-3/+15
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+42
* Split uart_process() into input and output processingRandall Spangler2013-09-111-2/+5
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-1/+2
* Add BQ27541 battery driverVic Yang2013-09-052-1/+35
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-0/+2
* Add test for console command historyVic Yang2013-08-181-0/+33
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-0/+11
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-241-3/+0
* Support emulator hibernateVic Yang2013-07-241-1/+11
* Reboot emulator with execv()Vic Yang2013-07-244-3/+35
* Fix reset flags and sysjump time for emulatorVic Yang2013-07-231-13/+70
* Test sysjump tag in kb_8042 testVic Yang2013-07-233-1/+117
* Add EC_CMD_GET_FLASH_INFO version 1Randall Spangler2013-07-181-0/+1
* Make a top-level config.h file to include sub-configsRandall Spangler2013-07-161-3/+3
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-162-3/+2
* Add I8042 keyboard unit testVic Yang2013-07-112-1/+34
* Add function to inject console input from testVic Yang2013-07-111-2/+19
* Console input support for emulatorVic Yang2013-06-101-3/+57
* Enable flash unit test on emulatorVic Yang2013-06-034-4/+155
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-13/+7
* Fix a bug in emulator persistent storageVic Yang2013-05-281-1/+3
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-0/+5
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* Add persistent storage for emulatorVic Yang2013-05-074-1/+89
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-076-0/+293