summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Create dependencies on the fly rather than in a separate stepStefan Reinauer2010-06-071-9/+6
* Fix libpci linkage on NetBSDCarl-Daniel Hailfinger2010-06-041-2/+4
* Internal: introduce processor enables and abort if top/bottom alignment is un...Carl-Daniel Hailfinger2010-06-041-1/+1
* Make the 'flashrom --help' output look a bit nicerUwe Hermann2010-06-041-1/+1
* Fix URLs for GIGABYTE motherboardsPeter Lemenkov2010-06-041-1/+1
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-21/+21
* Add flashrom.exe unconditionally to the list of files removed at make cleanCarl-Daniel Hailfinger2010-05-301-1/+3
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-2/+4
* Support for Realtek RTL8139 network card flashingJoerg Fischer2010-05-211-0/+9
* Increase flashrom release number to 0.9.2Carl-Daniel Hailfinger2010-05-191-1/+1
* Fix assorted documentation, frontend and printing bugsCarl-Daniel Hailfinger2010-05-151-1/+1
* Fix the DOS portRudolf Marek2010-04-251-4/+0
* Add runtime and build environment info to the flashrom version messageCarl-Daniel Hailfinger2010-03-271-0/+19
* Refine compile-time checks for libpciCarl-Daniel Hailfinger2010-03-221-15/+6
* Add DOS cross-compilation support to the MakefileCarl-Daniel Hailfinger2010-03-211-6/+37
* Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x...Sean Nelson2010-03-191-1/+1
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-1/+1
* Add initial (non-working) code for Highpoint ATA/RAID controllersUwe Hermann2010-02-211-0/+10
* Here's a very quick patch to fix the missing unlock codeSean Nelson2010-02-191-1/+1
* Use uname -p instead of -m on NetBSD so we get the right architecture library...Jonathan A. Kollasch2010-02-141-1/+1
* Split internal.c into internal.c and hwaccess.cCarl-Daniel Hailfinger2010-02-121-7/+2
* Complete the addition of Feature Bits for all Jedec based chipsSean Nelson2010-01-281-2/+1
* Backout unintentional chunkStefan Reinauer2010-01-221-1/+1
* This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefileStefan Reinauer2010-01-211-8/+8
* Matching board via DMIMichael Karcher2010-01-201-1/+1
* Dediprog SF100 supportCarl-Daniel Hailfinger2010-01-191-0/+9
* Enable -Wshadow, clean code for thatMichael Karcher2010-01-121-1/+1
* Fix Makefile dependencies if FT2232SPI is not selectedCarl-Daniel Hailfinger2010-01-091-2/+3
* Add support for NetBSDJonathan A. Kollasch2010-01-081-0/+4
* Converting fprintf(stderr), printf, and printf_debug into a common print inte...Sean Nelson2010-01-071-1/+1
* Move the CLI related functions main() and cli_usage() to cli_classic.cCarl-Daniel Hailfinger2010-01-071-1/+1
* Move generic programmer function into newly introduced programmer.cCarl-Daniel Hailfinger2010-01-061-1/+1
* This patch shouldn't affect anything else in patchworkSean Nelson2009-12-241-17/+29
* Only check for requested features in the MakefileCarl-Daniel Hailfinger2009-12-241-5/+14
* Internal.c was always compiled in because it hosted the function internal_del...Carl-Daniel Hailfinger2009-12-241-2/+2
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-7/+23
* Revert debug compilation which was committed in r772 by accidentCarl-Daniel Hailfinger2009-11-241-1/+1
* Cleanly validate ICH SPI preopcodesCarl-Daniel Hailfinger2009-11-241-1/+14
* Move serial handling from serprog.c to serial.cCarl-Daniel Hailfinger2009-11-231-0/+4
* Fix incorrect comment about wiki printing in MakefileCarl-Daniel Hailfinger2009-11-161-1/+1
* Retrieve linker flags for libftdi with pkg-configJörg Mayer2009-11-161-3/+4
* There is no need to tell people to install libz if flashrom doesn't need libzCarl-Daniel Hailfinger2009-10-031-9/+31
* Disable NVIDIA flashing support for now, erase/write is not properly working,...Uwe Hermann2009-10-011-2/+2
* Add initial support for flashing some NVIDIA graphics cardsUwe Hermann2009-09-301-0/+8
* This is the bitbanging SPI driver infrastructureCarl-Daniel Hailfinger2009-09-281-0/+8
* Compile out wiki output on request and move wiki stuff into a separate fileCarl-Daniel Hailfinger2009-09-161-0/+8
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-161-4/+41
* Not all systems have svnversion installedCarl-Daniel Hailfinger2009-09-051-1/+1
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-1/+1
* Flashrom 0.9.1Carl-Daniel Hailfinger2009-09-021-1/+1
OpenPOWER on IntegriCloud