summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2017-02-21 19:39:03 +0100
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-24 07:26:00 -0500
commit4de52659849d6bdad1eb86bf30d0c7697e41dbbe (patch)
treed20f6361ddab850129b96d87b82b2e42d28830ce /src
parentcbfd31fad1898fb8bd7607b818e40f17080fca22 (diff)
downloadtalos-sbe-4de52659849d6bdad1eb86bf30d0c7697e41dbbe.tar.gz
talos-sbe-4de52659849d6bdad1eb86bf30d0c7697e41dbbe.zip
p9_tor: fix tor_access_ring failure
Commit 33317 removed a couple of the lines that need to be kept. Impacts CME and SGPE. Change-Id: I5fccae529051c9ccfcff9042b67d238f8f5a94d3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36801 Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36804 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.C2
1 files changed, 2 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 19f91e8c..fcc19a8e 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -594,6 +594,7 @@ int get_ring_from_sgpe_image ( void* i_ringSection, // Ring sectio
{
spge_offset = 0;
i_ddLevelOffset = 0;
+ temp = be32toh(spge_offset);
}
GenRingIdList* ring_id_list_common = NULL;
@@ -887,6 +888,7 @@ int get_ring_from_cme_image ( void* i_ringSection, // Ring section
{
cme_offset = 0;
i_ddLevelOffset = 0;
+ temp = be32toh(cme_offset);
}
GenRingIdList* ring_id_list_common = NULL;
OpenPOWER on IntegriCloud