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
*
Split hardware access, OS abstraction and chip drivers out of flash.h
Carl-Daniel Hailfinger
2009-12-14
1
-216
/
+10
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-11
/
+38
*
Use common jedec functionality where appropriate
Michael Karcher
2009-11-27
1
-0
/
+1
*
Refine support for the JEDEC Software Data Protection
Michael Karcher
2009-11-26
1
-2
/
+1
*
Add the ability to set Bus Pirate SPI speed via the command line
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+5
*
Cleanly validate ICH SPI preopcodes
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+12
*
Move serial handling from serprog.c to serial.c
Carl-Daniel Hailfinger
2009-11-23
1
-0
/
+3
*
Bus Pirate support needs serial communication
Carl-Daniel Hailfinger
2009-11-21
1
-0
/
+3
*
Refactor main loop in preparation of libflashrom
Carl-Daniel Hailfinger
2009-11-17
1
-4
/
+2
*
Add support for every single SiS chipset out there
Carl-Daniel Hailfinger
2009-11-15
1
-0
/
+1
*
Add infrastructure to check the maximum supported flash size of chipsets and ...
Carl-Daniel Hailfinger
2009-10-31
1
-0
/
+8
*
Make bitbang_spi naming consistent
Carl-Daniel Hailfinger
2009-10-01
1
-7
/
+7
*
Add initial support for flashing some NVIDIA graphics cards
Uwe Hermann
2009-09-30
1
-0
/
+10
*
This is the bitbanging SPI driver infrastructure
Carl-Daniel Hailfinger
2009-09-28
1
-0
/
+23
*
Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo...
Carl-Daniel Hailfinger
2009-09-23
1
-2
/
+4
*
The current ICH SPI preop handling is a hack which spews lots of warnings, bu...
Carl-Daniel Hailfinger
2009-09-18
1
-4
/
+4
*
Allow to exclude each of the external programmer drivers from being compiled in
Carl-Daniel Hailfinger
2009-09-16
1
-2
/
+13
*
Store block sizes and corresponding erase functions in struct flashchip
Carl-Daniel Hailfinger
2009-09-05
1
-0
/
+25
*
Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices
TURBO J
2009-09-02
1
-2
/
+10
*
Adept layout handling to new programmer infrastructure and fix off-by-one error
Carl-Daniel Hailfinger
2009-08-19
1
-1
/
+1
*
If FT2232H SPI is not enabled, it should be compiled out completely
Carl-Daniel Hailfinger
2009-08-19
1
-0
/
+6
*
Support rdmsr/wrmsr operations on FreeBSD
Stefan Reinauer
2009-08-19
1
-1
/
+11
*
Allow to compile out serprog completely
Carl-Daniel Hailfinger
2009-08-12
1
-0
/
+2
*
Add a new field for the names of programmers and use it to match against user...
Carl-Daniel Hailfinger
2009-08-12
1
-0
/
+1
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
1
-6
/
+2
*
Add fallback functions for programmer shutdown and memory mapping and fix FT2...
Carl-Daniel Hailfinger
2009-08-12
1
-9
/
+13
*
Fix up MSR handling to support more OSes than Linux.
Stefan Reinauer
2009-08-12
1
-1
/
+8
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Carl-Daniel Hailfinger
2009-08-10
1
-1
/
+0
*
Releasing IO permissions was done by hand everywhere
Carl-Daniel Hailfinger
2009-08-09
1
-0
/
+1
*
Boards with coreboot have a cbtable containing vendor and board name
Carl-Daniel Hailfinger
2009-07-30
1
-0
/
+1
*
This is a workaround for a bug in SB600 and SB700
Carl-Daniel Hailfinger
2009-07-23
1
-1
/
+0
*
Eliminate version string duplication
Carl-Daniel Hailfinger
2009-07-22
1
-0
/
+1
*
Replace most of the switch cases in the spi code with lookup on a struct instead
Carl-Daniel Hailfinger
2009-07-22
1
-0
/
+14
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-3
/
+3
*
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
[next]