summaryrefslogtreecommitdiff
path: root/common/host_command.c
Commit message (Expand)AuthorAgeFilesLines
* 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