Flashrom: Difference between revisions
(→Supported devices: Winbond W39V040FA now supported.) |
(→Supported devices: Now supported in flashrom: Broadcom HT-1000 southbridge, IBM x3455 mainboard.) |
||
Line 245: | Line 245: | ||
| style="background:#eeeeee" | ? | | style="background:#eeeeee" | ? | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| Broadcom | |||
| HT-1000 | |||
| style="background:lime" | OK | |||
|- bgcolor="#eeeeee" valign="top" | |||
| Intel® | | Intel® | ||
| ICH<sup>2</sup> | | ICH<sup>2</sup> | ||
| style="background:yellow" | OK<sup>3</sup> | | style="background:yellow" | OK<sup>3</sup> | ||
|- bgcolor="# | |- bgcolor="#eeeeee" valign="top" | ||
| Intel® | | Intel® | ||
| PIIX4/PIIX4E/PIIX4M | | PIIX4/PIIX4E/PIIX4M | ||
| style="background:lime" | OK | | style="background:lime" | OK | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| NVIDIA | | NVIDIA | ||
| CK804 | | CK804 | ||
| style="background:lime" | OK | | style="background:lime" | OK | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| NVIDIA | | NVIDIA | ||
| MCP51 | | MCP51 | ||
| style="background:# | | style="background:#dddddd" | ? | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| NVIDIA | | NVIDIA | ||
| MCP55 | | MCP55 | ||
| style="background:lime" | OK | | style="background:lime" | OK | ||
|- bgcolor="# | |- bgcolor="#eeeeee" valign="top" | ||
| SiS | | SiS | ||
| 630 | | 630 | ||
| style="background:# | | style="background:#eeeeee" | ? | ||
|- bgcolor="# | |- bgcolor="#eeeeee" valign="top" | ||
| SiS | | SiS | ||
| 5595 | | 5595 | ||
| style="background:# | | style="background:#eeeeee" | ? | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| VIA | | VIA | ||
| CX700 | | CX700 | ||
| style="background:lime" | OK | | style="background:lime" | OK | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| VIA | | VIA | ||
| VT8231 | | VT8231 | ||
| style="background:# | | style="background:#dddddd" | ? | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| VIA | | VIA | ||
| VT8235 | | VT8235 | ||
| style="background:# | | style="background:#dddddd" | ? | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| VIA | | VIA | ||
| VT8237 | | VT8237 | ||
| style="background:# | | style="background:#dddddd" | ? | ||
|- bgcolor="# | |- bgcolor="#dddddd" valign="top" | ||
| VIA | | VIA | ||
| VT82C686 | | VT82C686 | ||
| style="background:# | | style="background:#dddddd" | ? | ||
|} | |} | ||
Line 329: | Line 333: | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| IBM | |||
| [http://www-03.ibm.com/systems/x/rack/x3455/ x3455] | |||
| -m ibm:x3455 | |||
| style="background:lime" | OK | |||
|- bgcolor="#dddddd" valign="top" | |||
| IWILL | | IWILL | ||
| [http://web.archive.org/web/20060507170150/http://www.iwill.net/product_2.asp?p_id=98 DK8-HTX] | | [http://web.archive.org/web/20060507170150/http://www.iwill.net/product_2.asp?p_id=98 DK8-HTX] | ||
Line 334: | Line 344: | ||
| style="background:lime" | OK | | style="background:lime" | OK | ||
|- bgcolor="# | |- bgcolor="#eeeeee" valign="top" | ||
| VIA | | VIA | ||
| [http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=81 EPIA-M] | | [http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=81 EPIA-M] | ||
| — | | — | ||
| style="background:lime" | OK<sup>5</sup> | | style="background:lime" | OK<sup>5</sup> | ||
|- bgcolor="# | |- bgcolor="#eeeeee" valign="top" | ||
| VIA | | VIA | ||
| [http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=202 EPIA-MII] | | [http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=202 EPIA-MII] |
Revision as of 15:08, 5 June 2007
Flashrom is a utility written for LinuxBIOS and maintained in the LinuxBIOS Subversion repository. It can be used to detect BIOS chips (DIP, PLCC), read their contents and write new contents on the chips ("flashing").
Supported devices
Note: The LinuxBIOSv1 version of Flashrom ("flash_and_burn") only supported a very small number of devices. Always use the latest Flashrom version from LinuxBIOSv2! There are some compatible chips out to the below list.
Flash chips
|
Southbridges
|
Mainboards which need special setup
|
1 Unsupported, disabled by default.
2 This includes the ICH, ICH0, ICH2, ICH2-M, ICH3-S, ICH3-M, ICH4/ICH4-L, ICH4-M, ICH5/ICH5R, ICH6/ICH6R, ICH6-M, ICH7DH, ICH7/ICH7R, ICH7M, ICH7MDH, ICH8/ICH8R, ICH8DH, and ICH8DO chipsets.
3 Identifying and reading chips seems to work, but there are reports that writing may not work on some mainboards.
4 Untested, but should work.
5 Might also work for other CLE266 based EPIAs.
Installation
Requirements
Flashrom requires the libpci and zlib development packages in order to be built.
In Debian unstable the respective packages are called libpci-dev and zlib1g-dev.
Manual Installation
$ svn co svn://linuxbios.org/repos/trunk/LinuxBIOSv2 $ cd LinuxBIOSv2/util/flashrom $ make $ make install
Debian
$ apt-get install flashrom