summaryrefslogtreecommitdiff
path: root/util/ectool.cc
Commit message (Expand)AuthorAgeFilesLines
* ectool: Add command to get/set s0ix counterGrzegorz Bernacki2023-04-141-0/+41
* keyboard_scan: drop CONFIG_KEYBOARD_LANGUAGE_IDFabio Baltieri2023-04-061-32/+0
* util: Use ParseFlags to print valid flags and FP enc statusFiras Sammoura2023-03-291-12/+11
* util: Use libec for EC_VER_FLASH_PROTECTFiras Sammoura2023-03-191-56/+37
* util/ectool: Remove unnecessary headerTom Hughes2023-03-161-1/+0
* tree: Run clang-format on C++ filesTom Hughes2023-03-161-23/+23
* util: Use libec for FP_ENCRYPTION_STATUSFiras Sammoura2023-03-151-9/+14
* util: Use libec for RAND_NUMFiras Sammoura2023-03-141-18/+15
* util: Remove ec_panicinfoHsin-Yi Wang2023-03-141-2/+13
* etool: Allow "ectool motionsense info" to dump all sensorsDouglas Anderson2023-03-131-161/+203
* Revert "util: Use libec for EC_VER_FLASH_PROTECT"Josie Nordrum2023-03-111-36/+56
* ectool: Add memory_dump commandRob Barnes2023-03-071-0/+254
* ectool: remove unused variableHsin-Yi Wang2023-03-031-1/+0
* chgstv2: Separate v0 and v1 param struct for EC_CMD_CHARGE_CURRENT_LIMITDaisuke Nojiri2023-03-031-22/+31
* util: Use libec for EC_VER_FLASH_PROTECTFiras Sammoura2023-03-021-56/+36
* USB-PD: Use VDO_MAX_OBJECTS to define max VDO objectsDaisuke Nojiri2023-03-021-2/+2
* Increase supported host events to 64Tim Van Patten2023-02-221-2/+7
* Fan: print 'stalled' for rpm == 0xfffeDaisuke Nojiri2023-02-211-0/+3
* Update EC_CMD_CHARGE_CURRENT_LIMIT to version 1Jolene2023-02-171-8/+47
* ectool: Remove the FAN STALLED printpoornima tom2023-02-131-3/+0
* TCPMv2: Add host command VDM:Attention retrievalDiana Z2023-01-251-0/+11
* TCPMv2: Rearrange VDM response HC contentsDiana Z2023-01-251-2/+3
* ec_commands: Fix EC_CMD_GET_BOOT_TIME response namingCaveh Jalali2023-01-201-1/+1
* util/ectool: Fix EC_CMD_SMART_DISCHARGE responseCaveh Jalali2023-01-181-1/+1
* util/ectool: Fix EC_CMD_USB_PD_DEV_INFO resultCaveh Jalali2023-01-181-2/+2
* util/ectool: Fix EC_CMD_USB_PD_DISCOVERY resultCaveh Jalali2023-01-181-2/+2
* battery: extend BATTERY_GET_STATIC hostcmd for 32-byte stringsPeter Marheine2023-01-121-31/+117
* system: Add EC_REBOOT_FLAG_CLEAR_AP_IDLEDaisuke Nojiri2023-01-041-3/+7
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* TCPMv2: Make VDM ACKs available to the APDiana Z2022-12-131-0/+42
* ec: Support logging system boot time infoRajesh Kumar2022-12-071-0/+21
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-031-21/+0
* ec: Support logging system boot time infoRajesh Kumar2022-12-021-0/+21
* util: Use libec for EC_CMD_ADD_ENTROPYTom Hughes2022-11-301-28/+15
* util/ectool: Fix EC_CMD_GSV_PAUSE_IN_S5 result parameter typeCaveh Jalali2022-11-081-1/+1
* Add ectool command tabletmodeTim Van Patten2022-11-071-0/+35
* TCPMv2: Add host command to send VDM REQ messagesDiana Z2022-10-281-1/+33
* Ectool: Add feature description for AP-driven VDMsDiana Z2022-10-271-0/+1
* test: add tests for tcs3400 offset functionsYuval Peress2022-10-271-2/+2
* PCHG: Add pass-through modeDaisuke Nojiri2022-10-261-9/+46
* host_command: Remove EC_CMD_READ_TESTAaron Massey2022-10-201-67/+0
* ectool: modify output of temps commandHarsha B R2022-10-121-24/+37
* ectool: support bist share mode enable/disable commandScott Chao2022-10-061-1/+17
* util/ectool.c: Support cmdversions v1Yi Chou2022-09-281-9/+48
* util: Compile ectool (and other utils) with C++Tom Hughes2022-09-221-0/+11132