summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-101-2/+6
* Add uppercase defined constants for BOARD_, CHIP_, etc.Randall Spangler2013-12-091-5/+5
* Remove bolt, daisy, kirby, puppy, slippy boardsRandall Spangler2013-11-212-7/+3
* Clean up hook priorties on LM4Randall Spangler2013-11-041-0/+1
* Provide multiple fan support within the EC itselfBill Richardson2013-11-022-2/+2
* cleanup: Even more TODO commentsRandall Spangler2013-11-012-4/+2
* cleanup: mkbp keyboard moduleRandall Spangler2013-10-301-1/+8
* Separate fan_t from pwm_tBill Richardson2013-10-301-6/+0
* Rename CONFIG_FAN to CONFIG_FANSBill Richardson2013-10-301-2/+2
* Separate common fan behavior from implementationBill Richardson2013-10-303-2/+4
* Remove QEMU testsstabilize-4886.BVic Yang2013-10-2911-809/+0
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-253-5/+5
* cleanup: Rename and move header filesRandall Spangler2013-10-232-1/+17
* Re-enable basic tests for most LM4-based boardsVic Yang2013-10-171-6/+2
* cleanup: Battery header files and filenamesRandall Spangler2013-10-073-6/+4
* cleanup: Move board-specific LED state machines to board dirsRandall Spangler2013-10-075-3/+4
* Test more error cases of host command handlingVic Yang2013-10-011-2/+26
* Emulator support of fake GPIO inputVic Yang2013-10-017-115/+38
* Create samus board configBill Richardson2013-09-301-0/+1
* Support backlight control via lid onlyRandall Spangler2013-09-276-4/+133
* Add a test for x86 backlight passthroughVic Yang2013-09-274-0/+163
* Test charging error state when battery is detachedVic Yang2013-09-271-0/+15
* Add test for LP5562 LED controlVic Yang2013-09-254-6/+312
* Add test for memory-mapped switch informationVic Yang2013-09-252-0/+20
* Mock flash erase/write function at physical layerVic Yang2013-09-242-54/+42
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-0/+6
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+15
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-118-14/+1123
* Add boot key testVic Yang2013-09-053-5/+85
* Add multi-step test supportVic Yang2013-09-052-51/+24
* Add BQ27541 battery driverVic Yang2013-09-051-0/+4
* Implement emulator clock fast-forwardingVic Yang2013-09-041-3/+0
* Add host command testVic Yang2013-09-043-1/+179
* Also test temp sensor read delegation in thermal testVic Yang2013-09-041-3/+3
* Add unit test for 'chan' commandVic Yang2013-09-041-1/+30
* Add more charge state machine testVic Yang2013-09-043-0/+127
* Falco: throttle if battery current drain is too highBill Richardson2013-08-232-0/+141
* Completely new thermal/fan implementationBill Richardson2013-08-235-295/+794
* Add test for console command historyVic Yang2013-08-181-8/+50
* Remove board 'wolf' from master/ToT branch.stabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BDave Parker2013-08-121-1/+0
* Add abstract "cond_t" type to detect state transitions.Bill Richardson2013-08-091-0/+98
* Remove proxy config flags for unit testsVic Yang2013-08-042-11/+26
* Add turbo mode charger support, and tests for it.Bill Richardson2013-07-255-1/+335
* Change macro names used for test configurationsBill Richardson2013-07-251-2/+2
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-244-0/+134
* bolt: add prelimnary supportAaron Durbin2013-07-241-0/+1
* Lessen timing constraints in hooks testVic Yang2013-07-231-3/+3
* Test power button in kb_8042 testVic Yang2013-07-231-0/+48
* Test sysjump tag in kb_8042 testVic Yang2013-07-231-4/+38
* Add system_common unit testVic Yang2013-07-223-1/+127