summaryrefslogtreecommitdiffstats
path: root/src/build/configs/simics_axone.config
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-10-03 13:30:17 -0500
committerWilliam G Hoffa <wghoffa@us.ibm.com>2019-10-17 11:29:29 -0500
commit70b54e6ae12665ccc0070e896039faadd52333f7 (patch)
tree060b4c7c35c0f0ec69384d028cc66a9f1e6f9db5 /src/build/configs/simics_axone.config
parente9c4e6ad68f9ac55345180bd77a7dd97b364c384 (diff)
downloadtalos-hostboot-70b54e6ae12665ccc0070e896039faadd52333f7.tar.gz
talos-hostboot-70b54e6ae12665ccc0070e896039faadd52333f7.zip
Automatically set VPD cache flags based on EEPROM cache setting
Added more logic to the vpd/HBconfig file to force the correct (use hardware) values for the VPD code if the EECACHE flag (SUPPORT_EEPROM_CACHING) is set. This allows the system config files to not include the unused VPD flags anymore. Change-Id: I87f7c5f3e51e3121c081b3007164dbf21cbafba8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84757 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: Corey V Swenson <cswenson@us.ibm.com> Reviewed-by: William G Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/configs/simics_axone.config')
-rw-r--r--src/build/configs/simics_axone.config30
1 files changed, 4 insertions, 26 deletions
diff --git a/src/build/configs/simics_axone.config b/src/build/configs/simics_axone.config
index 0b26f13bd..ae799a4f6 100644
--- a/src/build/configs/simics_axone.config
+++ b/src/build/configs/simics_axone.config
@@ -1,31 +1,9 @@
-# Force DJVPD read/write to use EEPROM layer instead of old-style VPD cache
-set DJVPD_READ_FROM_HW
-set DJVPD_WRITE_TO_HW
-unset DJVPD_READ_FROM_PNOR
-unset DJVPD_WRITE_TO_PNOR
-
-# Force MEMVPD read/write to use EEPROM layer instead of old-style VPD cache
-# ( No concept of MEMVPD in Axone so should not matter )
-set MEMVPD_READ_FROM_HW
-set MEMVPD_WRITE_TO_HW
-unset MEMVPD_READ_FROM_PNOR
-unset MEMVPD_WRITE_TO_PNOR
-
-# Force MVPD read/write to use EEPROM layer instead of old-style VPD cache
-set MVPD_READ_FROM_HW
-set MVPD_WRITE_TO_HW
-unset MVPD_READ_FROM_PNOR
-unset MVPD_WRITE_TO_PNOR
-
-# Force PVPD read/write to use EEPROM layer instead of old-style VPD cache
-set PVPD_READ_FROM_HW
-set PVPD_WRITE_TO_HW
-unset PVPD_READ_FROM_PNOR
-unset PVPD_WRITE_TO_PNOR
-
# Have Planar VPD
set HAVE_PVPD
+# Don't have any memory buffer VPD
+unset HAVE_MBVPD
+
#set to run cxx testcases during boot
unset EARLY_TESTCASES
@@ -46,4 +24,4 @@ set CONSOLE
unset CONSOLE_OUTPUT_ERRORDISPLAY
# OMIs were introduced in Axone and will be in P10 also
-set SUPPORT_OMI \ No newline at end of file
+set SUPPORT_OMI
OpenPOWER on IntegriCloud