Changeset 932 for trunk/flashrom.8


Ignore:
Timestamp:
03/13/10 15:47:48 (2 years ago)
Author:
mkarcher
Message:

Patch: Manpage: Move description of layout file into the right place

Move the description of the layout file out of the --chip option
into the --layout option.

Signed-off-by: Joerg Mayer <jmayer@…>
Acked-by: Michael Karcher <flashrom@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r931 r932  
    6363.B "\-c, \-\-chip" <chipname> 
    6464Probe only for specified flash ROM chip. 
     65.TP 
     66.B "\-m, \-\-mainboard" <[vendor:]part> 
     67Override mainboard settings. 
     68.sp 
     69flashrom reads the coreboot table to determine the current mainboard. If no 
     70coreboot table could be read or if you want to override these values, you can 
     71specify \-m, e.g.: 
     72.sp 
     73.B "  flashrom -w --mainboard AGAMI:ARUMA agami_aruma.rom" 
     74.sp 
     75See the 'Supported mainboards' section in the output of 'flashrom \-L' for 
     76a list of boards which require the specification of the board name, if no 
     77coreboot table is found. 
     78.TP 
     79.B "\-f, \-\-force" 
     80Force write without checking whether the ROM image file is really meant 
     81to be used on this board. 
     82.sp 
     83Note: This check only works while coreboot is running, and only for those 
     84boards where the coreboot code supports it. 
     85.TP 
     86.B "\-l, \-\-layout <file>" 
     87Read ROM layout from 
     88.BR <file> . 
    6589.sp 
    6690flashrom supports ROM layouts. This allows you to flash certain parts of 
     
    90114flexible and they should lead to a ROM update file format with the 
    91115ROM layout and the ROM image in one file (cpio, zip or something?). 
    92 .TP 
    93 .B "\-m, \-\-mainboard" <[vendor:]part> 
    94 Override mainboard settings. 
    95 .sp 
    96 flashrom reads the coreboot table to determine the current mainboard. If no 
    97 coreboot table could be read or if you want to override these values, you can 
    98 specify \-m, e.g.: 
    99 .sp 
    100 .B "  flashrom -w --mainboard AGAMI:ARUMA agami_aruma.rom" 
    101 .sp 
    102 See the 'Supported mainboards' section in the output of 'flashrom \-L' for 
    103 a list of boards which require the specification of the board name, if no 
    104 coreboot table is found. 
    105 .TP 
    106 .B "\-f, \-\-force" 
    107 Force write without checking whether the ROM image file is really meant 
    108 to be used on this board. 
    109 .sp 
    110 Note: This check only works while coreboot is running, and only for those 
    111 boards where the coreboot code supports it. 
    112 .TP 
    113 .B "\-l, \-\-layout <file>" 
    114 Read ROM layout from 
    115 .BR <file> . 
    116116.TP 
    117117.B "\-i, \-\-image <name>" 
Note: See TracChangeset for help on using the changeset viewer.