summaryrefslogtreecommitdiff
path: root/util/iteflash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bip: unwedge SDA line after flashing ITEJett Rink2018-05-161-23/+4
* iteflash: Continue call ftdi_read_data() until all data is readDino Li2018-04-101-16/+31
* util/iteflash.c: make sure that the file is closedPatrick Georgi2017-10-141-1/+1
* util/iteflash.c: Handle potential resource leaksPatrick Georgi2017-10-141-0/+2
* iteflash: exit DBGR mode after flashingDino Li2017-05-011-11/+21
* it8380dev: util: Enable Host Global ResetDonald Huang2016-03-241-1/+1
* util/iteflash: Return error on all verify failuresShawn Nematbakhsh2016-03-081-1/+2
* iteflash: Initialize variable that later used in the functionAnatol Pomozov2016-03-061-1/+1
* it8380dev: util: Fix iteflash flash issueDonald Huang2016-02-251-1/+37
* it8380dev: util: Enhance iteflashDonald Huang2016-01-291-0/+51
* it8380dev: util: fix iteflashDonald Huang2015-11-101-5/+27
* it8380dev: util/iteflashDino Li2015-07-161-108/+154
* ite: Added functionality to ITE In-system programming tool.Alec Berg2013-11-081-84/+255
* ite: Add IT8380 In-system Programming toolVincent Palatin2013-11-071-0/+773