/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | multi-gpios-sys-init | 37 set_gpio led-postcode-0 1 38 set_gpio led-postcode-1 1 39 set_gpio led-postcode-2 1 40 set_gpio led-postcode-3 1 41 set_gpio led-postcode-4 1 42 set_gpio led-postcode-5 1 43 set_gpio led-postcode-6 1 44 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-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 | 81 ['postcode-7seg@.service'],
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_postcodes.hpp | 161 postcode, in fillPostCodeEntry() 177 postcode) in fillPostCodeEntry() 317 std::vector<uint8_t>>>& postcode) { in getPostCodeForEntry() argument 325 if (postcode.empty()) in getPostCodeForEntry() 331 if (!fillPostCodeEntry(asyncResp, postcode, bootIndex, codeIndex)) in getPostCodeForEntry() 353 std::vector<uint8_t>>>& postcode) { in getPostCodeForBoot() argument 362 if (!postcode.empty()) in getPostCodeForBoot() 364 endCount = entryCount + postcode.size(); in getPostCodeForBoot() 374 fillPostCodeEntry(asyncResp, postcode, bootIndex, 0, in getPostCodeForBoot()
|
/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/phosphor-post-code-manager/ |
H A D | meson.options | 4 option('postcode-display-path', type:'string', description:'The sys path for postcode display on de…
|
H A D | meson.build | 18 conf_data.set_quoted('POSTCODE_DISPLAY_PATH', 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/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/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/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-harma.dts | 565 /*N0-N7*/ "led-postcode-0","led-postcode-1", 566 "led-postcode-2","led-postcode-3", 567 "led-postcode-4","led-postcode-5", 568 "led-postcode-6","led-postcode-7",
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/host-post/ |
H A D | phosphor-host-postd_%.bbappend | 1 SNOOP_DEVICE = "postcode"
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/ |
H A D | phosphor-post-code-manager_%.bbappend | 1 SYS_POSTCODE_DISPLAY_PATH="/sys/bus/i2c/devices/12-000f/postcode-display-slot"
|
/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.
|
/openbmc/linux/drivers/platform/x86/hp/ |
H A D | hp-wmi.c | 789 static DEVICE_ATTR_RW(postcode);
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |