summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retrieve the proper linker flags for libftdi via pkg-config and fallhailfinger2009-11-161-3/+4
* There is no need to tell people to install libz if flashrom doesn't needhailfinger2009-10-031-9/+31
* Disable NVIDIA flashing support for now, erase/write is not properlyuwe2009-10-011-2/+2
* Add initial support for flashing some NVIDIA graphics cards.uwe2009-09-301-0/+8
* This is the bitbanging SPI driver infrastructure.hailfinger2009-09-281-0/+8
* Compile out wiki output on request and move wiki stuff into a separatehailfinger2009-09-161-0/+8
* Allow to exclude each of the external programmer drivers from beinghailfinger2009-09-161-4/+41
* Not all systems have svnversion installed. Fall back to svn info ifhailfinger2009-09-051-1/+1
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-021-1/+1
* flashrom 0.9.1hailfinger2009-09-021-1/+1
* With this patch, make tarball and make export still work as expected,hailfinger2009-08-311-9/+11
* Fix compilation on Nexenta which is Ubuntu with a Solaris kernel.hailfinger2009-08-171-0/+3
* Allow to compile out serprog completely. If CONFIG_SERPROG is not set,hailfinger2009-08-121-6/+12
* Remove unnecessary #include files.hailfinger2009-08-091-0/+2
* Change tarball compression from gzip to bzip2.hailfinger2009-07-101-5/+10
* Add changelog for make export and make tarball.hailfinger2009-06-301-0/+1
* The makefile rules for %.o and flashrom.o are identical. Let %.o handlehailfinger2009-06-231-4/+1
* Initial commit of an external serial flasher protocol.hailfinger2009-06-231-1/+2
* Various wiki output changes:uwe2009-06-201-1/+1
* Prevent spurious runs of make features introduced by the FT2232 patch.hailfinger2009-06-191-11/+14
* Move all printing code to print.c.uwe2009-06-171-1/+1
* This patch adds support for a new SPI programmer, based on thehailfinger2009-06-161-8/+28
* Check for a working C compiler.hailfinger2009-06-161-2/+11