summaryrefslogtreecommitdiff
path: root/util/ectool.c
Commit message (Expand)AuthorAgeFilesLines
* link: allow to decrease maximum battery charging currentVincent Palatin2012-11-071-0/+26
* ectool: Add keyscan test featuresSimon Glass2012-11-011-0/+4
* snow: fail battery command on unsupported systemRong Chang2012-11-011-0/+6
* Fix help message for ectoolRandall Spangler2012-10-221-1/+1
* Make S3 red-light flash adjustable.Bill Richardson2012-10-171-2/+4
* Fix lightbar bug, add more tweaks.Bill Richardson2012-10-151-0/+6
* Set minimum brightness to 35%, variable osc settings.Bill Richardson2012-10-141-2/+25
* Parameterize the lightbar behavior as much as possible.Bill Richardson2012-10-111-1/+155
* link: Added sensor-not-calibrated error for TMP006Randall Spangler2012-10-111-0/+7
* Add host command to get/set TMP006 calibration dataRandall Spangler2012-10-111-0/+75
* stm32: Implement keyscan configuration commandSimon Glass2012-10-051-0/+151
* link: add hibernate option to ectool reboot_ecRandall Spangler2012-10-041-0/+2
* link: Add more info to 'ectool battery'Randall Spangler2012-10-021-0/+29
* Clean up reboot host commandRandall Spangler2012-09-261-1/+1
* Refactor lightbar host command to pass messages the new way.Bill Richardson2012-09-211-57/+57
* Reset LPC from-host channel status on LPC resetRandall Spangler2012-09-171-0/+12
* Add capability to auto-hash correct size for EC-RO or EC-RWRandall Spangler2012-09-121-12/+30
* Add host command to dump charge state machine contextVic Yang2012-09-101-0/+23
* comm-i2c.c upgrades to protocol v2.Louis Yung-Chieh Lo2012-09-051-2/+7
* Support battery cut-off mechanism for factory.Louis Yung-Chieh Lo2012-08-281-0/+27
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-251-6/+6
* Add "lightbar demo" mode for executive bikesheddingBill Richardson2012-08-201-0/+15
* Add GEC lock mechanism.Louis Yung-Chieh Lo2012-08-101-3/+17
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-091-0/+31
* Add real-time clock supportRandall Spangler2012-08-071-0/+45
* Remove signature-based vboot supportRandall Spangler2012-08-071-60/+0
* Add "all" command for sensor temperatures and sensor info.Luigi Semenzato2012-07-241-12/+57
* Clean up ectoolRandall Spangler2012-07-221-0/+1
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-13/+25
* Add host command to exit force idle charge stateVic Yang2012-07-181-2/+20
* Add EC flash protect command to ectoolRandall Spangler2012-07-181-0/+75
* Rename section A to RW, to match other platformsRandall Spangler2012-07-171-11/+10
* Remove firmware BRandall Spangler2012-07-171-7/+3
* Fix return code from ectoolRandall Spangler2012-07-161-39/+42
* Add GPIO get/set host commandVic Yang2012-07-131-0/+66
* Add a host command to force charge state in IDLE modeVic Yang2012-07-121-0/+17
* Add ectool support for get/clear event B flagsRandall Spangler2012-07-121-0/+56
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-42/+47
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-3/+3
* Add I2C read/write host commandVic Yang2012-07-121-0/+108
* Add host command to check what command versions are supportedRandall Spangler2012-07-111-2/+34
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-12/+12
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-101-21/+0
* Remove fake dev switchRandall Spangler2012-07-101-3/+2
* Add option to disable system jumpsRandall Spangler2012-07-091-1/+3
* Add new event for host interface readyRandall Spangler2012-07-071-2/+8
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-20/+10
* Tidy util headers and make ec_commands.h not include other headersRandall Spangler2012-06-291-3/+0
* Change ec_command() to return negative values for errorsRandall Spangler2012-06-291-56/+59
* Add hash supportRandall Spangler2012-06-251-0/+123