Changeset 1449


Ignore:
Timestamp:
09/18/11 17:15:31 (8 months ago)
Author:
stefanct
Message:

ichspi: inform the user about the consequences of the security override strap

Ibex Peak SPI Programming Guide:
The PCH has a mechanism to set up to 5 address ranges from HOST access. These are
defined in PR0, PR1, PR2, PR3 and PR4 in the PCH EDS. These address ranges are NOT
unlocked by assertion of Flash descriptor Override.

Also, the datasheets mention the bit in their description of FRAP but not PR[N].

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ichspi.c

    r1447 r1449  
    13261326                if (tmp2 & HSFS_FDV) 
    13271327                        ichspi_desc = 1; 
     1328                if (!(tmp2 & HSFS_FDOPSS) && ichspi_desc) 
     1329                        msg_pinfo("The Flash Descriptor Security Override " 
     1330                                  "Strap-Pin is set. Restrictions implied\n" 
     1331                                  "by the FRAP and FREG registers are NOT in " 
     1332                                  "effect. Please note that Protected\n" 
     1333                                  "Range (PR) restrictions still apply.\n"); 
    13281334 
    13291335                tmp2 = mmio_readw(ich_spibar + ICH9_REG_HSFC); 
Note: See TracChangeset for help on using the changeset viewer.