summaryrefslogtreecommitdiff
path: root/util/iteflash.c
Commit message (Expand)AuthorAgeFilesLines
* iteflash: fix sigactionDonald Huang2021-09-221-1/+5
* Reland "iteflash: speed up data write"Ting Shen2021-04-011-1/+17
* Revert "iteflash: speed up data write"Aseda Aboagye2021-03-311-15/+1
* iteflash: speed up data writeTing Shen2021-03-301-1/+15
* util/iteflash: ftdi_usb_purge_buffers is deprecatedPatrick Georgi2021-02-241-0/+3
* extra/util: replace deprecated sys_siglist with strsignalAdrian Ratiu2021-02-171-1/+1
* flash_it83xx: implement --noverifyTing Shen2021-01-071-3/+12
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-2/+2
* iteflash: speed up flash (KGD) writeDino Li2020-09-211-52/+33
* iteflash: speed up flash readDino Li2020-09-031-20/+31
* iteflash: speed up flash (IT8315) writeDino Li2020-09-021-90/+76
* iteflash: Reset EC's GPIOs while flashingDino Li2020-08-281-4/+64
* it8xxx(iteflash): Support KGD FlashDonald Huang2020-04-301-14/+255
* iteflash: honor Ctrl+C signalJett Rink2020-02-251-12/+4
* util/iteflash: Close file on error pathPatrick Georgi2019-09-041-0/+1
* it83xx(iteflash): Support Flash for it8xxx1 or it8xxx2Donald Huang2019-07-251-16/+62
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* iteflash: use serial number to find the ccd deviceMary Ruthven2019-05-141-9/+4
* usb_if: use the device with the matching serial numberMary Ruthven2019-05-121-1/+1
* bip: Delete boardEvan Green2019-04-021-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+3
* iteflash: restore ability to build outside chrootVadim Bendebury2019-03-211-2/+2
* iteflash: Add --block-write-size flag.Matthew Blecker2019-03-211-16/+24
* flash_ec,iteflash: Add support for flashing ITE EC with Servo Micro.Matthew Blecker2019-03-201-83/+249
* iteflash: Error when given a non-page boundary read address.Matthew Blecker2019-03-141-5/+12
* iteflash: Fix command_write_pages2() program page address calculation.Matthew Blecker2019-03-141-17/+13
* iteflash: Make disabling of watchdog and protect path optional.Matthew Blecker2019-03-141-5/+31
* iteflash: Cleanup interface_post_waveform handling, especially for FTDI.Matthew Blecker2019-03-141-42/+34
* iteflash: relocate "disable watchdog"Namyoon Woo2019-03-011-12/+25
* iteflash: add '-m' flag to config I2C MUX channel.Namyoon Woo2019-02-211-36/+72
* util: improve iteflash help outputVadim Bendebury2019-02-191-9/+10
* iteflash: correct the typo in i2c-interface help desc.Namyoon Woo2019-02-061-1/+1
* iteflash: Delete do-nothing --unprotect flag.Matthew Blecker2018-12-061-14/+0
* iteflash: allow specifying address range to read.Vadim Bendebury2018-11-071-17/+93
* iteflash: by default send ITE SYNC waveformVadim Bendebury2018-11-071-1/+2
* iteflash: re-connect to Cr50 after triggering sync sequenceVadim Bendebury2018-11-051-10/+28
* iteflash: Refactor I2C interface and configuration handling.Matthew Blecker2018-11-021-167/+290
* iteflash: Be more consistent with blank lines and static functions.Matthew Blecker2018-11-011-40/+29
* Disable the EC Read/Write Protect register at initial.Donald Huang2018-10-251-1/+23
* iteflash: make use of 256 byte pages when programming over CCDVadim Bendebury2018-10-081-6/+18
* iteflash: tweak verify_flash()Vadim Bendebury2018-10-081-3/+4
* iteflash: do not erase by defaultVadim Bendebury2018-10-081-1/+1
* it83xx(iteflash): disable watchdog before programming sequenceDino Li2018-10-011-25/+38
* iteflash: add ability to program ITE chips over CCDVadim Bendebury2018-09-271-251/+424
* iteflash : enable global resetDonald Huang2018-09-051-8/+16
* iteflash : fix program page addressDonald Huang2018-09-031-7/+8
* util/iteflash: Fix resource leakPatrick Georgi2018-07-301-0/+1
* The IT8320DX support 512KB internal flash.Donald Huang2018-07-251-10/+297
* iteflash: retry the special waveform sequence without delayDonald Huang2018-06-281-3/+0
* ite_flash: handle termination signal gracefullyJett Rink2018-05-211-54/+92