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
/
flash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation on Solaris and tell people how to compile flashrom on Solaris...
Carl-Daniel Hailfinger
2009-05-01
1
-0
/
+18
*
Some functions take no arguments
Carl-Daniel Hailfinger
2009-05-01
1
-5
/
+5
*
There are still some tweaks necessary to get Flashrom to build on DragonFly, ...
Patrick Georgi
2009-04-28
1
-1
/
+1
*
MAX may already be defined
Uwe Hermann
2009-04-24
1
-5
/
+3
*
Support MX25L3235D
Stephan Guilloux
2009-04-23
1
-1
/
+1
*
Support Macronix MX2512805D flash chip
Stephan Guilloux
2009-04-21
1
-0
/
+1
*
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06
1
-6
/
+6
*
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05
1
-0
/
+30
*
Driver for ST M29F002T/NT/B
Peter Stuge
2009-01-26
1
-0
/
+5
*
SST25VF040B using 0x90 identification and AAI write
Peter Stuge
2009-01-26
1
-0
/
+1
*
Winbond SuperIO SPI driver
Peter Stuge
2009-01-26
1
-1
/
+8
*
Export Winbond SuperIO register access functions in board_enable.c
Peter Stuge
2009-01-26
1
-0
/
+5
*
Darwin / Mac OS X
Stefan Reinauer
2009-01-26
1
-0
/
+9
*
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
Stefan Reinauer
2009-01-26
1
-10
/
+4
*
Change flashrom.c:map_flash_registers() from int to void
Peter Stuge
2009-01-26
1
-1
/
+1
*
Change FreeBSD #ifdef into #if defined()
Stefan Reinauer
2009-01-26
1
-1
/
+1
*
Check all mmap() calls and print helpful Linux error message
Peter Stuge
2009-01-23
1
-0
/
+1
*
Add SST49LF020 support
Sven Schnelle
2009-01-07
1
-0
/
+1
*
Various ichspi.c refinements
FENG yu ning
2008-12-15
1
-8
/
+1
*
Add 28 flash chips of the MX29 series to the flashrom ID table and support th...
Carl-Daniel Hailfinger
2008-12-10
1
-0
/
+28
*
Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configurat...
FENG yu ning
2008-12-08
1
-0
/
+8
*
Add RDID/REMS IDs for the following flash chips
Carl-Daniel Hailfinger
2008-12-04
1
-2
/
+15
*
Replace #ifdefs for sc520 systems by run time probing
Stefan Reinauer
2008-12-03
1
-0
/
+2
*
If a chip has any TEST_BAD_* flag set, we don't even list the unsupported fun...
Carl-Daniel Hailfinger
2008-11-28
1
-1
/
+2
*
Add support for the AMD/ATI SB600 southbridge SPI functionality
Jason Wang
2008-11-28
1
-0
/
+9
*
Flashrom already has the following probe functions
Carl-Daniel Hailfinger
2008-11-28
1
-0
/
+1
*
Check for failed SPI command execution in flashrom
Carl-Daniel Hailfinger
2008-11-18
1
-4
/
+5
*
The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs
Carl-Daniel Hailfinger
2008-11-15
1
-0
/
+32
*
Add support for 8 new chips to flashrom and fix up 2 existing chips as well
Carl-Daniel Hailfinger
2008-11-04
1
-8
/
+6
*
Add additional SPI sector erase and chip erase command functions to flashrom
Carl-Daniel Hailfinger
2008-11-03
1
-0
/
+3
*
Add support for the ST M50FW002 chip to flashrom
Carl-Daniel Hailfinger
2008-11-02
1
-0
/
+1
*
Flashrom support for some Numonyx parts (M25PE)
Stefan Reinauer
2008-10-29
1
-0
/
+1
*
Coding-style fixes for flashrom, partly indent-aided
Uwe Hermann
2008-10-18
1
-10
/
+16
*
Support for AM29F002(N)B[BT]
Mats Erik Andersson
2008-10-07
1
-0
/
+2
*
Activate proper support for EN29F002(A)(N)[BT]
Mats Erik Andersson
2008-09-26
1
-0
/
+5
*
Winbond W39V040C and MSI K8T Neo2-F
Peter Stuge
2008-07-21
1
-0
/
+5
*
Trivial SPI cleanups
Peter Stuge
2008-07-07
1
-2
/
+0
*
R3415 removed symbolic constants for device IDs by accident
Carl-Daniel Hailfinger
2008-07-06
1
-0
/
+3
*
Add AMIC A29002
Andreas Thienemann
2008-07-06
1
-1
/
+0
*
First attempt to clean up SPI probing and create a common construct: the flas...
Stefan Reinauer
2008-06-30
1
-4
/
+11
*
Mine AMIC flash chip needs 4 bytes RDID
Rudolf Marek
2008-06-30
1
-0
/
+1
*
This patch adds support for VIA SPI controller on VT8237S
Rudolf Marek
2008-06-30
1
-0
/
+1
*
Multiple unrelated changes
Stefan Reinauer
2008-06-27
1
-0
/
+1
*
Remove dead M-Systems Disk on Chip code
Peter Stuge
2008-06-22
1
-5
/
+0
*
Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore
Jens Kuehnel
2008-06-18
1
-0
/
+1
*
Force read unknown flash chips
Peter Stuge
2008-06-18
1
-1
/
+1
*
Add support for Amic Technology A29040B flash chip
Peter Stuge
2008-06-11
1
-0
/
+1
*
Revert r3357 and fix it as intended to (forgotten header commit instead of typo)
Mart Raudsepp
2008-05-27
1
-0
/
+1
*
Add support for Amic A25L40P SPI flash
Rudolf Marek
2008-05-22
1
-0
/
+1
*
Changes to make flashrom compile (and work) on FreeBSD
Andriy Gapon
2008-05-22
1
-0
/
+19
[next]