summaryrefslogtreecommitdiffstats
path: root/openpower/configs/hostboot
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2015-04-17 08:40:32 -0500
committerMatt Ploetz <maploetz@us.ibm.com>2015-04-17 08:40:32 -0500
commit26ccac960dca527d069740eba87e0c96e645bb85 (patch)
treed885c730dbc413675eb4d1f5dd782a0cbea3c65a /openpower/configs/hostboot
parentcc8a0d4649154043af4ef597d8a8d1d9c29e4e13 (diff)
downloadblackbird-op-build-26ccac960dca527d069740eba87e0c96e645bb85.tar.gz
blackbird-op-build-26ccac960dca527d069740eba87e0c96e645bb85.zip
Enable Firestone VPD caching
Diffstat (limited to 'openpower/configs/hostboot')
-rwxr-xr-xopenpower/configs/hostboot/firestone.config14
1 files changed, 10 insertions, 4 deletions
diff --git a/openpower/configs/hostboot/firestone.config b/openpower/configs/hostboot/firestone.config
index 6684dd68..efd44cc0 100755
--- a/openpower/configs/hostboot/firestone.config
+++ b/openpower/configs/hostboot/firestone.config
@@ -7,13 +7,19 @@ set ALLOW_MACRONIX_PNOR
# VPD options.
set MVPD_READ_FROM_HW
-unset MVPD_READ_FROM_PNOR
+set MVPD_WRITE_TO_HW
+set MVPD_READ_FROM_PNOR
+set MVPD_WRITE_FROM_PNOR
set DJVPD_READ_FROM_HW
-unset DJVPD_READ_FROM_PNOR
+set DJVPD_WRITE_TO_HW
+set DJVPD_READ_FROM_PNOR
+set DJVPD_WRITE_TO_PNOR
set CVPD_READ_FROM_HW
-#set CVPD_WRITE_TO_HW
-unset CVPD_READ_FROM_PNOR
+set CVPD_WRITE_TO_HW
+set CVPD_READ_FROM_PNOR
+set CVPD_WRITE_TO_PNOR
set SKIP_RESTRICT_EX_UNITS
+unset CDIMM_FORMAT_FOR_CVPD
# gpio config
set GPIODD
OpenPOWER on IntegriCloud