mirror of
https://review.coreboot.org/flashrom.git
synced 2025-11-15 04:00:41 +01:00
Commit Graph
Select branches
Hide Pull Requests
1.0.x
1.1.x
1.2.x
1.3.x
1.5.x
main
stable
staging
testpush
p1.0
v0.9.0
v0.9.1
v0.9.1-rc1
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.5.1
v0.9.5.2
v0.9.6
v0.9.6.1
v0.9.7
v0.9.8
v0.9.8-rc1
v0.9.9
v0.9.9-rc1
v1.0
v1.0-rc1
v1.0-rc2
v1.0-rc3
v1.0.1
v1.0.1-rc1
v1.0.1-rc2
v1.0.2
v1.0.2-rc1
v1.1
v1.1-rc1
v1.1-rc2
v1.1.1
v1.1.1-rc1
v1.2
v1.2.1
v1.2.1-rc1
v1.3.0
v1.3.0-rc1
v1.3.0-rc2
v1.4.0
v1.4.0-rc1
v1.4.0-rc2
v1.5.0
v1.5.0-rc1
v1.5.0-rc2
v1.5.1
v1.6.0
v1.6.0-rc1
v1.6.0-rc2
Select branches
Hide Pull Requests
1.0.x
1.1.x
1.2.x
1.3.x
1.5.x
main
stable
staging
testpush
p1.0
v0.9.0
v0.9.1
v0.9.1-rc1
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.5.1
v0.9.5.2
v0.9.6
v0.9.6.1
v0.9.7
v0.9.8
v0.9.8-rc1
v0.9.9
v0.9.9-rc1
v1.0
v1.0-rc1
v1.0-rc2
v1.0-rc3
v1.0.1
v1.0.1-rc1
v1.0.1-rc2
v1.0.2
v1.0.2-rc1
v1.1
v1.1-rc1
v1.1-rc2
v1.1.1
v1.1.1-rc1
v1.2
v1.2.1
v1.2.1-rc1
v1.3.0
v1.3.0-rc1
v1.3.0-rc2
v1.4.0
v1.4.0-rc1
v1.4.0-rc2
v1.5.0
v1.5.0-rc1
v1.5.0-rc2
v1.5.1
v1.6.0
v1.6.0-rc1
v1.6.0-rc2
-
8b4f8e0453
Kill one superfluous variable and improve code readability
Carl-Daniel Hailfinger
2009-05-09 07:32:30 +00:00 -
97d6b09209
Fix Elan SC520 handling
Carl-Daniel Hailfinger
2009-05-09 07:27:23 +00:00 -
4c24ad4bdf
Trim default ICH SPI delay from 1000 to 10 microseconds
Carl-Daniel Hailfinger
2009-05-09 07:24:23 +00:00 -
8d49701bcb
Convert all flashchips.c entries with SPI programing to the 256-byte version by default
Carl-Daniel Hailfinger
2009-05-09 02:34:18 +00:00 -
96930c3952
Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode
Carl-Daniel Hailfinger
2009-05-09 02:30:21 +00:00 -
03adbe1269
Refine handling of spi_write_enable() failures to fix chip erases on ichspi
Carl-Daniel Hailfinger
2009-05-09 02:09:45 +00:00 -
c312920864
Add a dummy external flasher which just prints each operation
Carl-Daniel Hailfinger
2009-05-09 00:54:55 +00:00 -
a93045cb17
board_enable: split vendor name and board name into two fields
Uwe Hermann
2009-05-09 00:47:04 +00:00 -
ce9867780a
Add --programmer to help text and man page
Carl-Daniel Hailfinger
2009-05-09 00:27:07 +00:00 -
4179d29207
Make chipset list alphabetically ordered as the other lists
Uwe Hermann
2009-05-08 17:50:51 +00:00 -
702218d030
Add external flasher support
Carl-Daniel Hailfinger
2009-05-08 17:43:22 +00:00 -
f160a12938
Re-add a line which got deleted in r473 by accident
Carl-Daniel Hailfinger
2009-05-08 17:15:15 +00:00 -
deeebe2df1
Keep list of boards alphabetically sorted
Uwe Hermann
2009-05-08 16:23:34 +00:00 -
03b4e71cb9
Don't assume flash is accessible via MMIO for chips with no read function
Carl-Daniel Hailfinger
2009-05-08 12:49:03 +00:00 -
b003991173
Store and display chipset test status (not only chip status)
Uwe Hermann
2009-05-07 13:24:49 +00:00 -
259fa01d43
Always print the flashrom version as first output line
Carl-Daniel Hailfinger
2009-05-07 00:59:53 +00:00 -
cbdd4f0fc9
Document uncertainty regarding ASD chips
Carl-Daniel Hailfinger
2009-05-06 21:54:22 +00:00 -
19997aeb00
Clarify error message in enable_flash_sb600() a little
Peter Stuge
2009-05-06 15:05:39 +00:00 -
1bfd6c9524
Improve SST25 status register routines
Carl-Daniel Hailfinger
2009-05-06 13:59:44 +00:00 -
9bb88acc5e
Revert r466 because of inverted logic
Carl-Daniel Hailfinger
2009-05-06 13:51:44 +00:00 -
a66ceba293
Cleanup redundant condition and clarify message a little
Peter Stuge
2009-05-06 13:43:26 +00:00 -
7725fa8d63
Touch up some error messages in enable_flash_cs5536()
Peter Stuge
2009-05-06 13:38:55 +00:00 -
f6e3efb9c4
Clean up the SB400 chipset enable code
Carl-Daniel Hailfinger
2009-05-06 00:35:31 +00:00 -
41d6bd918f
Rewrite the SB600 chipset enable function
Carl-Daniel Hailfinger
2009-05-05 22:50:07 +00:00 -
b452a913d6
Here is a fix for chipset_enable.c when there is not /dev/cpu
Bertrand Jacquin
2009-05-05 21:08:36 +00:00 -
e612a11ab7
SST25VF080B TEST_OK_ ERASE WRITE
Peter Stuge
2009-05-05 16:34:53 +00:00 -
87c07933a8
Some cosmetics in README and manpage
Uwe Hermann
2009-05-05 16:15:46 +00:00 -
284a60065d
Force enabling SPI mode for SB600 is a bad idea and leads to hangs
Zheng Bao
2009-05-04 22:33:50 +00:00 -
98aa032c16
SST25VF080B TEST_OK_READ
Peter Stuge
2009-05-04 21:03:59 +00:00 -
9e67585c5d
Onwards with development
Carl-Daniel Hailfinger
2009-05-04 12:29:59 +00:00 -
3f8f9b65e2
Flashrom 0.9.0
v0.9.0
Carl-Daniel Hailfinger
2009-05-04 12:18:10 +00:00 -
5e410def07
Complement the README file with build instructions for the platforms it currently compiles on
Idwer Vollering
2009-05-03 23:33:05 +00:00 -
9abf529387
Allow compilation on Solaris
Carl-Daniel Hailfinger
2009-05-01 16:34:32 +00:00 -
261cafab86
Mention that flashrom can also verify flash contents
Peter Stuge
2009-05-01 14:52:50 +00:00 -
92ef62c93d
Fix usage to show that vendor: is optional in the -m parameter
Peter Stuge
2009-05-01 14:49:49 +00:00 -
4363439cdb
Some functions take no arguments
Carl-Daniel Hailfinger
2009-05-01 12:22:17 +00:00 -
451dc80e0e
Add Li-Ta (Ollie) Lo to the author list
Carl-Daniel Hailfinger
2009-05-01 11:00:39 +00:00 -
5de93414ac
Since the command line interface for flashrom will change for 1.0
Carl-Daniel Hailfinger
2009-05-01 10:53:49 +00:00 -
ddb94f7e55
Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITE
Peter Stuge
2009-04-29 23:22:33 +00:00 -
60622e2262
Handle DragonFly BSD definitions in flash.h
Patrick Georgi
2009-04-28 12:56:04 +00:00 -
dd315e107d
Enable scan-build for flashrom
Patrick Georgi
2009-04-26 19:47:23 +00:00 -
c6b7dd1689
The flashrom makefile wants to redirect both stdout and stderr to /dev/null for one compile test
Stephan Guilloux
2009-04-25 22:07:28 +00:00 -
ad216bf3a0
MAX may already be defined
Uwe Hermann
2009-04-24 16:17:41 +00:00 -
70ea9a326a
Support MX25L3235D
Stephan Guilloux
2009-04-23 22:51:56 +00:00 -
3d5f96cdc8
Don't duplicate option description in README, the manpage already has that info
Uwe Hermann
2009-04-23 14:57:55 +00:00 -
42882fd97e
All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/read/erase/write
Carl-Daniel Hailfinger
2009-04-22 13:33:43 +00:00 -
691568bf2f
Add support for Gigabyte GA-MA790FX-DQ6
Carl-Daniel Hailfinger
2009-04-21 23:03:20 +00:00 -
2f132feabe
Support Macronix MX2512805D flash chip
Stephan Guilloux
2009-04-21 01:47:16 +00:00 -
72cf565663
Trivial indent fix
Stephan Guilloux
2009-04-21 01:46:07 +00:00 -
fd31550168
After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0xC7 for Chip Erase
Stephan Guilloux
2009-04-20 22:54:13 +00:00 -
c5210168df
board_enables: reconstruct table
Luc Verhaegen
2009-04-20 12:38:17 +00:00 -
44dd304c44
Trivial README change Flashrom->flashrom
Peter Stuge
2009-04-20 12:34:30 +00:00 -
e39631cf50
MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7
Stephan Guilloux
2009-04-19 23:24:26 +00:00 -
f5c7090b4d
Add MX25L1635D support, as discussed on #coreboot
Stephan Guilloux
2009-04-19 23:04:00 +00:00 -
94f221f970
Add VIA PC3500G board
Peter Stuge
2009-04-17 23:01:45 +00:00 -
7b2969be53
Some coding style and consistency fixes
Uwe Hermann
2009-04-15 10:52:49 +00:00 -
97e8f22b02
Fix typo
Uwe Hermann
2009-04-13 21:35:49 +00:00 -
d42009c4ae
Mention a few more flash chip packages in README/manpage
Uwe Hermann
2009-04-11 13:59:00 +00:00 -
a822bd0043
Fix typo
Uwe Hermann
2009-04-10 14:49:14 +00:00 -
e74b9f85fb
Various manpage / README fixes
Uwe Hermann
2009-04-10 14:41:29 +00:00 -
197d6cdc16
Fix the typo should indeed be a 0x2e
Mondrian nuessle
2009-04-09 14:28:36 +00:00 -
d5df3308e1
Board enable support for HP DL145 G3
Mondrian Nuessle
2009-03-30 13:20:01 +00:00 -
66afb36fb4
Improve readability of Atmel AT45 comments
Carl-Daniel Hailfinger
2009-03-19 12:18:13 +00:00 -
2d853bb587
This patch adds "high coreboot table support" to coreboot version 2
Stefan Reinauer
2009-03-17 14:39:25 +00:00 -
0472f3d826
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06 22:26:00 +00:00 -
b88556979b
Reduce use of volatile variables
Carl-Daniel Hailfinger
2009-03-06 00:40:25 +00:00 -
61a8bd27fb
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05 19:24:22 +00:00 -
0677dfffc6
Add SST25VF040.REMS with TEST_OK_ PROBE READ
Zheng Bao
2009-02-25 08:07:33 +00:00 -
b27d0a2c34
SST29EE020A TEST_OK_ PROBE READ ERASE WRITE
Peter Stuge
2009-02-22 21:07:28 +00:00 -
816139e06d
Fix broken flash chip base address logic
Peter Stuge
2009-02-09 20:26:14 +00:00 -
09c1333702
MSI MS-7046 board enable
Peter Stuge
2009-02-02 22:55:26 +00:00 -
0c2029f862
Following patch fixes VIA SPI (VT8237S)
Rudolf Marek
2009-02-01 18:40:50 +00:00 -
7314cc3de0
Factor out read and erase functions from flashrom main()
Carl-Daniel Hailfinger
2009-01-28 00:27:54 +00:00 -
20ed5d104c
Add VT8237A PCI ID
Peter Stuge
2009-01-26 15:29:27 +00:00 -
b219ba32fd
Fix one dead increment and one dead assignment as found by clang
Peter Stuge
2009-01-26 15:19:43 +00:00 -
af8ffac0a7
Driver for ST M29F002T/NT/B
Peter Stuge
2009-01-26 06:42:02 +00:00 -
c6e905575f
Fix copypaste error in r3913
Peter Stuge
2009-01-26 04:48:01 +00:00 -
fd9217db8e
SST25VF040B using 0x90 identification and AAI write
Peter Stuge
2009-01-26 03:37:40 +00:00 -
5fecee462f
Decode SST25VF040B status register, also from July 2008
Peter Stuge
2009-01-26 03:23:50 +00:00 -
06c10d50c4
Intel Desktop Board D201GLY
Peter Stuge
2009-01-26 03:12:44 +00:00 -
bf196e9199
Winbond SuperIO SPI driver
Peter Stuge
2009-01-26 03:08:45 +00:00 -
9d9399c5b4
Export Winbond SuperIO register access functions in board_enable.c
Peter Stuge
2009-01-26 02:34:51 +00:00 -
42688e5cc9
Document exit() codes introduced in r3907
Peter Stuge
2009-01-26 02:20:56 +00:00 -
43438ba7d1
exit(2) on /dev/mem open() failure and exit(3) on mmap() failure
Peter Stuge
2009-01-26 02:04:19 +00:00 -
33fefcad5c
Add license header to physmap.c so everyone is happy
Peter Stuge
2009-01-26 01:33:02 +00:00 -
f79edb9a11
Darwin / Mac OS X
Stefan Reinauer
2009-01-26 01:23:31 +00:00 -
a69c447b90
Small cleanup in Makefile
Peter Stuge
2009-01-26 01:16:09 +00:00 -
0593f21f10
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
Stefan Reinauer
2009-01-26 01:10:48 +00:00 -
776d2021fd
Change flashrom.c:map_flash_registers() from int to void
Peter Stuge
2009-01-26 00:39:57 +00:00 -
a0d75a07b4
Forgot some things in r3899
Peter Stuge
2009-01-26 00:19:36 +00:00 -
2dc3aaac4c
Little readability improvement in cbtable.c:coreboot_init()
Peter Stuge
2009-01-26 00:15:56 +00:00 -
f02edec2ae
Change FreeBSD #ifdef into #if defined()
Stefan Reinauer
2009-01-26 00:07:25 +00:00 -
cedb09de9d
Make Makefile a bit more portable
Peter Stuge
2009-01-25 23:59:30 +00:00 -
8440cc0ee5
Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets
Peter Stuge
2009-01-25 23:55:12 +00:00 -
5cafc33831
Beautify flash chip ID verbose printout a little, always use %02x
Peter Stuge
2009-01-25 23:52:45 +00:00 -
9371dc3cb1
Fix stupid off-by-one error in erase verification
Peter Stuge
2009-01-25 20:41:51 +00:00 -
a657e94127
ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE
Peter Stuge
2009-01-24 23:01:08 +00:00 -
51f4062ff4
SST25VF080B TEST_OK_PROBE
Peter Stuge
2009-01-24 01:32:40 +00:00 -
ccf8c6c794
Check all mmap() calls and print helpful Linux error message
Peter Stuge
2009-01-23 05:23:06 +00:00 -
72c9668b95
Provide some hints for the user in case /dev/mem mmap fails
Peter Stuge
2009-01-22 22:53:59 +00:00