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
...
*
Fix sparse warning: Unknown escape %
Peter Huewe
2011-01-25
2
-2
/
+2
*
Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
2011-01-24
7
-27
/
+27
*
Secret knowledge is cool, but public knowledge is better
Carl-Daniel Hailfinger
2011-01-20
1
-5
/
+117
*
Avoid printing mapped addresses for programmers that do not map flash chips
Stefan Reinauer
2011-01-19
1
-2
/
+9
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
8
-26
/
+26
*
The AT26DF081A requires the Write Enable Latch (WLE) to be set for write/eras...
Mathias Krause
2011-01-17
1
-2
/
+3
*
Fix decoding of SB600 LPC ROM protection registers
Mathias Krause
2011-01-01
1
-6
/
+6
*
Compilation fix for djgpp
Idwer Vollering
2010-12-26
1
-3
/
+3
*
Enable unlocking (erasing/writing) W39V040FB chips
Idwer Vollering
2010-12-26
3
-0
/
+12
*
Mark MX25L3205, W25Q80, W25Q32 and W25Q64 as fully tested
David Hendricks
2010-12-13
1
-4
/
+4
*
Simplify get_next_write in the partial write code
Carl-Daniel Hailfinger
2010-12-06
1
-3
/
+1
*
Add support for Winbond W39V040FB and W39V040FC
Carl-Daniel Hailfinger
2010-12-05
6
-174
/
+332
*
Clean up erase function checking
Carl-Daniel Hailfinger
2010-12-05
1
-24
/
+41
*
Stop reading layout info when the max layout count has been reached
Carl-Daniel Hailfinger
2010-12-04
1
-0
/
+8
*
Annotate the following chips with probe timing
David Borg
2010-12-04
1
-14
/
+14
*
Add support for the Open Graphics Project development card, OGD1, as a SPI fl...
Mark Marshall
2010-12-03
9
-3
/
+281
*
Avoid printing the chip locks if chip detection was forced
Carl-Daniel Hailfinger
2010-12-02
1
-2
/
+6
*
Add a board-enable for the MSI MS-6391 (845 Pro4)
Uwe Hermann
2010-12-02
2
-0
/
+3
*
Handle erase failure in partial write
Carl-Daniel Hailfinger
2010-12-02
1
-4
/
+13
*
Add support for Spansion S25FL004A, S25FL032A, and S25FL064A
Rudy Host
2010-11-29
2
-0
/
+81
*
Dump all VIA SPI registers like for ICH7
Carl-Daniel Hailfinger
2010-11-24
1
-7
/
+49
*
Add chunked write ability to the Dediprog SF100 driver
Carl-Daniel Hailfinger
2010-11-23
3
-2
/
+9
*
Support bulk read on Dediprog SF100
Carl-Daniel Hailfinger
2010-11-16
1
-6
/
+109
*
Read the to-be-verified area in one go
Carl-Daniel Hailfinger
2010-11-16
1
-33
/
+17
*
Revert PCI config space writes on shutdown
Carl-Daniel Hailfinger
2010-11-10
7
-65
/
+118
*
Add support for the OpenMoko debug boards v2 and v3
Alex Badea
2010-11-10
1
-2
/
+11
*
Use device-specific vendor ID in ftdi_usb_open() call
Alex Badea
2010-11-10
1
-1
/
+1
*
ft2232_spi: allow 5x clock divisor to be set at runtime
Alex Badea
2010-11-10
1
-15
/
+22
*
Retry short reads in ft2232_spi
Alex Badea
2010-11-10
1
-5
/
+10
*
DediProg firmware version 5.1.5 of the SF-100 works just fine
Mathias Krause
2010-11-09
1
-3
/
+13
*
Support setting the Dediprog SF100 SPI voltage
Carl-Daniel Hailfinger
2010-11-09
5
-24
/
+100
*
Fix two memory leaks in doit() and refine get_next_write()
Carl-Daniel Hailfinger
2010-11-05
1
-81
/
+63
*
This patch makes flashrom use real partial writes
Carl-Daniel Hailfinger
2010-11-04
1
-40
/
+204
*
Change semantics of image building in the layout code
Carl-Daniel Hailfinger
2010-11-02
1
-21
/
+51
*
Add a line of output for each iteration of the torture test
David Hendricks
2010-11-02
1
-10
/
+16
*
Use mktemp unconditionally for security reasons
Carl-Daniel Hailfinger
2010-11-02
1
-3
/
+9
*
Add SPI flash emulation capability to the dummy programmer
Carl-Daniel Hailfinger
2010-11-01
2
-11
/
+369
*
Replace "$FLASHROM_PARAM" with ${FLASHROM_PARAM} in util/flashrom_partial_wri...
David Hendricks
2010-10-29
1
-7
/
+7
*
Flashrom torture test script
David Hendricks
2010-10-29
2
-1
/
+282
*
Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM
Carl-Daniel Hailfinger
2010-10-27
2
-9
/
+18
*
Add a reset to probe_jedec before we read the chip's IDs
Sean Nelson
2010-10-20
2
-1
/
+22
*
Always read the flash chip before writing
Carl-Daniel Hailfinger
2010-10-19
3
-17
/
+71
*
Fix board name, EP-8NPAI should have been EP-8NPA7I
Uwe Hermann
2010-10-18
2
-4
/
+3
*
Add a board enable for the EPoX EP-8NPA7I board
Jonathan Kollasch
2010-10-15
2
-0
/
+11
*
Refactor doit()
Carl-Daniel Hailfinger
2010-10-15
1
-81
/
+100
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
10
-100
/
+61
*
Refactor remaining write wrappers
Carl-Daniel Hailfinger
2010-10-13
7
-69
/
+90
*
Simplify calls to inner write functions
Carl-Daniel Hailfinger
2010-10-10
6
-53
/
+5
*
Unify chip write functions
Carl-Daniel Hailfinger
2010-10-10
9
-61
/
+62
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
7
-70
/
+0
[prev]
[next]