summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm/occCheckstop.C
blob: a9154e2c61a76e90aa2c4ded1ad7b2f7a470e435 (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
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: src/usr/isteps/pm/occCheckstop.C $                            */
/*                                                                        */
/* OpenPOWER HostBoot Project                                             */
/*                                                                        */
/* Contributors Listed Below - COPYRIGHT 2013,2019                        */
/* [+] International Business Machines Corp.                              */
/*                                                                        */
/*                                                                        */
/* Licensed under the Apache License, Version 2.0 (the "License");        */
/* you may not use this file except in compliance with the License.       */
/* You may obtain a copy of the License at                                */
/*                                                                        */
/*     http://www.apache.org/licenses/LICENSE-2.0                         */
/*                                                                        */
/* Unless required by applicable law or agreed to in writing, software    */
/* distributed under the License is distributed on an "AS IS" BASIS,      */
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or        */
/* implied. See the License for the specific language governing           */
/* permissions and limitations under the License.                         */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */

#include    <stdint.h>

#include    <isteps/pm/occCheckstop.H>
#include    <isteps/pm/occAccess.H>
#include    <isteps/pm/pm_common_ext.H>

#include    <initservice/taskargs.H>
#include    <errl/errlentry.H>

#include    <devicefw/userif.H>
#include    <sys/misc.h>
#include    <sys/mm.h>
#include    <sys/mmio.h>
#include    <limits.h>
#include    <vmmconst.h>

//  targeting support
#include    <targeting/common/commontargeting.H>
#include    <targeting/common/utilFilter.H>
#include    <targeting/common/targetservice.H>
#include    <targeting/common/util.H>

//  fapi support
#include    <isteps/hwpf_reasoncodes.H>

#include    <vfs/vfs.H>
#include    <util/utillidmgr.H>
#include    <initservice/initserviceif.H>

#include <arch/ppc.H>
#include <fapi2.H>
#include <fapi2/plat_hwp_invoker.H>

#include <pnorif.H>
#include <pnor_const.H>
#include <utillidmgr.H>
#include <secureboot/smf_utils.H>

#ifdef CONFIG_ENABLE_CHECKSTOP_ANALYSIS
  #include <diag/prdf/prdfWriteHomerFirData.H>
#endif

#include <p9_pm_utils.H>
#include <p9_pm_init.H>

// Easy macro replace for unit testing
//#define TRACUCOMP(args...)  TRACFCOMP(args)
#define TRACUCOMP(args...)
#define OCB_OITR0 0x6C008
#define OCB_OIEPR0 0x6C00C

extern trace_desc_t* g_fapiTd;
extern trace_desc_t* g_fapiImpTd;

using namespace TARGETING;

namespace HBOCC
{

#ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS

    errlHndl_t makeStart405Instruction(const TARGETING::Target* i_target,
                                       uint64_t* o_instr)
    {
        errlHndl_t l_errl = NULL;
        uint64_t l_epAddr;

        l_errl = HBOCC::readSRAM(i_target,
                                 OCC_405_SRAM_ADDRESS + OCC_OFFSET_MAIN_EP,
                                 &l_epAddr,
                                 sizeof(uint64_t));

        // The branch instruction is of the form 0x4BXXXXX200000000, where X
        // is the address of the 405 main's entry point (alligned as shown).
        // Example: If 405 main's EP is FFF5B570, then the branch instruction
        // will be 0x4bf5b57200000000. The last two bits of the first byte of
        // the branch instruction must be '2' according to the OCC instruction
        // set manual.
        *o_instr = OCC_BRANCH_INSTR |
                              (((uint64_t)(BRANCH_ADDR_MASK & l_epAddr)) << 32);
        TRACFCOMP(g_fapiTd, "makeStart405Instruction instruction = %16x",
                                                                      *o_instr);
        return l_errl;
    }

    errlHndl_t startOCCFromSRAM(TARGETING::Target* i_proc)
    {
        TRACUCOMP(g_fapiTd, ENTER_MRK"startOCCFromSRAM");

        errlHndl_t l_errl = NULL;
        uint64_t l_start405MainInstr = 0;

        const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>l_target(i_proc);
        fapi2::ReturnCode l_rc;

        do {
            //  ************************************************************
            //  Issue init to OCB
            //  ************************************************************
            FAPI_DBG("Executing p9_pm_ocb_init to initialize OCB channels");
            FAPI_INVOKE_HWP(l_errl, p9_pm_ocb_init,
                          l_target,
                          p9pm::PM_INIT,// Channel setup type
                          p9ocb::OCB_CHAN1,// Channel
                          p9ocb:: OCB_TYPE_NULL,// Channel type
                          0,// Channel base address
                          0,// Push/Pull queue length
                          p9ocb::OCB_Q_OUFLOW_NULL,// Channel flow control
                          p9ocb::OCB_Q_ITPTYPE_NULL// Channel interrupt ctrl
                         );
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "ERROR: Failed to initialize channel 1");
                break;
            }

            //  ************************************************************
            //  Initializes P2S and HWC logic
            //  ************************************************************
            FAPI_DBG("Executing p9_pm_pss_init");
            FAPI_INVOKE_HWP(l_errl, p9_pm_pss_init, l_target, p9pm::PM_INIT);
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "ERROR: Failed to initialize PSS & HWC");
                break;
            }

            //  ************************************************************
            //  Set the OCC FIR actions
            //  ************************************************************
            FAPI_DBG("Executing p9_pm_occ_firinit to set FIR actions.");
            FAPI_INVOKE_HWP(l_errl, p9_pm_occ_firinit, l_target, p9pm::PM_INIT);
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "ERROR: Failed to set OCC FIR actions.");
                break;
            }

            // *************************************************************
            // Switch off OCC initiated special wakeup on EX to allowSTOP
            // functionality
            // *************************************************************
            FAPI_DBG("Clear off the wakeup");
            FAPI_INVOKE_HWP(l_errl, clear_occ_special_wakeups, l_target);
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "ERROR: Failed to clear off the wakeup");
                break;
            }

            // Hack provided by Doug Gilbert (@dgilbert). The following six
            // scoms set up the communications between GPE0 and the 405. This
            // allows to not load and start SGPE that is responsible for setting
            // up the IRQ routing.
            // TODO: RTC 178699 come up with a more permanent solution for
            // communication setup
            uint64_t l_writeData;
            uint32_t l_writeAddress;
            size_t l_writeSize = sizeof(l_writeData);

            l_writeAddress = 0x6C040;
            l_writeData = 0x218780f800000000;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            l_writeAddress = 0x6C050;
            l_writeData = 0x0003d03c00000000;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            l_writeAddress = 0x6C044;
            l_writeData = 0x2181801800000000;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            l_writeAddress = 0x6C054;
            l_writeData = 0x0003d00c00000000;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            l_writeAddress = 0x6C048;
            l_writeData = 0x010280ac00000000;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            l_writeAddress = 0x6C058;
            l_writeData = 0x0001901400000000;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            //  ************************************************************
            //  Start OCC PPC405
            //  ************************************************************
            l_errl = makeStart405Instruction(i_proc, &l_start405MainInstr);
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "startOCCFromSRAM: could not make instr"
                                    " to start 405 main");
                break;
            }
            FAPI_DBG("Executing p9_pm_occ_control to start OCC PPC405");
            FAPI_INVOKE_HWP(l_errl, p9_pm_occ_control, l_target,
                          p9occ_ctrl::PPC405_START,// Operation on PPC405
                          p9occ_ctrl::PPC405_BOOT_WITHOUT_BL, // PPC405 boot loc
                          l_start405MainInstr);
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "ERROR: Failed to initialize OCC PPC405");
                break;
            }

            // Set checkstop interrupt to be active-high and rising edge
            // TODO RTC:178798 Remove the following workaround
            l_writeAddress = OCB_OITR0;
            l_writeData = 0xffffffffffffffff;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            l_writeAddress = OCB_OIEPR0;
            l_writeData = 0xffffffffffffffff;
            l_errl = deviceWrite(i_proc, &l_writeData, l_writeSize,
                                 DEVICE_SCOM_ADDRESS(l_writeAddress));
            if(l_errl)
            {
                TRACFCOMP(g_fapiTd, "SCOM to address 0x%08x failed",
                                                               l_writeAddress);
                break;
            }

            // Need to clear out some state variables that get messed up
            //  during the PM Reset, e.g. the FIR Init flags
            l_errl = HBPM::resetPMAll(HBPM::CLEAR_ATTRIBUTES);
            if( l_errl )
            {
                break;
            }

        } while(0);

        return l_errl;
    }

    errlHndl_t loadOCCImageDuringIpl(TARGETING::Target* i_target,
                                                            void* i_occVirtAddr)
    {
        TRACUCOMP(g_fapiTd,
                  ENTER_MRK"loadOCCImageDuringIpl(%p)",
                  i_occVirtAddr);

        errlHndl_t l_errl = NULL;
        uint8_t* l_occImage = NULL;
        void* l_modifiedSectionPtr = NULL;

        do {
            //The OCC image should always be in the virtual address space
            UtilLidMgr lidMgr(HBOCC::OCC_LIDID);
            void* l_tmpOccImage = const_cast<void*>(lidMgr.getLidVirtAddr());
            l_occImage = (uint8_t*)l_tmpOccImage;

            // Get system target in order to access ATTR_NEST_FREQ_MHZ
            TARGETING::TargetService & l_tS = TARGETING::targetService();
            TARGETING::Target * l_sysTarget = NULL;
            l_tS.getTopLevelTarget(l_sysTarget);
            assert(l_sysTarget != NULL);

            //Save Nest Frequency:
            ATTR_FREQ_PB_MHZ_type l_nestFreq =
                               l_sysTarget->getAttr<ATTR_FREQ_PB_MHZ>();
            size_t l_length = 0; // length of current section

            uint32_t* l_ptrToLength = (uint32_t*)
                                       ((char*)l_occImage + OCC_OFFSET_LENGTH);
            l_length = *l_ptrToLength; // Length of the bootloader

            // We only have PAGESIZE to work with so make sure we do not exceed
            // limit.
            assert(l_length <= PAGESIZE);
            // Write the OCC Bootloader into memory
            memcpy(i_occVirtAddr, l_occImage, l_length);

            // OCC Main Application
            char* l_occMainAppPtr = reinterpret_cast<char*>(l_occImage) +
                                    l_length;
            l_ptrToLength = (uint32_t*)(l_occMainAppPtr + OCC_OFFSET_LENGTH);
            l_length = *l_ptrToLength; // Length of the OCC Main

            // Write 405 Main application to SRAM
            l_errl = HBOCC::writeSRAM(i_target,
                                      HBOCC::OCC_405_SRAM_ADDRESS,
                                      (uint64_t*)l_occMainAppPtr,
                                      l_length);
            if(l_errl)
            {
                TRACFCOMP(g_fapiImpTd, "loadOCCImageDuringIpl:"
                                           " failed to write Main app to SRAM");
                break;
            }

            l_modifiedSectionPtr = malloc(OCC_OFFSET_FREQ + sizeof(l_nestFreq));
            // Populate this section with data from PNOR
            memcpy(l_modifiedSectionPtr, l_occMainAppPtr, OCC_OFFSET_FREQ +
                                                            sizeof(l_nestFreq));

            // Change the fequency and set the IPL flag
            uint16_t* l_ptrToIplFlag = (uint16_t*)((char*)l_modifiedSectionPtr +
                                                           OCC_OFFSET_IPL_FLAG);
            uint32_t* l_ptrToFreq = (uint32_t*)((char*)l_modifiedSectionPtr +
                                                               OCC_OFFSET_FREQ);

            *l_ptrToIplFlag |= 0x001;
            *l_ptrToFreq     = l_nestFreq;

            // Overwrite the part of Main we modified above in SRAM:
            l_errl = HBOCC::writeSRAM(i_target,
                                      HBOCC::OCC_405_SRAM_ADDRESS,
                                      (uint64_t*)l_modifiedSectionPtr,
                                      (uint32_t)OCC_OFFSET_FREQ +
                                       sizeof(l_nestFreq));
            if(l_errl)
            {
                TRACFCOMP( g_fapiImpTd,
                           ERR_MRK"loadOCCImageDuringIpl: "
                           "Failed to overwrite OCC Main app in SRAM");
                break;
            }

            // GPE0 application is stored right after the 405 main in memory
            char* l_gpe0AppPtr = l_occMainAppPtr + l_length;
            uint32_t* l_ptrToGpe0Length =
                          (uint32_t*)(l_occMainAppPtr + OCC_OFFSET_GPE0_LENGTH);
            l_length = *l_ptrToGpe0Length;
            l_errl = HBOCC::writeSRAM(i_target,
                                      HBOCC::OCC_GPE0_SRAM_ADDRESS,
                                      (uint64_t*)l_gpe0AppPtr,
                                      l_length);
            if(l_errl)
            {
                TRACFCOMP( g_fapiImpTd,
                           ERR_MRK"loadOCCImageDuringIpl: "
                           "Failed to load GPE0 app to SRAM");
                break;
            }

            char* l_gpe1AppPtr = l_gpe0AppPtr + l_length;
            uint32_t* l_ptrToGpe1Length =
                          (uint32_t*)(l_occMainAppPtr + OCC_OFFSET_GPE1_LENGTH);
            l_length = *l_ptrToGpe1Length;
            l_errl = HBOCC::writeSRAM(i_target,
                                      HBOCC::OCC_GPE1_SRAM_ADDRESS,
                                      (uint64_t*)l_gpe1AppPtr,
                                      l_length);
            if(l_errl)
            {
                TRACFCOMP( g_fapiImpTd,
                           ERR_MRK"loadOCCImageDuringIpl: "
                           "Failed to load GPE1 app to SRAM");
                break;
            }


        } while(0);
        free(l_modifiedSectionPtr);

        TRACUCOMP(g_fapiTd,
                   EXIT_MRK"loadOCCImageDuringIpl");
        return l_errl;
    }


