summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-09-15 12:42:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-04 23:20:13 -0400
commit2a5d72f247af3d901ff8ba8de92a807e3fe326ab (patch)
treed8a26920b68115ebc0c98f94d5bad17d3afd54c9
parentf019674c62ab1485d2fb87e7aebcccb9ee3fe6e0 (diff)
downloadtalos-hostboot-2a5d72f247af3d901ff8ba8de92a807e3fe326ab.tar.gz
talos-hostboot-2a5d72f247af3d901ff8ba8de92a807e3fe326ab.zip
Update VPO config to 2.4 Ghz nest to for sync mode
- Update SPD for VPO settings - Update IS_SIMULATION ATTR for VPO Change-Id: I6d92fd91f783569719efb48f3685c3a733c23fe1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29784 Tested-by: Jenkins Server <pfd-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: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/build/configs/vpo.cnfg2
-rw-r--r--src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml8
-rw-r--r--src/usr/vpd/makefile4
3 files changed, 10 insertions, 4 deletions
diff --git a/src/build/configs/vpo.cnfg b/src/build/configs/vpo.cnfg
index db21d135f..47a16b31a 100644
--- a/src/build/configs/vpo.cnfg
+++ b/src/build/configs/vpo.cnfg
@@ -2,3 +2,5 @@ unset SFC_IS_AST2400
unset SFC_IS_IBM_DPSS
set SFC_IS_FAKE
set P9_VPO_COMPILE
+set NO_SBE_UPDATES
+
diff --git a/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml b/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml
index 41d4a6c54..71baab7bd 100644
--- a/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml
+++ b/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml
@@ -99,9 +99,9 @@
</attribute>
<attribute>
<id>FREQ_PB_MHZ</id>
- <default>0x7D0</default>
+ <default>0x960</default>
</attribute>
- <attribute>
+ <attribute>
<id>PAYLOAD_BASE</id>
<!-- Value of 0x0 for standalone systems, no payload to start -->
<default>0x0</default>
@@ -127,6 +127,10 @@
<default>0x1</default>
</attribute>
<attribute>
+ <id>IS_SIMULATION</id>
+ <default>0x1</default>
+ </attribute>
+ <attribute>
<id>PROC_EPS_TABLE_TYPE</id>
<default>EPS_TYPE_LE</default>
</attribute>
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile
index af8525ae2..e5475f7f1 100644
--- a/src/usr/vpd/makefile
+++ b/src/usr/vpd/makefile
@@ -42,8 +42,8 @@ BINARY_FILES = $(IMGDIR)/dimmspd.dat:9852a0ed166442ef69ecd91a0379f282419a371f
BINARY_FILES += $(IMGDIR)/procmvpd.dat:65759fa4aebd2e3b42b25309504a3007b3b51036
BINARY_FILES += $(IMGDIR)/procmvpd_ven.dat:dd8507bec946283260f82af212ed32feaeb3363a
BINARY_FILES += $(IMGDIR)/procmvpd_p9n.dat:aee7240ae33ecd112aeae13a39958e5b713550a8
-BINARY_FILES += $(IMGDIR)/vpo_sysmvpd.dat:9b8788e39e9ae832701418e530d8cbdd502c9cb8
-BINARY_FILES += $(IMGDIR)/vpo_djvpd.dat:9503ceac065b78f93b7ad3d987ff482802c40e8c
+BINARY_FILES += $(IMGDIR)/vpo_sysmvpd.dat:800c06080f4c94b782f7b38a35bbe9ca88ef1ca9
+BINARY_FILES += $(IMGDIR)/vpo_djvpd.dat:eb4dce98f19ebfe77243be1c56d3d0eaa1889d90
#Update to Centaur DD2.0 for CCIN 31E8
OpenPOWER on IntegriCloud