summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase flashrom version number to 0.9.9.HEADmasterstefanct2016-03-131-1/+1
* Fix fscanf format string security bug in layout.chailfinger2016-03-131-1/+1
* Implement serial port shutdown both for regular termination and errorhailfinger2016-03-131-0/+17
* Add a bunch of new/tested stuff and various small changes 25.stefanct2016-03-139-75/+85
* Fix compilation on SunOS.stefanct2016-03-132-2/+2
* Specifying spispeed=reserved as programmer parameter resulted inhailfinger2016-03-121-13/+14
* Add support for GNU Hurd.stefanct2016-03-062-1/+13
* Add support for GD25VQ21B, GD25VQ40C, GD25VQ80C and GD25VQ16C.stefanct2016-03-062-3/+164
* Makefile: Fix driver blacklist dependencieshailfinger2016-02-281-10/+3
* rayer_spi: add support for SPI Tiny Tools-compatible hardware.stefanct2016-02-282-1/+10
* makefile: allow to disable all default-yes config variables with CONFIG_NOTHI...stefanct2016-02-261-0/+10
* Partial architecture support for alpha hppa m68k sh s390hailfinger2016-02-252-1/+117
* dediprog: use ordinary USB devs array.stefanct2016-02-223-4/+12
* pickit2_spi: use ordinary USB devs array.stefanct2016-02-223-7/+12
* Increase version number to 0.9.9-rc1.stefanct2016-02-211-1/+1
* Automatically disable atapromise for libpayload as well.stefanct2016-02-211-0/+6
* Add support for GigaDevice GD25VQ41B and GD25Q128C.stefanct2016-02-212-1/+83
* Allow global disable of all drivers requiring libusb* or libpcihailfinger2016-02-201-6/+39
* Automatically disable atapromise on non-x86hailfinger2016-02-201-0/+5
* Do not require PCI code for RayeR SPI driverhailfinger2016-02-202-8/+30
* dediprog: tremendously improve performance on SF600 by ignoring the spec.stefanct2016-02-201-0/+10
* Include sys/glibc-syscalls.h instead of inexistent sys/io.h on Android.stefanct2016-02-201-2/+8
* Makefile: fix overriding of make command line arguments.stefanct2016-02-191-18/+18
* Fix chip size limiting in atapromisehailfinger2016-02-181-24/+21
* dediprog: port to libusb1 and use asynchronous bulk transfers for reading.stefanct2016-02-184-94/+203
* dediprog: use command 0x0B (set voltage) only on older SF100s.stefanct2016-02-181-13/+24
* dediprog: add support for SF600.stefanct2016-02-181-14/+65
* List affected features for missing librarieshailfinger2016-02-171-39/+44
* ft2232_spi: Add support for Google Servo boards (v1 + v2).stefanct2016-02-143-2/+28
* Fix compilation on non-i386 architectures on OpenBSD.stefanct2016-02-071-1/+1
* Add support for ESI ES25P40, ES25P80 and ES25P16.stefanct2016-02-011-0/+93
* Separate Am29F0xx from Am29F0xxA/B definitions.stefanct2016-01-312-7/+88
* Add support for WCH CH341A as an SPI programmer.stefanct2016-01-315-3/+592
* Add infrastructure to support libusb-1.0.stefanct2016-01-312-2/+51
* Makefile: print compile commands of configure steps to the build details file.stefanct2016-01-241-1/+13
* dediprog: support new communication protocol, cleanup and enable by default.stefanct2016-01-232-113/+132
* Add a bunch of new/tested stuff and various small changes 24.stefanct2016-01-2320-92/+143
* 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