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
*
Increase flashrom release number to 0.9.4
0.9.4
Carl-Daniel Hailfinger
2011-07-26
1
-1
/
+1
*
Add a bunch of new/tested stuff and various small changes 6
Stefan Tauner
2011-07-26
4
-6
/
+11
*
Fix output of erase_and_write_flash and surroundings
Carl-Daniel Hailfinger
2011-07-26
1
-13
/
+16
*
Fix Winbond W29EE011, W29EE012, W29C010M, W29C011A probing
Carl-Daniel Hailfinger
2011-07-26
2
-28
/
+31
*
Be more refined regarding DMI chassis types
Stefan Tauner
2011-07-26
2
-16
/
+43
*
Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer parameter
Carl-Daniel Hailfinger
2011-07-25
2
-7
/
+44
*
Satamv and atahpt require PCI port I/O which isn't currently supported on any...
Andrew Morgan
2011-07-25
2
-0
/
+11
*
Random manpage improvements and updates
Uwe Hermann
2011-07-25
1
-14
/
+24
*
Add a bunch of new/tested stuff and various small changes 5
Stefan Tauner
2011-07-25
7
-29
/
+36
*
Add support for the GIGABYTE GA-8SIMLH board
Michael Karcher
2011-07-25
2
-4
/
+6
*
Add support for EN25Q(H) series SPI flash chips
David Hendricks
2011-07-24
2
-37
/
+260
*
Man page fixes
Carl-Daniel Hailfinger
2011-07-24
1
-32
/
+74
*
Mark some ck804 boards as not working
Stefan Tauner
2011-07-24
2
-2
/
+4
*
ichspi.c: do not print PBR[3] for ICH7 because it does not exist
Stefan Tauner
2011-07-24
1
-1
/
+1
*
Fix out-of-bounds access if all erase functions fail
Carl-Daniel Hailfinger
2011-07-21
1
-6
/
+8
*
chipset_enable.c: add a message for untested chipset enables
Stefan Tauner
2011-07-21
1
-5
/
+14
*
flashrom.8: explain read accesses as part of the write operation
Stefan Tauner
2011-07-21
1
-3
/
+10
*
ft2232_spi: Improve error handling, remove exit() calls
Uwe Hermann
2011-07-21
1
-14
/
+33
*
Fix the ASUS A8N-VM CSM board enable
Stefan Tauner
2011-07-20
1
-4
/
+4
*
Annotate additional flashchips with voltage ranges
Steven Zakulec
2011-07-19
1
-17
/
+45
*
Fix a bug breaking layout file handling in r1373
Stefan Tauner
2011-07-19
1
-1
/
+1
*
Fix and clean up cli_classic.c
Carl-Daniel Hailfinger
2011-07-15
1
-23
/
+30
*
Enable writing on mcp6x_7x
Stefan Tauner
2011-07-13
1
-2
/
+3
*
Change "class" parameter name to "devclass" to avoid C++ issues
Uwe Hermann
2011-07-13
2
-3
/
+3
*
Fix unchecked malloc calls and casts of malloc return values
Stefan Tauner
2011-07-12
4
-3
/
+25
*
Update motherboard URLs in print.c
Benjamin Bellec
2011-07-12
1
-41
/
+41
*
Add untested board enable for ASUS M6Ne
Joshua Roys
2011-07-09
2
-0
/
+11
*
Add a bunch of new/tested stuff and various small changes 4
Stefan Tauner
2011-07-07
8
-30
/
+40
*
Autodetect target processor architecture
Carl-Daniel Hailfinger
2011-07-07
2
-2
/
+43
*
ichspi.c: print FADDR in ich_init_spi
Stefan Tauner
2011-07-07
1
-0
/
+2
*
Kill unused "log" argument of count_usable_erasers()
Sylvain "ythier" Hitier
2011-07-04
1
-5
/
+4
*
Fix and improve Windows/MinGW/MSYS build
Uwe Hermann
2011-07-03
2
-2
/
+92
*
ichspi.c: preserve reserved bits in address registers
Stefan Tauner
2011-07-01
1
-5
/
+8
*
ichspi.c: add FPB (Flash Partition Boundary) macros and init printing
Stefan Tauner
2011-07-01
1
-0
/
+7
*
ichspi.c: simplify ich_set_bbar
Stefan Tauner
2011-07-01
1
-27
/
+21
*
ichspi.c: make REGWRITE* macros safer
Stefan Tauner
2011-07-01
1
-3
/
+3
*
Add count_usable_erasers which returns the number of well-defined erasers for...
Stefan Tauner
2011-07-01
1
-12
/
+22
*
Fix memleaks due to incorrect usage of flashbuses_to_text
Stefan Tauner
2011-06-26
4
-8
/
+18
*
Make Makefile's test programs safe(r)
Stefan Tauner
2011-06-26
1
-5
/
+5
*
Add a success indicator to the "Reading old flash chip contents..." message
Stefan Tauner
2011-06-26
1
-1
/
+3
*
Constify (a few) parameters in flashrom.c where possible
Stefan Tauner
2011-06-26
3
-15
/
+15
*
Erase functions are no longer called from chip drivers and thus their interna...
Carl-Daniel Hailfinger
2011-06-26
10
-72
/
+21
*
Replace sizeof("string")-1 with strlen("string")
Carl-Daniel Hailfinger
2011-06-26
1
-6
/
+6
*
print.c: change all occurrences of printf to msg_ginfo
Stefan Tauner
2011-06-25
1
-70
/
+70
*
Fix probe_flash to report new values set by probing functions
Stefan Tauner
2011-06-25
1
-2
/
+2
*
Currently messages like "Writing flash chip..." that don't end with a newline...
Ed Swierk
2011-06-19
1
-0
/
+1
*
flashchips.c: Fix typo: s/don't/doesn't/
Paul Menzel
2011-06-19
1
-13
/
+13
*
Look at the return value of wait_82802ab()
Stefan Reinauer
2011-06-19
1
-0
/
+1
*
Add ASRock K7S41GX board-enable
Pawel Rozanski
2011-06-19
2
-0
/
+3
*
Various board status updates
Uwe Hermann
2011-06-18
2
-2
/
+11
[next]