summaryrefslogtreecommitdiff
path: root/programmer.h
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the -p internal:mainboard handling.stefanct2012-08-201-6/+4
* Move show_id to where it belongs.stefanct2012-08-111-3/+1
* Portability fixes and cleanupshailfinger2012-08-091-1/+2
* Introduce enum test_state.stefanct2012-07-281-5/+5
* Automatically release I/O permissions on shutdown.hailfinger2012-07-211-2/+1
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+2
* Check vendor_id for PCI based external programmers.hailfinger2012-07-161-1/+1
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+2
* Add Winbond W836xx SuperI/O detection.hailfinger2012-05-061-0/+2
* Add serial port bitbanging codemkarcher2012-04-301-1/+39
* Add a bunch of new/tested stuff and various small changes 12.stefanct2012-04-271-3/+5
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPIhailfinger2012-03-011-0/+1
* Support compilation for the ARM architecture (little-endian only).hailfinger2012-02-131-1/+1
* Replace --mainboard with -p internal:mainboardhailfinger2012-01-041-1/+1
* Add ich_descriptor_tool to decode all flash descriptors stored in a flash dum...stefanct2011-12-241-1/+1
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-10/+22
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-67/+31
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-10/+10
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-8/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-12/+13
* ichspi: use a variable to distinguish ich generations instead of spi_programm...stefanct2011-11-061-1/+12
* Add opaque programmer registration infrastructurehailfinger2011-11-041-0/+15
* serprog: small improvementsstefanct2011-10-221-2/+3
* 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