summaryrefslogtreecommitdiff
path: root/util/ectool.c
Commit message (Expand)AuthorAgeFilesLines
* Support battery cut-off mechanism for factory (R22).release-R22-2723.BLouis Yung-Chieh Lo2012-08-281-0/+27
* Add GEC lock mechanism.Louis Yung-Chieh Lo2012-08-211-3/+17
* 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
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-221-0/+29
* Add reboot-at-shutdown flagRandall Spangler2012-06-201-24/+35
* Optimize performance of flash reads/writesRandall Spangler2012-06-181-6/+5
* EC: alphabetize command list in help messageLuigi Semenzato2012-06-081-20/+20
* Fix typo in ectool help.Bill Richardson2012-06-081-4/+2
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-011-0/+60
* Add host command to simulate key pressVic Yang2012-05-291-0/+43
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-1/+4
* Split communication functions from host toolsVincent Palatin2012-05-241-101/+2
* Add LPC command to handle vboot stuff.Bill Richardson2012-05-221-5/+71
* Add host command to read temperature sensor infoVic Yang2012-05-221-0/+33
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-118/+118
* Add LPC lightbar command to get the current sequence.Bill Richardson2012-05-081-16/+28
* Fix ectool battery command printable character detectionRong Chang2012-04-301-1/+1
* Fix ectool battery command corrupts charactersRong Chang2012-04-271-17/+66
* Give ectool the same lightbar commands as the console.Bill Richardson2012-04-251-21/+146
* Change ectool command args to work like main()Bill Richardson2012-04-191-78/+75
* Support chipinfo command (ectool/host commands)Louis Yung-Chieh Lo2012-04-091-0/+21
* Export more battery information in LPC mapDuncan Laurie2012-04-061-28/+33
* First "ectool lightbar" command.Bill Richardson2012-04-041-0/+32
* Revert "Add back LPC temperature read command as workaround."Vic Yang2012-04-051-38/+0
* Temperature sensor grouping.Vic Yang2012-03-161-10/+10
* Add wake signal to PCHRandall Spangler2012-03-151-5/+53
* Add back LPC temperature read command as workaround.Vic Yang2012-03-141-0/+38