index
:
delta/flashrom.git
0.9.7
master
stuge
code.coreboot.org: Obsolete (use flashrom-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flash.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The msg_* macros won't compile as is if you use more than one parameter
hailfinger
2010-01-09
1
-16
/
+16
*
Use address mask in probe_jedec. This allows us to have one common
hailfinger
2010-01-09
1
-2
/
+4
*
Converting fprintf(stderr), printf, and printf_debug into a common print
snelson
2010-01-07
1
-0
/
+19
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
hailfinger
2010-01-07
1
-0
/
+10
*
buspiratespi support on mingw
oxygene
2010-01-06
1
-2
/
+13
*
- replace the hand written serial input flush routine with the termios one.
oxygene
2010-01-06
1
-1
/
+0
*
Move OS-dependent serial code from buspirate_spi.c to serial.c and
hailfinger
2010-01-06
1
-0
/
+4
*
Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but
hailfinger
2010-01-06
1
-0
/
+2
*
The patch converts jedec functions into mask-based generics which can be used
snelson
2010-01-04
1
-0
/
+4
*
internal.c was always compiled in because it hosted the function
hailfinger
2009-12-24
1
-1
/
+1
*
Factor out CLI code by moving generic stuff out of main(). Add a generic
hailfinger
2009-12-24
1
-0
/
+1
*
SuperI/O detection now happens unconditionally and before the chipset
hailfinger
2009-12-22
1
-0
/
+10
*
Clarify comment about how to enter chip erase functions in
hailfinger
2009-12-22
1
-2
/
+2
*
Split hardware access, OS abstraction and chip drivers out of flash.h to
hailfinger
2009-12-14
1
-216
/
+10
*
Internal (onboard) programming was the only feature which could not be
hailfinger
2009-12-13
1
-11
/
+38
*
Use common jedec functionality where appropriate. The deleted function
hailfinger
2009-11-27
1
-0
/
+1
*
This patch removes the extremely dangerous unprotect_jedec function
hailfinger
2009-11-26
1
-2
/
+1
*
Add the ability to set Bus Pirate SPI speed via the command line.
hailfinger
2009-11-24
1
-0
/
+5
*
Add Bus Pirate SPI support to flashrom.
hailfinger
2009-11-24
1
-0
/
+12
*
Move serial handling from serprog.c to serial.c.
hailfinger
2009-11-23
1
-0
/
+3
*
Bus Pirate support needs serial communication. Serprog already has such
hailfinger
2009-11-21
1
-0
/
+3
*
To prepare for libflashrom I wanted to make the main loop more readable
hailfinger
2009-11-17
1
-4
/
+2
*
Add support for every single SiS chipset out there.
hailfinger
2009-11-15
1
-0
/
+1
*
Add infrastructure to check and report to the user the maximum supported
hailfinger
2009-10-31
1
-0
/
+8
*
Make bitbang_spi naming consistent.
hailfinger
2009-10-01
1
-7
/
+7
*
Add initial support for flashing some NVIDIA graphics cards.
uwe
2009-09-30
1
-0
/
+10
*
This is the bitbanging SPI driver infrastructure.
hailfinger
2009-09-28
1
-0
/
+23
*
Switch SST49LF004A/B to block erase, remove the hack which simulated
hailfinger
2009-09-23
1
-2
/
+4
*
The current ICH SPI preop handling is a hack which spews lots of
hailfinger
2009-09-18
1
-4
/
+4
*
Allow to exclude each of the external programmer drivers from being
hailfinger
2009-09-16
1
-2
/
+13
*
This is a patch which stores eraseblock sizes and corresponding block
hailfinger
2009-09-05
1
-0
/
+25
*
Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.
uwe
2009-09-02
1
-2
/
+10
*
Flashrom has the ability to use layout files with romentries, but this
hailfinger
2009-08-19
1
-1
/
+1
*
If FT2232H SPI is not enabled, it should be compiled out completely. We
hailfinger
2009-08-19
1
-0
/
+6
*
Support rdmsr/wrmsr operations on FreeBSD.
hailfinger
2009-08-19
1
-1
/
+11
*
Allow to compile out serprog completely. If CONFIG_SERPROG is not set,
hailfinger
2009-08-12
1
-0
/
+2
*
Use programmer.name to match the --programmer parameter instead of
hailfinger
2009-08-12
1
-0
/
+1
*
Use a common parameter variable for all programmers. This allows us to
hailfinger
2009-08-12
1
-6
/
+2
*
FT2232 and IT87 programmers used functions of the dummy programmer
hailfinger
2009-08-12
1
-9
/
+13
*
Fix up MSR handling in flashrom to support more OSes than Linux.
stepan
2009-08-12
1
-1
/
+8
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions
hailfinger
2009-08-10
1
-1
/
+0
*
Releasing IO permissions was done by hand everywhere. Use a proper
hailfinger
2009-08-09
1
-0
/
+1
*
Boards with coreboot have a cbtable containing vendor and board name.
stepan
2009-07-30
1
-0
/
+1
*
This is a workaround for a bug in SB600 and SB700. If we only send an
hailfinger
2009-07-23
1
-1
/
+0
*
Eliminate version string duplication.
hailfinger
2009-07-22
1
-0
/
+1
*
Replace most of the switch cases in the spi code with lookup on a struct
hailfinger
2009-07-22
1
-0
/
+14
*
Convert SPI byte program to use the multicommand infrastructure.
hailfinger
2009-07-12
1
-3
/
+3
*
Add an optional flash port parameter for IT87* SPI controllers in
hailfinger
2009-07-11
1
-0
/
+1
*
Add SPI multicommand infrastructure.
hailfinger
2009-07-10
1
-7
/
+15
*
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and
hailfinger
2009-07-01
1
-0
/
+3
[prev]
[next]