summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamesh Iyyar <rameshi1@in.ibm.com>2021-08-27 20:01:28 +0300
committerRamesh Iyyar <rameshi1@in.ibm.com>2021-09-08 15:47:52 +0300
commitf0cb8b88e763dee891f6c7b88a2547cd092cf8af (patch)
treeb6436d9c8df5df82fbaf62b10f8a72085a0470ed
parentdebf2b5d689c9d308bc752f5aab3367c05152dc3 (diff)
downloadopenbmc-f0cb8b88e763dee891f6c7b88a2547cd092cf8af.tar.xz
meta-ibm: Added a setting for the HardwareIsolation
- In this patch, added a setting to enable or disable the HardwareIsolation (aka Guard) in the OpenPOWER based system. - By default, the setting is enabled, that's means the HardwareIsolation feature is enabled for the IBM system so, the respective BMC components need to take care of the functionality based on the roles of each application usage by using this setting if needs. Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: If03c98b74f5bc26941ddc825cde81ea307518742
-rw-r--r--meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
index 4dc4f473c..37dace693 100644
--- a/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
+++ b/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
@@ -15,3 +15,9 @@
Properties:
PowerMode:
Default: Mode::PowerMode::MaximumPerformance
+
+/xyz/openbmc_project/hardware_isolation/allow_hw_isolation:
+ - Interface: xyz.openbmc_project.Object.Enable
+ Properties:
+ Enabled:
+ Default: 'true'