summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Remove QEMU testsstabilize-4886.BVic Yang2013-10-292-265/+0
* cleanup: comments in i2c modulesRandall Spangler2013-10-251-2/+4
* lpc: No need to scan entire host command I/O space for detectionRandall Spangler2013-10-231-13/+6
* ec: add nyan boardYen Lin2013-10-171-1/+1
* Create samus board configBill Richardson2013-09-301-1/+1
* Tool support for STM32L-Discovery boardJeremy Thorpe2013-09-282-2/+3
* rambi: Initial EC firmwareChromeOS Developer2013-09-251-4/+4
* ec: fix duplicate 'const' declarartion.Yunlian Jiang2013-09-171-1/+1
* Change get-set host command to be less genericBill Richardson2013-09-121-8/+8
* Add command for Haswell to pause in s5 at shutdownBill Richardson2013-09-061-0/+40
* Allow parallel unit testing in make_all.shVic Yang2013-09-051-1/+1
* Add LIGHTBAR_CMD_VERSION command to detect lightbar features.stabilize-4636.BBill Richardson2013-08-302-1/+12
* bolt: add board support to flash_ecAaron Durbin2013-08-231-1/+1
* Completely new thermal/fan implementationBill Richardson2013-08-231-6/+164
* kirby: Add kirby support to util/flash_ec.Jeremy Thorpe2013-08-211-1/+1
* Remove board 'wolf' from master/ToT branch.stabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BDave Parker2013-08-121-1/+1
* ectool: Return non-success exit code on bad EC status.Shawn Nematbakhsh2013-08-072-0/+4
* Peppy ectool led commandDave Parker2013-08-071-11/+36
* Pass command line arguments to make from make_all.shVic Yang2013-08-011-1/+1
* ectool: fix console commandAaron Durbin2013-07-261-3/+7
* Reboot emulator with execv()Vic Yang2013-07-241-11/+2
* Add a script to build all platforms and run host-based unit testsRandall Spangler2013-07-241-0/+17
* Truncate version string to 32 charactersRandall Spangler2013-07-191-4/+17
* Add ectool discharge command to Falco and Peppy.Dave Parker2013-07-191-13/+27
* Add EC_CMD_GET_FLASH_INFO version 1Randall Spangler2013-07-181-2/+18
* Add 'version' option to ectool test command.Bill Richardson2013-07-161-3/+13
* Split wireless power/radio control out of switch.cRandall Spangler2013-07-111-3/+4
* Uprev panic data struct versionVic Yang2013-07-101-6/+28
* Initial board commit for Wolf based on Slippy.Dave Parker2013-07-091-1/+1
* Fix uninitialized constant in util/comm-dev.cBill Richardson2013-07-091-1/+1
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-033-14/+9
* ec: puppy: add support to flash ecJimmy Zhang2013-07-031-1/+1
* Use EC_CMD_READ_MEMMAP on platforms without mapped memory.Bill Richardson2013-07-031-6/+21
* Retry ectool commands that return EC_RES_IN_PROGRESSBill Richardson2013-07-031-4/+10
* ectool: Correct the empty console checkSimon Glass2013-07-021-2/+3
* Add get-protocol-information commandRandall Spangler2013-07-021-0/+33
* Allow bigger flash write commandsRandall Spangler2013-07-014-8/+119
* Comm interface now provides max I/O sizes and preallocated buffersRandall Spangler2013-07-018-42/+76
* Add common interface to EC flash commandsRandall Spangler2013-07-015-72/+184
* Split file read/write functions out of ectool.cRandall Spangler2013-06-284-81/+125
* ectool command to print panic dataVic Yang2013-06-271-0/+67
* Rename LPC packet size constant for version 3 protocolRandall Spangler2013-06-261-1/+1
* Add EC_CMD_TEST_PROTOCOL to fake certain responses.Bill Richardson2013-06-203-3/+44
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-6/+108
* Make target for test coverage report generationVic Yang2013-06-161-0/+2
* Fix some stupidness in ectool's comm_init() handlingBill Richardson2013-06-141-1/+1
* ectool prefers /dev/cros_ec, then falls back to i2c, lpcBill Richardson2013-06-058-211/+405
* Make flash_ec capable of writing to an incorrectly-protected STM32Randall Spangler2013-06-031-8/+6
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-3/+27
* Make ectool LED command more genericVic Yang2013-06-031-33/+67