summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util: Remove unnecessary halt in gdbinitTom Hughes2020-05-111-2/+0
* ec: fix `make coverage` code coverage reportingPaul Fagerburg2020-05-111-1/+7
* uart_stress_tester: import logging instead of cros_loggingNamyoon Woo2020-05-081-1/+1
* compare_build.sh: Fix chip boards-with parsingCraig Hesling2020-05-071-3/+2
* compare_build.sh: Add stm32f4 and stm32h7 board groupsCraig Hesling2020-05-071-0/+4
* compare_build.sh: Modularize parsing board groupsCraig Hesling2020-05-071-49/+61
* compare_build.sh: Improve board selectionCraig Hesling2020-05-071-29/+135
* util: Add support for flashing and debugging unit tests with gdbTom Hughes2020-05-051-4/+10
* util: Add support to auto-flash with Segger J-Link gdbserverTom Hughes2020-05-051-5/+47
* it8xxx(iteflash): Support KGD FlashDonald Huang2020-04-301-14/+255
* driver: Add BMI260 basic driver supportChing-Kang Yen2020-04-231-0/+3
* flash_ec: reduce C2D2 i2c bus speed from 1Mhz to 400kHzJett Rink2020-04-231-2/+2
* util/run_host_test: increase default test timeout to 60sJack Rosenthal2020-04-151-1/+1
* servo_updater: Add Servo V4.1 to flash and servo updaterBrian J. Nemec2020-04-081-0/+1
* flash_ec: remove warm_reset for it83xx caseJett Rink2020-04-071-6/+5
* flash_fp_mcu: Add a config for the Volteer fingerprint MCUZhuohao Lee2020-04-071-0/+21
* flash_ec: fix issue with h1 resetJett Rink2020-04-061-31/+35
* EFS2: Add EC_FEATURE_EFS2dnojiri2020-03-311-0/+1
* driver: lis2ds12: Add driver supportMario Tesi2020-03-271-0/+3
* util/flash_ec: correct board nameRuibin Chang2020-03-251-1/+1
* compare_builds.sh: Changed to parallel operationCraig Hesling2020-03-241-69/+105
* cbi: Support PCB supplier fieldAbe Levkoy2020-03-242-0/+13
* util: rewrite the host test runner in Python 3, and drop pexpectJack Rosenthal2020-03-201-72/+105
* Button: add ectool command to simulate button presspandeyan2020-03-171-0/+55
* flash_ec: fix incorrect indentTing Shen2020-03-171-1/+1
* util/ide-config.sh: CleanupCraig Hesling2020-03-171-55/+55
* hammer: Add moonball boardChen-Tsung Hsieh2020-03-161-0/+1
* flash_ec: add error text when c2d2 needs upgradeJett Rink2020-03-121-0/+5
* baseboard/ite_evb: create ite_evb baseboardRuibin Chang2020-03-121-1/+27
* flash_ec: make c2d2 uart flashing more reliableJett Rink2020-03-111-10/+41
* util: Add ide-config.shCraig Hesling2020-03-111-0/+354
* common: motion_sense: implement AP command to read dirty calibrationYuval Peress2020-03-111-0/+1
* util/make_linux_ec_commands_h: Transform UINTxx_MAX into Uxx_MAXGwendal Grignou2020-03-091-0/+5
* remove cr50 related filesNamyoon Woo2020-03-0910-2869/+0
* util: Add script to update release branch from masterTom Hughes2020-03-071-0/+95
* ec_commands.h: add info_4 in sensor request structureGwendal Grignou2020-03-071-1/+1
* ec_commands.h: Minor changes to integrate with cros_ec_commands.hGwendal Grignou2020-03-051-1/+1
* getversion.sh: Generalize FP targets for nucleo-*Craig Hesling2020-03-041-1/+1
* getversion.sh: Add cryptoc git hash for fingerprintCraig Hesling2020-03-041-0/+3
* getversion.sh: Add private/.../fpc git hash for fingerprintCraig Hesling2020-03-041-0/+3
* compare_build.sh: Fix restore detached HEADCraig Hesling2020-03-011-0/+5
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-2/+0
* common/system: Add sysinfo host commandTom Hughes2020-02-281-0/+80
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-282-3/+3
* c2d2: add support for I2C-based flashingJett Rink2020-02-271-10/+27
* util: add flash_cr50 script for updating cr50.Mary Ruthven2020-02-261-0/+771
* flash_ec: add pointer to iteflash.mdJett Rink2020-02-251-2/+3
* iteflash: honor Ctrl+C signalJett Rink2020-02-251-12/+4
* util: Fix shellcheck warnings in getversion.shTom Hughes2020-02-241-13/+14
* util: convert config_option_check.py to Python 3Jack Rosenthal2020-02-221-18/+28