summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* cr50: prepare to release 0.{3,4}.25Mary Ruthven2020-01-222-2/+2
* fizz: restore building the ecst toolVadim Bendebury2020-01-083-0/+2808
* utils/extras: do not build unnecessary toolsVadim Bendebury2020-01-0785-34450/+0
* flash_ec: Fix accidental dut-control invocationFei Shao2019-11-261-1/+1
* cr50: prepare to release 0.{3,4}.24Vadim Bendebury2019-11-222-2/+2
* flash_ec: Fix servo micro boot0 for fpmcu/usbpdCraig Hesling2019-11-221-0/+4
* cr50: switch to new dev keyVadim Bendebury2019-11-212-8/+8
* flash_ec: enable UUT (UART) programming from microJett Rink2019-11-111-0/+27
* usbc: Get current DP pin mode and CC stateAyushee2019-11-011-0/+10
* make_linux_ec_commands_h.sh: Fail gracefully outside of chrootStefan Reinauer2019-10-291-0/+6
* util: Add optional gdbinit for EC debuggingCraig Hesling2019-10-241-0/+172
* ectool: Add new mkbpget command to get button/switch statusNicolas Boichat2019-10-161-0/+83
* util/ectool: move `struct command` into `ectool.h`Harry Cutts2019-10-162-9/+16
* util: add build include for private host toolsHarry Cutts2019-10-111-0/+6
* flash_fp_mcu: Add pwr enable for hatch followersCraig Hesling2019-10-101-2/+9
* ec_commands: Obsolete v0 and declare v1 of host command EC_CMD_POWER_INFOTim Wawrzynczak2019-10-051-9/+29
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* flash_ec: Look for flashrom in PATH before /usr/sbinRaul E Rangel2019-10-041-1/+1
* flash_ec: Support image name with spacesRaul E Rangel2019-10-041-2/+2
* util/comm-i2c: Add switch to specify I2C busHarry Cutts2019-10-044-34/+73
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-0/+55
* cr50: prepare to release 0.{3,4}.23Vadim Bendebury2019-10-022-2/+2
* Unify #! use in python scriptsStefan Reinauer2019-10-019-9/+9
* util/comm-i2c: return response length from `ec_command`Harry Cutts2019-10-011-1/+1
* automation: move create_variant to dev/contribPaul Fagerburg2019-09-281-63/+0
* util/comm-i2c: upgrade to host command protocol v3Harry Cutts2019-09-261-104/+133
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-261-9/+9
* iteflash.md: Update link to CrOS EC development docMatthew Blecker2019-09-251-1/+1
* ec: improvements in automation scriptPaul Fagerburg2019-09-211-34/+33
* flash_fp_mcu: add options for flash read/write protectionTom Hughes2019-09-181-3/+29
* util/ecst: Fix sign issues for file sizePatrick Georgi2019-09-121-2/+2
* util/ecst.c: Improve return values in calc_header_crc_binPatrick Georgi2019-09-121-3/+3
* util/ecst.c: Catch errors in remaining fseek callsPatrick Georgi2019-09-121-3/+7
* util: Add missing "meanings" from ec_status codesTom Hughes2019-09-091-1/+6
* util/ectool: check malloc for NULLPatrick Georgi2019-09-071-0/+2
* util/ecst: check fseek/ftell return valuesPatrick Georgi2019-09-071-26/+35
* util/ectool.c: Fix resource leakPatrick Georgi2019-09-071-0/+1
* util/ecst.c: ensure string terminationPatrick Georgi2019-09-071-5/+9
* ec: create initial EC image for a new variantPaul Fagerburg2019-09-061-0/+64
* util/ectool: Free memory before giving upPatrick Georgi2019-09-041-0/+2
* util/iteflash: Close file on error pathPatrick Georgi2019-09-041-0/+1
* util/uut: Fix printf formatsPatrick Georgi2019-09-042-7/+7
* util/uut/l_com_port: coding style fixPatrick Georgi2019-09-041-4/+4
* util/comm-i2c: Fix memory leakPatrick Georgi2019-09-041-1/+2
* audio_codec: remove unused EC_FEATURE codeTzung-Bi Shih2019-09-031-1/+0
* util/ectool: Protect against out-of-memory conditionPatrick Georgi2019-08-281-1/+6
* cr50: prepare to release 0.{3,4}.21Vadim Bendebury2019-08-272-2/+2
* flash_ec: Add support for dartmonkey and bloonchipperCraig Hesling2019-08-271-1/+3
* flash_ec: npcx_uut uses "--read-flash" flag to read EC binaryNamyoon Woo2019-08-261-14/+8
* util: UartUpdateTool: support "--read-flash" flagCHLin2019-08-263-13/+144