summaryrefslogtreecommitdiff
path: root/programmer.h
Commit message (Expand)AuthorAgeFilesLines
* dediprog: use ordinary USB devs array.stefanct2016-02-221-0/+1
* pickit2_spi: use ordinary USB devs array.stefanct2016-02-221-0/+1
* Add support for WCH CH341A as an SPI programmer.stefanct2016-01-311-0/+13
* Add a bunch of new/tested stuff and various small changes 24.stefanct2016-01-231-2/+2
* Add atapromise programmerhailfinger2016-01-161-0/+10
* serprog: allow to omit specifying a baud rate.stefanct2016-01-041-3/+1
* serprog: Fix FWH/LPC by implementing serprog_map.stefanct2015-06-291-0/+1
* Add support for the Microchip PICkit2 as an SPI programmer.stefanct2015-02-081-0/+11
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-081-3/+1
* Unify target OS and CPU architecture checks.stefanct2015-01-101-1/+1
* Add support for the MSTAR I2C ISP protocol.stefanct2014-12-201-0/+11
* Add support for Intel Wildcat Point PCH.stefanct2014-08-201-0/+1
* Add support for Intel Silvermont: Bay Trail, Rangeley and Avoton.stefanct2014-08-201-0/+1
* Refine handling chips that exceed maximum programmer sizes.stefanct2014-08-151-1/+1
* Refactor some CLI-relevant parts.stefanct2014-08-081-1/+0
* Add new programmer for SPI EEPROMs attached to Intel 82580 NICs.stefanct2014-07-281-0/+9
* Rename programmer registration functionshailfinger2014-07-191-16/+16
* Add selfcheck_board_enables().stefanct2014-06-121-0/+1
* Move global io_base_addr into compilation units.stefanct2014-06-011-2/+1
* Add IT8212F as programmer.stefanct2014-06-011-0/+9
* Add VIA VT6421A LPC programmer driver.stefanct2014-06-011-0/+10
* sbxxx: Add support for new AMD SPI controller.stefanct2014-05-161-0/+1
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-9/+9
* Make delay values unsigned.stefanct2014-05-021-5/+5
* Clean up physmap, fix unaligned mapping problemshailfinger2014-03-051-1/+2
* Refactor Intel Chipset Enables.stefanct2013-10-251-6/+6
* Use ich_generation parameter in enable functions prior to ICH7.stefanct2013-09-141-2/+7
* Remove exit call and mayfail parameter from physmap_common().stefanct2013-09-141-1/+1
* Add an internal DMI decoder.stefanct2013-09-111-0/+3
* Get rid of sp_die().stefanct2013-08-241-1/+0
* Introduce serialport_config().stefanct2013-08-231-0/+1
* 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