mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-19 05:01:18 +02: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
-
39fa9b55cd
Convert SPI block erase to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-11 22:26:52 +00:00 -
9d68080e0e
Fix incorrect manpage
Uwe Hermann
2009-07-11 22:17:28 +00:00 -
a721ae2005
Add Winbond W25X16
Hector Martin
2009-07-11 19:39:11 +00:00 -
60d711879f
Convert SPI chip erase to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-11 19:28:36 +00:00 -
bb297f733d
Add an optional flash port parameter for IT87* SPI controllers in standalone programmer mode
Carl-Daniel Hailfinger
2009-07-11 18:05:42 +00:00 -
d0478299b1
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10 21:08:55 +00:00 -
8ef7dce29a
Change tarball compression from gzip to bzip2
Carl-Daniel Hailfinger
2009-07-10 20:19:48 +00:00 -
8bfb59c506
W39V040B: Flag Erase/Write as bad
Luc Verhaegen
2009-07-08 14:50:36 +00:00 -
2f1d0a500a
Board enable for Abit IP35
Luc Verhaegen
2009-07-06 22:58:46 +00:00 -
ef016f5cc3
Add more URLs and board notes, fix a typo
Uwe Hermann
2009-07-04 15:10:41 +00:00 -
e19e86d067
Some flashrom printing changes
Uwe Hermann
2009-07-03 23:51:19 +00:00 -
04d5dc4085
Mark the following boards as working
Uwe Hermann
2009-07-03 17:12:05 +00:00 -
feea272228
ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs
Carl-Daniel Hailfinger
2009-07-01 00:02:23 +00:00 -
9cb867b571
Add changelog for make export and make tarball
Carl-Daniel Hailfinger
2009-06-30 12:41:00 +00:00 -
1432a60c85
Random minor flashrom fixes
Uwe Hermann
2009-06-28 23:26:37 +00:00 -
9899cadcd8
Print the bus type(s) of both chipset and chip in the flashrom output
Uwe Hermann
2009-06-28 21:47:57 +00:00 -
038a312bc6
Fix all NONSPI bustypes in flashchips.c
Urja Rannikko
2009-06-28 19:19:25 +00:00 -
34cc6cc070
Handle programmer init errors and abort
Carl-Daniel Hailfinger
2009-06-28 10:57:58 +00:00 -
0c854c0509
Change chip_readb in loop to use verify_range in write_page_write_jedec (jedec.c)
Urja Rannikko
2009-06-25 13:57:31 +00:00 -
ea07f6245c
Always verify write operations automatically
Uwe Hermann
2009-06-24 17:31:08 +00:00 -
3431bb70aa
Check result of all SPI erase functions
Carl-Daniel Hailfinger
2009-06-24 08:28:39 +00:00 -
23290664ed
Use correct abstraction for verify_range()
Carl-Daniel Hailfinger
2009-06-24 08:20:45 +00:00 -
5d1f41857b
Remove duplicated [file] from usage help
Carl-Daniel Hailfinger
2009-06-24 08:18:38 +00:00 -
dd2e14c61c
Mark the following boards as working OK
Uwe Hermann
2009-06-23 20:27:33 +00:00 -
bdb63dc321
The makefile rules for %.o and flashrom.o are identical
Carl-Daniel Hailfinger
2009-06-23 11:48:37 +00:00 -
2291535b7b
Initial commit of an external serial flasher protocol
Urja Rannikko
2009-06-23 11:33:43 +00:00 -
6d08a3ea04
There are some non-C99 compilers out there used to compile flashrom
Stephan Guilloux
2009-06-23 10:44:36 +00:00 -
2c7ba8ce70
SB600 SPI: Kill unused variable
Carl-Daniel Hailfinger
2009-06-23 00:47:26 +00:00 -
452b3e3785
Mark MX25L6405 as PROBE supported
Carl-Daniel Hailfinger
2009-06-22 11:14:43 +00:00 -
b07eac9a2f
Mark the SST49LF003A as PROBE supported
Carl-Daniel Hailfinger
2009-06-22 11:07:44 +00:00 -
5190ec16cf
Mark ST M25P80 as completely supported
Carl-Daniel Hailfinger
2009-06-22 10:09:07 +00:00 -
faaa2b235d
Eon EN25F40: Probe is tested
Carl-Daniel Hailfinger
2009-06-22 10:06:28 +00:00 -
bca6aa134b
Note how the GIGABYTE GA-7ZM can be flashed
Uwe Hermann
2009-06-22 01:37:06 +00:00 -
5ab8889c8e
Add board-enable for Elitegroup K7VTA3
Uwe Hermann
2009-06-21 20:50:22 +00:00 -
265e755db2
Add board-enable code for the Shuttle AK38N
Uwe Hermann
2009-06-21 15:45:34 +00:00 -
a2d05012e8
Various wiki output changes
Uwe Hermann
2009-06-20 01:21:38 +00:00 -
0b0cc1629e
Random bunch of wiki output and board status changes
Uwe Hermann
2009-06-19 19:00:48 +00:00 -
a8b3727a1e
Add support for the AMD Am29F010A/B chips
Uwe Hermann
2009-06-19 15:54:39 +00:00 -
95b67f7ad5
Mark VIA EPIA-EX15000 and VIA EPIA-NX15000 as working
Uwe Hermann
2009-06-19 14:22:16 +00:00 -
b18ecbc93f
Prevent spurious runs of make features introduced by the FT2232 patch
Carl-Daniel Hailfinger
2009-06-19 14:20:34 +00:00 -
2eeff4ebb9
Board enable for EPIA-N(L)
Jon Harrison
2009-06-19 13:53:59 +00:00 -
6d52e47a42
Board enable for Mitac 6513WU (Compaq OEM)
Michael Gold
2009-06-19 13:00:24 +00:00 -
49eb4dd704
Kill obsolete exclude range feature
Carl-Daniel Hailfinger
2009-06-19 11:23:57 +00:00 -
20a293fc68
Allow to print an auto-generated hardware support list in MediaWiki markup
Uwe Hermann
2009-06-19 10:42:43 +00:00 -
d0c2ed9584
Kill dead code which has been disabled since the very first commit of flashrom
Carl-Daniel Hailfinger
2009-06-19 04:50:58 +00:00 -
24bd1bdac5
Some more board status updates
Uwe Hermann
2009-06-18 18:25:39 +00:00 -
e1aa75ec95
Also print the supported/nonsupported laptops in -L output
Uwe Hermann
2009-06-18 14:04:44 +00:00 -
e6abef0f64
Chipset enable for VIA VT8233
Mateusz Murawski
2009-06-18 12:42:46 +00:00 -
3920eda452
Board enable for Soyo SY-7VCA
Luc Verhaegen
2009-06-17 14:43:24 +00:00 -
ba290d1ce3
Move all printing code to print.c
Uwe Hermann
2009-06-17 12:07:12 +00:00 -
d168057805
Use spi_nbyte_program in ichspi.c
Carl-Daniel Hailfinger
2009-06-17 10:13:42 +00:00 -
4e587905ae
List the size (in KB) and type of supported flash chips in 'flashrom -L'
Uwe Hermann
2009-06-16 23:15:10 +00:00 -
05dfbe67d6
This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI
Paul Fox
2009-06-16 21:08:06 +00:00 -
4cb7a96153
Check for a working C compiler
Carl-Daniel Hailfinger
2009-06-16 09:31:51 +00:00 -
cbf563cbde
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16 08:55:44 +00:00 -
30f7cb2f3c
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15 17:23:36 +00:00 -
0845464499
Split flashchips.h from flash.h
Carl-Daniel Hailfinger
2009-06-15 14:14:48 +00:00 -
3b0d664a14
Fix typo in Makefile
Uwe Hermann
2009-06-15 13:27:49 +00:00 -
a0a6ae9593
Add or refine support for a number of EON flash chips
Carl-Daniel Hailfinger
2009-06-15 12:10:57 +00:00 -
8dfea838ad
The VIA VX800 chipset works with the VT8237S code after adding an entry for the VX800 PCI ID
Arjan Koers
2009-06-15 00:03:37 +00:00 -
f983d9ffea
Add support for the PMC Pm29F002T/B chips
Uwe Hermann
2009-06-14 21:53:26 +00:00 -
38a059d6ef
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13 12:04:03 +00:00 -
8b2f46b878
Add bus type and timing info for some flash chips
Mateusz Murawski
2009-06-12 21:29:36 +00:00 -
a23041ccbe
This patch introduces two new targets which are designed to make the life of packagers easier
Carl-Daniel Hailfinger
2009-06-12 14:49:10 +00:00 -
f78cff159b
Add missing GPL headers to two files
Uwe Hermann
2009-06-12 14:05:25 +00:00 -
01d6aba251
Flashrom does not honor argument ordering for operations
Carl-Daniel Hailfinger
2009-06-12 14:02:07 +00:00 -
e33890dcad
Add #defines for some flash chips
Mateusz Murawski
2009-06-12 11:45:10 +00:00 -
eb3acef863
Add spi_nbyte_program as generic function to the SPI layer
Paul Fox
2009-06-12 08:10:33 +00:00 -
d51410c3ae
Tell the user about the beginning and end of the write operation
Paul Fox
2009-06-12 08:04:08 +00:00 -
b0d0f631bb
Add board enable for Albatron PM266A boards
Luc Verhaegen
2009-06-09 18:29:30 +00:00 -
80243c908a
Add all Eon EN25* SPI chips
Carl-Daniel Hailfinger
2009-06-05 20:53:07 +00:00 -
0bd2a2bdc1
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05 18:32:07 +00:00 -
ca8bfc6c22
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05 17:48:08 +00:00 -
945d26a0d7
Fix a bug in dummyflasher.c special case where no type parameter is given
Carl-Daniel Hailfinger
2009-06-05 17:04:37 +00:00 -
2bc020bf29
Add probe timings forgotten in r569
Carl-Daniel Hailfinger
2009-06-05 13:46:17 +00:00 -
500dd9d441
Refine write_lockbits_49lfxxxc() to use struct flashchip
Carl-Daniel Hailfinger
2009-06-05 13:30:49 +00:00 -
161b885d1d
Specify the exact bus type for a number of flash chips
Urja Rannikko
2009-06-05 08:47:37 +00:00 -
33269a755f
Enable debug output of protection register access on SST49LF* chips
Uwe Hermann
2009-06-05 00:42:18 +00:00 -
65287d963a
Let's actually sort the board lists alphabetically, and not just pretend we do
Uwe Hermann
2009-06-04 19:25:54 +00:00 -
0ae5accd3f
Mark the ASUS A7N8X-E Deluxe as working
Uwe Hermann
2009-06-04 18:53:03 +00:00 -
fe72cfaec5
Use macros for inb and outb which were forgotten in r568
Idwer Vollering
2009-06-03 16:41:11 +00:00 -
c6e1111bed
Add probe_timing information (int uS value)
Maciej Pijanka
2009-06-03 14:46:22 +00:00 -
48f34c66d9
Board enable: Gigabyte GA K8N SLI
Luc Verhaegen
2009-06-03 07:50:39 +00:00 -
e9d04d40ce
Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested
Uwe Hermann
2009-06-02 19:54:22 +00:00 -
bc2bbd2851
Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC)
Maciej Pijanka
2009-06-02 16:45:59 +00:00 -
265c838924
Add two more boards supported by flashrom
Uwe Hermann
2009-06-02 13:39:42 +00:00 -
5bae4386ee
Unify AMD manufacture_id and model_id
Mateusz Murawski
2009-06-02 00:38:14 +00:00 -
21dd55b49e
Use read_flash() when flash chip probe is forced
Stephan Guilloux
2009-06-01 22:07:52 +00:00 -
5a8b24478f
Add a missing free() in read_flash()
Stephan Guilloux
2009-06-01 21:37:00 +00:00 -
500b423c0c
Refactor HT-1000 GPIO setting to use sio_mask
Carl-Daniel Hailfinger
2009-06-01 21:30:42 +00:00 -
b22918cadc
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01 02:08:58 +00:00 -
3504b539bf
Add bus type support to the dummy external programmer
Carl-Daniel Hailfinger
2009-06-01 00:02:11 +00:00 -
211fa97ce8
Fix warning in satasii.c when compiling with gcc 4.4.0
Urja Rannikko
2009-05-31 21:35:10 +00:00 -
b8afecd0f5
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31 18:00:57 +00:00 -
1dfe0ff174
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31 17:57:34 +00:00 -
ebd7b83939
Add support for probe and read of Intel 28F001BX-T and BX-B
Urja Rannikko
2009-05-29 12:55:31 +00:00 -
d1129ac701
Random flashrom updates
Uwe Hermann
2009-05-28 15:07:42 +00:00 -
50d3f3e959
A bunch of flashrom board updates
Uwe Hermann
2009-05-28 00:00:23 +00:00 -
a106d15212
Change "Texas Instruments" to "TI" in the flash chip table
Uwe Hermann
2009-05-27 23:17:40 +00:00 -
2ad267d8cd
Use consistent naming for local chip ID variables
Carl-Daniel Hailfinger
2009-05-27 11:40:08 +00:00