From f24c2b2bdd2e19bcaab1e8c9613eea49bc0a6649 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Sat, 12 Dec 2015 10:15:39 -0600 Subject: 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 Reviewed-by: Amit J. Tendolkar --- sbe/sbefw/sbemain.C | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sbe/sbefw') 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(); -- cgit v1.2.1