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
...
*
Simplify hwaccess.c
Peter Lemenkov
2012-12-29
1
-68
/
+42
*
Add support for Atmel's AT25F series of SPI flash chips
Stefan Tauner
2012-12-29
6
-10
/
+250
*
Add support for Intel S33 series flash chips
Stefan Tauner
2012-12-29
4
-0
/
+265
*
Add a generic SPI block unprotect function
Stefan Tauner
2012-12-29
1
-109
/
+39
*
Improve SPI status register pretty printing
Stefan Tauner
2012-12-29
8
-731
/
+760
*
print_wiki.c: print programmers of type OTHER too
Stefan Tauner
2012-12-27
1
-0
/
+16
*
Unify usbdev_status and pcidev_status into dev_entry
Stefan Tauner
2012-12-27
17
-119
/
+72
*
Refactor PCI and USB device status printing
Stefan Tauner
2012-12-27
6
-193
/
+228
*
Add general programmer sanity checks
Stefan Tauner
2012-12-26
2
-4
/
+29
*
Fix memleaks in cli_classic.c
Stefan Tauner
2012-12-26
2
-1
/
+19
*
Add a "device" parameter for Dediprog
Nathan Laredo
2012-12-24
2
-6
/
+45
*
Fix sp_openserport users on Windows
Stefan Tauner
2012-11-30
3
-3
/
+3
*
Break endless loop in serialport_write()
Stefan Tauner
2012-11-30
1
-3
/
+11
*
Fix linker flag bug introduced in r1623
Carl-Daniel Hailfinger
2012-11-29
1
-3
/
+3
*
Improve --help and friends
Stefan Tauner
2012-11-24
3
-45
/
+35
*
Explicitly detect libusb-0.1 in the Makefile
Carl-Daniel Hailfinger
2012-11-20
1
-17
/
+50
*
Add (untested) board enable for Asus DSAN-DX
Stefan Tauner
2012-11-05
2
-0
/
+3
*
Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer
Carl-Daniel Hailfinger
2012-11-01
1
-13
/
+77
*
Add support for Winbond W39F010/W39L010/W39L020
Kyösti Mälkki
2012-10-28
4
-0
/
+148
*
Do not read the flash chip twice in verification mode
Stefan Tauner
2012-10-27
3
-53
/
+43
*
serprog: add opcode to control the programmer's output drivers
Stefan Tauner
2012-10-27
3
-1
/
+24
*
serprog: move the macro list to its own header file
Stefan Tauner
2012-10-27
3
-49
/
+26
*
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
[prev]
[next]