summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Update EC_CMD_CHARGE_CONTROL to version 2Daisuke Nojiri2022-05-091-7/+84
* driver: Add support for BMI220 sensorMike Lee2021-10-121-0/+3
* driver: Add BMI260 basic driver supportChing-Kang Yen2021-10-022-1/+4
* base_state: implement basestate host commandTing Shen2021-06-011-0/+32
* driver: add ICM-42607 driver supportJuHyun Kim2021-05-181-0/+3
* hammer: Add don boardShou-Chieh Hsu2021-04-241-0/+1
* util/ecst: Make sure that copying back arguments doesn't exceed MAX_ARGSPatrick Georgi2021-02-261-1/+2
* ectool_keyscan: add missing null terminator to kbd_plain_xlateFabio Baltieri2021-02-261-1/+1
* driver: add icm426xx chip type defineJean-Baptiste Maneyrol2021-01-081-0/+3
* common/vboot: Add rwsig info commandTom Hughes2020-12-301-11/+166
* hammer: Add moonball boardChen-Tsung Hsieh2020-03-161-0/+1
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-161-0/+4
* 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
* util: uartupdatetool: do not strip trailing white spaceNamyoon Woo2019-08-231-8/+2
* ectool: Update usbpdmuxinfo to latest changesVijay Hiremath2019-08-221-11/+7
* flash_ec: use active_v4_deviceMary Ruthven2019-08-221-4/+31