summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve --help and friends.stefanct2012-11-241-1/+0
* Do not read the flash chip twice in verification mode.stefanct2012-10-271-51/+41
* Add a bunch of new/tested stuff and various small changes 15.stefanct2012-10-201-1/+2
* Add a bunch of new/tested stuff and various small changes 14.stefanct2012-09-211-10/+0
* Add support for Realtek RTL8169.stefanct2012-08-271-1/+0
* Some ISO C fixes.stefanct2012-08-271-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-93/+97
* Refactor the -p internal:mainboard handling.stefanct2012-08-201-8/+12
* Move show_id to where it belongs.stefanct2012-08-111-1/+1
* Portability fixes and cleanupshailfinger2012-08-091-6/+27
* Fix missing #include hwaccess.hhailfinger2012-08-071-1/+4
* Always require the --programmer parameter on the command line if anyhailfinger2012-07-221-0/+4
* Remove exit() call from show_idhailfinger2012-06-161-1/+4
* Add logfile support to flashromhailfinger2012-06-061-14/+20
* Convert printf to msg_* where appropriate.hailfinger2012-05-141-9/+9
* Add serial port bitbanging codemkarcher2012-04-301-0/+10
* Add a bunch of new/tested stuff and various small changes 12.stefanct2012-04-271-3/+3
* Add support for SFDP (JESD216).stefanct2012-02-171-6/+31
* Warn of one-time programmable (OTP) memorystefanct2012-02-151-0/+7
* Reorder list of options to testhailfinger2012-01-121-1/+1
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-26/+13