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 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
*
Refine support for the JEDEC Software Data Protection
Michael Karcher
2009-11-26
6
-50
/
+4
*
Add entries of W25x32 and W25x64
Zheng Bao
2009-11-26
1
-0
/
+32
*
Clarify a comment about verification routine usage
Carl-Daniel Hailfinger
2009-11-25
1
-1
/
+2
*
Reduce realloc syscall overhead for FT2232 and bitbang
Carl-Daniel Hailfinger
2009-11-25
2
-6
/
+17
*
Jedec.c was missing error handling in a few cases
Carl-Daniel Hailfinger
2009-11-25
1
-17
/
+23
*
Optimized write_sst_fwhub for safety and speed
Adam Jurkowski
2009-11-25
1
-15
/
+23
*
Kill hardcoded block erase on ICH SPI
Carl-Daniel Hailfinger
2009-11-25
1
-11
/
+7
*
Add the ability to set Bus Pirate SPI speed via the command line
Carl-Daniel Hailfinger
2009-11-24
5
-20
/
+108
*
Add Sanyo LF25FW203A support
Sean Nelson
2009-11-24
1
-0
/
+16
*
Add Generic SPI RDID detection for Sanyo chips
Sean Nelson
2009-11-24
2
-0
/
+24
*
Revert debug compilation which was committed in r772 by accident
Carl-Daniel Hailfinger
2009-11-24
1
-1
/
+1
*
Cleanly validate ICH SPI preopcodes
Carl-Daniel Hailfinger
2009-11-24
6
-1
/
+413
*
Move serial handling from serprog.c to serial.c
Carl-Daniel Hailfinger
2009-11-23
4
-110
/
+149
*
Add the ability to generate test patterns for write testing
Carl-Daniel Hailfinger
2009-11-23
1
-0
/
+136
*
ft2232_spi: add some error handling
Carl-Daniel Hailfinger
2009-11-22
1
-4
/
+16
[prev]
[next]