Changeset 1389 for trunk/flashrom.8


Ignore:
Timestamp:
07/26/11 00:44:09 (10 months ago)
Author:
hailfinger
Message:

Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmer
parameter.
The code took 32 bits of input and wrote them to an 48 bit register,
duplicating some values.
Document the fwh_idsel= parameter in the man page.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1387 r1389  
    300300report so we can diagnose the problem. 
    301301.sp 
     302If you have an Intel chipset with an ICH6 or later southbridge and if you want 
     303to set specific IDSEL values for a non-default flash chip or an embedded 
     304controller (EC), you can use the 
     305.sp 
     306.B "  flashrom \-p internal:fwh_idsel=value" 
     307.sp 
     308syntax where value is the 48-bit hexadecimal raw value to be written in the 
     309IDSEL registers of the Intel southbridge. The upper 32 bits use one hex digit 
     310each per 512 kB range between 0xffc00000 and 0xffffffff, and the lower 16 bits 
     311use one hex digit each per 1024 kB range between 0xff400000 and 0xff7fffff. 
     312The rightmost hex digit corresponds with the lowest address range. All address 
     313ranges have a corresponding sister range 4 MB below with identical IDSEL 
     314settings. The default value for ICH7 is given in the example below. 
     315.sp 
     316Example: 
     317.B "flashrom \-p internal:fwh_idsel=0x001122334567" 
     318.sp 
    302319Using flashrom on laptops is dangerous and may easily make your hardware 
    303320unusable (see also the 
Note: See TracChangeset for help on using the changeset viewer.