| /openbmc/phosphor-host-postd/ |
| H A D | 7seg.cpp | 28 const auto& postcode = std::get<0>(postcodes); in DisplayDbusValue() local 32 if (f && !postcode.empty()) in DisplayDbusValue() 35 std::fprintf(f, "%d%02x\n", postcode.size() > 1, postcode.back()); in DisplayDbusValue()
|
| H A D | example.cpp | 25 static void printPostcode(FILE*, postcode_t postcode) in printPostcode() argument 28 auto code = std::get<0>(postcode); in printPostcode()
|
| H A D | meson.build | 74 ['postcode-7seg@.service'],
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | multi-gpios-sys-init | 53 set_gpio led-postcode-0 1 54 set_gpio led-postcode-1 1 55 set_gpio led-postcode-2 1 56 set_gpio led-postcode-3 1 57 set_gpio led-postcode-4 1 58 set_gpio led-postcode-5 1 59 set_gpio led-postcode-6 1 60 set_gpio led-postcode-7 1
|
| /openbmc/docs/designs/ |
| H A D | multi-host-postcode.md | 12 postcode access through LPC interface. 19 The below component diagram shows the design for single-host postcode and 73 - Read postcode from all servers. 74 - Display the host postcode to the 7 segment display based on host position 77 postcode. 78 - Provide a command interface for user to see any server(multi-host) postcode 149 - Host starts sending the postcode IPMI message continuously to the BMC. 151 - The ipmid (phosphor-ipmi-host) appends host information with postcode and 153 - phosphor-host-postd displays postcode in the seven segment display based on 156 the postcode as history in the /var directory. [all …]
|
| /openbmc/phosphor-post-code-manager/ |
| H A D | meson.options | 24 'postcode-display-path', 26 description: 'The sys path for postcode display on debug card',
|
| H A D | meson.build | 21 get_option('postcode-display-path'),
|
| H A D | README.md | 20 [template version](https://github.com/openbmc/docs/blob/master/designs/multi-host-postcode.md)
|
| /openbmc/phosphor-host-postd/ipmisnoop/ |
| H A D | ipmisnoop.hpp | 97 auto postcode = in IpmiPostReporter() local 100 if (postcode.size() == 1) in IpmiPostReporter() 105 if (postCodeDisplay(postcode[0]) < 0) in IpmiPostReporter()
|
| H A D | ipmisnoop.cpp | 118 auto postcode = std::get<0>(postcodes); in getSelectorPositionSignal() local 121 if (postCodeDisplay(postcode[0]) < 0) in getSelectorPositionSignal()
|
| /openbmc/google-misc/subprojects/nemora-postd/src/ |
| H A D | serializer.cpp | 57 for (auto postcode : event->postcodes) in SerializeEvent() local 59 pb.add_postcodes(postcode); in SerializeEvent()
|
| H A D | host_manager.cpp | 62 void HostManager::PushPostcode(uint64_t postcode) in PushPostcode() argument 67 postcodes_.push_back(postcode); in PushPostcode()
|
| H A D | host_manager.hpp | 63 void PushPostcode(uint64_t postcode);
|
| /openbmc/pldm/oem/meta/libpldmresponder/ |
| H A D | file_io_type_post_code.cpp | 37 [&primaryPostCode](auto postcode) { in write() argument 38 primaryPostCode.push_back(postcode); in write()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems_logservices_postcodes.hpp | 196 postcode, in fillPostCodeEntry() 212 postcode) in fillPostCodeEntry() 353 std::vector<uint8_t>>>& postcode) { in getPostCodeForEntry() argument 361 if (postcode.empty()) in getPostCodeForEntry() 367 if (!fillPostCodeEntry(asyncResp, postcode, bootIndex, codeIndex)) in getPostCodeForEntry() 390 std::vector<uint8_t>>>& postcode) { in getPostCodeForBoot() argument 399 if (!postcode.empty()) in getPostCodeForBoot() 401 endCount = entryCount + postcode.size(); in getPostCodeForBoot() 411 fillPostCodeEntry(asyncResp, postcode, bootIndex, 0, in getPostCodeForBoot()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/host/ |
| H A D | phosphor-host-postd_git.bb | 25 postcode-7seg@.service \ 26 postcode-7seg@${POSTCODE_SEVENSEG_DEVICE}.service \
|
| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/host-post/ |
| H A D | phosphor-host-postd_%.bbappend | 1 SNOOP_DEVICE = "postcode"
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/ |
| H A D | gbs-host-ready.target | 7 After=postcode-7seg@seven_seg_disp_val.service
|
| /openbmc/openbmc-test-automation/redfish/systems/LogServices/ |
| H A D | test_post_codes.robot | 74 [Documentation] Verify the value of ID in postcode entry is incremented 80 # Get boot count of current postcode logs. 117 # Perform clear postcode log action. 211 ... to populate postcode logs if there are no prior log entries.
|