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
*
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
*
National Semiconductor DP83815/DP83816 and DP83820 NIC programmer support
Andrew Morgan
2010-06-07
1
-1
/
+12
*
board_enable.c: Remove useless 'name' parameter
Uwe Hermann
2010-06-07
1
-2
/
+2
*
Fix wiki board enable parameter printing
Carl-Daniel Hailfinger
2010-06-07
1
-6
/
+0
*
Gcc and clang can check format strings of printf-like functions
Carl-Daniel Hailfinger
2010-06-04
1
-1
/
+2
*
Internal: introduce processor enables and abort if top/bottom alignment is un...
Carl-Daniel Hailfinger
2010-06-04
1
-0
/
+3
*
Fix fallout from r1021 which caused compile failures if only the dummy progra...
Carl-Daniel Hailfinger
2010-06-03
1
-4
/
+1
*
Merge print.c and print_wiki.c board/URL tables
Peter Lemenkov
2010-06-01
1
-4
/
+14
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-30
/
+30
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-3
/
+4
*
ichspi: try harder to conform to address restrictions
Carl-Daniel Hailfinger
2010-05-28
1
-0
/
+2
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-0
/
+10
*
Support for Realtek RTL8139 network card flashing
Joerg Fischer
2010-05-21
1
-1
/
+17
*
Fix assorted documentation, frontend and printing bugs
Carl-Daniel Hailfinger
2010-05-15
1
-0
/
+1
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-0
/
+1
*
Intel 28F004/28F400 support
Michael Karcher
2010-04-03
1
-1
/
+1
*
Multibyte SPI write for the Bus Pirate
Carl-Daniel Hailfinger
2010-03-22
1
-0
/
+1
*
Write granularity is chip specific
Carl-Daniel Hailfinger
2010-03-08
1
-0
/
+6
*
Implement tested/untested status for board enables
Michael Karcher
2010-02-28
1
-0
/
+2
*
Warn if running on laptops
Michael Karcher
2010-02-26
1
-0
/
+1
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-2
/
+0
*
Replace PCI_OK/PCI_NT by OK/NT
Michael Karcher
2010-02-24
1
-2
/
+0
*
Add initial (non-working) code for Highpoint ATA/RAID controllers
Uwe Hermann
2010-02-21
1
-1
/
+13
*
Here's a very quick patch to fix the missing unlock code
Sean Nelson
2010-02-19
1
-0
/
+2
*
Allow the registration of functions to be called at programmer shutdown
Carl-Daniel Hailfinger
2010-02-14
1
-0
/
+2
*
At long last, the day has come, and we can bury full-chip erase once and for all
Carl-Daniel Hailfinger
2010-02-11
1
-1
/
+0
*
Create a physical memory mapping function which requests cached readonly memory
Carl-Daniel Hailfinger
2010-02-02
1
-0
/
+1
*
Complete the addition of Feature Bits for all Jedec based chips
Sean Nelson
2010-01-28
1
-0
/
+6
*
Boards: Add max_rom_decode_parallel entry to board enable table
Luc Verhaegen
2010-01-20
1
-0
/
+1
*
Matching board via DMI
Michael Karcher
2010-01-20
1
-0
/
+8
*
Dediprog SF100 support
Carl-Daniel Hailfinger
2010-01-19
1
-0
/
+12
*
Enable -Wshadow, clean code for that
Michael Karcher
2010-01-12
1
-1
/
+0
*
Change msg_* macros to C99 variadic macros
Carl-Daniel Hailfinger
2010-01-09
1
-16
/
+16
*
Use address mask in probe_jedec
Carl-Daniel Hailfinger
2010-01-09
1
-2
/
+4
[next]