summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add atapromise programmerhailfinger2016-01-165-4/+226
* Fix file descriptor leak in serial.c.stefanct2016-01-161-4/+6
* Set LC_ALL globally in Makefile.stefanct2016-01-141-1/+11
* Pimp the manpage to create nicer hyperlinks and HTML output.stefanct2016-01-147-66/+116
* Add support for linking statically with CONFIG_STATIC=yes.stefanct2016-01-071-0/+5
* Make make errors more less flashily.stefanct2016-01-071-60/+68
* makefile: fix exports of PKG_CONFIG_LIBDIR for pkg-config calls.stefanct2016-01-071-3/+3
* serial: support arbitrary baud rates on Windows.stefanct2016-01-041-30/+34
* serprog: fix missing device parameter error message on Windows.stefanct2016-01-041-2/+8
* serprog: allow to omit specifying a baud rate.stefanct2016-01-044-46/+53
* serprog: ignore failures when setting serial port options.stefanct2016-01-041-5/+18
* serprog: clear NDELAY flag only once after opening the port.stefanct2016-01-041-5/+13
* Add support for libftdi1.stefanct2015-12-251-4/+6
* Add support for Sanyo LE25FU406C/LE25U40CMC.stefanct2015-12-252-0/+38
* Rigorously check integrity of I/O stream data.stefanct2015-12-253-26/+50
* Add support for SST SST25WF020A, SST25WF040B, SST25WF080B.stefanct2015-11-224-5/+125
* Add support for VIA VT8251.stefanct2015-11-211-0/+1
* Use nanosleep() instead of usleep() where available.stefanct2015-11-141-1/+4
* Add (implicit) support for musl libc.stefanct2015-11-142-8/+11
* Add support for 128 bytes write granularity.stefanct2015-10-162-0/+7
* dediprog: Tidy up commands and remove dead nonsense code.stefanct2015-07-051-254/+136
* serprog: Fix FWH/LPC by implementing serprog_map.stefanct2015-06-293-1/+18
* dediprog: Invert the LED polarity in the code.stefanct2015-06-281-49/+42
* spi25: ignore 0x00 as a manufacturer id in the generic match.stefanct2015-06-221-2/+2
* Add support for Winbond W29C512A/W29EE512.stefanct2015-06-201-0/+24
* Add support for PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C.stefanct2015-06-022-1/+201
* hwaccess.h: fix compilation on OSX.stefanct2015-05-231-6/+6
* Add support for more GigaDevice GD25LQ chips.stefanct2015-04-031-2/+197
* Increase flashrom version number to 0.9.8.stefanct2015-03-011-1/+1
* Add a bunch of new/tested stuff and various small changes 23.stefanct2015-03-017-33/+81
* Fix a number of problems in mstarddc_spi.c.stefanct2015-02-181-25/+28
* Increase flashrom version number to 0.9.8-rc1.stefanct2015-02-111-1/+1
* Add support for SPARC (maybe).stefanct2015-02-104-6/+33
* Add support for the Microchip PICkit2 as an SPI programmer.stefanct2015-02-085-4/+582
* Refine version check of libpci function pci_get_dev.stefanct2015-02-082-1/+29
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-0816-119/+220
* Make strnlen() visible in old versions of glibc.stefanct2015-01-273-10/+20
* Properly include current libusb-win32 header.stefanct2015-01-262-0/+13
* Let pkg-config work with cross-compilers.stefanct2015-01-261-4/+6
* Fix "unterminated variable reference" on ancient versions of GNU make.stefanct2015-01-251-1/+3
* Shadowing fix in nicintel_eeprom.c for ancient libpci.stefanct2015-01-251-8/+8
* ftdi2232_spi: revert usage of DIS_DIV_5 macro.stefanct2015-01-251-1/+1
* ft2232_spi.c: use constants from ftdi.h instead of magic numbers.stefanct2015-01-251-10/+20
* Fix the --mainboard parameter that controls board enables.stefanct2015-01-241-7/+11
* Add support for Eon EN25P Series.stefanct2015-01-242-28/+275
* Allow to easily build all optional modules.stefanct2015-01-191-0/+7
* Fix support for Macronix MX25L6495F.stefanct2015-01-101-0/+1
* Add support for Macronix MX25L6495F.stefanct2015-01-102-0/+38
* Refinements for DragonflyBSD.stefanct2015-01-104-15/+11
* Remove defaults for CC and AR.stefanct2015-01-101-2/+0