summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2018-02-13 23:46:18 -0600
committerhostboot <hostboot@us.ibm.com>2018-03-22 14:07:17 -0500
commit6603e686ca2c2f363c58fa54e7614e4e622f4393 (patch)
tree39c91783e98447cd356d0b4c14f45a049edb2fd3
parent09661ceffcc087df516f7d74942976d3f181acd3 (diff)
downloadtalos-hcode-6603e686ca2c2f363c58fa54e7614e4e622f4393.tar.gz
talos-hcode-6603e686ca2c2f363c58fa54e7614e4e622f4393.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>
-rw-r--r--import/chips/p9/utils/imageProcs/p9_tor.C1
1 files changed, 0 insertions, 1 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_tor.C b/import/chips/p9/utils/imageProcs/p9_tor.C
index 7014beb3..45f58dba 100644
--- a/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/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