index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for Atmel AT26DF041
Stefan Tauner
2012-10-27
4
-4
/
+102
*
Add support for Numonyx N25Q016 and N25Q032
Stefan Tauner
2012-10-26
2
-4
/
+109
*
Remove exit calls from print_supported_chips
Niklas Söderlund
2012-10-23
3
-9
/
+12
*
Add a bunch of new/tested stuff and various small changes 15
Stefan Tauner
2012-10-20
9
-43
/
+41
*
Differentiate Numonyx N25Q064 1.8V and 3.0V versions
David Hendricks
2012-10-04
2
-3
/
+41
*
Add support for SST's 25WF series of SPI flash chips
Stefan Tauner
2012-10-01
1
-0
/
+142
*
Cleanup ft2322.c and add more detail to error messages
Stefan Tauner
2012-09-26
1
-27
/
+17
*
Add support for FT232H
Ilya A. Volynets-Evenbakh
2012-09-26
3
-4
/
+27
*
Add support for all 4 possible channels to the ft2232_spi programmer
Stefan Tauner
2012-09-26
2
-22
/
+44
*
Introduce a compile time option to select a default programmer
Stefan Tauner
2012-09-25
2
-5
/
+25
*
Whitelist known working Thinkpads of the T60 and X60 series
Stefan Tauner
2012-09-25
1
-0
/
+13
*
Fix flashrom running on boards with coreboot
Stefan Tauner
2012-09-24
3
-13
/
+19
*
Fix memleaks in dmi.c
Stefan Tauner
2012-09-23
1
-1
/
+14
*
Fix a memleak in the dummyflasher
Stefan Tauner
2012-09-22
1
-2
/
+3
*
Generify a25.c's SRWD printing function and move it to spi25.c
Stefan Tauner
2012-09-22
3
-15
/
+14
*
Add a bunch of new/tested stuff and various small changes 14
Stefan Tauner
2012-09-21
12
-111
/
+152
*
Add spi_block_erase_62
Stefan Tauner
2012-09-21
4
-0
/
+56
*
Allow to select FTDI device by serial number
Shik Chen
2012-09-17
2
-1
/
+12
*
Add support for GigaDevice GD25LQ32
Bryan Freed
2012-09-17
2
-0
/
+38
*
Add board enable for MSI K8N Neo Platinum
Stefan Tauner
2012-09-15
2
-0
/
+3
*
Add untested board enable for ASUS P5LD2-VM
Idwer Vollering
2012-09-07
2
-0
/
+3
*
Remove exit calls from sp_sync_read_timeout and sp_synchronize
Niklas Söderlund
2012-09-07
2
-28
/
+49
*
Add support for Eon EN25F64
Stefan Tauner
2012-09-06
2
-0
/
+35
*
Try to remove all read and write locks on CK804 (and MCP51)
Jonathan Kollasch
2012-09-04
3
-34
/
+61
*
Nvidia chipset enables: refactor setting bit 0 in 0x6d
Stefan Tauner
2012-09-04
1
-32
/
+28
*
Fix compilation with MinGW
Stefan Tauner
2012-09-01
2
-7
/
+9
*
Add support for AJAWe to pony_spi
Virgil-Adrian Teaca
2012-09-01
2
-60
/
+113
*
Add RES/REMS support to all dummyflasher emulated chips as a test case
Carl-Daniel Hailfinger
2012-08-30
1
-10
/
+47
*
Remove potential endless loops from satasii.c
Carl-Daniel Hailfinger
2012-08-29
1
-8
/
+19
*
ichspi: ignore bogus FREGs
Stefan Tauner
2012-08-27
1
-1
/
+1
*
Add support for Realtek RTL8169
Sergey Lichack
2012-08-27
3
-24
/
+31
*
Some ISO C fixes
Carl-Daniel Hailfinger
2012-08-27
28
-30
/
+44
*
Use getpagesize() to determine the physmap's length in nicintel_spi.c
Stefan Tauner
2012-08-26
1
-2
/
+4
*
Rename AT25F512B-specific code
Stefan Tauner
2012-08-26
3
-6
/
+6
*
Clean up enable_flash_ich and attempt to disable SMM write protection
Stefan Reinauer
2012-08-26
1
-20
/
+27
*
Add untested board enable for DFI AD77
Tadas Slotkus
2012-08-25
2
-0
/
+3
*
Clean up satasii.c
Stefan Tauner
2012-08-25
1
-13
/
+6
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
23
-277
/
+263
*
Fix VIA VX*** support
Helge Wagner
2012-08-24
4
-17
/
+74
*
Refactor the -p internal:mainboard handling
Stefan Tauner
2012-08-20
6
-169
/
+166
*
Bus Pirate init cleanup and fixes
Carl-Daniel Hailfinger
2012-08-17
1
-65
/
+134
*
Allow specifying CPPFLAGS
Carl-Daniel Hailfinger
2012-08-15
2
-9
/
+9
*
Allow the user to specify CFLAGS without breaking the build
Carl-Daniel Hailfinger
2012-08-14
2
-10
/
+28
*
Call ftdi_set_interface right after ftdi_init and before ftdi_usb_open
Ilya A. Volynets-Evenbakh
2012-08-14
1
-5
/
+4
*
Add support for Atmel AT49(H)F010, AT49F080 and AT49F080T
Andrew Morgan
2012-08-13
2
-2
/
+93
*
serprog: Add support for setting the SPI frequency
Stefan Tauner
2012-08-13
3
-1
/
+68
*
Clean up ICH descriptor code
Stefan Tauner
2012-08-13
2
-74
/
+52
*
Move show_id to where it belongs
Stefan Tauner
2012-08-11
4
-105
/
+82
*
Fix broken board enables
Stefan Tauner
2012-08-11
1
-3
/
+3
*
Portability fixes and cleanups
Carl-Daniel Hailfinger
2012-08-09
9
-54
/
+130
[prev]
[next]