summaryrefslogtreecommitdiff
path: root/util/comm-lpc.c
Commit message (Expand)AuthorAgeFilesLines
* ectool: Revert "ectool: Remove CROS_EC_DEV_IOCRDMEM"Gwendal Grignou2016-04-221-15/+4
* ectool: Remove CROS_EC_DEV_IOCRDMEMGwendal Grignou2016-04-151-4/+15
* clean up x86 i/o checksMike Frysinger2015-04-171-0/+5
* util: Fix return value of ec_commandGwendal Grignou2014-11-171-2/+2
* samus: add options for device passthru and interfaceRandall Spangler2014-07-161-2/+2
* cleanup: Yes, even more TODO commentsRandall Spangler2013-11-041-5/+4
* lpc: No need to scan entire host command I/O space for detectionRandall Spangler2013-10-231-13/+6
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-3/+5
* Comm interface now provides max I/O sizes and preallocated buffersRandall Spangler2013-07-011-1/+8
* Rename LPC packet size constant for version 3 protocolRandall Spangler2013-06-261-1/+1
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-6/+108
* ectool prefers /dev/cros_ec, then falls back to i2c, lpcBill Richardson2013-06-051-78/+77
* Strip out old LPC command protocolRandall Spangler2013-04-111-68/+12
* Clean up ectoolRandall Spangler2012-07-221-37/+27
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-5/+115
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-121-12/+15
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-2/+2
* Tidy util headers and make ec_commands.h not include other headersRandall Spangler2012-06-291-1/+0
* Change ec_command() to return negative values for errorsRandall Spangler2012-06-291-23/+32
* Optimize performance of flash reads/writesRandall Spangler2012-06-181-5/+6
* Improve the timeout when running on non-Google EC boards.Louis Yung-Chieh Lo2012-05-301-2/+36
* Split communication functions from host toolsVincent Palatin2012-05-241-0/+119