summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: UartUpdateTool retries Host/Dev sync up to three timesNamyoon Woo2019-08-221-12/+14
* driver: lis2dwl: add driver supportPaul Ma2019-08-211-0/+3
* util/presubmit_check.sh: Exclude README.md and navbar.md filesTom Hughes2019-08-211-0/+4
* hammer: Add magnemite boardNicolas Boichat2019-08-161-0/+1
* util: make flash_ec tolerant with dummy npcx_uut chipNamyoon Woo2019-08-151-2/+4
* tglrvp_ite: Add TGL-U/Y RVP base codeDaniel Gonzalez2019-08-151-0/+2
* flash_ec: support "--read" and "--verify" flags for npcx_uutNamyoon Woo2019-08-141-23/+74
* driver: lis2dw12: Add driver supportmario tesi2019-08-131-0/+3
* cbi-util: Remove OEM_ID from required fieldsPhilip Chen2019-08-121-6/+4
* hammer: Add masterball boardNicolas Boichat2019-08-121-0/+1
* flash_ec: removing the bandaid fix on setting i2c_mux for npcx_uutNamyoon Woo2019-08-101-17/+1
* flash_ec: die explicitly on error casesNamyoon Woo2019-08-091-18/+34
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-0/+50
* ec3po: make debug logs more user-friendly to readRuben Rodriguez Buchillon2019-08-061-7/+38
* ectool: print unsigned version of sensor valuesJett Rink2019-08-021-1/+5
* util/lbcc: match up format string and argumentsPatrick Georgi2019-07-311-1/+1
* util/uut: don't pass NULL string to printf that expects no argumentsPatrick Georgi2019-07-311-1/+1
* util/genvif.c: close file on errorPatrick Georgi2019-07-311-0/+2
* util/cbi-util.c: free memory in error casesPatrick Georgi2019-07-311-1/+3
* util/uut/cmd.c: fix printf argumentsPatrick Georgi2019-07-311-7/+7
* util/ec_flash: avoid divide-by-zeroPatrick Georgi2019-07-311-0/+7
* ectool: Add stress command to ectoolCraig Hesling2019-07-251-0/+166
* ec_commands: Add EC_CMD_MKBP_WAKE_MASK.Aseda Aboagye2019-07-251-0/+72
* it83xx(iteflash): Support Flash for it8xxx1 or it8xxx2Donald Huang2019-07-251-16/+62
* util: Unify separate flash_fp_mcu scripts into single common oneTom Hughes2019-07-231-0/+124
* signer: improve debug reporting of the signer scriptVadim Bendebury2019-07-231-4/+4
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-5/+9
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-1/+3
* util: uart_stress_tester raises an error on character lossNamyoon Woo2019-07-181-8/+27
* util: uart_stress_tester checks if the given ports existNamyoon Woo2019-07-181-0/+12