summaryrefslogtreecommitdiff
path: root/board/host
Commit message (Expand)AuthorAgeFilesLines
* accel: add host command to modify accel params and add ectool commandAlec Berg2014-03-311-1/+1
* rambi: Rotate accelerometer data into standard reference frameAlec Berg2014-02-262-0/+6
* Added unit tests for lid angle calculation and acosAlec Berg2014-02-172-0/+34
* Add support for extra buttons not on the keyboardChromeOS Developer2014-02-042-0/+20
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-3/+3
* Move battery temp ranges to battery_info structRandall Spangler2013-12-031-15/+12
* cleanup: mkbp keyboard moduleRandall Spangler2013-10-301-1/+0
* Separate fan_t from pwm_tBill Richardson2013-10-302-6/+12
* Rename CONFIG_FAN to CONFIG_FANSBill Richardson2013-10-301-1/+1
* Separate common fan behavior from implementationBill Richardson2013-10-302-0/+68
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-6/+0
* rambi: Control LEDs using PWMRandall Spangler2013-10-081-1/+0
* cleanup: Battery header files and filenamesRandall Spangler2013-10-073-8/+6
* Emulator support of fake GPIO inputVic Yang2013-10-011-3/+7
* Add a test for x86 backlight passthroughVic Yang2013-09-272-0/+4
* Merge smart_battery_stub.h to smart_battery.hVic Yang2013-09-271-1/+0
* Add test for memory-mapped switch informationVic Yang2013-09-251-0/+1
* cleanup: move test mocks to board/host and remove unused mocksRandall Spangler2013-09-193-0/+227
* Fix task priorities for console and hostcmd tasksRandall Spangler2013-09-141-2/+2
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-111-0/+5
* Also test temp sensor read delegation in thermal testVic Yang2013-09-041-4/+4
* Refactor PWM moduleVic Yang2013-08-271-0/+7
* Remove unused test configVic Yang2013-08-241-19/+1
* Completely new thermal/fan implementationBill Richardson2013-08-232-1/+2
* Add test for console command historyVic Yang2013-08-181-0/+3
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-072-0/+11
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-2/+5
* Add turbo mode charger support, and tests for it.Bill Richardson2013-07-251-0/+12
* Change macro names used for test configurationsBill Richardson2013-07-251-2/+2
* Clean up more config options - FMAP, etc.Randall Spangler2013-07-241-2/+2
* Clean up more config optionsRandall Spangler2013-07-241-2/+0
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-241-0/+7
* Clean up and document more config optionsRandall Spangler2013-07-241-0/+1
* Clean up debug config optionsRandall Spangler2013-07-231-4/+0
* Add system_common unit testVic Yang2013-07-222-6/+38
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Add extpower-gpio unit testVic Yang2013-07-112-5/+10
* Add I8042 keyboard unit testVic Yang2013-07-111-1/+7
* Fix EC_ENTERING_RW not being assertedRandall Spangler2013-07-092-0/+2
* Enable flash unit test on emulatorVic Yang2013-06-032-0/+4
* Add assertion support to emulatorVic Yang2013-05-281-0/+5
* Revert "Revert "Add thermal engine test""Vic Yang2013-05-172-0/+22
* Revert "Add thermal engine test"Vic Yang2013-05-162-22/+0
* Add thermal engine testVic Yang2013-05-152-0/+22
* Add power button testVic Yang2013-05-082-1/+4
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-082-0/+3
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-075-0/+101