summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Warn of one-time programmable (OTP) memoryDaniel Lenski2012-02-151-0/+7
* Reorder list of options to testPaul Menzel2012-01-121-1/+1
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-26/+13
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-24/+31
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-20/+27
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-12/+15
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-160/+8
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-2/+2
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-2/+2
* Change programmer selection in cli and generic codeCarl-Daniel Hailfinger2011-09-081-68/+8
* Add support for the Linux SPI subsystem (spidev)Sven Schnelle2011-09-031-0/+21
* Shorten some board enable related function namesCarl-Daniel Hailfinger2011-08-311-1/+1
* Move the main() function from flashrom.c to cli_classic.cUwe Hermann2011-08-201-5/+0
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-8/+14
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-107/+101
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-5/+5
* Add a bunch of new/tested stuff and various small changes 6Stefan Tauner2011-07-261-1/+1
* Fix output of erase_and_write_flash and surroundingsCarl-Daniel Hailfinger2011-07-261-13/+16
* Add a bunch of new/tested stuff and various small changes 5Stefan Tauner2011-07-251-2/+2
* Fix out-of-bounds access if all erase functions failCarl-Daniel Hailfinger2011-07-211-6/+8
* Fix unchecked malloc calls and casts of malloc return valuesStefan Tauner2011-07-121-3/+15
* Kill unused "log" argument of count_usable_erasers()Sylvain "ythier" Hitier2011-07-041-5/+4
* Add count_usable_erasers which returns the number of well-defined erasers for...Stefan Tauner2011-07-011-12/+22
* Fix memleaks due to incorrect usage of flashbuses_to_textStefan Tauner2011-06-261-3/+4
* Add a success indicator to the "Reading old flash chip contents..." messageStefan Tauner2011-06-261-1/+3
* Constify (a few) parameters.c where possibleStefan Tauner2011-06-261-8/+8
* Move erase verification to generic codeCarl-Daniel Hailfinger2011-06-261-0/+4
* Fix probe_flash to report new values set by probing functionsStefan Tauner2011-06-251-2/+2
* Do not display skipped probe messsages in verbose modeCarl-Daniel Hailfinger2011-06-171-10/+11
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-22/+6
* Small fixesStefan Tauner2011-05-281-3/+3
* Eliminate magic numbers indicating maximum column sizes in print.cStefan Tauner2011-05-261-0/+28
* Whitespace, documentation and other small stuffStefan Tauner2011-05-191-2/+2
* Remove filename parameter from chip_safety_check()David Hendricks2011-05-181-2/+2
* Kill central list of SPI programmersMichael Karcher2011-05-111-8/+1
* Intel NIC with parallel flash supportCarl-Daniel Hailfinger2011-05-081-1/+23
* Constify flashchips arrayCarl-Daniel Hailfinger2011-05-041-15/+26
* Add support for more than one Super I/O or EC per machineCarl-Daniel Hailfinger2011-04-271-21/+0
* Fix compilation if CONFIG_INTERNAL=noCarl-Daniel Hailfinger2011-03-081-3/+4
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-17/+2
* Support for Angelbird Wings PCIe SSD (solid-state drive)Carl-Daniel Hailfinger2011-02-041-1/+23
* Avoid printing mapped addresses for programmers that do not map flash chipsStefan Reinauer2011-01-191-2/+9
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-1/+1
* Simplify get_next_write in the partial write codeCarl-Daniel Hailfinger2010-12-061-3/+1
* Clean up erase function checkingCarl-Daniel Hailfinger2010-12-051-24/+41
* Add support for the Open Graphics Project development card, OGD1, as a SPI fl...Mark Marshall2010-12-031-1/+23
* Avoid printing the chip locks if chip detection was forcedCarl-Daniel Hailfinger2010-12-021-2/+6
* Handle erase failure in partial writeCarl-Daniel Hailfinger2010-12-021-4/+13
* Read the to-be-verified area in one goCarl-Daniel Hailfinger2010-11-161-33/+17
* Revert PCI config space writes on shutdownCarl-Daniel Hailfinger2010-11-101-1/+1
OpenPOWER on IntegriCloud