Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
c3129208648f241c0b6538235cd4e9854ae6539d
c312920
Add a dummy external flasher which just prints each operation
by Carl-Daniel Hailfinger
· 16 years ago
a93045c
board_enable: split vendor name and board name into two fields
by Uwe Hermann
· 16 years ago
ce98677
Add --programmer to help text and man page
by Carl-Daniel Hailfinger
· 16 years ago
4179d29
Make chipset list alphabetically ordered as the other lists
by Uwe Hermann
· 16 years ago
702218d
Add external flasher support
by Carl-Daniel Hailfinger
· 16 years ago
f160a12
Re-add a line which got deleted in r473 by accident
by Carl-Daniel Hailfinger
· 16 years ago
deeebe2
Keep list of boards alphabetically sorted
by Uwe Hermann
· 16 years ago
03b4e71
Don't assume flash is accessible via MMIO for chips with no read function
by Carl-Daniel Hailfinger
· 16 years ago
b003991
Store and display chipset test status (not only chip status)
by Uwe Hermann
· 16 years ago
259fa01
Always print the flashrom version as first output line
by Carl-Daniel Hailfinger
· 16 years ago
cbdd4f0
Document uncertainty regarding ASD chips
by Carl-Daniel Hailfinger
· 16 years ago
19997ae
Clarify error message in enable_flash_sb600() a little
by Peter Stuge
· 16 years ago
1bfd6c9
Improve SST25 status register routines
by Carl-Daniel Hailfinger
· 16 years ago
9bb88ac
Revert r466 because of inverted logic
by Carl-Daniel Hailfinger
· 16 years ago
a66ceba
Cleanup redundant condition and clarify message a little
by Peter Stuge
· 16 years ago
7725fa8
Touch up some error messages in enable_flash_cs5536()
by Peter Stuge
· 16 years ago
f6e3efb
Clean up the SB400 chipset enable code
by Carl-Daniel Hailfinger
· 16 years ago
41d6bd9
Rewrite the SB600 chipset enable function
by Carl-Daniel Hailfinger
· 16 years ago
b452a91
Here is a fix for chipset_enable.c when there is not /dev/cpu
by Bertrand Jacquin
· 16 years ago
e612a11
SST25VF080B TEST_OK_ ERASE WRITE
by Peter Stuge
· 16 years ago
87c0793
Some cosmetics in README and manpage
by Uwe Hermann
· 16 years ago
284a600
Force enabling SPI mode for SB600 is a bad idea and leads to hangs
by Zheng Bao
· 16 years ago
98aa032
SST25VF080B TEST_OK_READ
by Peter Stuge
· 16 years ago
9e67585
Onwards with development
by Carl-Daniel Hailfinger
· 16 years ago
3f8f9b6
Flashrom 0.9.0
by Carl-Daniel Hailfinger
· 16 years ago
5e410de
Complement the README file with build instructions for the platforms it currently compiles on
by Idwer Vollering
· 16 years ago
9abf529
Allow compilation on Solaris
by Carl-Daniel Hailfinger
· 16 years ago
261cafa
Mention that flashrom can also verify flash contents
by Peter Stuge
· 16 years ago
92ef62c
Fix usage to show that vendor: is optional in the -m parameter
by Peter Stuge
· 16 years ago
4363439
Some functions take no arguments
by Carl-Daniel Hailfinger
· 16 years ago
451dc80
Add Li-Ta (Ollie) Lo to the author list
by Carl-Daniel Hailfinger
· 16 years ago
5de9341
Since the command line interface for flashrom will change for 1.0
by Carl-Daniel Hailfinger
· 16 years ago
ddb94f7
Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITE
by Peter Stuge
· 16 years ago
60622e2
Handle DragonFly BSD definitions in flash.h
by Patrick Georgi
· 16 years ago
dd315e1
Enable scan-build for flashrom
by Patrick Georgi
· 16 years ago
c6b7dd1
The flashrom makefile wants to redirect both stdout and stderr to /dev/null for one compile test
by Stephan Guilloux
· 16 years ago
ad216bf
MAX may already be defined
by Uwe Hermann
· 16 years ago
70ea9a3
Support MX25L3235D
by Stephan Guilloux
· 16 years ago
3d5f96c
Don't duplicate option description in README, the manpage already has that info
by Uwe Hermann
· 16 years ago
42882fd
All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/read/erase/write
by Carl-Daniel Hailfinger
· 16 years ago
691568b
Add support for Gigabyte GA-MA790FX-DQ6
by Carl-Daniel Hailfinger
· 16 years ago
2f132fe
Support Macronix MX2512805D flash chip
by Stephan Guilloux
· 16 years ago
72cf565
Trivial indent fix
by Stephan Guilloux
· 16 years ago
fd31550
After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0xC7 for Chip Erase
by Stephan Guilloux
· 16 years ago
c521016
board_enables: reconstruct table
by Luc Verhaegen
· 16 years ago
44dd304
Trivial README change Flashrom->flashrom
by Peter Stuge
· 16 years ago
e39631c
MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7
by Stephan Guilloux
· 16 years ago
f5c7090
Add MX25L1635D support, as discussed on #coreboot
by Stephan Guilloux
· 16 years ago
94f221f
Add VIA PC3500G board
by Peter Stuge
· 16 years ago
7b2969b
Some coding style and consistency fixes
by Uwe Hermann
· 16 years ago
97e8f22
Fix typo
by Uwe Hermann
· 16 years ago
d42009c
Mention a few more flash chip packages in README/manpage
by Uwe Hermann
· 16 years ago
a822bd0
Fix typo
by Uwe Hermann
· 16 years ago
e74b9f8
Various manpage / README fixes
by Uwe Hermann
· 16 years ago
197d6cd
Fix the typo should indeed be a 0x2e
by Mondrian nuessle
· 16 years ago
d5df330
Board enable support for HP DL145 G3
by Mondrian Nuessle
· 16 years ago
66afb36
Improve readability of Atmel AT45 comments
by Carl-Daniel Hailfinger
· 16 years ago
2d853bb
This patch adds "high coreboot table support" to coreboot version 2
by Stefan Reinauer
· 16 years ago
0472f3d
FreeBSD definitions of (read|write)[bwl] collide with our own
by Carl-Daniel Hailfinger
· 16 years ago
b885569
Reduce use of volatile variables
by Carl-Daniel Hailfinger
· 16 years ago
61a8bd2
Use helper functions to access flash chips
by Carl-Daniel Hailfinger
· 16 years ago
0677dff
Add SST25VF040.REMS with TEST_OK_ PROBE READ
by Zheng Bao
· 16 years ago
b27d0a2
SST29EE020A TEST_OK_ PROBE READ ERASE WRITE
by Peter Stuge
· 16 years ago
816139e
Fix broken flash chip base address logic
by Peter Stuge
· 16 years ago
09c1333
MSI MS-7046 board enable
by Peter Stuge
· 16 years ago
0c2029f
Following patch fixes VIA SPI (VT8237S)
by Rudolf Marek
· 16 years ago
7314cc3
Factor out read and erase functions from flashrom main()
by Carl-Daniel Hailfinger
· 16 years ago
20ed5d1
Add VT8237A PCI ID
by Peter Stuge
· 16 years ago
b219ba3
Fix one dead increment and one dead assignment as found by clang
by Peter Stuge
· 16 years ago
af8ffac
Driver for ST M29F002T/NT/B
by Peter Stuge
· 16 years ago
c6e9055
Fix copypaste error in r3913
by Peter Stuge
· 16 years ago
fd9217d
SST25VF040B using 0x90 identification and AAI write
by Peter Stuge
· 16 years ago
5fecee4
Decode SST25VF040B status register, also from July 2008
by Peter Stuge
· 16 years ago
06c10d5
Intel Desktop Board D201GLY
by Peter Stuge
· 16 years ago
bf196e9
Winbond SuperIO SPI driver
by Peter Stuge
· 16 years ago
9d9399c
Export Winbond SuperIO register access functions in board_enable.c
by Peter Stuge
· 16 years ago
42688e5
Document exit() codes introduced in r3907
by Peter Stuge
· 16 years ago
43438ba
exit(2) on /dev/mem open() failure and exit(3) on mmap() failure
by Peter Stuge
· 16 years ago
33fefca
Add license header to physmap.c so everyone is happy
by Peter Stuge
· 16 years ago
f79edb9
Darwin / Mac OS X
by Stefan Reinauer
· 16 years ago
a69c447
Small cleanup in Makefile
by Peter Stuge
· 16 years ago
0593f21
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
by Stefan Reinauer
· 16 years ago
776d202
Change flashrom.c:map_flash_registers() from int to void
by Peter Stuge
· 16 years ago
a0d75a0
Forgot some things in r3899
by Peter Stuge
· 16 years ago
2dc3aaa
Little readability improvement in cbtable.c:coreboot_init()
by Peter Stuge
· 16 years ago
f02edec
Change FreeBSD #ifdef into #if defined()
by Stefan Reinauer
· 16 years ago
cedb09d
Make Makefile a bit more portable
by Peter Stuge
· 16 years ago
8440cc0
Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets
by Peter Stuge
· 16 years ago
5cafc33
Beautify flash chip ID verbose printout a little, always use %02x
by Peter Stuge
· 16 years ago
9371dc3
Fix stupid off-by-one error in erase verification
by Peter Stuge
· 16 years ago
a657e94
ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE
by Peter Stuge
· 16 years ago
51f4062
SST25VF080B TEST_OK_PROBE
by Peter Stuge
· 16 years ago
ccf8c6c
Check all mmap() calls and print helpful Linux error message
by Peter Stuge
· 16 years ago
72c9668
Provide some hints for the user in case /dev/mem mmap fails
by Peter Stuge
· 16 years ago
37179b8
Fix ICH9 locking register address and add important debug output
by FENG yu ning
· 16 years ago
016d4e1
Add ICH opcode debugging
by Peter Stuge
· 16 years ago
9982aef
Use designated initializers for the board enable table
by Stephan Guilloux
· 16 years ago
f9ad0bb
Always print address when verification fails, not only with -V
by Peter Stuge
· 16 years ago
5807206
Board enable for GIGABYTE GA-MA78G-DS3H
by Peter Stuge
· 16 years ago
d3bce83
IT8718F works just like IT8716F
by Peter Stuge
· 16 years ago
Next »