summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kill central list of SPI programmersmkarcher2011-05-111-8/+1
* Intel NIC with parallel flash support.hailfinger2011-05-081-1/+23
* Constify flashchips array.hailfinger2011-05-041-15/+26
* Add support for more than one Super I/O or EC per machine.hailfinger2011-04-271-21/+0
* Fix compilation if CONFIG_INTERNAL=no.hailfinger2011-03-081-3/+4
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-17/+2
* Support for Angelbird Wings PCIe SSD (solid-state drive).hailfinger2011-02-041-1/+23
* Don't print the local memory flash chip address on programmers that don'tstepan2011-01-191-2/+9
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-1/+1
* Simplify get_next_write in the partial write code.hailfinger2010-12-061-3/+1
* Clean up erase function checking.hailfinger2010-12-051-24/+41
* Add support for the Open Graphics Project development card, OGD1, as ahailfinger2010-12-031-1/+23
* Avoid printing the chip locks if chip detection was forced because lockhailfinger2010-12-021-2/+6
* Handle erase failure in partial write.hailfinger2010-12-021-4/+13
* Read the to-be-verified area in one go.hailfinger2010-11-161-33/+17