summaryrefslogtreecommitdiff
path: root/util/ectool.c
Commit message (Expand)AuthorAgeFilesLines
* driver: add icm426xx chip type defineJean-Baptiste Maneyrol2020-08-291-0/+3
* ectool: add pse host commandJeff Chase2020-08-221-0/+66
* common: motion_sense: Add on-body/off-body detectionGwendal Grignou2020-08-141-0/+1
* cbi: add Second Source Factory Cache (SSFC) CBI fieldMarco Chen2020-08-131-0/+1
* ectool: Fix "rwsig dump key_id" hex outputCraig Hesling2020-08-061-1/+1
* CBI: Add ectool command to remove board infoCheng-Han Yang2020-07-161-2/+27
* ectool: Show smartdischarge thresholds by charge %Daisuke Nojiri2020-06-301-2/+12
* ectool: motionsense: add commands for fast/manual offset compensationInno.Park2020-06-241-26/+77
* Battery: Implement smart discharge systemDaisuke Nojiri2020-06-201-0/+64
* driver: Add BMI260 basic driver supportChing-Kang Yen2020-04-231-0/+3
* EFS2: Add EC_FEATURE_EFS2dnojiri2020-03-311-0/+1
* driver: lis2ds12: Add driver supportMario Tesi2020-03-271-0/+3
* cbi: Support PCB supplier fieldAbe Levkoy2020-03-241-0/+1
* Button: add ectool command to simulate button presspandeyan2020-03-171-0/+55
* common: motion_sense: implement AP command to read dirty calibrationYuval Peress2020-03-111-0/+1
* ec_commands.h: add info_4 in sensor request structureGwendal Grignou2020-03-071-1/+1
* 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-281-1/+1
* common/vboot: Add rwsig info commandTom Hughes2020-02-061-11/+166
* TCPMv1: Add support for USB4.0Ayushee Shah2020-01-311-0/+1
* TCPMv1: Cleanup sending TBT control flags to hostVijay Hiremath2020-01-291-17/+12
* ectool: Fix ectool motionsense info commandTim Wawrzynczak2020-01-181-1/+1
* utils: fix uninitialized variable in newer versions of gccJack Rosenthal2020-01-111-0/+2
* TCPMv1: Correct the TBT3 Discovery and Entry FlowVijay Hiremath2020-01-101-4/+4
* cbi: fix print of 32-bit int value in ectoolJett Rink2020-01-091-6/+14
* common: Add feature flag for online calibrationYuval Peress2019-12-191-3/+7
* usb_pd: Sending Thunderbolts-compatible host notificationAyushee2019-12-171-1/+31
* TCPMv1: Add support for Thunderbolt-compatible modeAyushee2019-12-171-0/+1
* cbi: add FW_CONFIG CBI fieldJett Rink2019-12-161-0/+1
* usb_pd: Rename "Externally powered" to "Unconstrained Power"Benson Leung2019-12-121-2/+2
* EC: Implementation for AP reboot from G3 state using ectool command.Sooraj Govindan2019-12-101-0/+11
* usbc: Get current DP pin mode and CC stateAyushee2019-11-011-0/+10
* 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-161-5/+0
* ec_commands: Obsolete v0 and declare v1 of host command EC_CMD_POWER_INFOTim Wawrzynczak2019-10-051-9/+29
* util/comm-i2c: Add switch to specify I2C busHarry Cutts2019-10-041-2/+26
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-0/+55
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-261-9/+9
* util/ectool: check malloc for NULLPatrick Georgi2019-09-071-0/+2
* util/ectool.c: Fix resource leakPatrick Georgi2019-09-071-0/+1
* util/ectool: Free memory before giving upPatrick Georgi2019-09-041-0/+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
* ectool: Update usbpdmuxinfo to latest changesVijay Hiremath2019-08-221-11/+7
* driver: lis2dwl: add driver supportPaul Ma2019-08-211-0/+3
* driver: lis2dw12: Add driver supportmario tesi2019-08-131-0/+3
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-0/+50
* ectool: print unsigned version of sensor valuesJett Rink2019-08-021-1/+5
* ectool: Add stress command to ectoolCraig Hesling2019-07-251-0/+166