#endif

#if defined(CONFIG_IPLTIME_CHECKSTOP_ANALYSIS) && !defined(__HOSTBOOT_RUNTIME)
    /**
     * @brief Sets up OCC Host data in SRAM
     */
    errlHndl_t loadHostDataToSRAM( TARGETING::Target* i_proc,
                                    const PRDF::HwInitialized_t i_curHw)
    {
        TRACUCOMP(g_fapiTd, ENTER_MRK"loadHostDataToSRAM i_curHw=%d",i_curHw);

        errlHndl_t  l_errl  =   NULL;

        //Treat virtual address as starting pointer
        //for config struct
        HBPM::occHostConfigDataArea_t * config_data =
                    new HBPM::occHostConfigDataArea_t();

        // Get top level system target
        TARGETING::TargetService & tS = TARGETING::targetService();
        TARGETING::Target * sysTarget = NULL;
        tS.getTopLevelTarget( sysTarget );
        assert( sysTarget != NULL );

        uint32_t nestFreq =  sysTarget->getAttr<ATTR_FREQ_PB_MHZ>();

        config_data->version = HBOCC::OccHostDataVersion;
        config_data->nestFrequency = nestFreq;

        // Figure out the interrupt type
        if( INITSERVICE::spBaseServicesEnabled() )
        {
            config_data->interruptType = USE_FSI2HOST_MAILBOX;
        }
        else
        {
            config_data->interruptType = USE_PSIHB_COMPLEX;
        }

        config_data->firMaster = IS_FIR_MASTER;
        l_errl = PRDF::writeHomerFirData( config_data->firdataConfig,
                                          sizeof(config_data->firdataConfig),
                                          i_curHw);

        if (SECUREBOOT::SMF::isSmfEnabled())
        {
            config_data->smfMode = SMF_MODE_ENABLED;
        }
        else
        {
            config_data->smfMode = SMF_MODE_DISABLED;
        }

        if (l_errl)
        {
            TRACFCOMP( g_fapiImpTd,
                       ERR_MRK"loadHostDataToSRAM: Error in writeHomerFirData");
        }
        else
        {
            l_errl = HBOCC::writeSRAM(i_proc, OCC_SRAM_FIR_DATA,
                                      (uint64_t*)config_data->firdataConfig,
                                      sizeof(config_data->firdataConfig));
            if(l_errl)
            {
                TRACFCOMP( g_fapiImpTd,
                           ERR_MRK"loadHostDataToSRAM: Error in writeSRAM");
            }
        }
        TRACUCOMP( g_fapiTd, EXIT_MRK"loadHostDataToSRAM");
        delete(config_data);

        return l_errl;
    } // loadHostDataToSRAM

#endif

}  //end HBOCC namespace

OpenPOWER on IntegriCloud