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
...
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
4
-353
/
+401
*
Buspiratespi support on mingw
Patrick Georgi
2010-01-06
2
-6
/
+66
*
Multiple unrelated changes
Patrick Georgi
2010-01-06
3
-34
/
+11
*
Move OS-dependent serial code from buspirate_spi.c to serial.c
Carl-Daniel Hailfinger
2010-01-06
3
-56
/
+60
*
Move generic programmer function into newly introduced programmer.c
Carl-Daniel Hailfinger
2010-01-06
4
-78
/
+102
*
Generify jedec functions by introducing an address mask
Sean Nelson
2010-01-04
10
-107
/
+145
*
Drop multiple forwards to man page and add a single one more prominently
Stefan Reinauer
2010-01-03
1
-31
/
+2
*
Fix Intel FWH decode size
Michael Karcher
2010-01-03
1
-2
/
+2
*
Drop known broken email addresses
Stefan Reinauer
2010-01-03
1
-3
/
+3
*
This patch shouldn't affect anything else in patchwork
Sean Nelson
2009-12-24
1
-17
/
+29
*
Only check for requested features in the Makefile
Carl-Daniel Hailfinger
2009-12-24
1
-5
/
+14
*
Internal.c was always compiled in because it hosted the function internal_del...
Carl-Daniel Hailfinger
2009-12-24
4
-15
/
+16
*
Factor out CLI code by moving generic stuff out of main()
Carl-Daniel Hailfinger
2009-12-24
2
-60
/
+99
*
Add VIA VT8233A identification, mark as tested
Raúl Soriano
2009-12-23
1
-0
/
+1
*
Convert the following chips to use struct eraseblock
Sean Nelson
2009-12-23
5
-19
/
+246
*
Add blockwise erase to all supported chips of the SST25 family
Carl-Daniel Hailfinger
2009-12-23
1
-19
/
+127
*
Convert the following chips to use struct eraseblock
Sean Nelson
2009-12-23
1
-27
/
+365
*
Board: Add MSI K8N Neo4-F
Luc Verhaegen
2009-12-23
1
-0
/
+9
*
Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable
Luc Verhaegen
2009-12-23
3
-152
/
+62
*
Add a few FIXME comments to the generic SPI code
Carl-Daniel Hailfinger
2009-12-22
1
-0
/
+2
*
SuperI/O detection now happens unconditionally and before the chipset enable
Carl-Daniel Hailfinger
2009-12-22
4
-11
/
+106
*
Convert the following chips to use struct eraseblock
Sean Nelson
2009-12-22
4
-33
/
+187
*
Clarify comment about how to enter chip erase functions in struct block_eraser
Carl-Daniel Hailfinger
2009-12-22
1
-2
/
+2
*
Boards: Fix several issues with nvidia_mcp_gpio_set
Luc Verhaegen
2009-12-22
1
-3
/
+13
*
Chipset: Add support for Intel Poulsbo chipset
Adam Jurkowski
2009-12-21
1
-0
/
+22
*
Boards: Add ECS K7S6A
Luc Verhaegen
2009-12-18
1
-1
/
+4
*
jedec: warn if toggle bit is stuck for too long and allow for delays between ...
Carl-Daniel Hailfinger
2009-12-17
1
-4
/
+27
*
Use the maximum decode size infrastructure
Carl-Daniel Hailfinger
2009-12-17
2
-33
/
+110
*
Skip all delays in probe_jedec() if probe_delay is 0
Sean Nelson
2009-12-17
1
-6
/
+12
*
Remove nonexisting functions from chipdrivers.h
Carl-Daniel Hailfinger
2009-12-17
1
-4
/
+0
*
Boards: Formalize intel piix4 gpo setting
Luc Verhaegen
2009-12-14
1
-19
/
+77
*
Use pci_fill_info() so device_class is valid
Jonathan A. Kollasch
2009-12-14
1
-1
/
+3
*
Mark ASRock M3A790GXH/128M as supported, no board enable needed
Zachary O Dillard
2009-12-14
2
-0
/
+2
*
Fix eraseblock walking and add a few more checks to make sure such bugs get c...
Carl-Daniel Hailfinger
2009-12-14
1
-2
/
+25
*
Split hardware access, OS abstraction and chip drivers out of flash.h
Carl-Daniel Hailfinger
2009-12-14
3
-216
/
+278
*
Don't print out supported PCI devices header if all following lines are exclu...
Adam Jurkowski
2009-12-14
1
-0
/
+2
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
9
-50
/
+138
*
Boards: Tighten up ID match list
Luc Verhaegen
2009-12-09
1
-28
/
+27
*
Boards: Add Asus M2V-MX
David Bartley
2009-12-09
1
-6
/
+31
*
Chipset: remove sis630 chipset enable for sis540
Luc Verhaegen
2009-12-09
2
-51
/
+19
*
Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI)
Maciej Pijanka
2009-12-08
1
-0
/
+2
*
Boards: Add general nVidia MCP gpio routine
Luc Verhaegen
2009-12-03
1
-49
/
+38
*
Mark the following boards as OK (no board-enable needed)
Idwer Vollering
2009-12-01
2
-0
/
+7
*
Board enable for Shuttle AK31
Luc Verhaegen
2009-11-29
1
-12
/
+8
*
Boards: Fix up MSI KT4V board enable
Luc Verhaegen
2009-11-28
1
-6
/
+2
*
Boards: Add Asus P4B266LM (Sony Vaio PCV-RX650)
Luc Verhaegen
2009-11-28
1
-1
/
+4
*
Boards: Add board match for Asrock P4i65GV
Luc Verhaegen
2009-11-28
1
-1
/
+4
*
Boards: provide enormous intel_ich_gpio_set function
Luc Verhaegen
2009-11-28
1
-146
/
+225
*
Use common jedec functionality where appropriate
Michael Karcher
2009-11-27
9
-89
/
+64
*
Add support for Intel 3400 series / 5 series chipset
Carl-Daniel Hailfinger
2009-11-26
1
-0
/
+3
[prev]
[next]