summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add support for libftdi1.stefanct2015-12-251-4/+6
* 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-011-1/+1
* Increase flashrom version number to 0.9.8-rc1.stefanct2015-02-111-1/+1
* Add support for SPARC (maybe).stefanct2015-02-101-1/+1
* Add support for the Microchip PICkit2 as an SPI programmer.stefanct2015-02-081-2/+21
* Refine version check of libpci function pci_get_dev.stefanct2015-02-081-0/+28
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-081-2/+3
* Properly include current libusb-win32 header.stefanct2015-01-261-0/+5
* 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
* Allow to easily build all optional modules.stefanct2015-01-191-0/+7
* Refinements for DragonflyBSD.stefanct2015-01-101-3/+3
* Remove defaults for CC and AR.stefanct2015-01-101-2/+0
* Unify target OS and CPU architecture checks.stefanct2015-01-101-1/+1
* Allow to easily set a global path prefix for libraries and include files.stefanct2015-01-101-11/+7
* Refine revision handling.stefanct2015-01-101-2/+7
* Add support for the MSTAR I2C ISP protocol.stefanct2014-12-201-0/+35
* Refactor some CLI-relevant parts.stefanct2014-08-081-1/+1
* Unify non-shifted and shifted JEDEC access.stefanct2014-08-081-1/+1
* Refactor unlocking of many chips with locking at register space address +2.stefanct2014-08-031-1/+1
* Add new programmer for SPI EEPROMs attached to Intel 82580 NICs.stefanct2014-07-281-0/+14
* Introduce helpers.c.stefanct2014-06-121-1/+1
* Add default arguments for the default programmer (only).stefanct2014-06-021-0/+6
* Add IT8212F as programmer.stefanct2014-06-011-0/+14
* atavia: Fix a few problems overlooked/introduced while rebasing.stefanct2014-06-011-5/+0
* Add VIA VT6421A LPC programmer driver.stefanct2014-06-011-0/+19
* BSD refinements.stefanct2013-09-121-0/+14
* Makefile: Warn if user tries to compile for libpayload w/o crossgcc.stefanct2013-09-121-0/+5
* Cleanup ST M50 driver.stefanct2013-09-121-1/+1
* Add an internal DMI decoder.stefanct2013-09-111-2/+22
* DOS refinements.stefanct2013-09-111-5/+7
* Automatically add version and date to the manpage.stefanct2013-08-291-5/+9
* Improve getrevision.sh.stefanct2013-08-291-3/+2
* libpayload: By default build libflashrom.a instead of flashrom.stefanct2013-08-281-0/+4
* Add support for Atmel AT45DB* chips.stefanct2013-08-271-1/+1
* Makefile: Explain process of handling CONFIG_* variables.stefanct2013-08-251-2/+13
* Add getrevision.sh utility script.stefanct2013-08-141-1/+1
* Increase flashrom release number to 0.9.7.stefanct2013-08-131-1/+1
* sbxxx: Handle active IMCs in AMD chipsets.stefanct2013-07-251-1/+1
* Various cross-platform fixes.stefanct2013-07-131-1/+10
* Enable serprog on Windows.stefanct2013-04-011-7/+1
* Add Altera USB-Blaster SPI programmer.stefanct2013-03-271-3/+27
* Add a bunch of new/tested stuff and various small changes 16.stefanct2013-01-011-1/+1
* Improve SPI status register pretty printing.stefanct2012-12-291-2/+2
* Fix linker flag bug introduced in r1623.hailfinger2012-11-291-3/+3
* Explicitly detect libusb-0.1 in the Makefilehailfinger2012-11-201-17/+50
* Add support for FT232H.stefanct2012-09-261-0/+12
* Introduce a compile time option to select a default programmer.stefanct2012-09-251-0/+14
* Allow specifying CPPFLAGShailfinger2012-08-151-3/+3