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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ft2232_spi: Cosmetic fixes
Uwe Hermann
2010-07-29
1
-38
/
+34
*
Mark the following boards as tested OK
Uwe Hermann
2010-07-29
1
-6
/
+17
*
The AAI code rewrite in r1052 introduced a bug: The writelen of AAI continuat...
Carl-Daniel Hailfinger
2010-07-29
1
-5
/
+5
*
Speed up Bus Pirate by exploiting the FTDI FIFO
Carl-Daniel Hailfinger
2010-07-29
1
-20
/
+22
*
Add support for the Amontec JTAGkey2, see http://www.amontec.com/jtagkey2.shtml
Carl-Daniel Hailfinger
2010-07-29
4
-23
/
+106
*
Add support for AMIC A25L512, A25L010, A25L020, A25L040, A25L080, A25L016, A2...
Dan Lenski
2010-07-29
2
-0
/
+252
*
Compile gfxnvidia by default, but disallow write/erase
Carl-Daniel Hailfinger
2010-07-29
2
-2
/
+5
*
Allow compilation on all architectures even if direct hardware access primiti...
Carl-Daniel Hailfinger
2010-07-29
1
-0
/
+2
*
Add detailed status register printing and unlocking for all ATMEL AT25* chips
Carl-Daniel Hailfinger
2010-07-29
7
-29
/
+442
*
Cosmetics
Carl-Daniel Hailfinger
2010-07-28
1
-480
/
+480
*
Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing support
Carl-Daniel Hailfinger
2010-07-28
5
-147
/
+257
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
35
-527
/
+593
*
Convert all PCI-based external programmers to use special little-endian acces...
Carl-Daniel Hailfinger
2010-07-27
5
-16
/
+24
*
Add a udev rules file for flashrom
Uwe Hermann
2010-07-27
1
-0
/
+55
*
Board enable for abit NF-M2 nView
Michael Karcher
2010-07-24
2
-0
/
+10
*
Detect IP35 by the SMBus bridge instead of the SATA controller
Michael Karcher
2010-07-24
1
-1
/
+1
*
Board enable for Samsung Polaris 32
Michael Karcher
2010-07-24
2
-0
/
+3
*
Board enable for GA-8IRML
Michael Karcher
2010-07-24
2
-0
/
+10
*
Board enable for Abit IC7
Michael Karcher
2010-07-24
2
-0
/
+2
*
Fix compilation for CONFIG_INTERNAL=no
Michael Karcher
2010-07-24
1
-0
/
+6
*
Fix compilation which was broken by r1101
Idwer Vollering
2010-07-24
1
-1
/
+1
*
Board enable for HP Puffer2-UL8E
Michael Karcher
2010-07-24
2
-0
/
+10
*
Board enable for ASUS P4SD-LA (HP OEM)
Michael Karcher
2010-07-24
2
-0
/
+10
*
Board enable for ASUS P5PE-VM
Michael Karcher
2010-07-24
2
-0
/
+3
*
Move SB600 SPI initialization to sb600spi.c
Michael Karcher
2010-07-22
3
-79
/
+89
*
Move Intel SPI initialisation to ichspi.c
Michael Karcher
2010-07-22
3
-206
/
+234
*
Add support for the Intel 28F002BC-T
Joshua Roys
2010-07-22
2
-0
/
+28
*
Add support for the following AMIC SPI chips
Daniel Lenski
2010-07-22
3
-6
/
+309
*
Add nicnatsemi to print.c and print_wiki.c
Andrew Morgan
2010-07-21
3
-3
/
+17
*
Add support for the SST25VF064C SPI flash chip
Ed Swierk
2010-07-21
2
-0
/
+36
*
Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...
Carl-Daniel Hailfinger
2010-07-21
6
-2
/
+193
*
Check during SPI bitbang init that SPI bitbang master configuration is correct
Carl-Daniel Hailfinger
2010-07-18
2
-1
/
+11
*
Use struct pointer instead of enum to set bitbang adapter
Michael Karcher
2010-07-17
3
-28
/
+12
*
Print supported flash chips as narrow as possible
Carl-Daniel Hailfinger
2010-07-17
1
-26
/
+35
*
Use the BAR value returned by pcidev_init which automatically applies the cor...
Carl-Daniel Hailfinger
2010-07-17
2
-9
/
+14
*
Add support for pciutils/libpci older than 2.2
Carl-Daniel Hailfinger
2010-07-17
1
-0
/
+8
*
Newer llvm/clang versions (since r102686) have a __clang_version__ macro whic...
Carl-Daniel Hailfinger
2010-07-17
2
-2
/
+6
*
Add Winbond W49F020 support
Carl-Daniel Hailfinger
2010-07-17
1
-0
/
+23
*
Change the SPI bitbanging core to fix a subtle bug (which had no effect so fa...
Carl-Daniel Hailfinger
2010-07-17
3
-16
/
+25
*
Remove temporary buffers from bitbanging
Michael Karcher
2010-07-17
1
-38
/
+5
*
Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout in write)
Carl-Daniel Hailfinger
2010-07-16
3
-59
/
+36
*
We have a generic unlocking infrastructure
Carl-Daniel Hailfinger
2010-07-14
11
-24
/
+104
*
Use the max_rom_decode infrastructure for wbsio_spi instead of open-coding a ...
Carl-Daniel Hailfinger
2010-07-14
3
-19
/
+4
*
Convert SPI chips to partial write, but wrap the write functions in a compat ...
Carl-Daniel Hailfinger
2010-07-14
13
-130
/
+126
*
Print an error message on read errors and abort instead of proceeding anyway
Carl-Daniel Hailfinger
2010-07-13
3
-19
/
+46
*
Wrap a line which was 156 columns wide
Carl-Daniel Hailfinger
2010-07-13
1
-1
/
+4
*
Split erase region walking out of erase_flash
Carl-Daniel Hailfinger
2010-07-13
1
-21
/
+24
*
Fix out-of-bounds ICH FREG permission printing
Carl-Daniel Hailfinger
2010-07-13
1
-3
/
+4
*
Add support for the AMIC A25L80P
Daniel Lenski
2010-07-11
2
-0
/
+32
*
Fix read function for EMST F25L008A
Michael Karcher
2010-07-10
1
-1
/
+1
[next]