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
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Here's a very quick patch to fix the missing unlock code.
snelson
2010-02-19
1
-0
/
+12
*
Some programmers want to run certain functions during programmer
hailfinger
2010-02-14
1
-0
/
+33
*
At long last, the day has come, and we can bury full-chip erase once and
hailfinger
2010-02-11
1
-6
/
+0
*
Open binary files in binary mode. No change on UNIX (or Mac OS,
oxygene
2010-01-25
1
-2
/
+2
*
Dediprog SF100 support.
hailfinger
2010-01-19
1
-1
/
+23
*
Add eraseblock functions to self-check. It doesn't make sense to have
hailfinger
2010-01-19
1
-9
/
+28
*
Flashrom performs a self-check on every startup before it even starts to
hailfinger
2010-01-18
1
-20
/
+61
*
If neither internal (old default) nor dummy (safe default) programmer
hailfinger
2010-01-10
1
-2
/
+31
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
hailfinger
2010-01-07
1
-352
/
+3
*
Factor out CLI code by moving generic stuff out of main(). Add a generic
hailfinger
2009-12-24
1
-60
/
+98
*
Fix eraseblock walking and add a few more checks to make sure such bugs
hailfinger
2009-12-14
1
-2
/
+25
*
Internal (onboard) programming was the only feature which could not be
hailfinger
2009-12-13
1
-11
/
+43
*
Clarify a comment about verification routine usage.
hailfinger
2009-11-25
1
-1
/
+2
*
Add the ability to set Bus Pirate SPI speed via the command line.
hailfinger
2009-11-24
1
-0
/
+54
*
Add Bus Pirate SPI support to flashrom.
hailfinger
2009-11-24
1
-0
/
+19
*
Add the ability to generate test patterns for write testing. This will
hailfinger
2009-11-23
1
-0
/
+136
*
To prepare for libflashrom I wanted to make the main loop more readable
hailfinger
2009-11-17
1
-19
/
+19
*
Add infrastructure to check and report to the user the maximum supported
hailfinger
2009-10-31
1
-3
/
+72
*
Cosmetics and small coding style fixes (trivial).
uwe
2009-10-01
1
-4
/
+4
*
Make bitbang_spi naming consistent.
hailfinger
2009-10-01
1
-1
/
+1
*
Add initial support for flashing some NVIDIA graphics cards.
uwe
2009-09-30
1
-1
/
+39
*
This is the bitbanging SPI driver infrastructure.
hailfinger
2009-09-28
1
-0
/
+6
*
Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/.
uwe
2009-09-18
1
-6
/
+6
*
Compile out wiki output on request and move wiki stuff into a separate
hailfinger
2009-09-16
1
-2
/
+18
*
Allow to exclude each of the external programmer drivers from being
hailfinger
2009-09-16
1
-6
/
+20
*
This is a patch which stores eraseblock sizes and corresponding block
hailfinger
2009-09-05
1
-25
/
+55
*
Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.
uwe
2009-09-02
1
-0
/
+18
*
Flashrom has the ability to use layout files with romentries, but this
hailfinger
2009-08-19
1
-2
/
+1
*
Current programmer parameter syntax is
hailfinger
2009-08-19
1
-2
/
+2
*
Disallow erase/write for known bad chips so people won't try without a
hailfinger
2009-08-19
1
-2
/
+53
*
If FT2232H SPI is not enabled, it should be compiled out completely. We
hailfinger
2009-08-19
1
-0
/
+6
*
Generate the usage message by walking the list of available programmers.
hailfinger
2009-08-13
1
-3
/
+32
*
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
-30
/
+38
*
Use a common parameter variable for all programmers. This allows us to
hailfinger
2009-08-12
1
-6
/
+9
*
FT2232 and IT87 programmers used functions of the dummy programmer
hailfinger
2009-08-12
1
-9
/
+10
*
The project's new home is flashrom.org now. Change all occurences in the
stepan
2009-07-30
1
-1
/
+1
*
If writing failed, verifying is pointless. Abort instead.
hailfinger
2009-07-24
1
-3
/
+8
*
Continue erase/write verification after the first error.
hailfinger
2009-07-23
1
-6
/
+13
*
Eliminate version string duplication.
hailfinger
2009-07-22
1
-1
/
+2
*
Add an optional flash port parameter for IT87* SPI controllers in
hailfinger
2009-07-11
1
-0
/
+2
*
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and
hailfinger
2009-07-01
1
-4
/
+6
*
Random minor flashrom fixes:
uwe
2009-06-28
1
-1
/
+0
*
Print the bus type(s) of both chipset and chip in the flashrom
uwe
2009-06-28
1
-2
/
+4
*
Handle programmer init errors and abort. If the programmer didn't
hailfinger
2009-06-28
1
-1
/
+4
*
Always verify write operations automatically.
uwe
2009-06-24
1
-2
/
+11
*
Use correct abstraction for verify_range(). The new abstraction can
hailfinger
2009-06-24
1
-34
/
+10
*
Remove duplicated [file] from usage help. A file is already specified
hailfinger
2009-06-24
1
-4
/
+3
*
Initial commit of an external serial flasher protocol.
hailfinger
2009-06-23
1
-1
/
+20
*
Various wiki output changes:
uwe
2009-06-20
1
-8
/
+1
[prev]
[next]