summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C
blob: bca3f4d60aa00b5f73eb7c838b151fc78afaef3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: src/usr/hwpf/hwp/occ/occ_procedures/p8_oha_init.C $           */
/*                                                                        */
/* IBM CONFIDENTIAL                                                       */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2013                   */
/*                                                                        */
/* p1                                                                     */
/*                                                                        */
/* Object Code Only (OCO) source materials                                */
/* Licensed Internal Code Source Materials                                */
/* IBM HostBoot Licensed Internal Code                                    */
/*                                                                        */
/* The source code for this program is not published or otherwise         */
/* divested of its trade secrets, irrespective of what has been           */
/* deposited with the U.S. Copyright Office.                              */
/*                                                                        */
/* Origin: 30                                                             */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
// $Id: p8_oha_init.C,v 1.12 2013/08/02 19:00:04 stillgs Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_oha_init.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
// *! All Rights Reserved -- Property of IBM
// *! *** IBM Confidential ***
//------------------------------------------------------------------------------
// *! OWNER NAME: Ralf Maier         Email: ralf.maier@de.ibm.com
// *!
// *! General Description:
// *!
// *!    The purpose of this procedure is to do a initial setup of OHA
// *!
// *! Procedure Prereq:
// *!   o completed istep procedure
// *!
//------------------------------------------------------------------------------
/// \file p8_oha_init.C
/// \brief Setup OHA ( Power Proxy Trace Timer and Low Activity detect range)
///
/// \version
/// \version 1.12  stillgs 06/04/13 Fix Gerrit comment on e_rc setting into rc for OHA
/// \version       Mode register access
/// \version --------------------------------------------------------------------------
/// \version 1.11  stillgs 05/20/13 Removed AISS reset call as unncessary for OCC reset use
/// \version --------------------------------------------------------------------------
/// \version 1.9  mjjones 04/30/13 Removed unused variable
/// \version --------------------------------------------------------------------------
/// \version 1.3  rmaier 10/04/12 Replacing genHex*Str function
/// \version --------------------------------------------------------------------------
/// \version 1.1  rmaier 08/23/12 Renaming proc_ to p8_
/// \version --------------------------------------------------------------------------
/// \version 1.13 rmaier 08/02/12 Included review feedback Set 6
/// \version --------------------------------------------------------------------------
/// \version 1.12 rmaier 07/17/12 Included review feedback Set 5
/// \version --------------------------------------------------------------------------
/// \version 1.11 rmaier 07/17/12 Included review feedback Set 4
/// \version --------------------------------------------------------------------------
/// \version 1.10 rmaier 07/13/12 Included new review feedback
/// \version --------------------------------------------------------------------------
/// \version 1.9 rmaier 05/24/12 Included review feedback
/// \version --------------------------------------------------------------------------
/// \version 1.8 rmaier 05/15/12 Changed Error return code handling for SCOM access
/// \version --------------------------------------------------------------------------
/// \version 1.7 rmaier 05/09/12 Removed global variables
/// \version --------------------------------------------------------------------------
/// \version 1.6 rmaier 04/24/12 Updated Config-mode
/// \version --------------------------------------------------------------------------
/// \version 1.5 rmaier 03/20/12 Added AISS-reset
/// \version --------------------------------------------------------------------------
/// \version 1.4 rmaier 03/13/12 Added modes-structure
/// \version --------------------------------------------------------------------------
/// \version 1.0 rmaier 12/01/11 Initial Version
/// \version ---------------------------------------------------------------------------
///
/// High-level procedure flow:
///
/// \verbatim
///
///  Procedure Prereq:
///  - completed istep procedure
///
///
///     if PM_CONFIG {
///
///        convert_ppt_time() - Convert Power Proxy Trace Time to Power Proxy Trace Time Select and Match feature attributes
///        With ATTR_PM_POWER_PROXY_TRACE_TIMER (binary in nanoseconds) to produce  ATTR_PM_PPT_TIMER_MATCH_VALUE and ATTR_PM_PPT_TIMER_TICK
///          0=0.25us , 1=0.5us, 2=1us, and 3=2us
///
///     else if PM_INIT {
///        loop over all valid chiplets {
///           Check if OHA is accessible as chiplet may not be enabled or are in winkle
///
///           Setup aiss hang time  in oha_mode_reg
///           Set aiss_timeout to max              --  oha_mode_reg (11:14) ,            ADR 1002000D (SCOM)
///                                                --  9 => longest time  512 ms
///           Setup low activity  in oha_low_activity_detect_mode_reg
///                                                -- oha_low_activity_detect_mode_reg,   ADR 10020003 (SCOM)
///             \todo  when should we enable the low activity detection or just setup the ranges??
///           Set lad_enable = 1??
///           Set lad_entry = 16                  -- bit index of a 24 bit counter based on base counter  0: longest, 23: shortest interval
///           Set lad_exit  = 17                  -- bit index of a 24 bit counter based on base counter  0: longest, 23: shortest interval
///
///
///           Setup Power Proxy Trace  in activity_sample_mode_reg
///           Set  ppt_int_timer_select           -- activity_sample_mode_reg (36:37)    ADR 10020000 (SCOM)
///                                                -- select precounter for ppt timer ( 0=0.25us, 1=0.5us, 2=1us, 3=2us )
///
///         )
///     } else if PM_RESET {
///         loop over all valid chiplets {
///           Check if OHA is accessible as chiplet may not be enabled or are
//            in winkle
///
///             Note: no function is defined!!!! AISS reset was here but this
///             reset should not be associcated with OCC resets
///
///         }
///       }   //end PM_RESET -mode
///
///
///  \endverbatim
///
//------------------------------------------------------------------------------
//----------------------------------------------------------------------
//  eCMD Includes
//----------------------------------------------------------------------


