summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unify target OS and CPU architecture checks.stefanct2015-01-1015-115/+163
* Allow to easily set a global path prefix for libraries and include files.stefanct2015-01-102-13/+9
* Refine revision handling.stefanct2015-01-102-2/+17
* Fix wrong density encoding on Intel Silvermont.stefanct2015-01-052-30/+26
* Add support for the MSTAR I2C ISP protocol.stefanct2014-12-205-0/+339
* Fix handling of write protection at register space address +2.stefanct2014-12-202-41/+53
* Add support for Spansion S25FL127S.stefanct2014-12-123-3/+80
* Add support for Eon EN29LV040 and EN29LV040A.stefanct2014-12-072-1/+28
* Add support for Intel 82599 10 GbE NICs.stefanct2014-12-051-2/+23
* Add board enable for GIGABYTE GA-8SIMLFS 2.0.stefanct2014-11-302-0/+3
* cbtable.c: Do not unnecessarily duplicate strings.stefanct2014-11-011-8/+4
* Move strtok_r implementation verbatim to helpers.c.stefanct2014-11-013-21/+24
* dmi.c: make sure we call isprint() correctly.stefanct2014-10-191-1/+1