summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2015-12-12 10:15:39 -0600
committerAmit J. Tendolkar <amit.tendolkar@in.ibm.com>2015-12-15 10:19:35 -0600
commitf24c2b2bdd2e19bcaab1e8c9613eea49bc0a6649 (patch)
tree348f35217dfb76771152e791561f68cdaa1b6429 /sbe/sbefw
parent1b30508467a64e4d89312fd6da3ab7bd825eb7d3 (diff)
downloadtalos-sbe-f24c2b2bdd2e19bcaab1e8c9613eea49bc0a6649.tar.gz
talos-sbe-f24c2b2bdd2e19bcaab1e8c9613eea49bc0a6649.zip
Merge issue in attr init
Change-Id: I8dcb537b541a207cee2828bf9a4b6a0e4119040b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22715 Tested-by: Jenkins Server Reviewed-by: Basabjit Sengupta <basengup@in.ibm.com> Reviewed-by: Amit J. Tendolkar <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'sbe/sbefw')
-rw-r--r--sbe/sbefw/sbemain.C9
1 files changed, 5 insertions, 4 deletions
diff --git a/sbe/sbefw/sbemain.C b/sbe/sbefw/sbemain.C
index 88f0c770..622d9eb3 100644
--- a/sbe/sbefw/sbemain.C
+++ b/sbe/sbefw/sbemain.C
@@ -285,6 +285,11 @@ uint32_t main(int argc, char **argv)
break;
}
+ // TODO via RTC 142365
+ // Remove this workaround once we have support to copy fixed section
+ // from SEEPROM to PIBMEM.
+ initAttrWA();
+
// TODO via RTC 126146.
// Check if we should call plat_TargetsInit in some other thread.
// We may want to keep only PK init in main and can move
@@ -300,10 +305,6 @@ uint32_t main(int argc, char **argv)
// enable FSP to get FFDC for this failure.
break;
}
- // TODO via RTC 142365
- // Remove this workaround once we have support to copy fixed section
- // from SEEPROM to PIBMEM.
- initAttrWA();
// Start running the highest priority thread.
// This function never returns
pk_start_threads();
OpenPOWER on IntegriCloud