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 support for SFDP (JESD216)
Stefan Tauner
2012-02-17
1
-0
/
+2
*
Warn of one-time programmable (OTP) memory
Daniel Lenski
2012-02-15
1
-0
/
+1
*
Add deferred --image processing
Louis Yung-Chieh Lo
2011-12-25
1
-1
/
+2
*
Have all programmer init functions register bus masters/programmers
Carl-Daniel Hailfinger
2011-12-20
1
-2
/
+10
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-12
/
+12
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-16
/
+40
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-9
/
+11
*
Add opaque programmer registration infrastructure
Carl-Daniel Hailfinger
2011-11-04
1
-1
/
+1
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-7
/
+7
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-7
/
+7
*
Introduce ERROR_FATAL, abort upon failed chipset enables
Tadas Slotkus
2011-09-03
1
-1
/
+4
*
Move the main() function from flashrom.c to cli_classic.c
Uwe Hermann
2011-08-20
1
-3
/
+0
*
Introduce msg_*dbg2
Stefan Tauner
2011-08-04
1
-1
/
+5
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-7
/
+7
*
Constify (a few) parameters.c where possible
Stefan Tauner
2011-06-26
1
-6
/
+6
*
Move erase verification to generic code
Carl-Daniel Hailfinger
2011-06-26
1
-1
/
+0
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-1
/
+1
*
Add a bunch of new/tested motherboards, board/chipset enables and flash chips...
Stefan Tauner
2011-06-12
1
-1
/
+1
*
Add voltage ranges to the flashchips
Steven Zakulec
2011-06-03
1
-0
/
+4
*
Small fixes
Stefan Tauner
2011-05-28
1
-0
/
+2
*
Whitespace, documentation and other small stuff
Stefan Tauner
2011-05-19
1
-0
/
+5
*
Constify flashchips array
Carl-Daniel Hailfinger
2011-05-04
1
-2
/
+2
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
1
-1
/
+1
*
Support setting the Dediprog SF100 SPI voltage
Carl-Daniel Hailfinger
2010-11-09
1
-0
/
+1
*
Add SPI flash emulation capability to the dummy programmer
Carl-Daniel Hailfinger
2010-11-01
1
-0
/
+2
*
Add a reset to probe_jedec before we read the chip's IDs
Sean Nelson
2010-10-20
1
-0
/
+1
*
Always read the flash chip before writing
Carl-Daniel Hailfinger
2010-10-19
1
-1
/
+1
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-1
/
+1
*
Fix timing of SPI status register writes (WRSR)
Carl-Daniel Hailfinger
2010-10-08
1
-0
/
+3
*
Refine -L output to include all programmer modules
Carl-Daniel Hailfinger
2010-10-06
1
-0
/
+1
*
Implement libpayload support and improve life for DOS based flashrom, too
Patrick Georgi
2010-09-25
1
-0
/
+2
*
Add detailed status register printing and unlocking for all ATMEL AT25* chips
Carl-Daniel Hailfinger
2010-07-29
1
-1
/
+5
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-525
/
+0
*
Convert MMIO accesses of non-internal PCI-based programmers to be endian-agno...
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+8
*
Fix compilation for CONFIG_INTERNAL=no
Michael Karcher
2010-07-24
1
-0
/
+6
*
Move SB600 SPI initialization to sb600spi.c
Michael Karcher
2010-07-22
1
-1
/
+1
*
Move Intel SPI initialisation to ichspi.c
Michael Karcher
2010-07-22
1
-3
/
+6
*
Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...
Carl-Daniel Hailfinger
2010-07-21
1
-0
/
+14
*
Check during SPI bitbang init that SPI bitbang master configuration is correct
Carl-Daniel Hailfinger
2010-07-18
1
-1
/
+1
*
Use struct pointer instead of enum to set bitbang adapter
Michael Karcher
2010-07-17
1
-5
/
+6
*
Refine SPI bitbanging
Carl-Daniel Hailfinger
2010-07-17
1
-5
/
+1
*
Use the max_rom_decode infrastructure for wbsio_spi
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-8
/
+9
*
Print an error message on read errors and abort instead of proceeding anyway
Carl-Daniel Hailfinger
2010-07-13
1
-1
/
+1
*
Generify support for ITE IT8705 Super I/O
Carl-Daniel Hailfinger
2010-07-10
1
-2
/
+2
*
Unify programmer parameter extraction
Carl-Daniel Hailfinger
2010-07-08
1
-1
/
+1
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-1
/
+1
*
Disable writes on default for known bad programmers
Carl-Daniel Hailfinger
2010-07-03
1
-0
/
+1
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-15
/
+15
*
Add SPI chip read support to the dummy flasher
Carl-Daniel Hailfinger
2010-06-20
1
-0
/
+1
[next]