summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml
blob: 4cd176842b4312ddce3810cbf5bd68754d9e04f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/xyz/openbmc_project/logging/send_event_logs_to_host:
    - Interface: xyz.openbmc_project.Object.Enable
      Properties:
          Enabled:
              Default: 'true'

/xyz/openbmc_project/dump/system_dump_policy:
    - Interface: xyz.openbmc_project.Object.Enable
      Properties:
          Enabled:
              Default: 'true'

/xyz/openbmc_project/control/host0/power_mode:
    - Interface: xyz.openbmc_project.Control.Power.Mode
      Properties:
          PowerMode:
              Default: Mode::PowerMode::MaximumPerformance

/xyz/openbmc_project/control/host0/power_ips:
    - Interface: xyz.openbmc_project.Control.Power.IdlePowerSaver
      Properties:
          Enabled:
              Default: 'false'
          EnterUtilizationPercent:
              Default: 8
              Validation:
                  Type: "range"
                  Validator: 1..95
                  Unit: "percent"
          EnterDwellTime:
              Default: 240000
              Validation:
                  Type: "range"
                  Validator: 10000..600000
                  Unit: "milliseconds"
          ExitUtilizationPercent:
              Default: 12
              Validation:
                  Type: "range"
                  Validator: 5..95
                  Unit: "percent"
          ExitDwellTime:
              Default: 12000
              Validation:
                  Type: "range"
                  Validator: 10000..600000
                  Unit: "milliseconds"

/xyz/openbmc_project/hardware_isolation/allow_hw_isolation:
    - Interface: xyz.openbmc_project.Object.Enable
      Properties:
          Enabled:
              Default: 'true'