summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
Commit message (Expand)AuthorAgeFilesLines
* Support battery cut-off mechanism for factory (R22).release-R22-2723.BLouis Yung-Chieh Lo2012-08-281-0/+8
* Add support for ACPI read/write commandsRandall Spangler2012-07-301-13/+72
* Add RW offset query interface (EC_CMD_FLASH_RW_OFFSET).Louis Yung-Chieh Lo2012-07-241-0/+26
* Revert "Revert "i2c: Support command version numbers""Simon Glass2012-07-241-0/+12
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-221-12/+0
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-8/+24
* i2c: Support command version numbersSimon Glass2012-07-221-0/+12
* Add host command to exit force idle charge stateVic Yang2012-07-181-0/+4
* Add EC flash protect command to ectoolRandall Spangler2012-07-181-0/+54
* Remove old flash WP commandsRandall Spangler2012-07-181-51/+2
* Rename section A to RW, to match other platformsRandall Spangler2012-07-171-3/+3
* Remove firmware BRandall Spangler2012-07-171-6/+5
* Define __packed inside ec_commands.hRandall Spangler2012-07-131-0/+8
* Add GPIO get/set host commandVic Yang2012-07-131-1/+22
* Add a host command to force charge state in IDLE modeVic Yang2012-07-121-0/+6
* Add keyboard recovery eventRandall Spangler2012-07-121-0/+2
* Add second copy of event stateRandall Spangler2012-07-121-0/+2
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-1/+38
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-5/+15
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-121-16/+22
* Add I2C read/write host commandVic Yang2012-07-121-0/+27
* Add host command to check what command versions are supportedRandall Spangler2012-07-111-0/+15
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-30/+39
* Host command interface has only one slot nowRandall Spangler2012-07-101-7/+6
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-101-0/+2
* Remove fake dev switchRandall Spangler2012-07-101-2/+2
* Add option to disable system jumpsRandall Spangler2012-07-091-0/+1
* Add new event for host interface readyRandall Spangler2012-07-071-1/+15
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-0/+16
* Remove unneeded include from ec_commands.hRandall Spangler2012-06-291-2/+0
* Tidy ec command header file. Whitespace/comment changes only.Randall Spangler2012-06-291-56/+127
* Remove flash checksum host commandRandall Spangler2012-06-291-24/+2
* Tidy util headers and make ec_commands.h not include other headersRandall Spangler2012-06-291-2/+0
* Use __packed instead of __attribute__((packed))Randall Spangler2012-06-281-50/+52
* Add hash supportRandall Spangler2012-06-251-1/+44
* Add 'fanduty' command both EC console and ectool.Bill Richardson2012-06-221-0/+6
* Add reboot-at-shutdown flagRandall Spangler2012-06-201-8/+27
* Optimize performance of flash reads/writesRandall Spangler2012-06-181-5/+3
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-011-0/+19
* Detect recovery key combinationVincent Palatin2012-05-311-0/+1
* Add host command to simulate key pressVic Yang2012-05-291-0/+8
* Make ectool correctly report when keyboard backlight is offVic Yang2012-05-261-0/+1
* Add EC command to report board versionVadim Bendebury2012-05-221-0/+6
* Add LPC command to handle vboot stuff.Bill Richardson2012-05-221-0/+27
* Add host command to read temperature sensor infoVic Yang2012-05-221-0/+14
* Use common host command processing for Daisy I2CVincent Palatin2012-05-181-0/+19
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-0/+540