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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Chipset enable for VIA VT8233
Mateusz Murawski
2009-06-18
1
-0
/
+1
*
Board enable for Soyo SY-7VCA
Luc Verhaegen
2009-06-17
1
-0
/
+33
*
Move all printing code to print.c
Uwe Hermann
2009-06-17
6
-206
/
+235
*
Use spi_nbyte_program in ichspi.c
Carl-Daniel Hailfinger
2009-06-17
1
-20
/
+7
*
List the size (in KB) and type of supported flash chips in 'flashrom -L'
Uwe Hermann
2009-06-16
3
-22
/
+60
*
This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...
Paul Fox
2009-06-16
6
-9
/
+349
*
Check for a working C compiler
Carl-Daniel Hailfinger
2009-06-16
1
-2
/
+11
*
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16
7
-35
/
+48
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
22
-113
/
+345
*
Split flashchips.h from flash.h
Carl-Daniel Hailfinger
2009-06-15
6
-366
/
+397
*
Fix typo in Makefile
Uwe Hermann
2009-06-15
1
-1
/
+1
*
Add or refine support for a number of EON flash chips
Carl-Daniel Hailfinger
2009-06-15
2
-19
/
+105
*
The VIA VX800 chipset works with the VT8237S code after adding an entry for t...
Arjan Koers
2009-06-15
1
-0
/
+1
*
Add support for the PMC Pm29F002T/B chips
Uwe Hermann
2009-06-14
4
-1
/
+91
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
7
-63
/
+42
*
Add bus type and timing info for some flash chips
Mateusz Murawski
2009-06-12
1
-18
/
+18
*
This patch introduces two new targets which are designed to make the life of ...
Carl-Daniel Hailfinger
2009-06-12
2
-3
/
+39
*
Add missing GPL headers to two files
Uwe Hermann
2009-06-12
2
-3
/
+37
*
Flashrom does not honor argument ordering for operations
Carl-Daniel Hailfinger
2009-06-12
2
-4
/
+27
*
Add #defines for some flash chips
Mateusz Murawski
2009-06-12
2
-34
/
+43
*
Add spi_nbyte_program as generic function to the SPI layer
Paul Fox
2009-06-12
2
-0
/
+22
*
Tell the user about the beginning and end of the write operation
Paul Fox
2009-06-12
1
-0
/
+2
*
Add board enable for Albatron PM266A boards
Luc Verhaegen
2009-06-09
1
-1
/
+2
*
Add all Eon EN25* SPI chips
Carl-Daniel Hailfinger
2009-06-05
2
-0
/
+180
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
7
-22
/
+100
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
21
-103
/
+129
*
Fix a bug in dummyflasher.c special case where no type parameter is given
Carl-Daniel Hailfinger
2009-06-05
1
-1
/
+1
*
Add probe timings forgotten in r569
Carl-Daniel Hailfinger
2009-06-05
1
-1
/
+78
*
Refine write_lockbits_49lfxxxc() to use struct flashchip
Carl-Daniel Hailfinger
2009-06-05
1
-26
/
+26
*
Specify the exact bus type for a number of flash chips
Urja Rannikko
2009-06-05
1
-15
/
+15
*
Enable debug output of protection register access on SST49LF* chips
Uwe Hermann
2009-06-05
1
-9
/
+17
*
Let's actually sort the board lists alphabetically, and not just pretend we do
Uwe Hermann
2009-06-04
1
-13
/
+13
*
Mark the ASUS A7N8X-E Deluxe as working
Uwe Hermann
2009-06-04
2
-0
/
+2
*
Use macros for inb and outb which were forgotten in r568
Idwer Vollering
2009-06-03
1
-2
/
+2
*
Add probe_timing information (int uS value)
Maciej Pijanka
2009-06-03
3
-4
/
+130
*
Board enable: Gigabyte GA K8N SLI
Luc Verhaegen
2009-06-03
1
-1
/
+26
*
Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
Uwe Hermann
2009-06-02
5
-11
/
+11
*
Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC)
Maciej Pijanka
2009-06-02
3
-2
/
+20
*
Add two more boards supported by flashrom
Uwe Hermann
2009-06-02
1
-0
/
+2
*
Unify AMD manufacture_id and model_id
Mateusz Murawski
2009-06-02
2
-4
/
+6
*
Use read_flash() when flash chip probe is forced
Stephan Guilloux
2009-06-01
1
-29
/
+6
*
Add a missing free() in read_flash()
Stephan Guilloux
2009-06-01
1
-0
/
+1
*
Refactor HT-1000 GPIO setting to use sio_mask
Carl-Daniel Hailfinger
2009-06-01
1
-10
/
+5
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
6
-9
/
+86
*
Add bus type support to the dummy external programmer
Carl-Daniel Hailfinger
2009-06-01
4
-1
/
+53
*
Fix warning in satasii.c when compiling with gcc 4.4.0
Urja Rannikko
2009-05-31
1
-1
/
+1
*
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31
4
-4
/
+36
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
9
-85
/
+270
*
Add support for probe and read of Intel 28F001BX-T and BX-B
Urja Rannikko
2009-05-29
2
-0
/
+30
*
Random flashrom updates
Uwe Hermann
2009-05-28
3
-31
/
+35
[next]