From f0cb8b88e763dee891f6c7b88a2547cd092cf8af Mon Sep 17 00:00:00 2001 From: Ramesh Iyyar Date: Fri, 27 Aug 2021 12:01:28 -0500 Subject: 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 Change-Id: If03c98b74f5bc26941ddc825cde81ea307518742 --- .../settings/phosphor-settings-manager/ibm_settings.override.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-ibm/recipes-phosphor') 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' -- cgit v1.2.3