Skip to content

Commit 9a3d71c

Browse files
oem-ibm: Disabling Active Memory Mirroring for Bonnell (ibm-openbmc#504)
Active memory mirroring is not supported in Bonnell. To remove that support we are removing the bios attribute completely so that user will not have any access to use the AMM setting. Removed the bios attribute hb_memory_mirror_mode and hb_memory_mirror_mode_current Fixes: 588132 Tested: Poweron/poweroff and reset reload case, verified /redfish/v1/Registries/BiosAttributeRegistry/BiosAttributeRegistry Signed-off-by: Archana Kakani <[email protected]>
1 parent e77c1d6 commit 9a3d71c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: oem/ibm/configurations/bios/ibm,bonnell/enum_attrs.json

-15
Original file line numberDiff line numberDiff line change
@@ -272,21 +272,6 @@
272272
"helpText": "Specifies whether the secure version lockin functionality is enabled.",
273273
"displayName": "Secure Version Lockin Enabled"
274274
},
275-
{
276-
"attribute_name": "hb_memory_mirror_mode",
277-
"possible_values": ["Disabled", "Enabled"],
278-
"default_values": ["Disabled"],
279-
"helpText": "Specifies if the memory mirroring is enabled, requires a reboot for a change to be applied.",
280-
"displayName": "Memory Mirror Mode (pending)"
281-
},
282-
{
283-
"attribute_name": "hb_memory_mirror_mode_current",
284-
"possible_values": ["Disabled", "Enabled"],
285-
"default_values": ["Disabled"],
286-
"helpText": "Specifies if the memory mirroring is enabled for the current IPL. Do not set this attribute directly; set hb_memory_mirror_mode instead.",
287-
"displayName": "Memory Mirror Mode (current)",
288-
"readOnly": true
289-
},
290275
{
291276
"attribute_name": "hb_tpm_required",
292277
"possible_values": ["Required", "Not Required"],

0 commit comments

Comments
 (0)