// ----------------------------------------------------------------------
// Includes
// ----------------------------------------------------------------------

#include "p8_pm.H"
#include "p8_scom_addresses.H"
#include "p8_oha_init.H"
#include "p8_pcb_scom_errors.H"


extern "C" {

using namespace fapi;

 //------------------------------------------------------------------------------
 //Start scan zero value
 //------------------------------------------------------------------------------



// ----------------------------------------------------------------------
// Function prototypes
// ----------------------------------------------------------------------

fapi::ReturnCode oha_aiss_inject_winkle_entry(const fapi::Target & i_ex_target);

typedef struct {
  int8_t   AISS_HANG_DETECT_TIMER_SEL;     //  oha_mode_reg (11:14) - 0=1ms, 1=2ms, 3=4ms, ...9=512ms. others illegal
  int8_t   PPT_TIMER_SELECT;               //  activity_sample_mode_reg (36:37) 0=0.25us, 1=0.5us, 2=1us, and 3=2us
  int8_t   LAD_ENTRY;
  int8_t   LAD_EXIT;
} struct_i_oha_val_init_type;


// ----------------------------------------------------------------------
// Function definitions
// ----------------------------------------------------------------------

// Reset function
fapi::ReturnCode p8_oha_init_reset( const fapi::Target& i_target,
                                    uint32_t i_mode);
// Config function
fapi::ReturnCode p8_oha_init_config(const fapi::Target&  i_target);

// Init function
fapi::ReturnCode  p8_oha_init_init( const fapi::Target& i_target,
                                    struct_i_oha_val_init_type i_oha_val_init);

// ----------------------------------------------------------------------
// p8_oha_init wrapper to fetch the attributes and pass it on to p8_oha_init_core
// ----------------------------------------------------------------------

fapi::ReturnCode
p8_oha_init(const fapi::Target &i_target, uint32_t i_mode)
{
    fapi::ReturnCode rc;

    FAPI_INF("Procedure start");
    do
    {
     
        if ( i_mode == PM_CONFIG )
        {

            FAPI_INF("MODE: CONFIG Calling p8_oha_init_config");

            rc=p8_oha_init_config(i_target);
            if (rc)
            {
                FAPI_ERR(" p8_oha_init_config failed. With rc = 0x%x", (uint32_t)rc); 
                break;
            }

        } else if ( i_mode == PM_INIT )  {


            FAPI_INF("MODE: INIT Calling p8_oha_init_init");

            //Declare parms struct
            struct_i_oha_val_init_type i_oha_val_init;

            //Assign values to parms in struct
            // should come from MRWB
            i_oha_val_init.AISS_HANG_DETECT_TIMER_SEL = 9;  //  oha_mode_reg (11:14) - 0=1ms, 1=2ms, 3=4ms, ...9=512ms. others illegal
            i_oha_val_init.PPT_TIMER_SELECT = 3;            //  activity_sample_mode_reg (36:37) 0=0.25us, 1=0.5us, 2=1us, and 3=2us
            i_oha_val_init.LAD_ENTRY = 16;
            i_oha_val_init.LAD_EXIT = 17;

            rc=p8_oha_init_init(i_target,  i_oha_val_init);
            if (rc)
            {
                FAPI_ERR(" p8_oha_init_init failed. With rc = 0x%x", (uint32_t)rc);
                break;
            }

        }
        else if ( i_mode == PM_RESET )
        {

             FAPI_INF("MODE: RESET - none defined");
             /*

             GSS:  removed as this only resets (at this time) the AISS
             functions which are not influenced by OCC FW and are detrimental
             to operational chiplets

             FAPI_INF("MODE: RESET Calling p8_oha_init_reset");
             rc = p8_oha_init_reset( i_target, i_mode);
             if (rc)
             {
                FAPI_ERR(" p8_oha_init_reset failed. With rc = 0x%x", (uint32_t)rc);
                return rc;
             }
             */
        }
        else
        {

             FAPI_ERR("Unknown mode %x ....\n", i_mode);
             FAPI_SET_HWP_ERROR(rc, RC_PROC_OHA_CODE_BAD_MODE);

        }
    } while (0);

    FAPI_INF("Procedure end...\n");
   
    return rc;

}


//------------------------------------------------------------------------------
// OHA Config Function
//------------------------------------------------------------------------------
fapi::ReturnCode
p8_oha_init_config(const fapi::Target& i_target)
{
    fapi::ReturnCode rc;

    uint8_t  attr_pm_aiss_timeout;
    uint32_t attr_pm_power_proxy_trace_timer;
    uint32_t attr_pm_ppt_timer_tick;
    uint32_t attr_pm_ppt_timer_match_value;
    
    FAPI_INF("OHA config start...");
    do
    {      

        //  ******************************************************************
        //  Get Attributes for OHA Timers Delay
        //  ******************************************************************
        //  set defaults  if not available
        
        // Write all the timer attributes with defaults.  This also allocates
        // the attributes in Cronus environments.
        // If overrides exist, the overridden values will be returned when 
        // read back.

        attr_pm_ppt_timer_tick           = 2;       // Default 2: 1us
        
        SETATTR(rc,
                ATTR_PM_PPT_TIMER_TICK,
                "ATTR_PM_PPT_TIMER_TICK",
                &i_target,
                attr_pm_ppt_timer_tick);
                
        GETATTR(rc,
                ATTR_PM_PPT_TIMER_TICK,
                "ATTR_PM_PPT_TIMER_TICK",
                &i_target,
                attr_pm_ppt_timer_tick);
        
        attr_pm_aiss_timeout             = 5;       // Default 5: 32ms
        
        SETATTR(rc,
                ATTR_PM_AISS_TIMEOUT,
                "ATTR_PM_AISS_TIMEOUT",
                &i_target,
                attr_pm_aiss_timeout);
                
        GETATTR(rc,
                ATTR_PM_AISS_TIMEOUT,
                "ATTR_PM_AISS_TIMEOUT",
                &i_target,
                attr_pm_aiss_timeout);
       
        attr_pm_power_proxy_trace_timer  = 64000;   // Default 1us,,, 32us...64ms
        
        SETATTR(rc,
                ATTR_PM_POWER_PROXY_TRACE_TIMER,
                "ATTR_PM_POWER_PROXY_TRACE_TIMER",
                &i_target,
                attr_pm_power_proxy_trace_timer);
                
        GETATTR(rc,
                ATTR_PM_POWER_PROXY_TRACE_TIMER,
                "ATTR_PM_POWER_PROXY_TRACE_TIMER",
                &i_target,
                attr_pm_power_proxy_trace_timer);

        //  ******************************************************************
        //  Calculate OHA timer settings
        //  ******************************************************************

        FAPI_DBG("Calculate OHA timer settings");
        FAPI_DBG("Calculate:");
        FAPI_DBG("        ATTR_PM_PPT_TIMER_MATCH_VALUE");
        FAPI_DBG("        ATTR_PM_PPT_TIMER_TICK");
        FAPI_DBG("using:");
        FAPI_DBG("        ATTR_PM_POWER_PROXY_TRACE_TIMER");

        FAPI_DBG("Set  ATTR_PM_AISS_TIMEOUT to %X", attr_pm_aiss_timeout);
        attr_pm_ppt_timer_match_value  = attr_pm_power_proxy_trace_timer / 32  ;    //time in us / 32us

        FAPI_DBG("Set ATTR_PM_PPT_TIMER_MATCH_VALUE to %X", attr_pm_ppt_timer_match_value);


        //  ******************************************************************
        //  Set Attributes for OHA timers
        //  ******************************************************************

        SETATTR(rc,
                ATTR_PM_PPT_TIMER_MATCH_VALUE,
                "ATTR_PM_PPT_TIMER_MATCH_VALUE",
                &i_target,
                attr_pm_ppt_timer_match_value);       

    } while (0);
    
    FAPI_INF("OHA config end...\n");
     
    return rc;

}  //end CONFIG



//------------------------------------------------------------------------------
// OHA Init Function
//------------------------------------------------------------------------------
fapi::ReturnCode
p8_oha_init_init(const fapi::Target& i_target, struct_i_oha_val_init_type i_oha_val_init)
{
    fapi::ReturnCode rc;
    uint32_t l_rc;

    ecmdDataBufferBase              data(64);
    ecmdDataBufferBase              mask(64);

    std::vector<fapi::Target>       l_exChiplets;
//    std::vector<Target>::iterator  itr;
    uint8_t                         l_ex_number = 0;

    uint8_t                         attr_pm_aiss_timeout = 0;
    uint32_t                        attr_pm_tod_pulse_count_match_val = 1024;
    uint32_t                        attr_pm_ppt_timer_tick;
    uint32_t                        attr_pm_ppt_timer_match_value;

    FAPI_INF("OHA init start...");
    do
    {
        

        //  ******************************************************************
        //  Get Attributes for OHA Timers Delay
        //  ******************************************************************
        
        GETATTR(rc,
                ATTR_PM_PPT_TIMER_TICK,
                "ATTR_PM_PPT_TIMER_TICK",
                &i_target,
                attr_pm_ppt_timer_tick);
        
        GETATTR(rc,
                ATTR_PM_PPT_TIMER_MATCH_VALUE,
                "ATTR_PM_PPT_TIMER_MATCH_VALUE",
                &i_target,
                attr_pm_ppt_timer_match_value);                    

        //  ******************************************************************
        //  initialize all oha_reg with scan-zero values upfront
        //  ******************************************************************

        rc = fapiGetChildChiplets ( i_target,
                                    TARGET_TYPE_EX_CHIPLET,
                                    l_exChiplets,
                                    TARGET_STATE_FUNCTIONAL);
        if (rc)
        {
            FAPI_ERR("Error from fapiGetChildChiplets!");
            break;
        }
        FAPI_DBG("Number of chiplets  => %u", l_exChiplets.size());

        // Iterate through the returned chiplets
        //for (itr = l_exChiplets.begin(); itr != l_exChiplets.end(); itr++)
        for (uint8_t c=0; c < l_exChiplets.size(); c++)
        {          
            // Get the core number
            //rc = FAPI_ATTR_GET(ATTR_CHIP_UNIT_POS, itr, c);
            rc = FAPI_ATTR_GET(ATTR_CHIP_UNIT_POS, &l_exChiplets[c], l_ex_number);
            if (rc)
            {
                FAPI_ERR("fapiGetAttribute of ATTR_CHIP_UNIT_POS error");
                break;
            }

            FAPI_DBG("Processing core : %d ", l_ex_number);

            //  ******************************************************************
            //  AISS hang timer setup
            //  ******************************************************************
            //  - set aiss_timeout to max time
            //  ******************************************************************
            //FAPI_DBG("**********************************************");
            FAPI_INF(" Setup aiss hang time in oha_mode_reg 1002000D");
            //FAPI_DBG("**********************************************");

            // Read register content
            //rc = fapiGetScom( (*itr), EX_OHA_MODE_REG_RWx1002000D , data );
            rc = fapiGetScom( l_exChiplets[c], EX_OHA_MODE_REG_RWx1002000D , data );
            if (rc)
            {
                FAPI_ERR("fapiGetScom(EX_OHA_MODE_REG) failed. With rc = 0x%x", (uint32_t)rc);
                break;
            }

            FAPI_DBG ("Content of EX_OHA_MODE_REG_0x1002000D  :  %016llX", data.getDoubleWord(0));

            //data.flushTo0();
            l_rc = data.insertFromRight(attr_pm_aiss_timeout    ,11,4);
            l_rc |= data.insertFromRight(attr_pm_tod_pulse_count_match_val    ,17,14);
            if (l_rc)
            {
                FAPI_ERR("Bit operation failed. With rc = 0x%x", (uint32_t)l_rc);  rc.setEcmdError(l_rc);
                break;
            }

            // rc = fapiPutScom( (*itr), EX_OHA_MODE_REG_RWx1002000D , data );
            rc = fapiPutScom( l_exChiplets[c], EX_OHA_MODE_REG_RWx1002000D , data );
            if (rc)
            {
                FAPI_ERR("fapiPutScom(EX_OHA_MODE_REG) failed. With rc = 0x%x", (uint32_t)rc); 
                break;
            }


            //  ******************************************************************
            //  Low Activity Detect (LAD) setup
            //  ******************************************************************
            //  ******************************************************************
            //  - enable LAD
            //  - set LAD for entry
            //  - set LAD for exit
            //  ******************************************************************

            FAPI_INF(" Setup Low Activity Detect (LAD) in oha_low_activity_detect_mode_reg 10020003, but NOT ENABLED");

            // Read register content
            // rc = fapiGetScom( (*itr), EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG_RWx10020003 , data );
            rc = fapiGetScom( l_exChiplets[c], EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG_RWx10020003 , data );
            if (rc)
            {
               FAPI_ERR("fapiGetScom(EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG_RWx10020003) failed. With rc = 0x%x", (uint32_t)rc);
               break;
            }
            FAPI_DBG(" Pre write content of EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG_RWx10020003  :  %016llX", data.getDoubleWord(0));

            l_rc = data.setByte(0, i_oha_val_init.LAD_ENTRY);   // 16
            l_rc |= data.setByte(1, i_oha_val_init.LAD_EXIT);   // 17
            l_rc |= data.shiftRight(1);                         // LAD entry/exit starts at bit 1
            l_rc |= data.clearBit(0);
            if (l_rc)
            {
                FAPI_ERR("Bit operation failed. With rc = 0x%x", (uint32_t)l_rc);
                rc.setEcmdError(l_rc);
                break;
            }

            // rc = fapiPutScom((*itr), EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG_RWx10020003 , data );
            rc = fapiPutScom( l_exChiplets[c], EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG_RWx10020003 , data );
            if (rc)
            {
                FAPI_ERR("fapiGetScom(EX_OHA_LOW_ACTIVITY_DETECT_MODE_REG) failed. With rc = 0x%x", (uint32_t)rc);
                break;
            }

            FAPI_INF ("Done LAD setup. LAD Disabled " );

            //  ******************************************************************
            //  Power Proxy Trace (PPT) setup
            //  ******************************************************************
            //  ******************************************************************
            //  - set ppt_timer_select
            //  - set ppt_trace_timer_match_val
            //  ******************************************************************

            FAPI_INF(" Setup  Power Proxy Trace (PPT) in oha_activity_sample_mode_reg 10020000");

            // Read register content
            // rc = fapiGetScom( (*itr), EX_OHA_ACTIVITY_SAMPLE_MODE_REG_RWx10020000 , data );
            rc = fapiGetScom( l_exChiplets[c], EX_OHA_ACTIVITY_SAMPLE_MODE_REG_RWx10020000 , data );
            if (rc)
            {
                FAPI_ERR("fapiGetScom(EX_OHA_ACTIVITY_SAMPLE_MODE_REG) failed. With rc = 0x%x", (uint32_t)rc);
                break;
            }
            FAPI_DBG(" Pre write content of EX_OHA_ACTIVITY_SAMPLE_MODE_REG_RWx10020000  :  %016llX", data.getDoubleWord(0));


            // set ppt_int_timer_select to longest interval "11" = 2us
            //l_rc = data.setBit(36);
            //if (l_rc)
            //{
            //      FAPI_ERR("Bit operation failed.");
            //      FAPI_SET_HWP_ERROR(rc, RC_PROC_OHA_CODE_BITOP_FAILED);
            //}
            //l_rc = data.setBit(37);
            //if (l_rc)
            //{
            //      FAPI_ERR("Bit operation failed.");
            //      FAPI_SET_HWP_ERROR(rc, RC_PROC_OHA_CODE_BITOP_FAILED);
            //}

            l_rc = data.insertFromRight(attr_pm_ppt_timer_match_value    ,24,11);
            l_rc |= data.insertFromRight(attr_pm_ppt_timer_tick           ,36,2);
            if (l_rc)
            {
                FAPI_ERR("Bit operation failed. With rc = 0x%x", (uint32_t)l_rc);
                rc.setEcmdError(l_rc);
                break;
            }

            // rc = fapiPutScom((*itr), EX_OHA_ACTIVITY_SAMPLE_MODE_REG_RWx10020000 , data );
            rc = fapiPutScom( l_exChiplets[c], EX_OHA_ACTIVITY_SAMPLE_MODE_REG_RWx10020000 , data );
            if (rc)
            {
                FAPI_ERR("fapiGetScom(EX_OHA_ACTIVITY_SAMPLE_MODE_REG) failed. With rc = 0x%x", (uint32_t)rc);
                 break;
            }

            FAPI_INF ("Done PPT timer setup." );
        } // Chiplet loop
        
        // Error break is naturally handled
        
    } while(0);
    
    FAPI_INF("OHA init end...\n");
    return rc;

}  //end INIT



//------------------------------------------------------------------------------
// OHA Reset Function
//------------------------------------------------------------------------------
fapi::ReturnCode
p8_oha_init_reset(const Target &i_target,  uint32_t i_mode)
{
    fapi::ReturnCode                rc;
    fapi::ReturnCode                e_rc;
    uint32_t                        l_rc = 0;

    ecmdDataBufferBase              data(64);
    ecmdDataBufferBase              mask(64);


//    std::vector<Target>::iterator   itr;
    std::vector<fapi::Target>       l_exChiplets;
    uint8_t                         l_ex_number = 0;
    
    uint8_t                         platform;
    
    FAPI_INF("OHA init start...");
    do
    {
        rc = fapiGetChildChiplets ( i_target,
                                    TARGET_TYPE_EX_CHIPLET,
                                    l_exChiplets,
                                    TARGET_STATE_FUNCTIONAL);
        if (rc)
        {
            FAPI_ERR("Error from fapiGetChildChiplets!");
            break;
        }
        FAPI_DBG("Number of chiplets  => %u", l_exChiplets.size());

        // Iterate through the returned chiplets
        //for (itr = l_exChiplets.begin(); itr != l_exChiplets.end(); itr++)
        for (uint8_t c=0; c < l_exChiplets.size(); c++)
        {

            // Get the core number
            //rc = FAPI_ATTR_GET(ATTR_CHIP_UNIT_POS, itr, c);
            rc = FAPI_ATTR_GET(ATTR_CHIP_UNIT_POS, &l_exChiplets[c], l_ex_number);
            if (rc)
            {
                FAPI_ERR("fapiGetAttribute of ATTR_CHIP_UNIT_POS error");
                break;
            }

            FAPI_DBG("Processing core : %d ", l_ex_number);

            // --------------------------------------
            // Check if SBE code has already cleared the OHA override.
            // As chiplets may be enabled but offline (eg in Winkle)
            // treat SCOM errors as off-line (eg skip it).  If online
            // and set, clear the override.

            //  GSS:  removed as Cronus always puts a message out of (PCB_OFFLINE)
            //  even though this code is meant to handle it. As this message
            //  can cause confusion in the lab, the check is being removed.
            bool            oha_accessible = true;
            uint32_t        fsierror = 0;
            const uint32_t  IDLE_STATE_OVERRIDE_EN = 6;


            e_rc = fapiGetScom(l_exChiplets[c], EX_OHA_MODE_REG_RWx1002000D, data);
            if(!e_rc.ok())
            {
                FAPI_ERR("Error reading EX_OHA_MODE_REG_RWx1002000D . Further debugging");

                // Based on the execution platorm, access different facilities to 
                // determine the error code
                GETATTR(rc,
                        ATTR_EXECUTION_PLATFORM,
                        "ATTR_EXECUTION_PLATFORM",
                        NULL,
                        platform);

                if( platform == fapi::ENUM_ATTR_EXECUTION_PLATFORM_FSP) 
                {      
                    rc = fapiGetCfamRegister( i_target, CFAM_FSI_STATUS_0x00001007, data );
                    if(!rc.ok())
                    {
                        FAPI_ERR("Error reading CFAM FSI Status Register");
                        break;
                    }
                    FAPI_INF( "CFAM_FSI_STATUS_0x00001007: 0x%X", data.getWord(0));
                    l_rc |= data.extractToRight( &fsierror, 17, 3 );

                    if ( l_rc )
                    {
                        rc.setEcmdError(l_rc);
                        break;
                    }
                }
                else if( platform == fapi::ENUM_ATTR_EXECUTION_PLATFORM_HOST )
                {
                    // Find the ADU status reg with the same PIB scresp

                }
                else
                {
                    FAPI_ERR("Invalid execution platform: %X", platform);
                    // \todo Add CML point
                    break;
                }
                if (fsierror == PIB_OFFLINE_ERROR)
                {
                    FAPI_INF( "Chiplet offline error detected. Skipping OHA Override clearing");
                    oha_accessible = false;
                }
                else
                {
                    FAPI_ERR("Scom reading OHA_MODE");
                    uint32_t & ERRORS = fsierror;
                    rc = e_rc ;
                    FAPI_SET_HWP_ERROR(rc, RC_PROC_OHA_CODE_PUTGETSCOM_FAILED);
                    break;
                }
            }
            // Process if OHA accessible.
            if (oha_accessible)
            {
                if (data.isBitSet(IDLE_STATE_OVERRIDE_EN))
                {

                    FAPI_INF("\tClear the OHA Idle State Override for EX %x", l_ex_number);
                    l_rc |= data.clearBit(IDLE_STATE_OVERRIDE_EN);
                    if (l_rc)
                    {
                       FAPI_ERR("Error (0x%x) setting up ecmdDataBufferBase", l_rc);
                       rc.setEcmdError(l_rc);
                       break;
                    }

                    rc = fapiPutScom(l_exChiplets[c], EX_OHA_MODE_REG_RWx1002000D, data);
                    if(!rc.ok())
                    {
                        FAPI_ERR("Scom error writing OHA_MODE");
                        break;
                    }
                }
            }
            //        End of check removal

            // GSS: removed AISS reset as this should only be used for SLW
            // recovery, not OCC reset.
            //
            // If this function were to ever be restored here (for whatever
            // reason), a check for special wake-up state must be made.
            // This, too, needs care in implementation as AISS reset affects
            // the special wake-up condition and must be forced from the PCBS-PM
            // via the override mechanism there.

        } // chiplet loop
    } while(0);

    FAPI_INF("OHA reset end...\n");
    return rc;
}

} //end extern C
OpenPOWER on IntegriCloud