summaryrefslogtreecommitdiff
path: root/programmer.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-7/+7
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-7/+7
* serprog: add SPI supportstefanct2011-09-151-0/+6
* Change programmer selection in cli and generic codehailfinger2011-09-081-3/+1
* Add support for the Linux SPI subsystem (spidev).uwe2011-09-031-0/+11
* Add a bunch of new/tested stuff and various small changes 7stefanct2011-09-031-3/+0
* Shorten some board enable related function nameshailfinger2011-08-311-2/+2
* Change "class" parameter name to "devclass" to avoid C++ issues.uwe2011-07-131-1/+1
* constify (a few) parameters in flashrom.c where possiblestefanct2011-06-261-1/+1
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-19/+2
* Fix compilation for CONFIG_INTERNAL=nohailfinger2011-06-091-17/+13
* eliminate magic numbers indicating maximum column sizes in print_supported_ch...stefanct2011-05-261-4/+4
* kill central list of SPI programmersmkarcher2011-05-111-35/+5
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-13/+8
* Intel NIC with parallel flash support.hailfinger2011-05-081-1/+13
* Revamp board-specific quirk handling, allow for laptop supporthailfinger2011-05-051-0/+13
* Constify flashchips array.hailfinger2011-05-041-1/+1
* Revert MMIO space writes on shutdown as needed.hailfinger2011-05-031-0/+12
* Add support for more than one Super I/O or EC per machine.hailfinger2011-04-271-11/+5
* Various IT85* cleanups and fixes.hailfinger2011-03-081-1/+3
* Fix compilation if CONFIG_INTERNAL=no.hailfinger2011-03-081-1/+1
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-4/+1
* Update the ITE IT8500 EC support to match the current state of thehailfinger2011-02-281-0/+9
* Support 64-bit MEM BARs wherever possible.hailfinger2011-02-151-2/+2
* Support for Angelbird Wings PCIe SSD (solid-state drive).hailfinger2011-02-041-0/+12
* compilation fix for djgppmkarcher2010-12-261-3/+3
* Add support for the Open Graphics Project development card, OGD1, as ahailfinger2010-12-031-1/+17
* Add chunked write ability to the Dediprog SF100 driver.hailfinger2010-11-231-0/+1
* Revert PCI config space writes on shutdown.hailfinger2010-11-101-0/+6
* SPI bitbanging: request/release bus.hailfinger2010-09-151-0/+3
* Add Intel Gigabit NIC SPI flashing support.uwe2010-09-031-3/+22
* Various cosmetic and coding-style fixes (trivial).uwe2010-08-081-5/+5
* Add support for the Amontec JTAGkey2, seehailfinger2010-07-291-2/+11
* Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashinghailfinger2010-07-281-0/+13
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+558