blob: fbb4deea4c9a3286e26c0715b8dc9ac8c1a17e1b [file] [log] [blame]
Manojkiran Edaa907a582021-01-19 14:28:06 +05301{
2 "entries":[
3 {
Manojkiran Edaa907a582021-01-19 14:28:06 +05304 "attribute_name" : "vmi_if0_ipv4_prefix_length",
5 "lower_bound" : 0,
6 "upper_bound" : 32,
7 "scalar_increment" : 1,
8 "default_value" : 0,
9 "helpText" : "vmi_if0_ipv4_prefix_length",
10 "displayName" : "vmi_if0_ipv4_prefix_length"
11 },
12 {
13 "attribute_name" : "vmi_if1_ipv4_prefix_length",
14 "lower_bound" : 0,
15 "upper_bound" : 32,
16 "scalar_increment" : 1,
17 "default_value" : 0,
18 "helpText" : "vmi_if1_ipv4_prefix_length",
19 "displayName" : "vmi_if1_ipv4_prefix_length"
Corey Swenson61761d92021-03-15 10:58:06 -050020 },
21 {
Ravi Teja5ed342e2022-04-26 02:40:25 -050022 "attribute_name" : "vmi_if0_ipv6_prefix_length",
23 "lower_bound" : 1,
24 "upper_bound" : 128,
25 "scalar_increment" : 1,
26 "default_value" : 128,
27 "helpText" : "vmi_if0_ipv6_prefix_length",
28 "displayName" : "vmi_if0_ipv6_prefix_length"
29 },
30 {
31 "attribute_name" : "vmi_if1_ipv6_prefix_length",
32 "lower_bound" : 1,
33 "upper_bound" : 128,
34 "scalar_increment" : 1,
35 "default_value" : 128,
36 "helpText" : "vmi_if1_ipv6_prefix_length",
37 "displayName" : "vmi_if1_ipv6_prefix_length"
38 },
39 {
Corey Swenson61761d92021-03-15 10:58:06 -050040 "attribute_name" : "hb_number_huge_pages",
41 "lower_bound" : 0,
42 "upper_bound" : 65535,
43 "scalar_increment" : 1,
44 "default_value" : 0,
45 "helpText" : "Specifies the number of huge pages available for memory management, requires a reboot for a change to be applied.",
Zach Clark50eedf52021-06-29 13:26:06 -050046 "displayName" : "Number Huge Pages (pending)"
47 },
48 {
49 "attribute_name" : "hb_number_huge_pages_current",
50 "lower_bound" : 0,
51 "upper_bound" : 65535,
52 "scalar_increment" : 1,
53 "default_value" : 0,
54 "helpText" : "Specifies the number of huge pages available for memory management for the current IPL. Do not set this attribute directly; set hb_number_huge_pages instead.",
55 "displayName" : "Number Huge Pages (current)"
Corey Swenson61761d92021-03-15 10:58:06 -050056 },
57 {
Corey Swensonbda160c2021-04-14 14:49:30 -050058 "attribute_name" : "hb_huge_page_size",
59 "lower_bound" : 0,
60 "upper_bound" : 255,
61 "scalar_increment" : 1,
62 "default_value" : 0,
Corey Swenson6496b032021-05-07 10:54:35 -050063 "helpText" : "Specifies the size of huge pages, 0 = 16GB, requires a reboot for a change to be applied.",
Zach Clark50eedf52021-06-29 13:26:06 -050064 "displayName" : "Huge Page Size (pending)"
65 },
66 {
67 "attribute_name" : "hb_huge_page_size_current",
68 "lower_bound" : 0,
69 "upper_bound" : 255,
70 "scalar_increment" : 1,
71 "default_value" : 0,
72 "helpText" : "Specifies the size of huge pages, 0 = 16GB, for the current IPL. Do not set this attribute directly; set hb_huge_page_size instead.",
73 "displayName" : "Huge Page Size (current)"
Corey Swensonbda160c2021-04-14 14:49:30 -050074 },
75 {
Roland Veloz47cf6632021-04-16 17:11:22 -050076 "attribute_name" : "hb_field_core_override",
77 "lower_bound" : 0,
78 "upper_bound" : 255,
79 "scalar_increment" : 1,
80 "default_value" : 0,
Sridevi Ramesh1ac46402022-06-07 05:16:48 -050081 "helpText" : "The maximum number of cores to activate where 0 being to activate all available cores. Requires a reboot for a change to be applied.",
Zach Clark50eedf52021-06-29 13:26:06 -050082 "displayName" : "Field Core Override (pending)"
83 },
84 {
85 "attribute_name" : "hb_field_core_override_current",
86 "lower_bound" : 0,
87 "upper_bound" : 255,
88 "scalar_increment" : 1,
89 "default_value" : 0,
Sridevi Ramesh1ac46402022-06-07 05:16:48 -050090 "helpText" : "The maximum number of cores to activate where 0 being to activate all available cores. Requires a reboot for a change to be applied.",
Zach Clark50eedf52021-06-29 13:26:06 -050091 "displayName" : "Field Core Override (current)"
Corey Swenson6496b032021-05-07 10:54:35 -050092 },
93 {
94 "attribute_name" : "hb_power_limit_in_watts",
95 "lower_bound" : 0,
96 "upper_bound" : 65535,
97 "scalar_increment" : 1,
98 "default_value" : 0,
Zach Clark32702092021-08-18 18:23:38 -050099 "helpText" : "Specifies the power limit in watts.",
Manojkiran Eda70a5da92022-03-06 11:25:10 +0530100 "displayName" : "Power Limit In Watts",
101 "dbus":{
102 "object_path" : "/xyz/openbmc_project/control/host0/power_cap",
103 "interface" : "xyz.openbmc_project.Control.Power.Cap",
104 "property_type" : "uint32_t",
105 "property_name" : "PowerCap"
106 }
Christian Geddes3ef62142021-09-21 14:34:23 -0500107 },
108 {
109 "attribute_name" : "hb_max_number_huge_pages",
110 "lower_bound" : 0,
111 "upper_bound" : 65535,
112 "scalar_increment" : 1,
113 "default_value" : 0,
114 "readOnly":true,
115 "helpText" : "Specifies the actual maximum number of huge pages available given the current system configuration.",
116 "displayName" : "Max Number Huge Pages"
chenduibm67c4be62021-10-13 10:14:45 -0500117 },
118 {
119 "attribute_name" : "hb_ioadapter_enlarged_capacity",
120 "lower_bound" : 0,
121 "upper_bound" : 255,
122 "scalar_increment" : 1,
123 "default_value" : 0,
124 "helpText" : "Specifies the enlarged IO capacity, requires a reboot for a change to be applied.",
125 "displayName" : "Enlarged IO Capacity (pending)"
126 },
127 {
128 "attribute_name" : "hb_ioadapter_enlarged_capacity_current",
129 "lower_bound" : 0,
130 "upper_bound" : 255,
131 "scalar_increment" : 1,
132 "default_value" : 0,
133 "readOnly" : true,
134 "helpText" : "Specifies the enlarged IO capacity for the current IPL. Do not set this attribute directly; set hb_ioadapter_enlarged_capacity instead.",
135 "displayName" : "Enlarged IO Capacity (current)"
Corey Swensond0405c32022-02-21 10:37:31 -0600136 },
137 {
138 "attribute_name" : "hb_effective_secure_version",
139 "lower_bound" : 0,
140 "upper_bound" : 255,
141 "scalar_increment" : 1,
142 "default_value" : 0,
143 "readOnly":true,
144 "helpText" : "Specifies the effective secure version of the host FW. In secure mode, the secure version value of a driver must be greater than or equal to this effective secure version to allow the system to boot.",
145 "displayName" : "Effective Secure Version"
Corey Swenson6496b032021-05-07 10:54:35 -0500146 }
Manojkiran Edaa907a582021-01-19 14:28:06 +0530147 ]
148}