summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Rigorously check integrity of I/O stream data.stefanct2015-12-251-21/+45
* Add support for 128 bytes write granularity.stefanct2015-10-161-0/+6
* serprog: Fix FWH/LPC by implementing serprog_map.stefanct2015-06-291-1/+1
* Add support for the Microchip PICkit2 as an SPI programmer.stefanct2015-02-081-0/+13
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-081-1/+1
* Unify target OS and CPU architecture checks.stefanct2015-01-101-1/+1
* Add support for the MSTAR I2C ISP protocol.stefanct2014-12-201-0/+12
* Make read before write configurable (infrastructure part).stefanct2014-10-191-11/+23
* Introduce generic shutdown_free() and remove redundant internal_shutdown().stefanct2014-08-311-0/+6
* Refine physical address mapping of flash chips.stefanct2014-08-301-26/+72
* Refine handling chips that exceed maximum programmer sizes.stefanct2014-08-151-16/+8
* Refactor some CLI-relevant parts.stefanct2014-08-081-70/+0
* Add a bunch of new/tested stuff and various small changes 21.stefanct2014-08-061-1/+1
* Add new programmer for SPI EEPROMs attached to Intel 82580 NICs.stefanct2014-07-281-0/+12
* Rename programmer registration functionshailfinger2014-07-191-13/+13
* Improve messages on failed erases with default verbosity.stefanct2014-07-131-2/+2
* EEPROM support: handle implicit erasehailfinger2014-06-161-0/+5
* Add selfcheck_board_enables().stefanct2014-06-121-0/+4
* Introduce helpers.c.stefanct2014-06-121-36/+0
* Add IT8212F as programmer.stefanct2014-06-011-0/+12
* Add VIA VT6421A LPC programmer driver.stefanct2014-06-011-0/+12
* Fix various tiny problems in verify_range().stefanct2014-05-271-7/+8
* Fix selfcheck of various arrays.stefanct2014-05-261-33/+24
* Add two new states to enum test_state and use it for flashchips.stefanct2014-05-261-17/+36
* Refine messages related to erase/write recovery.stefanct2014-05-101-5/+7
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-11/+8
* Remove programmer_shutdown() from doit().stefanct2014-05-071-8/+8
* Make delay values unsigned.stefanct2014-05-021-1/+1
* programmer_delay: filter 0 usec delays.stefanct2013-10-211-1/+2
* layout: Verify layout entries before building a new image using them.stefanct2013-09-231-3/+8
* Add debug output to programmer_map_flash_region().stefanct2013-09-131-2/+4
* libpayload: Remove file I/O in flashrom.c.stefanct2013-08-301-0/+10
* An unused programmer parameter is a sign that the user wanted to eitherhailfinger2013-08-131-5/+15
* Fix verification operation.stefanct2013-08-121-2/+5
* Add a bunch of new/tested stuff and various small changes 18.stefanct2013-07-251-1/+1
* uintptr_t-ify map_flash_region functions.stefanct2013-07-171-2/+1
* Differentiate ultimate error messages depending on programmer used.stefanct2013-07-151-18/+28
* Various cross-platform fixes.stefanct2013-07-131-1/+1
* Warn if we skipped all blocks while writing.stefanct2013-06-231-0/+5
* Get rid of perror().stefanct2013-04-071-4/+5
* Refine granularity handling in preparation of AT45DB series support.stefanct2013-04-011-15/+49
* Add Altera USB-Blaster SPI programmer.stefanct2013-03-271-0/+12
* Make write granularity a chip attribute.stefanct2013-03-031-2/+1
* Fix building for MacOSX.stefanct2013-02-041-2/+2
* Add a bunch of new/tested stuff and various small changes 16.stefanct2013-01-011-0/+3
* Constify parameters and globals.stefanct2012-12-301-4/+4
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-271-12/+12
* Refactor PCI and USB device status printing.stefanct2012-12-271-1/+64
* Add general programmer sanity checks.stefanct2012-12-261-1/+28
* Fix memleaks in cli_classic.c.stefanct2012-12-261-0/+1