summaryrefslogtreecommitdiff
path: root/common/host_command.c
Commit message (Expand)AuthorAgeFilesLines
* host_command: Add send_result() to the arg structureSimon Glass2012-07-221-8/+13
* Support preserving reset flags across a resetRandall Spangler2012-07-161-1/+1
* Use response pointer and size from host command args structRandall Spangler2012-07-121-3/+2
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-121-1/+1
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-121-0/+7
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-111-38/+15
* Add host command to check what command versions are supportedRandall Spangler2012-07-111-11/+33
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-31/+61
* Host command interface has only one slot nowRandall Spangler2012-07-101-31/+25
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-101-23/+0
* Get rid of double debug output for host commandsRandall Spangler2012-07-101-2/+0
* Add new event for host interface readyRandall Spangler2012-07-071-3/+5
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-1/+39
* Add host_command_process() to process a command immediatelySimon Glass2012-07-031-11/+20
* Remove unnecessary host_send_result()Simon Glass2012-07-021-6/+4
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-17/+4
* Use common host command processing for Daisy I2CVincent Palatin2012-05-181-0/+2
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-25/+25
* Slightly update the host commands APIVincent Palatin2012-05-141-11/+31
* Refactor async console outputRandall Spangler2012-04-241-4/+7
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-6/+1
* Change task messages to eventsRandall Spangler2012-04-061-8/+8
* Add LPC command to get EC build infoRandall Spangler2012-03-051-34/+0
* Add SMI/SCI supportRandall Spangler2012-03-051-0/+22
* Refactor LPC status / result codesRandall Spangler2012-03-011-6/+6
* Fix version command crashing if no image BRandall Spangler2012-02-281-16/+0
* Register host commands the same clever way we do console commandsRandall Spangler2012-02-281-79/+27
* Add persistent host storage in EC EEPROMRandall Spangler2012-02-281-3/+15
* Remove EC_LPC_COMMAND_TEMP_SENSOR_GET_READINGSVic Yang2012-02-271-5/+0
* Add EC host commands for keyboard backlightRandall Spangler2012-02-211-3/+13
* USB charging control LPC command.Vic Yang2012-02-161-0/+4
* register console commands at compile-timeVincent Palatin2012-01-241-10/+1
* Add EC host command to control fan speed.Vic Yang2011-12-271-3/+10
* Add host command to read temperature sensor valueVic Yang2011-12-221-0/+4
* Support flash checksum command for re-transmit.Louis Yung-Chieh Lo2011-12-121-4/+9
* Add flash write protect range commandRong Chang2011-12-121-0/+12
* Add user-mode LPC endpointRandall Spangler2011-12-081-26/+34
* Fix LPC drive strength for I/O lines interfering with x86 boot.Randall Spangler2011-12-081-8/+10
* Initial sources import 1/3Randall Spangler2011-12-071-0/+203