summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/test/sbeupdatetest.H
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2015-08-24 16:45:40 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-18 19:29:43 -0500
commit66569e88a40376b4881bef6c23df411380c8f367 (patch)
tree4141e0d70aac8329f4c942d13f0cb9f2215340f6 /src/usr/sbe/test/sbeupdatetest.H
parent4baaa4fcd39593ea8a387b3c64f8ec3c028cf008 (diff)
downloadtalos-hostboot-66569e88a40376b4881bef6c23df411380c8f367.tar.gz
talos-hostboot-66569e88a40376b4881bef6c23df411380c8f367.zip
SBE Update Support for Adjusted Nest Frequency
This commit adds a check in istep 8.1 to see if the SBE Seeproms are programmed with the same NEST_FREQ_MHZ attribute value that the system is currently running at. If necessary, it will update the SBE Seeproms in this step which might result in a re-IPL. Change-Id: I1dca7196cd02a2704a238665b73b522c9e103936 RTC:133406 Depends-on:I9bba92f55f1b67ff4a15d79113f19d39272ec72d Backport: release-fips840 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20229 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/sbe/test/sbeupdatetest.H')
-rw-r--r--src/usr/sbe/test/sbeupdatetest.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/sbe/test/sbeupdatetest.H b/src/usr/sbe/test/sbeupdatetest.H
index c5a3dd56e..bbdeb1e43 100644
--- a/src/usr/sbe/test/sbeupdatetest.H
+++ b/src/usr/sbe/test/sbeupdatetest.H
@@ -444,9 +444,11 @@ class SBEUpdateTest: public CxxTest::TestSuite
// set bad ec just for comparison to local_ec later
sbeState.ec = 0xFF;
+ // send input part to perform all checks
+ sbeUpdateCheckType i_check_type = SBE_UPDATE_CHECK_ALL;
total++;
- err = getSbeInfoState(sbeState);
+ err = getSbeInfoState(sbeState, i_check_type);
if(err)
{
fails++;
OpenPOWER on IntegriCloud