summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-24/+31
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-20/+27
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-12/+15
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-160/+8
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-2/+2
* Change programmer selection in cli and generic codehailfinger2011-09-081-68/+8
* Add support for the Linux SPI subsystem (spidev).uwe2011-09-031-0/+21
* Shorten some board enable related function nameshailfinger2011-08-311-1/+1
* Move the main() function from flashrom.c to cli_classic.c.uwe2011-08-201-5/+0