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-02-13 23:46:18 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-02-14 11:17:43 -0500
commit0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70 (patch)
treede518c5fbae3a741d9a39983c58a2f69e5e57fa0 /src/import/chips/p9/utils/imageProcs/p9_tor.C
parentdadcf14ae978dae7e74838337c6eec2f13240dad (diff)
downloadtalos-sbe-0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70.tar.gz
talos-sbe-0aae9a8e68abb55110bee2d7bd2fbe49a4a11e70.zip
Bug fix to TOR API to not check TOR header version against TOR_VERSION
I'm removing this check because it is not a valid check for making a decision that the TOR header is invalid (it's still valid). CQ: SW416424 Change-Id: I2cdb78bc18a1fcc718038be41b2965255ba5d0de Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54017 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> 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> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54022
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, 0 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.C b/src/import/chips/p9/utils/imageProcs/p9_tor.C
index b249b32d..0361cb35 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -364,7 +364,6 @@ int tor_access_ring( void* i_ringSection, // Ring section ptr
if ( torMagic >> 8 != TOR_MAGIC ||
torHeader->version == 0 ||
- torHeader->version > TOR_VERSION ||
torHeader->chipType >= NUM_CHIP_TYPES )
{
MY_ERR("Invalid TOR header:\n"
OpenPOWER on IntegriCloud