summaryrefslogtreecommitdiff
path: root/programmer.h
Commit message (Expand)AuthorAgeFilesLines
* Automatically unmap physmap()s.stefanct2013-08-141-0/+1
* Add a bunch of new/tested stuff and various small changes 19.stefanct2013-08-131-1/+1
* sbxxx: Handle active IMCs in AMD chipsets.stefanct2013-07-251-0/+3
* uintptr_t-ify map_flash_region functions.stefanct2013-07-171-5/+5
* usleep() is not found in all versions of MinGW, use Sleep() on Windows.hailfinger2013-04-051-0/+1
* Introduce serialport_write_nonblock().stefanct2013-04-011-0/+1
* Replace sp_sync_read_timeout() with serialport_read_nonblock().stefanct2013-04-011-0/+1
* Add Altera USB-Blaster SPI programmer.stefanct2013-03-271-0/+12
* Add support for Intel Lynx Point low-power and Wellsburg.stefanct2013-03-151-1/+3
* Decouple BAR reading from pci device init, handle errors gracefully.hailfinger2013-01-051-18/+18
* Unify PCI init and let pcidev clean itself up.stefanct2013-01-041-0/+1
* Constify parameters and globals.stefanct2012-12-301-1/+1
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-271-37/+22
* Refactor PCI and USB device status printing.stefanct2012-12-271-14/+27
* Add general programmer sanity checks.stefanct2012-12-261-3/+1
* Fix flashrom running on boards with coreboot.stefanct2012-09-241-1/+1
* Fix compilation with MinGW.stefanct2012-09-011-0/+2
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-1/+1
* Fix VIA VX*** support.stefanct2012-08-241-1/+1
* 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