blob: 81f79b6207273f98a30f4e799b06abf7d49f2e5e [file] [log] [blame]
Manojkiran Edaa907a582021-01-19 14:28:06 +05301{
2 "entries":[
3 {
4 "attribute_name":"pvm_fw_boot_side",
5 "possible_values":[
6 "Perm",
7 "Temp"
8 ],
9 "default_values":[
10 "Temp"
11 ],
12 "helpText" : "pvm_fw_boot_side",
13 "displayName" : "pvm_fw_boot_side"
14 },
15 {
Manojkiran Edaa907a582021-01-19 14:28:06 +053016 "attribute_name":"pvm_pcie_error_inject",
17 "possible_values":[
18 "Disabled",
19 "Enabled"
20 ],
21 "default_values":[
22 "Enabled"
23 ],
24 "helpText" : "pvm_pcie_error_inject",
25 "displayName" : "pvm_pcie_error_inject"
26 },
27 {
28 "attribute_name":"vmi_if0_ipv4_method",
29 "possible_values":[
30 "IPv4Static",
31 "IPv4DHCP"
32 ],
33 "default_values":[
34 "IPv4Static"
35 ],
36 "helpText" : "vmi_if0_ipv4_method",
37 "displayName" : "vmi_if0_ipv4_method"
38 },
39 {
40 "attribute_name":"vmi_if1_ipv4_method",
41 "possible_values":[
42 "IPv4Static",
43 "IPv4DHCP"
44 ],
45 "default_values":[
46 "IPv4Static"
47 ],
48 "helpText" : "vmi_if1_ipv4_method",
49 "displayName" : "vmi_if1_ipv4_method"
50 },
51 {
52 "attribute_name":"hb_hyp_switch",
53 "possible_values":[
54 "PowerVM",
55 "OPAL"
56 ],
57 "default_values":[
58 "PowerVM"
59 ],
60 "helpText" : "hb_hyp_switch",
Manojkiran Eda672aece2021-02-08 09:56:47 +053061 "displayName" : "hb_hyp_switch",
62 "dbus":
63 {
64 "object_path" : "/com/ibm/host0/hypervisor",
65 "interface" : "com.ibm.Host.Target",
66 "property_name" : "Target",
67 "property_type" : "string",
68 "property_values" : ["com.ibm.Host.Target.Hypervisor.PowerVM" , "com.ibm.Host.Target.Hypervisor.OPAL"]
69 }
Manojkiran Edaa907a582021-01-19 14:28:06 +053070 },
71 {
72 "attribute_name":"pvm_stop_at_standby",
73 "possible_values":[
74 "Disabled",
75 "Enabled"
76 ],
77 "default_values":[
Manojkiran Eda672aece2021-02-08 09:56:47 +053078 "Enabled"
Manojkiran Edaa907a582021-01-19 14:28:06 +053079 ],
80 "helpText" : "pvm_stop_at_standby",
Manojkiran Eda672aece2021-02-08 09:56:47 +053081 "displayName" : "pvm_stop_at_standby",
82 "dbus":
83 {
84 "object_path" : "/xyz/openbmc_project/control/host0/boot",
85 "interface" : "xyz.openbmc_project.Control.Boot.Mode",
86 "property_name" : "BootMode",
87 "property_type" : "string",
88 "property_values" : ["xyz.openbmc_project.Control.Boot.Mode.Modes.Regular", "xyz.openbmc_project.Control.Boot.Mode.Modes.Setup"]
89 }
Manojkiran Edaa907a582021-01-19 14:28:06 +053090 },
91 {
92 "attribute_name":"hb_debug_console",
93 "possible_values":[
94 "Disabled",
95 "Enabled"
96 ],
97 "default_values":[
98 "Disabled"
99 ],
100 "helpText" : "When set to Enabled Hostboot should emit debug trace information to the VUART2 device.",
101 "displayName" : "hb-debug-console"
102 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500103 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530104 "attribute_name":"pvm_system_power_off_policy",
105 "possible_values":[
106 "Power Off",
107 "Stay On",
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500108 "Automatic"
Manojkiran Edaa907a582021-01-19 14:28:06 +0530109 ],
110 "default_values":[
111 "Automatic"
112 ],
113 "helpText" : "The system power off policy flag is a system parameter that controls the system's behavior when the last partition (or only partition in the case of a system that is not managed by an HMC) is powered off.",
114 "displayName" : "System Automatic Power Off Policy"
115 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500116 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530117 "attribute_name":"pvm_hmc_managed",
118 "possible_values":[
119 "Disabled",
120 "Enabled"
121 ],
122 "default_values":[
123 "Disabled"
124 ],
125 "helpText" : "This option enables or disables the system is managed by HMC.",
126 "displayName" : "HMC managed System"
127 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500128 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530129 "attribute_name":"pvm_rtad",
130 "possible_values":[
131 "Disabled",
132 "Enabled"
133 ],
134 "default_values":[
135 "Enabled"
136 ],
137 "helpText" : "This option enables or disables the Remote Trusted Attestation Daemon for host firmware.",
138 "displayName" : "Remote Trusted Attestation Daemon State"
139 },
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500140 {
Manojkiran Edaa907a582021-01-19 14:28:06 +0530141 "attribute_name":"pvm_default_os_type",
142 "possible_values":[
143 "AIX",
144 "Linux",
145 "IBM I"
146 ],
147 "default_values":[
148 "AIX"
149 ],
150 "helpText" : "CEC Primary OS",
151 "displayName" : "CEC Primary OS"
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500152 },
153 {
154 "attribute_name":"pvm_system_operating_mode",
155 "possible_values":[
156 "Normal",
157 "Manual"
158 ],
159 "default_values":[
160 "Normal"
161 ],
162 "helpText" : "Manual mode is used for service or maintenance purpose of the system hardware. When the system is in manual mode, various automatic functions such as recovery on error, system poweron on power loss and reboot of host on failure are disabled.",
163 "displayName" : "Server Operating Mode"
164 },
165 {
166 "attribute_name":"pvm_rpa_boot_mode",
167 "possible_values":[
168 "Normal",
169 "SavedList",
170 "SmsMenu",
171 "OkPrompt",
172 "DefaultList",
173 "PblBootLid"
174 ],
175 "default_values":[
176 "Normal"
177 ],
178 "helpText" : "Select the boot type for an AIX/Linux partition. Normal: The partition boots directly to the operating system, SavedList: The system boots from the saved service mode boot list, SmsMenu: The partition stops at the System Management Services(SMS) menu, OkPrompt: The system stops at the open firmware prompt, DefaultList: The system boots from the default boot list, PblBootLid(PBL : Petitboot Boot Loader): The partition boots from the petitboot bootloader.",
179 "displayName" : "AIX/Linux Partition Boot Mode"
180 },
181 {
Jayashankar Padathcfff3e92021-04-28 02:26:43 -0500182 "attribute_name":"pvm_os_boot_type",
Jayashankar Padathe7991b72021-03-30 04:04:09 -0500183 "possible_values":[
184 "A_Mode",
185 "B_Mode",
186 "C_Mode",
187 "D_Mode"
188 ],
189 "default_values":[
190 "D_Mode"
191 ],
192 "helpText" : "Select the IBMi partition boot mode for next system boot. A_Mode: Boot from disk using copy A, B_Mode: Boot from disk using copy B, C_Mode: Reserved for IBM lab use only, D_Mode: Boot from media/drives.",
193 "displayName" : "IBMi Partition Boot Mode"
Jayashankar Padathcfff3e92021-04-28 02:26:43 -0500194 },
195 {
196 "attribute_name":"pvm_vtpm",
197 "possible_values":[
198 "Disabled",
199 "Enabled"
200 ],
201 "default_values":[
202 "Disabled"
203 ],
204 "helpText" : "Enabling vTPM makes a TPM available to the guest operating system.",
205 "displayName" : "Virtual Trusted Platform Module"
Corey Swenson6496b032021-05-07 10:54:35 -0500206 },
207 {
208 "attribute_name":"hb_memory_region_size",
209 "possible_values":[
210 "128MB",
211 "256MB"
212 ],
213 "default_values":[
214 "256MB"
215 ],
216 "helpText" : "Specifies the size of the logical memory block the system uses to read memory, requires a reboot for a change to be applied.",
217 "displayName" : "Memory Region Size"
218 },
219 {
220 "attribute_name":"hb_power_limit_enable",
221 "possible_values":[
222 "Enabled",
223 "Disabled"
224 ],
225 "default_values":[
226 "Disabled"
227 ],
228 "helpText" : "Specifies if the power limit is enabled.",
229 "displayName" : "Power Limit Enable"
Ilya Smirnovea72f242021-06-10 10:15:32 -0500230 },
231 {
232 "attribute_name":"hb_secure_ver_lockin_enabled",
233 "possible_values":[
234 "Enabled",
235 "Disabled"
236 ],
237 "default_values":[
238 "Disabled"
239 ],
240 "helpText" : "Specifies whether the secure version lockin functionality is enabled.",
241 "displayName" : "Secure Version Lockin Enabled"
Manojkiran Edaa907a582021-01-19 14:28:06 +0530242 }
243 ]
244}
Manojkiran Eda672aece2021-02-08 09:56:47 +0530245