summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Make write granularity a chip attributeStefan Tauner2013-03-031-2/+1
* Fix building for MacOSXStefan Tauner2013-02-041-2/+2
* Add a bunch of new/tested stuff and various small changes 16Stefan Tauner2013-01-011-0/+3
* Constify parameters and globalsNico Huber2012-12-301-4/+4
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-12/+12
* Refactor PCI and USB device status printingStefan Tauner2012-12-271-1/+64
* Add general programmer sanity checksStefan Tauner2012-12-261-1/+28
* Fix memleaks in cli_classic.cStefan Tauner2012-12-261-0/+1
* Improve --help and friendsStefan Tauner2012-11-241-1/+0
* Do not read the flash chip twice in verification modeStefan Tauner2012-10-271-51/+41
* Add a bunch of new/tested stuff and various small changes 15Stefan Tauner2012-10-201-1/+2
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-10/+0
* Add support for Realtek RTL8169Sergey Lichack2012-08-271-1/+0
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-93/+97
* Refactor the -p internal:mainboard handlingStefan Tauner2012-08-201-8/+12
* Move show_id to where it belongsStefan Tauner2012-08-111-1/+1
* Portability fixes and cleanupsCarl-Daniel Hailfinger2012-08-091-6/+27
* Fix missing #include hwaccess.hCarl-Daniel Hailfinger2012-08-071-1/+4
* Always require the --programmer parameter if any flash chip access is requestedCarl-Daniel Hailfinger2012-07-221-0/+4
* Remove exit() call from show_idNiklas Söderlund2012-06-161-1/+4
* Add logfile supportCarl-Daniel Hailfinger2012-06-061-14/+20
* Convert printf to msg_* where appropriateCarl-Daniel Hailfinger2012-05-141-9/+9
* Add serial port bitbanging codeVirgil-Adrian Teaca2012-04-301-0/+10
* Add a bunch of new/tested stuff and various small changes 12Stefan Tauner2012-04-271-3/+3
* Add support for SFDP (JESD216)Stefan Tauner2012-02-171-6/+31
* 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
OpenPOWER on IntegriCloud