summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.C
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2018-04-18 09:08:07 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-05-03 11:31:38 -0400
commit34332987f42c5e806dc15d87de9bb79305a5c95b (patch)
treeb88390dccd2be0bfab95f1289a5b627cb978ebcf /src/import/chips/p9/utils/imageProcs/p9_tor.C
parenta7e21bc75bf93bcabf0c96e011e06c1790dfffaa (diff)
downloadtalos-sbe-34332987f42c5e806dc15d87de9bb79305a5c95b.tar.gz
talos-sbe-34332987f42c5e806dc15d87de9bb79305a5c95b.zip
Risk level 3/4/5 support: Step 2 - image update to TOR v7
- This commit updates the image ring sections to TOR v7. - It will fail with EKB FSP CI until we include the prereq to the merged step 1 commit in PPE and HB. Key_Cronus_Test=XIP_REGRESS cmvc-prereq: 1053262 cmvc-prereq: 1053182 Change-Id: Ie7452fe42877297da4f0da5cd4e51c989b6ac28d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57421 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57432 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_tor.C')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.C b/src/import/chips/p9/utils/imageProcs/p9_tor.C
index 7164a2a6..66b69fef 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -360,6 +360,7 @@ int tor_access_ring( void* i_ringSection, // Ring section ptr
}
if ( torMagic >> 8 != TOR_MAGIC ||
+ torHeader->version > TOR_VERSION || // Code cannot be forward compatible to a newer image
torHeader->version == 0 ||
torHeader->chipType >= NUM_CHIP_TYPES )
{
OpenPOWER on IntegriCloud