summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/HBconfig
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2015-02-27 15:41:10 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-05-21 18:00:20 -0500
commit56a2bf579633fec26b0b6afaec01314a15dddb9d (patch)
treeea9806eab8006f92437e13935a5bcb79c7cdb8a6 /src/usr/vpd/HBconfig
parent9bd763dd507380adf58bd7d20d0c030706d6e979 (diff)
downloadtalos-hostboot-56a2bf579633fec26b0b6afaec01314a15dddb9d.tar.gz
talos-hostboot-56a2bf579633fec26b0b6afaec01314a15dddb9d.zip
Add support for backplane VPD
Replace the temporary use of mem buf to access planar vpd with new planar vpd interfaces. Change-Id: I24cda4d713806330a9f61d588006d63966f92550 RTC: 118373 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16326 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/HBconfig')
-rw-r--r--src/usr/vpd/HBconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/usr/vpd/HBconfig b/src/usr/vpd/HBconfig
index 136183442..1d6e6f1b8 100644
--- a/src/usr/vpd/HBconfig
+++ b/src/usr/vpd/HBconfig
@@ -33,6 +33,28 @@ config CVPD_WRITE
help
Ensure at least one of the CVPD WRITEs are enabled
+config PVPD_READ_FROM_PNOR
+ default n
+ help
+ Read Planar VPD data from PNOR cache
+
+config PVPD_READ_FROM_HW
+ default n
+ help
+ Read Planar VPD data from HW resources
+
+config PVPD_WRITE_TO_PNOR
+ default y if PVPD_READ_FROM_PNOR
+ depends on PVPD_READ_FROM_PNOR
+ help
+ Write Planar VPD data to PNOR cache
+
+config PVPD_WRITE_TO_HW
+ default y if PVPD_READ_FROM_HW
+ depends on PVPD_READ_FROM_HW
+ help
+ Write Planar VPD data to HW resources
+
config MVPD_READ_FROM_PNOR
default y
help
@@ -105,6 +127,11 @@ config HAVE_MBVPD
help
Have MemBuff/Centaur VPD, PNOR or HW
+config HAVE_PVPD
+ default y if PVPD_READ_FROM_PNOR || PVPD_READ_FROM_HW
+ help
+ Have Planar VPD, PNOR or HW
+
config PALMETTO_PASS1
default n
help
OpenPOWER on IntegriCloud