summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/common/hsvc_sysdata.C
blob: 8cd62ff8aaf0cd3b7b0d70680899ee47e3d062af (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
/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* $Source: src/usr/runtime/common/hsvc_sysdata.C $                       */
/*                                                                        */
/* IBM CONFIDENTIAL                                                       */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 2012,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                                                     */
// Generated on Wed Jul 17 21:21:59 CDT 2013 by cswenson from
//  ./create_hsvc_data.pl -w ../../xml/attribute_info/common_attributes.xml ../../xml/attribute_info/chip_attributes.xml ../../xml/attribute_info/poreve_memory_attributes.xml ../../xml/attribute_info/p8_xip_customize_attributes.xml ../../xml/attribute_info/proc_pll_ring_attributes.xml ../../xml/attribute_info/L2_L3_attributes.xml ../../xml/attribute_info/proc_fab_smp_fabric_attributes.xml ../../xml/attribute_info/proc_setup_bars_l3_attributes.xml ../../xml/attribute_info/freq_attributes.xml ../../xml/attribute_info/unit_attributes.xml ../../xml/attribute_info/pm_hwp_attributes.xml ../../xml/attribute_info/scratch_attributes.xml ../../xml/attribute_info/pm_plat_attributes.xml ../../xml/attribute_info/system_attributes.xml ../../xml/attribute_info/proc_winkle_scan_override_attributes.xml

// -- Input: ../../xml/attribute_info/common_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/chip_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/poreve_memory_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/p8_xip_customize_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/proc_pll_ring_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/L2_L3_attributes.xml --
HSVC_LOAD_ATTR( ATTR_L2_FORCE_R_T2_EPS );
HSVC_LOAD_ATTR( ATTR_L2_R_T0_EPS );
HSVC_LOAD_ATTR( ATTR_L2_R_T1_EPS );
HSVC_LOAD_ATTR( ATTR_L2_R_T2_EPS );
HSVC_LOAD_ATTR( ATTR_L2_W_EPS );
HSVC_LOAD_ATTR( ATTR_L3_FORCE_R_T2_EPS );
HSVC_LOAD_ATTR( ATTR_L3_R_T0_EPS );
HSVC_LOAD_ATTR( ATTR_L3_R_T1_EPS );
HSVC_LOAD_ATTR( ATTR_L3_R_T2_EPS );
HSVC_LOAD_ATTR( ATTR_L3_W_EPS );
// -- Input: ../../xml/attribute_info/proc_fab_smp_fabric_attributes.xml --
HSVC_LOAD_ATTR( ATTR_FREQ_CORE );
HSVC_LOAD_ATTR( ATTR_PROC_EPS_GB_DIRECTION );
HSVC_LOAD_ATTR( ATTR_PROC_EPS_GB_PERCENTAGE );
HSVC_LOAD_ATTR( ATTR_PROC_FABRIC_ASYNC_SAFE_MODE );
// -- Input: ../../xml/attribute_info/proc_setup_bars_l3_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/freq_attributes.xml --
HSVC_LOAD_ATTR( ATTR_FREQ_A );
HSVC_LOAD_ATTR( ATTR_FREQ_CORE_FLOOR );
HSVC_LOAD_ATTR( ATTR_FREQ_MEM_REFCLOCK );
HSVC_LOAD_ATTR( ATTR_FREQ_PB );
HSVC_LOAD_ATTR( ATTR_FREQ_PCIE );
HSVC_LOAD_ATTR( ATTR_FREQ_PROC_REFCLOCK );
HSVC_LOAD_ATTR( ATTR_FREQ_X );
// -- Input: ../../xml/attribute_info/unit_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/pm_hwp_attributes.xml --
// No attributes found
// -- Input: ../../xml/attribute_info/scratch_attributes.xml --
HSVC_LOAD_ATTR( ATTR_DUMMY_SCRATCH_PLAT_INIT_UINT8 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT32_1 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT32_2 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT32_ARRAY_1 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT32_ARRAY_2 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT64_1 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT64_2 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT64_ARRAY_1 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT64_ARRAY_2 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT8_1 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT8_2 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT8_ARRAY_1 );
HSVC_LOAD_ATTR( ATTR_SCRATCH_UINT8_ARRAY_2 );
// -- Input: ../../xml/attribute_info/pm_plat_attributes.xml --
HSVC_LOAD_ATTR( ATTR_FREQ_CORE_MAX );
HSVC_LOAD_ATTR( ATTR_PM_EXTERNAL_VRM_STEPDELAY );
HSVC_LOAD_ATTR( ATTR_PM_EXTERNAL_VRM_STEPSIZE );
HSVC_LOAD_ATTR( ATTR_PM_RESONANT_CLOCK_FULL_CLOCK_SECTOR_BUFFER_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_RESONANT_CLOCK_HIGH_BAND_LOWER_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_RESONANT_CLOCK_HIGH_BAND_UPPER_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_RESONANT_CLOCK_LOW_BAND_LOWER_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_RESONANT_CLOCK_LOW_BAND_UPPER_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_SAFE_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_SPIPSS_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PM_SPIVID_FREQUENCY );
HSVC_LOAD_ATTR( ATTR_PROC_R_DISTLOSS );
HSVC_LOAD_ATTR( ATTR_PROC_R_LOADLINE );
HSVC_LOAD_ATTR( ATTR_PROC_VRM_VOFFSET );
// -- Input: ../../xml/attribute_info/system_attributes.xml --
HSVC_LOAD_ATTR( ATTR_ALL_MCS_IN_INTERLEAVING_GROUP );
HSVC_LOAD_ATTR( ATTR_BOOT_FREQ_MHZ );
HSVC_LOAD_ATTR( ATTR_BOOT_VOLTAGE );
HSVC_LOAD_ATTR( ATTR_DUMMY_PERSISTENCY );
HSVC_LOAD_ATTR( ATTR_EXECUTION_PLATFORM );
HSVC_LOAD_ATTR( ATTR_EX_GARD_BITS );
HSVC_LOAD_ATTR( ATTR_IS_MPIPL_HB );
HSVC_LOAD_ATTR( ATTR_IS_SIMULATION );
HSVC_LOAD_ATTR( ATTR_MNFG_FLAGS );
HSVC_LOAD_ATTR( ATTR_NEST_FREQ_MHZ );
HSVC_LOAD_ATTR( ATTR_PIB_I2C_NEST_PLL );
HSVC_LOAD_ATTR( ATTR_PIB_I2C_REFCLOCK );
HSVC_LOAD_ATTR( ATTR_PROC_EPS_TABLE_TYPE );
HSVC_LOAD_ATTR( ATTR_PROC_FABRIC_PUMP_MODE );
HSVC_LOAD_ATTR( ATTR_PROC_X_BUS_WIDTH );
HSVC_LOAD_ATTR( ATTR_RISK_LEVEL );
HSVC_LOAD_ATTR( ATTR_SBE_IMAGE_OFFSET );
// -- Input: ../../xml/attribute_info/proc_winkle_scan_override_attributes.xml --
HSVC_LOAD_ATTR( ATTR_PROC_PBIEX_ASYNC_SEL );
OpenPOWER on IntegriCloud