index
:
ast2050-flashrom
master
Modified flashrom sources to support the Aspeed AST2050 / AST2400
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
flash.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Converting fprintf(stderr), printf, and printf_debug into a common print inte...
Sean Nelson
2010-01-07
1
-0
/
+19
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
1
-0
/
+10
*
Buspiratespi support on mingw
Patrick Georgi
2010-01-06
1
-2
/
+13
*
Multiple unrelated changes
Patrick Georgi
2010-01-06
1
-1
/
+0
*
Move OS-dependent serial code from buspirate_spi.c to serial.c
Carl-Daniel Hailfinger
2010-01-06
1
-0
/
+4
*
Move generic programmer function into newly introduced programmer.c
Carl-Daniel Hailfinger
2010-01-06
1
-0
/
+2
*
Generify jedec functions by introducing an address mask
Sean Nelson
2010-01-04
1
-0
/
+4
*
Internal.c was always compiled in because it hosted the function internal_del...
Carl-Daniel Hailfinger
2009-12-24
1
-1
/
+1
*
Factor out CLI code by moving generic stuff out of main()
Carl-Daniel Hailfinger
2009-12-24
1
-0
/
+1
*
SuperI/O detection now happens unconditionally and before the chipset enable
Carl-Daniel Hailfinger
2009-12-22
1
-0
/
+10
*
Clarify comment about how to enter chip erase functions in struct block_eraser
Carl-Daniel Hailfinger
2009-12-22
1
-2
/
+2
*
Split hardware access, OS abstraction and chip drivers out of flash.h
Carl-Daniel Hailfinger
2009-12-14
1
-216
/
+10
[prev]
[next]