summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ichspi.c b/ichspi.c
index e3a2d75..e30c267 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -1325,6 +1325,12 @@ int ich_init_spi(struct pci_dev *dev, uint32_t base, void *rcrb,
}
if (tmp2 & HSFS_FDV)
ichspi_desc = 1;
+ if (!(tmp2 & HSFS_FDOPSS) && ichspi_desc)
+ msg_pinfo("The Flash Descriptor Security Override "
+ "Strap-Pin is set. Restrictions implied\n"
+ "by the FRAP and FREG registers are NOT in "
+ "effect. Please note that Protected\n"
+ "Range (PR) restrictions still apply.\n");
tmp2 = mmio_readw(ich_spibar + ICH9_REG_HSFC);
msg_pdbg("0x06: 0x%04x (HSFC)\n", tmp2);
OpenPOWER on IntegriCloud