/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | RedundancyPriority.interface.yaml | 2 The priority, for redundancy purposes, of the associated 5 - name: Priority 8 The priority order specified for the associated Software.Version, 10 above 127 has implementation-specific purpose. 13 particular priority. A requested priority change may cause other 14 Software.Versions to change priority. 16 A dual-sided redundancy model could be represented by two 17 Software.Version associations, one of which is at priority 0 and the 18 other at priority 1. When a new image is Activated, the old 19 priority-1 association is deleted, the old priority-0 association [all …]
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | log.scss | 1 // Priority tags 2 $priority-high: $accent-04--01; 3 $priority-high--light: $accent-04--02; 4 $priority-medium: $accent-03--01; 5 $priority-medium--light: $accent-03--03; 6 $priority-low: $accent-01--01; 7 $priority-low--light: $accent-01--03; 8 $prioriy-resolved: $base-02--02; 9 $priority-resolve--light: $base-02--04; 12 #event-log { [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/ |
H A D | com.ibm.Hardware.Chassis.Model.Rainier2U_dev_callouts.json | 6 "LocationCode":"P0-C5", 7 "MRU":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0/BMC-0", 8 "Name":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0", 9 "Priority":"H" string 12 "LocationCode":"P0-C15", 13 "MRU":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0/power10", 14 "Name":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0", 15 "Priority":"H" string 19 "Name":"/sys-0/node-0/nisqually-0", 20 "Priority":"L" string [all …]
|
H A D | com.ibm.Hardware.Chassis.Model.Rainier4U_dev_callouts.json | 6 "LocationCode":"P0-C5", 7 "MRU":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0/BMC-0", 8 "Name":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0", 9 "Priority":"H" string 12 "LocationCode":"P0-C15", 13 "MRU":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0/power10", 14 "Name":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0", 15 "Priority":"H" string 19 "Name":"/sys-0/node-0/nisqually-0", 20 "Priority":"L" string [all …]
|
H A D | com.ibm.Hardware.Chassis.Model.Bonnell_dev_callouts.json | 6 "LocationCode":"P0-C5", 7 "Name":"/sys-0/node-0/pennybacker-0/proc_socket-0/godel-0/power10-0", 8 "Priority":"H" string 12 "Name":"/sys-0/node-0/pennybacker-0/bmc-0", 13 "Priority":"L" string 16 "Dest":"/sys-0/node-0/pennybacker-0/proc_socket-0/godel-0/power10-0", 17 "Source":"/sys-0/node-0/pennybacker-0/bmc-0" 19 "0-0":{ 22 "LocationCode":"P0-C5", 23 "Name":"/sys-0/node-0/pennybacker-0/proc_socket-0/godel-0/power10-0", [all …]
|
H A D | com.ibm.Hardware.Chassis.Model.Everest_dev_callouts.json | 6 "LocationCode":"P0-C0", 7 "MRU":"/sys-0/node-0/bellavista-0/eBMC-card-conn-0/Tola-0/bmc-0", 8 "Name":"/sys-0/node-0/bellavista-0/eBMC-card-conn-0/Tola-0", 9 "Priority":"H" string 12 "LocationCode":"P0-C61", 13 "MRU":"/sys-0/node-0/bellavista-0/proc_socket-0/godel-0/power10", 14 "Name":"/sys-0/node-0/bellavista-0/proc_socket-0/godel-0", 15 "Priority":"H" string 19 "Name":"/sys-0/node-0/bellavista-0", 20 "Priority":"L" string [all …]
|
/openbmc/docs/designs/ |
H A D | ocp-led-policy-support.md | 12 OpenBMC must support the [OCP LED Policy](#background-and-references). Currently 14 existing services like phosphor-led-manager. 16 ### Example ([Spec](#background-and-references) 6.2. System General Status) 21 | ---------- | ------------- | ----------------------------------------------- | 22 | 1 | 0 | "All OK" | 23 | 0 | 1 | "Module missing / fault" | 24 | 1 | 1 | LED Priority (cannot represent the fault state) | 29 | --- | ----- | ------------- | 31 | 1 | 0 | assert ok | 32 | 1 | 1 | assert fault | [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 16 #include "extensions/openpower-pels/registry.hpp" 96 "Message": "PS %1 had a PGOOD Fault", 228 EXPECT_EQ(entry->name, "xyz.openbmc_project.Power.OverVoltage"); in TEST_F() 229 EXPECT_EQ(entry->subsystem, 0x62); in TEST_F() 231 ASSERT_EQ(entry->severity->size(), 3); in TEST_F() 232 EXPECT_EQ((*entry->severity)[0].severity, 0x40); in TEST_F() 233 EXPECT_EQ((*entry->severity)[0].system, "systemA"); in TEST_F() 234 EXPECT_EQ((*entry->severity)[1].severity, 0x10); in TEST_F() 235 EXPECT_EQ((*entry->severity)[1].system, "systemB"); in TEST_F() [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-event.html | 1 <div class="row column event-log__single-event" 2 ng-class="{'active': event.meta, 'selected': event.selected}"> 4 <div class="inline__confirm" ng-class="{active: event.confirm}"> 5 <div class="inline__confirm-message"> 6 …<p class="h3"><i></i>Are you sure you want to <strong class="ng-binding">delete this event</strong… 8 <div class="inline__confirm-buttons"> 9 <button class="btn-primary" ng-click="accept(event)">Yes</button> 10 <button class="btn-primary" ng-click="event.confirm=false;">No</button> 14 <div class="column small-1 large-2 event-log__col-check"> 15 <label class="control-check"> [all …]
|
/openbmc/obmc-ikvm/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority [all...] |
/openbmc/sdeventplus/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-watchdog/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-buttons/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/service-config-manager/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/dbus-sensors/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/telemetry/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-dbus-monitor/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/pldm/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/bmcweb/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-user-manager/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-power/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/google-misc/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|
/openbmc/phosphor-virtual-sensor/ |
H A D | .clang-format | 1 --- 4 AccessModifierOffset: -2 12 OverEmptyLines: 1 62 - foreach 63 - Q_FOREACH 64 - BOOST_FOREACH 67 - Regex: '^[<"](gtest|gmock)' 68 Priority: 7 69 - Regex: '^"config.h"' 70 Priority: -1 [all …]
|