summaryrefslogtreecommitdiff
path: root/common/host_command.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-6/+13
* cleanup: TODOs in ec_commands.hRandall Spangler2013-10-311-0/+1
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-22/+24
* Host commands don't set the response pointerRandall Spangler2013-08-021-17/+4
* Word-align the host memory mapRandall Spangler2013-08-011-1/+5
* Debug host command responses for error results too.Bill Richardson2013-07-151-5/+5
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-2/+2
* Add new hcdebug modes to skip printing duplicate host commandsRandall Spangler2013-07-021-13/+69
* Add EC_CMD_TEST_PROTOCOL to fake certain responses.Bill Richardson2013-06-201-0/+17
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-0/+183
* Enhance host command debug outputVadim Bendebury2013-06-201-1/+2
* Fix flash testsVic Yang2013-04-151-1/+1
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-8/+2
* Clean up host command moduleRandall Spangler2012-10-251-39/+38
* Host commands use correct console channelRandall Spangler2012-10-181-2/+2
* Move pending command logic into host_commandSimon Glass2012-09-101-2/+96
* Fix stack overflow in hostcmd commandRandall Spangler2012-09-041-5/+21
* host_command: Add host_send_response() to send responsesSimon Glass2012-08-161-2/+7
* Add additional host command debug outputRandall Spangler2012-08-011-5/+39
* Improve hostcmd commandRandall Spangler2012-07-301-21/+23
* Change host command params/response pointers to void *Randall Spangler2012-07-261-16/+8
* Add console command to inject host commandVic Yang2012-07-231-0/+87
* host_command: Add send_result() to the arg structureSimon Glass2012-07-231-8/+13
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-221-13/+8
* 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