summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2018-04-18 09:08:07 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-04-30 18:55:24 -0400
commit9c2c6580c11f14506f5b785836ea16123a8ca428 (patch)
treecde9d1b37031ff518edddb01aff0d4c8efe9eb0f /src/import/chips/p9/utils
parent33eb471cd06b2ce1525ccd8deecf51e2de10c4cc (diff)
downloadtalos-hostboot-9c2c6580c11f14506f5b785836ea16123a8ca428.tar.gz
talos-hostboot-9c2c6580c11f14506f5b785836ea16123a8ca428.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/57434 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils')
-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 010a1cd93..143c5c7ba 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