Changeset 3385
- Timestamp:
- 06/22/08 20:50:25 (5 months ago)
- Location:
- trunk/util/flashrom
- Files:
-
- 2 modified
-
README (modified) (3 diffs)
-
flashrom.8 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/README
r3384 r3385 12 12 ------------------ 13 13 14 To build the flashrom utility you need to have the following packages 15 installed on your Linux system: 14 To build the flashrom utility you need to install the following packages: 16 15 17 16 * pciutils 18 * pciutils-devel / pciutils-dev 17 * pciutils-devel / pciutils-dev / libpci-dev 19 18 * zlib-devel / zlib1g-dev 20 19 … … 50 49 or if you want to override these values, you can specify -m, e.g.: 51 50 52 flashrom -w --mainboard AGAMI:ARUMA agami_aruma.rom51 $ flashrom -w --mainboard AGAMI:ARUMA agami_aruma.rom 53 52 54 The following boards require the specification of the board name, if 55 no coreboot table is found: 56 57 * IWILL DK8-HTX: use -m iwill:dk8_htx 58 * Agami Aruma: use -m AGAMI:ARUMA 59 * ASUS P5A: use -m asus:p5a 60 * IBM x3455: use -m ibm:x3455 61 * EPoX EP-BX3: use -m epox:ep-bx3 62 * GIGABYTE GA-M57SLI-S4 v2.0: use -m gigabyte:m57sli 63 * GIGABYTE GA-M61P-S3: use -m gigabyte:m61p 64 * MSI K8N Neo3: use -m msi:k8n-neo3 65 * Acorp 6A815EPD: use -m acorp:6a815epd 53 See the 'Supported mainboards' section in the output of 'flashrom -L' for 54 a list of boards which require the specification of the board name, if no 55 coreboot table is found. 66 56 67 57 … … 105 95 106 96 107 Supported Flash Chips 108 --------------------- 97 Supported Flash Chips / Chipsets / Mainboards 98 --------------------------------------------- 109 99 110 AMD AM-29F040B 111 AMD AM-29F016D 112 ASD AE49F2008 113 Atmel AT-29C040A 114 Atmel AT-29C020 115 EMST F49B002UA 116 Intel 82802AB (Firmware Hub) 117 Intel 82802AC (Firmware Hub) 118 MX MX-29F002 119 PMC PMC-49FL002 120 PMC PMC-49FL004 121 Sharp LHF-00L04 122 Spansion S25FL016A 123 SST SST-29EE020A 124 SST SST-28SF040A 125 SST SST-39SF010A 126 SST SST-39SF020A 127 SST SST-39SF040 128 SST SST-39VF020 129 SST SST-49LF040B 130 SST SST-49LF040 131 SST SST-49LF020A 132 SST SST-49LF080A 133 SST SST-49LF160C 134 SST SST-49LF002A/B 135 SST SST-49LF003A/B 136 SST SST-49LF004A/B 137 SST SST-49LF008A 138 SST SST-49LF004C 139 SST SST-49LF008C 140 SST SST-49LF016C 141 ST ST-M50FLW040A 142 ST ST-M50FLW040B 143 ST ST-M50FLW080A 144 ST ST-M50FLW080B 145 ST ST-M50FW040 146 ST ST-M50FW080 147 ST ST-M50FW016 148 ST ST-M50LPW116 149 ST ST-M29F002B 150 ST ST-M29F002T 151 ST ST-M29F002NT 152 ST ST-M29F400BT 153 ST ST-M29F040B 154 ST ST-M29W010B 155 ST ST-M29W040B 156 SyncMOS S29C51001T/B 157 SyncMOS S29C51002T/B 158 SyncMOS S29C51004T/B 159 SyncMOS S29C31004T 160 Winbond W29C011 161 Winbond W29C020C 162 Winbond W29C040P 163 Winbond W29EE011 164 Winbond W49F002U 165 Winbond W49V002A 166 Winbond W49V002FA 167 Winbond W39V040FA 168 Winbond W39V040A 169 Winbond W39V040B 170 Winbond W39V080A 100 Please check the output of 'flashrom -L' for the list of supported 101 flash chips, chipsets/southbridges, and mainboards. 171 102 103 See also http://coreboot.org/Flashrom for more details. 172 104 173 Supported Southbridges174 ----------------------175 176 AMD CS5530/CS5530A177 AMD Geode SC1100178 AMD AMD-8111179 ATI SB400180 Broadcom HT-1000181 Intel ICH0-ICH8 (all variations)182 Intel PIIX4/PIIX4E/PIIX4M183 NVIDIA CK804184 NVIDIA MCP51185 NVIDIA MCP55186 SiS 630187 SiS 5595188 VIA CX700189 VIA VT8231190 VIA VT8235191 VIA VT8237192 VIA VT82C686193 -
trunk/util/flashrom/flashrom.8
r3133 r3385 1 .TH FLASHROM 8 "J anuary 18, 2008"1 .TH FLASHROM 8 "June 22, 2008" 2 2 .SH NAME 3 3 flashrom \- a universal BIOS/ROM/flash programming utility … … 44 44 Override mainboard settings. This option is needed for some mainboards, 45 45 see the 46 .B flashrom47 READMEfor a list. The vendor is not required when the board name is unique.46 .B "flashrom \-\-list\-supported" 47 output for a list. The vendor is not required when the board name is unique. 48 48 .TP 49 49 .B "\-f, \-\-force"
