Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
62175a094dcb74dc4845cd091be5100b6b4ec5d7
« Previous
253101e
Refine and fix the delay loop calculation
by Carl-Daniel Hailfinger
· 15 years ago
957d260
Add ITE IT8720 SPI support
by Vadim Girlin
· 15 years ago
dfdc56f
Add PMC Pm39LV020 and Pm39LV040
by Anders Juel Jensen
· 15 years ago
132e2ec
Add runtime and build environment info to the flashrom version message
by Carl-Daniel Hailfinger
· 15 years ago
b811461
The delay loop is probably one of the oldest pieces of code
by Carl-Daniel Hailfinger
· 15 years ago
4e3d0b3
Polish the flashrom code comments and outputs a bit
by Uwe Hermann
· 15 years ago
d4e5359
Add success reports
by Michael Karcher
· 15 years ago
01f3ef4
Autodetect ITE IT87* LPC->SPI translation on all boards without the need for a board enable
by Carl-Daniel Hailfinger
· 15 years ago
ed479d2
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
by Sean Nelson
· 15 years ago
93539da
Fix copy/paste error in print.c preventing compilation
by Michael Karcher
· 15 years ago
3355f06
Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A
by Michael Karcher
· 15 years ago
c85fa45
Shuttle FD37 and MSI K9A2 Platinum are supported
by Michael Karcher
· 15 years ago
b90c221
MSI MS6330 tested with W49F002U and EN29F002
by Michael Karcher
· 15 years ago
e06a9c8
ASUS P6T Deluxe is OK
by Michael Karcher
· 15 years ago
25a3c53
Clean up manufacturer mainboard links
by Michael Karcher
· 15 years ago
98eff46
Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A work
by Michael Karcher
· 15 years ago
e2343e0
Probe/Read tested for SST29EE020A
by Michael Karcher
· 15 years ago
45f79cb
Fix handling of empty dmidecode output
by Michael Karcher
· 15 years ago
69e5811
Sst49lfxxxc chips are functionally the same as 82802ab chips
by Sean Nelson
· 15 years ago
12aa0be
Check 82802AB probing results for flash contents too
by Carl-Daniel Hailfinger
· 15 years ago
12575e5
Reduce message severity level for skipped chips
by Carl-Daniel Hailfinger
· 15 years ago
ed3eae6
Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc ignores them
by Sean Nelson
· 15 years ago
9979eac
Refine compile-time checks for libpci
by Carl-Daniel Hailfinger
· 15 years ago
4e54de9
In unlock_28f004s5, variable 'i' needs to be int...
by Sean Nelson
· 15 years ago
8864710
Fix a few typos from the last commit
by Sean Nelson
· 15 years ago
dee4a83
To access/read the lock bits, we use the same mode to read the chip id
by Sean Nelson
· 15 years ago
408e47a
Multibyte SPI write for the Bus Pirate
by Carl-Daniel Hailfinger
· 15 years ago
50415d2
Add DOS cross-compilation support to the Makefile
by Carl-Daniel Hailfinger
· 15 years ago
4ad4c74
Adds board enable to Termtek TK-3370 thin client motherboard
by Daniel Brandt
· 15 years ago
4631319
Unlock fixup
by Sean Nelson
· 15 years ago
fcc4f74
Fix some problems introduced in commit r948 brought up by carldani
by Sean Nelson
· 15 years ago
f63c436
Rebased Board Enable Patch: iBase MB899
by Luc Verhaegen
· 15 years ago
c94746d
Rebased Board Enable Patch: Abit AN-M2
by Sean Nelson
· 15 years ago
392e05a
Reversed-engineered board enable for the ASUS A8N-LA
by Sean Nelson
· 15 years ago
064f166
Rebased Board Enable Patch: 2nd attempt to fix board detection on GA-MA74GM-S2H
by Peter Lemenkov
· 15 years ago
255a9e0
Rebased Board Enable Patch: Asus P4B533-E
by Michael Karcher
· 15 years ago
0647733
Rebased Board Enable Patch: Factor out Via Apollo GPO setting
by Michael Karcher
· 15 years ago
998c9dc
Rebased Board Enable Patch: A8JM board_enable patch
by James Lancaster
· 15 years ago
92bc6bd
Rebased Board Enable Patch: Abit KN8 Ultra
by Sean Nelson
· 15 years ago
51cd0c9
Rebased Board Enable Patch: Intel SE440BX-2
by Michael Karcher
· 15 years ago
187a46a
Rebased Board Enable Patch: Abit VT6X4
by Michael Karcher
· 15 years ago
49146c1
Rebased Board Enable Patch: Add Asus A8N
by Luc Verhaegen
· 15 years ago
28accc2
Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c
by Sean Nelson
· 15 years ago
6499d5a
Add board enable for P4C800-E
by Michael Karcher
· 15 years ago
295b3af
PCI device BARs of all types had only bits 1:0 cleared while reading the address
by Carl-Daniel Hailfinger
· 15 years ago
6093969
Mark a bunch of parallel chips I tested as TEST_OK_PRW
by Uwe Hermann
· 15 years ago
03ae5c1
Add MS-DOS crosscompilation support
by Rudolf Marek
· 15 years ago
ccf7a2a
Further cleanup after JEDEC refactorings
by Sean Nelson
· 15 years ago
b3289c9
Clean up sst28sf040.c after JEDEC refactorings
by Sean Nelson
· 15 years ago
e4446e4
Clean up sharplhf00l04.c after JEDEC refactorings
by Sean Nelson
· 15 years ago
ffae6ca
Kill dead w39v080fa.c functions
by Sean Nelson
· 15 years ago
ba966f6
Kill dead w39v040c.c functions
by Sean Nelson
· 15 years ago
2f9374b
Kill dead pm49fl00x.c functions
by Sean Nelson
· 15 years ago
81449a2
Add FEATURE_REGISTERMAP to some more chips and change the use of various probing functions
by Carl-Daniel Hailfinger
· 15 years ago
fd41670
Skip DMI laptop check if DMI doesn't work
by Michael Karcher
· 15 years ago
8111e7f
Enabling Gigabyte GA-MA69VM-S2
by Raúl Soriano
· 15 years ago
e3cb0a1
Fix EN29F002 Top/Bottom Boot Block
by Michael Karcher
· 15 years ago
4395970
Various coding style and cosmetic changes
by Uwe Hermann
· 15 years ago
645c6df
Patch: Manpage: Move description of layout file into the right place
by Joerg Mayer
· 15 years ago
31fd825
Tell users to probe/backup first
by Michael Karcher
· 15 years ago
0b9e2a7
Fix NULL pointer reference in board_flash_enable
by Michael Karcher
· 15 years ago
bd622d1
Add ASUS A7V8X-X write-enable
by Russ Dill
· 15 years ago
8c7c468
Mark PMC Pm49FL002 as tested
by Russ Dill
· 15 years ago
e8e369f
Write granularity is chip specific
by Carl-Daniel Hailfinger
· 15 years ago
7f0c3ec
Move untested board enable documentation to manpage
by Michael Karcher
· 15 years ago
5fdf270
Board enable for MS-7202 (K8N GM2-L)
by Michael Karcher
· 15 years ago
b2184c1
Board enable for Asus M2NBP-VM CSM
by Michael Karcher
· 15 years ago
03b80e9
Board enable for HP Vectra VL420SFF
by Michael Karcher
· 15 years ago
e5eafb2
Refactor man page
by Michael Karcher
· 15 years ago
3cd5a12
Add support for Eon EN29F010
by Russ Dill
· 15 years ago
b4a3d1c
Board enable for Abit IP35 Pro
by Michael Karcher
· 15 years ago
0bdc092
Implement tested/untested status for board enables
by Michael Karcher
· 15 years ago
5fbd18d
Board enable for HP Vectra VL400
by Michael Karcher
· 15 years ago
3617234
Convert the remaining references to *_49fl00x
by Sean Nelson
· 15 years ago
8c1df28
Warn if running on laptops
by Michael Karcher
· 15 years ago
0d7fb7c
Factor out DMI string reading into subfunction
by Michael Karcher
· 15 years ago
14ba668
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
by Sean Nelson
· 15 years ago
cfa674f
Rename identifiers called 'byte'
by Michael Karcher
· 15 years ago
f6498d7
Remove unused short IDs
by Michael Karcher
· 15 years ago
8448639
Replace PCI_OK/PCI_NT by OK/NT
by Michael Karcher
· 15 years ago
01f6d7d
Fix PIIX4 GPO set
by Michael Karcher
· 15 years ago
c351992
Patch to remove all references to dead chipdrivers
by Sean Nelson
· 15 years ago
ddd5c9e
Add initial (non-working) code for Highpoint ATA/RAID controllers
by Uwe Hermann
· 15 years ago
6e0b912
Here's a very quick patch to fix the missing unlock code
by Sean Nelson
· 15 years ago
ce5fad0
Refactor MCP SPI detection
by Carl-Daniel Hailfinger
· 15 years ago
d8dfc44
More NetBSD fixes (w/ patch)
by Jonathan A. Kollasch
· 15 years ago
cc389fc
Allow the registration of functions to be called at programmer shutdown
by Carl-Daniel Hailfinger
· 15 years ago
879b351
Use uname -p instead of -m on NetBSD so we get the right architecture library name
by Jonathan A. Kollasch
· 15 years ago
ea3b1b4
Add SPI mode diagnostics for all post-MCP55 (nForce 5) chipsets from Nvidia
by Carl-Daniel Hailfinger
· 15 years ago
cd446f4
Kill an erroneous .erase introduced in r900
by Carl-Daniel Hailfinger
· 15 years ago
f5ae4d4
Adds support for the Intel E28F004S5 flash chip
by Sean Nelson
· 15 years ago
e4edb06
Ignore RES (1 byte) if chip replied to REMS (2 bytes)
by Carl-Daniel Hailfinger
· 15 years ago
fb0828f
Split internal.c into internal.c and hwaccess.c
by Carl-Daniel Hailfinger
· 15 years ago
ca33140
Fix erase blocks for Winbond W25X{10,20,40,80} SPI chips
by Sean Nelson
· 15 years ago
4dfa093
Fix DMI match logic
by Michael Karcher
· 15 years ago
48f1d73
At long last, the day has come, and we can bury full-chip erase once and for all
by Carl-Daniel Hailfinger
· 15 years ago
f15e1ab
Rewrite substantial parts of the ICH SPI support
by Carl-Daniel Hailfinger
· 15 years ago
7a788f5
Document the rules for DMI matching with PCI subsystem IDs
by Carl-Daniel Hailfinger
· 15 years ago
2eab70d
Allow DMI supported board enables with subsystem ID zero
by Michael Karcher
· 15 years ago
975aa7e
Properly initialize USB device in dediprog driver
by Patrick Georgi
· 15 years ago
Next »