summaryrefslogtreecommitdiff
path: root/util/ectool.c
Commit message (Expand)AuthorAgeFilesLines
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-19/+19
* Add EC_CMD_BATTERY_GET_STATIC v1 for zorkPeter Marheine2020-11-101-15/+15
* ectool: Stop printing reserved fieldCaveh Jalali2020-11-061-2/+0
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* features: Define AP-driven mode entryAbe Levkoy2020-10-261-0/+2
* TCPMv2: Add typeccontrol enter-mode subcommandAbe Levkoy2020-10-221-3/+23
* TCPMv2: Report TYPEC commands as a featureDiana Z2020-10-211-0/+1
* TCPMv2: Add fields for sink capabilities to TYPEC_STATUSDiana Z2020-10-211-1/+31
* TCPMv2: Report source capabilities in TYPEC_STATUSDiana Z2020-10-211-1/+57
* TCPMv2: Report partner PD revisions in TYPEC_STATUSDiana Z2020-10-211-0/+10
* ectool: Do not retry FpFrame if EC_RES_ACCESS_DENIEDYicheng Li2020-10-131-0/+2
* ectool: Retry fpframe command when a frame failsYicheng Li2020-10-101-2/+11
* util/ectool: Fix timestamp display in motionsense fifo_readGwendal Grignou2020-10-081-4/+1
* Ectool: Support printing typec status on older boardsDiana Z2020-10-051-2/+5
* TCPMv2: Add event clear to TYPEC_CONTROLDiana Z2020-10-051-2/+16
* TCPMv2: Add events to TYPEC_STATUS host commandDiana Z2020-10-051-0/+2
* TCPMv2: Add TYPEC_STATUS commandDiana Z2020-10-051-0/+111
* ectool: Add host command for unified host event interfaceDaisuke Nojiri2020-09-221-0/+79
* TCPMv2: Define typeccontrol host commandAbe Levkoy2020-09-211-1/+39
* ectool: Display new activitiesGwendal Grignou2020-09-111-0/+6
* common: implement body_detection state machineChing-Kang Yen2020-09-031-0/+13
* TCPMv2: Add EC_CMD_TYPEC_DISCOVERYDiana Z2020-09-031-0/+61
* 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