index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for the SST25LF080A flash chip
Zeus Castro
2011-08-17
1
-30
/
+60
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
13
-12
/
+2
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
11
-40
/
+59
*
ft2232_spi: add support for the Dangerous Prototypes Bus Blaster
Steve Markgraf
2011-08-12
2
-4
/
+10
*
Add board enable for ASUS P5GD2 Premium
Joshua Roys
2011-08-11
2
-1
/
+4
*
Add (untested) board enable for Asus P5LD2
Joshua Roys
2011-08-11
2
-0
/
+3
*
ichspi.c: refactor filling and reading the fdata/spid registers
Stefan Tauner
2011-08-09
1
-78
/
+57
*
Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E")
Stefan Tauner
2011-08-07
3
-1
/
+4
*
Fix the A8N-SLI Deluxe board enable
Stefan Tauner
2011-08-06
2
-2
/
+2
*
Fix the EP-8NPA7I (for the last time hopefully)
Stefan Tauner
2011-08-06
2
-4
/
+5
*
Clear byte 0x92 of the LPC bridge for all CK804 (and MCP51) chipsets
Jonathan Kollasch
2011-08-06
1
-0
/
+6
*
Introduce msg_*dbg2
Stefan Tauner
2011-08-04
3
-3
/
+10
*
Rephrase warnings in chipset_enable.c
Stefan Tauner
2011-08-04
1
-22
/
+22
*
Switch to AAI for some more SST chips
Joshua Roys
2011-08-01
1
-6
/
+6
*
Use __func__ instead of __FUNCTION__ as we do elsewhere
Uwe Hermann
2011-07-29
1
-14
/
+12
*
Make flashrom build on PPC/PowerPC with just "make"
Uwe Hermann
2011-07-29
1
-0
/
+34
*
Extract spi_prettyprint_status_register_amic_a25_srwd
Stefan Tauner
2011-07-29
1
-8
/
+10
*
manpage: Document all ft2232_spi and serprog variants
Uwe Hermann
2011-07-28
1
-8
/
+11
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
20
-523
/
+523
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
22
-348
/
+348
*
Increase flashrom release number to 0.9.4
v0.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
*
Enforce compile-time errors in satamv and atahp for non-x86 targets
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
Cristian Măgherușan-Stanciu
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
[prev]
[next]