summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-11Set default idle power saver parameters and valid rangesChris Cain1-0/+30
Change-Id: Ic02f28215c02caf9d00d339b3b0643e990b83598 Signed-off-by: Chris Cain <cjcain@us.ibm.com>
2021-09-08meta-ibm: Added a setting for the HardwareIsolationRamesh Iyyar1-0/+6
- 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
2021-05-24Set default system power mode to Maximum PerformanceChris Cain1-0/+6
Signed-off-by: Chris Cain <cjcain@us.ibm.com> Change-Id: I2ce6a862e0d16fe8a67c9dc12ceacbc01d3a0b1b
2020-11-20Dump manager: Add system_dump_policy objectSunitha Harish1-0/+6
This commit adds the system_dump_policy object to the xyz.openbmc_project.Settings. This is used to enable or disable the system dump. Default value is true Tested by: busctl tree xyz.openbmc_project.Settings └─/xyz └─/xyz/openbmc_project ├─/xyz/openbmc_project/dump │ └─/xyz/openbmc_project/dump/system_dump_policy busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/dump/system_dump_policy (From meta-ibm rev: ad88bbcbbd01d92773f61b1712f5e458f1b661bd) Signed-off-by: Sunitha Harish <sunharis@in.ibm.com> Change-Id: Ieae8a01a266ba8ff2d984b1a1b2ea9ada243d439 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-06meta-ibm: Add send_event_logs_to_host settingMatt Spinler1-0/+5
This will be used so that during manufacturing test the PEL (Platform Event Log) code that runs inside phosphor-log-manager can be told not to send PELs to the host as that is not desired in some cases. The D-Bus path is: /xyz/openbmc_project/logging/send_event_logs_to_host and it uses the xyz.openbmc_project.Object.Enable interface that provides an Enabled property. The default value is Enabled = true. (From meta-ibm rev: 42cd2d857eb1d1c4ae6fdd8c9ee6c3c8de5ef7a0) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9cab4f1c1efdda3a6d3f6f38f7c3e19690f452c2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>