summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_exit_marks.h
blob: db97e52bed2aca263ecb808f7066491082a8e181 (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
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_exit_marks.h $ */
/*                                                                        */
/* OpenPOWER HCODE Project                                                */
/*                                                                        */
/* COPYRIGHT 2015,2017                                                    */
/* [+] 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                                                     */
#ifndef __SGPE_STOP_EXIT_MARKS_H__
#define __SGPE_STOP_EXIT_MARKS_H__

#ifdef EPM_SIM_ENV

#include <vector>
namespace SGPE_STOP_EXIT_MARKS
{

#endif


enum SGPE_SX_MARKS
{
    SX_LV11_WAKEUP_START        =   0x0,
    SX_POWERON_DONE     =   0x8,
    SX_POWERON_PG_SEL       =   0x10,
    SX_POWERON_END      =   0x18,
    SX_CHIPLET_RESET_GLSMUX_RESET       =   0x20,
    SX_CHIPLET_RESET_SCAN0      =   0x28,
    SX_CHIPLET_RESET_END        =   0x30,
    SX_GPTR_TIME_INITF_END      =   0x38,
    SX_DPLL_SETUP_END       =   0x40,
    SX_CHIPLET_INIT_SCAN0       =   0x48,
    SX_CHIPLET_INIT_END     =   0x50,
    SX_REPAIR_INITF_END     =   0x68,
    SX_ARRAYINIT_SUBMODULE      =   0xe0,
    SX_ARRAYINIT_SCAN0      =   0xe8,
    SX_ARRAYINIT_END        =   0xf0,
    SX_INITF_END        =   0xf8,
    SX_LV9_WAKEUP_START     =   0x100,
    SX_STARTCLOCKS_DONE     =   0x108,
    SX_STARTCLOCKS_END      =   0x110,
    SX_LV8_WAKEUP_START     =   0x118,
    SX_L2_STARTCLOCKS_END       =   0x120,
    SX_LV11_WAKEUP_CONTINUE     =   0x128,
    SX_SCOMINIT_END     =   0x130,
    SX_SCOMCUST_END     =   0x138,
    SX_CME_BOOT_END     =   0x140,
    SX_RAS_RUNTIME_SCOM_END     =   0x148,
    SX_OCC_RUNTIME_SCOM_END     =   0x150,
    BEGINSCOPE_STOP_EXIT        =   0x1f00,
    ENDSCOPE_STOP_EXIT      =   0x1f08
};


#ifdef EPM_SIM_ENV

const std::vector<SGPE_SX_MARKS> MARKS =
{
    SX_LV11_WAKEUP_START,
    SX_POWERON_DONE,
    SX_POWERON_PG_SEL,
    SX_POWERON_END,
    SX_CHIPLET_RESET_GLSMUX_RESET,
    SX_CHIPLET_RESET_SCAN0,
    SX_CHIPLET_RESET_END,
    SX_GPTR_TIME_INITF_END,
    SX_DPLL_SETUP_END,
    SX_CHIPLET_INIT_SCAN0,
    SX_CHIPLET_INIT_END,
    SX_REPAIR_INITF_END,
    SX_ARRAYINIT_SUBMODULE,
    SX_ARRAYINIT_SCAN0,
    SX_ARRAYINIT_END,
    SX_INITF_END,
    SX_LV9_WAKEUP_START,
    SX_STARTCLOCKS_DONE,
    SX_STARTCLOCKS_END,
    SX_LV8_WAKEUP_START,
    SX_L2_STARTCLOCKS_END,
    SX_LV11_WAKEUP_CONTINUE,
    SX_SCOMINIT_END,
    SX_SCOMCUST_END,
    SX_CME_BOOT_END,
    SX_RAS_RUNTIME_SCOM_END,
    SX_OCC_RUNTIME_SCOM_END,
    BEGINSCOPE_STOP_EXIT,
    ENDSCOPE_STOP_EXIT
};

}
#endif

#endif // __SGPE_STOP_EXIT_MARKS_H__
OpenPOWER on IntegriCloud