summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add Intel Gigabit NIC SPI flashing support.uwe2010-09-031-0/+13
* Compile gfxnvidia by default, but disallow write/erase.hailfinger2010-07-291-2/+2
* Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashinghailfinger2010-07-281-1/+5
* Add support for RayeR SPIPGM hardware as described inhailfinger2010-07-211-1/+15
* Add OpenBSD support.hailfinger2010-07-021-0/+8
* Work around shadowing warnings in libpci headers. This is needed forhailfinger2010-06-251-1/+3
* Detect incompatible CONFIG_FOO=yes for the specified target and refusehailfinger2010-06-141-5/+35
* Handle OS where executables have a hardcoded suffix, e.g. DOS with .exehailfinger2010-06-141-19/+21
* We already have NEED_PCI in the Makefile to link in PCI support. Addhailfinger2010-06-141-12/+12
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmerhailfinger2010-06-071-0/+9
* Create dependencies on the fly rather than in a separate step.hailfinger2010-06-071-9/+6
* NetBSD needs libpciutils (which is called libpci on pretty much everyhailfinger2010-06-041-2/+4
* The internal programmer needs correct information about flash_base andhailfinger2010-06-041-1/+1
* Make the 'flashrom --help' output look a bit nicer.uwe2010-06-041-1/+1
* Fix URLs for GIGABYTE motherboards.uwe2010-06-041-1/+1
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-21/+21
* Add flashrom.exe unconditionally to the list of files removed at makehailfinger2010-05-301-1/+3
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-2/+4
* Support for Realtek RTL8139 network card flashing.hailfinger2010-05-211-0/+9
* Increase flashrom release number to 0.9.2.hailfinger2010-05-191-1/+1
* Fix assorted documentation, frontend and printing bugs.hailfinger2010-05-151-1/+1
* Fix the DOS port. Now the DS selector limit is set to 4GB and all mmio access...ruik2010-04-251-4/+0
* Add runtime and build environment info to the flashrom version message.hailfinger2010-03-271-0/+19
* Idwer Vollering reported problems with the current libpci check onhailfinger2010-03-221-15/+6
* Add DOS cross-compilation support to the Makefile.hailfinger2010-03-211-6/+37
* rename print_82802ab_status to print_status_82802absnelson2010-03-191-1/+1
* Split spi.c into programmer and chip codesnelson2010-02-261-1/+1
* Add initial (non-working) code for Highpoint ATA/RAID controllers.uwe2010-02-211-0/+10
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-1/+1
* Use uname -p instead of -m on NetBSD so we get the righthailfinger2010-02-141-1/+1
* Linking in support for the internal programmer doesn't make sense if youhailfinger2010-02-121-7/+2
* Complete the addition of Feature Bits for all Jedec based chips.snelson2010-01-281-2/+1
* backout unintentional chunk.stepan2010-01-221-1/+1
* This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefilestepan2010-01-211-8/+8
* Matching board via DMImkarcher2010-01-201-1/+1
* Dediprog SF100 support.hailfinger2010-01-191-0/+9
* Enable -Wshadow, clean code for thatmkarcher2010-01-121-1/+1
* Fix Makefile dependencies if FT2232SPI is not selected.hailfinger2010-01-091-2/+3
* Add support for NetBSD.hailfinger2010-01-081-0/+4
* Converting fprintf(stderr), printf, and printf_debug into a common printsnelson2010-01-071-1/+1
* Move the CLI related functions main() and cli_usage() to cli_classic.chailfinger2010-01-071-1/+1
* Some programmers (most notably FT2232SPI) use fallback_* and noop_*, buthailfinger2010-01-061-1/+1
* This patch shouldn't affect anything else in patchwork. It just splitssnelson2009-12-241-17/+29
* Only check for requested features in the Makefile.hailfinger2009-12-241-5/+14
* internal.c was always compiled in because it hosted the functionhailfinger2009-12-241-2/+2
* Internal (onboard) programming was the only feature which could not behailfinger2009-12-131-7/+23
* Revert debug compilation which was committed in r772 by accident.hailfinger2009-11-241-1/+1
* Add Bus Pirate SPI support to flashrom.hailfinger2009-11-241-1/+14
* Move serial handling from serprog.c to serial.c.hailfinger2009-11-231-0/+4
* Fix incorrect comment about wiki printing in Makefile.hailfinger2009-11-161-1/+1