index
:
flashrom
0.9.9-n25q256
stable
staging
Raptor Engineering's copy of the legoater/flashrom fork of the main branches in the flashrom.org's git repository
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for NetBSD
Jonathan A. Kollasch
2010-01-08
1
-0
/
+4
*
Converting fprintf(stderr), printf, and printf_debug into a common print inte...
Sean Nelson
2010-01-07
1
-1
/
+1
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
1
-1
/
+1
*
Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but thos...
Carl-Daniel Hailfinger
2010-01-06
1
-1
/
+1
*
This patch shouldn't affect anything else in patchwork
Sean Nelson
2009-12-24
1
-17
/
+29
*
Only check for requested features in the Makefile
Carl-Daniel Hailfinger
2009-12-24
1
-5
/
+14
*
Internal.c was always compiled in because it hosted the function internal_del...
Carl-Daniel Hailfinger
2009-12-24
1
-2
/
+2
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-7
/
+23
*
Revert debug compilation which was committed in r772 by accident
Carl-Daniel Hailfinger
2009-11-24
1
-1
/
+1
*
Add Bus Pirate SPI support
Carl-Daniel Hailfinger
2009-11-24
1
-1
/
+14
*
Move serial handling from serprog.c to serial.c
Carl-Daniel Hailfinger
2009-11-23
1
-0
/
+4
*
Fix incorrect comment about wiki printing in Makefile
Carl-Daniel Hailfinger
2009-11-16
1
-1
/
+1
*
Retrieve the proper linker flags for libftdi via pkg-config and fall back if ...
Carl-Daniel Hailfinger
2009-11-16
1
-3
/
+4
*
There is no need to tell people to install libz if flashrom doesn't need libz
Carl-Daniel Hailfinger
2009-10-03
1
-9
/
+31
*
Disable NVIDIA flashing support for now, erase/write is not properly working,...
Uwe Hermann
2009-10-01
1
-2
/
+2
*
Add initial support for flashing some NVIDIA graphics cards
Uwe Hermann
2009-09-30
1
-0
/
+8
*
This is the bitbanging SPI driver infrastructure
Carl-Daniel Hailfinger
2009-09-28
1
-0
/
+8
*
Compile out wiki output on request and move wiki stuff into a separate file
Carl-Daniel Hailfinger
2009-09-16
1
-0
/
+8
*
Allow to exclude each of the external programmer drivers from being compiled in
Carl-Daniel Hailfinger
2009-09-16
1
-4
/
+41
*
Not all systems have svnversion installed
Carl-Daniel Hailfinger
2009-09-05
1
-1
/
+1
*
Add support for parallel flash on Dr
TURBO J
2009-09-02
1
-1
/
+1
*
Flashrom 0.9.1
0.9.1
Carl-Daniel Hailfinger
2009-09-02
1
-1
/
+1
*
With this patch, make tarball and make export still work as expected, but if ...
Carl-Daniel Hailfinger
2009-08-31
1
-9
/
+11
*
Fix compilation on Nexenta which is Ubuntu with a Solaris kernel
0.9.1-rc1
Carl-Daniel Hailfinger
2009-08-17
1
-0
/
+3
*
Allow to compile out serprog completely
Carl-Daniel Hailfinger
2009-08-12
1
-6
/
+12
*
Remove unnecessary #include files
Carl-Daniel Hailfinger
2009-08-09
1
-0
/
+2
*
Change tarball compression from gzip to bzip2
Carl-Daniel Hailfinger
2009-07-10
1
-5
/
+10
*
Add changelog for make export and make tarball
Carl-Daniel Hailfinger
2009-06-30
1
-0
/
+1
*
The makefile rules for %.o and flashrom.o are identical
Carl-Daniel Hailfinger
2009-06-23
1
-4
/
+1
*
Initial commit of an external serial flasher protocol
Urja Rannikko
2009-06-23
1
-1
/
+2
*
Various wiki output changes
Uwe Hermann
2009-06-20
1
-1
/
+1
*
Prevent spurious runs of make features introduced by the FT2232 patch
Carl-Daniel Hailfinger
2009-06-19
1
-11
/
+14
*
Move all printing code to print.c
Uwe Hermann
2009-06-17
1
-1
/
+1
*
This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...
Paul Fox
2009-06-16
1
-8
/
+28
*
Check for a working C compiler
Carl-Daniel Hailfinger
2009-06-16
1
-2
/
+11
*
Fix typo in Makefile
Uwe Hermann
2009-06-15
1
-1
/
+1
*
Add support for the PMC Pm29F002T/B chips
Uwe Hermann
2009-06-14
1
-1
/
+1
*
This patch introduces two new targets which are designed to make the life of ...
Carl-Daniel Hailfinger
2009-06-12
1
-3
/
+20
*
Add missing GPL headers to two files
Uwe Hermann
2009-06-12
1
-3
/
+16
*
Make an extra MANDIR variable for easier overriding
Uwe Hermann
2009-05-21
1
-2
/
+3
*
Rename sata_sii.c to satasii.c for consistency
Uwe Hermann
2009-05-17
1
-1
/
+1
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
1
-1
/
+1
*
This patch adds support for BIOS flashing on the all SiliconImage SATA contro...
Rudolf Marek
2009-05-17
1
-1
/
+1
*
Refactor parts of the 3COM NIC code
Uwe Hermann
2009-05-15
1
-1
/
+1
*
Cosmetics and eliminate unneeded vars as per IRC discussion
Uwe Hermann
2009-05-14
1
-9
/
+6
*
Improve makefile structure a bit
Christian Ruppert
2009-05-14
1
-13
/
+17
*
Add support for 3COM NICs as "external programmer" and Atmel AT49BV512
Uwe Hermann
2009-05-13
1
-1
/
+1
*
The write_39sf020() and write_49f002() functions are identical except for whi...
Uwe Hermann
2009-05-12
1
-1
/
+1
*
Add a dummy external flasher which just prints each operation
Carl-Daniel Hailfinger
2009-05-09
1
-1
/
+2
*
Add external flasher support
Carl-Daniel Hailfinger
2009-05-08
1
-1
/
+1
[next]