index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
flash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an optional flash port parameter for IT87* SPI controllers in standalone ...
Carl-Daniel Hailfinger
2009-07-11
1
-0
/
+1
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-7
/
+15
*
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs
Carl-Daniel Hailfinger
2009-07-01
1
-0
/
+3
*
Random minor flashrom fixes
Uwe Hermann
2009-06-28
1
-1
/
+2
*
Check result of all SPI erase functions
Carl-Daniel Hailfinger
2009-06-24
1
-2
/
+5
*
Initial commit of an external serial flasher protocol
Urja Rannikko
2009-06-23
1
-0
/
+9
*
Various wiki output changes
Uwe Hermann
2009-06-20
1
-12
/
+1
*
Allow to print an auto-generated hardware support list in MediaWiki markup
Uwe Hermann
2009-06-19
1
-0
/
+12
*
Also print the supported/nonsupported laptops in -L output
Uwe Hermann
2009-06-18
1
-0
/
+2
*
Move all printing code to print.c
Uwe Hermann
2009-06-17
1
-2
/
+10
*
This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...
Paul Fox
2009-06-16
1
-0
/
+9
*
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16
1
-8
/
+8
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-4
/
+6
*
Split flashchips.h from flash.h
Carl-Daniel Hailfinger
2009-06-15
1
-366
/
+0
*
Add or refine support for a number of EON flash chips
Carl-Daniel Hailfinger
2009-06-15
1
-8
/
+14
*
Add support for the PMC Pm29F002T/B chips
Uwe Hermann
2009-06-14
1
-0
/
+5
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-0
/
+2
*
Add #defines for some flash chips
Mateusz Murawski
2009-06-12
1
-1
/
+10
*
Add spi_nbyte_program as generic function to the SPI layer
Paul Fox
2009-06-12
1
-0
/
+1
*
Add all Eon EN25* SPI chips
Carl-Daniel Hailfinger
2009-06-05
1
-0
/
+4
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-1
/
+9
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-1
/
+5
*
Add probe_timing information (int uS value)
Maciej Pijanka
2009-06-03
1
-0
/
+13
*
Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
Uwe Hermann
2009-06-02
1
-2
/
+2
*
Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC)
Maciej Pijanka
2009-06-02
1
-0
/
+1
*
Unify AMD manufacture_id and model_id
Mateusz Murawski
2009-06-02
1
-0
/
+2
*
Add bus type support to the dummy external programmer
Carl-Daniel Hailfinger
2009-06-01
1
-0
/
+2
*
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31
1
-0
/
+2
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-14
/
+25
*
Add support for probe and read of Intel 28F001BX-T and BX-B
Urja Rannikko
2009-05-29
1
-0
/
+2
*
Random flashrom updates
Uwe Hermann
2009-05-28
1
-19
/
+17
*
Add TI TMS29F002RT and TMS29F002RB probe and read support
Carl-Daniel Hailfinger
2009-05-26
1
-0
/
+3
*
Refactor SuperIO accesses
Carl-Daniel Hailfinger
2009-05-25
1
-3
/
+5
*
Factor out fallback_map/unmap, most external programmers don't need and speci...
Uwe Hermann
2009-05-17
1
-0
/
+2
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
1
-2
/
+0
*
This patch adds support for BIOS flashing on the all SiliconImage SATA contro...
Rudolf Marek
2009-05-17
1
-0
/
+13
*
Use accessor functions for MMIO
Carl-Daniel Hailfinger
2009-05-17
1
-1
/
+7
*
List all boards which are
Uwe Hermann
2009-05-16
1
-0
/
+46
*
Eliminate all 'inline's from the flashrom code
Uwe Hermann
2009-05-16
1
-49
/
+11
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-7
/
+4
*
Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3...
Uwe Hermann
2009-05-16
1
-0
/
+3
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
Carl-Daniel Hailfinger
2009-05-16
1
-52
/
+54
*
Add generic 16 bit and 32 bit chip read/write emulation to the external flash...
Carl-Daniel Hailfinger
2009-05-16
1
-4
/
+4
*
Refactor parts of the 3COM NIC code
Uwe Hermann
2009-05-15
1
-1
/
+19
*
Fix compilation of nic3com on 64bit
Carl-Daniel Hailfinger
2009-05-14
1
-0
/
+1
*
Unify usage of iopl-like code by introducing get_io_perms()
Uwe Hermann
2009-05-14
1
-0
/
+3
*
nic3com: allow selection of a particular PCI device to use as programmer
Christian Ruppert
2009-05-14
1
-0
/
+3
*
Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...
Carl-Daniel Hailfinger
2009-05-14
1
-1
/
+4
*
There are various reasons why a SPI command can fail
Carl-Daniel Hailfinger
2009-05-13
1
-0
/
+1
*
Add support for 3COM NICs as "external programmer" and Atmel AT49BV512
Uwe Hermann
2009-05-13
1
-0
/
+14
[next]