Changeset 460 for trunk/flashrom.8
- Timestamp:
- 05/05/09 18:15:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/flashrom.8 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flashrom.8
r451 r460 50 50 .B "\-s, \-\-estart" <addr> 51 51 Exclude start position (obsolete). 52 .sp 53 flashrom supports ROM layouts. This allows you to flash certain parts of 54 the flash chip only. A ROM layout file looks like follows: 55 .sp 56 00000000:00008fff gfxrom 57 00009000:0003ffff normal 58 00040000:0007ffff fallback 59 .sp 60 i.e.: 61 startaddr:endaddr name 62 .sp 63 All addresses are offsets within the file, not absolute addresses! 64 If you only want to update the normal image in a ROM you can say: 65 .sp 66 .B " flashrom -w --layout rom.layout --image normal agami_aruma.rom" 67 .sp 68 To update normal and fallback but leave the VGA BIOS alone, say: 69 .sp 70 .B " flashrom -w -l rom.layout -i normal \" 71 .br 72 .B " -i fallback agami_aruma.rom" 73 .sp 74 Currently overlapping sections are not supported. 75 .sp 76 ROM layouts should replace the -s and -e option since they are more 77 flexible and they should lead to a ROM update file format with the 78 ROM layout and the ROM image in one file (cpio, zip or something?). 52 79 .TP 53 80 .B "\-e, \-\-eend" <addr> … … 55 82 .TP 56 83 .B "\-m, \-\-mainboard" <[vendor:]part> 57 Override mainboard settings. This option is needed for some mainboards, 58 see the 59 .B "flashrom \-\-list\-supported" 60 output for a list. The vendor is not required when the board name is unique. 84 Override mainboard settings. 85 .sp 86 flashrom reads the coreboot table to determine the current mainboard. If no 87 coreboot table could be read or if you want to override these values, you can 88 specify -m, e.g.: 89 .sp 90 .B " flashrom -w --mainboard AGAMI:ARUMA agami_aruma.rom" 91 .sp 92 See the 'Supported mainboards' section in the output of 'flashrom -L' for 93 a list of boards which require the specification of the board name, if no 94 coreboot table is found. 61 95 .TP 62 96 .B "\-f, \-\-force"
Note: See TracChangeset
for help on using the changeset viewer.
