summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixup of r1397:hailfinger2011-08-151-8/+14
* Random whitespace and coding-style fixes.uwe2011-07-281-107/+101
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-5/+5
* add a bunch of new/tested stuff and various small changes 6stefanct2011-07-261-1/+1
* Fix output of erase_and_write_flash and surroundingsstefanct2011-07-261-13/+16
* add a bunch of new/tested stuff and various small changes 5stefanct2011-07-251-2/+2
* Fix out-of-bounds access if all erase functions fail.hailfinger2011-07-211-6/+8
* fix unchecked malloc calls and casts of malloc return valuesstefanct2011-07-121-3/+15
* Kill unused "log" argument of count_usable_erasers().stefanct2011-07-041-5/+4
* add count_usable_erasers which returns the number of well-defined erasers for...stefanct2011-07-011-12/+22
* fix memleaks due to incorrect usage of flashbuses_to_textstefanct2011-06-261-3/+4
* add a success indicator to the "Reading old flash chip contents..." messagestefanct2011-06-261-1/+3
* constify (a few) parameters in flashrom.c where possiblestefanct2011-06-261-8/+8
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-0/+4
* fix probe_flash to report new values set by probing functionsstefanct2011-06-251-2/+2
* Do not display skipped probe messsages in verbose mode.hailfinger2011-06-171-10/+11
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-22/+6
* small fixesstefanct2011-05-281-3/+3
* eliminate magic numbers indicating maximum column sizes in print_supported_ch...stefanct2011-05-261-0/+28
* whitespace, documentation and other small stuffstefanct2011-05-191-2/+2
* Remove filename parameter from chip_safety_check()stefanct2011-05-181-2/+2