Home
last modified time | relevance | path

Searched refs:EID (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dwait-until-mctp-connection-done3 EID=$(($1*10))
7 …MCTP1 /au/com/codeconstruct/mctp1/networks/1/endpoints/"$EID" xyz.openbmc_project.MCTP.Endpoint EID
11 echo "MCTP ETD $EID connection successfully."
15 echo "MCTP EID $EID not connection yet."
20 echo "timeout waiting for MCTP EID $EID connection."
H A Dhost-poweron53 EID=$(($1*10))
59 resp=$(pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x01 -m "$EID" | grep "39 00 $")
65 echo "Waiting EID $EID $count"
H A Dhost-powercycle14 EID=$((CHASSIS_ID * 10))
44 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x02 -m "$EID"
69 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x01 -m "$EID"
H A Dhost-powerreset39 EID=$(($1*10))
40 resp=$(pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x04 -m "$EID" | grep "39 00 $")
H A Dhost-poweroff56 EID=$(($1*10))
57 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x02 -m "$EID"
H A Dwait-until-mctp-EID-remove20 …/com/codeconstruct/mctp1/networks/1/endpoints/"$SD_EID" xyz.openbmc_project.MCTP.Endpoint EID 2>&1)
21 …/com/codeconstruct/mctp1/networks/1/endpoints/"$WF_EID" xyz.openbmc_project.MCTP.Endpoint EID 2>&1)
H A Drescan-cxl-eid25 …deconstruct/mctp1/networks/1/endpoints/"$eid" xyz.openbmc_project.MCTP.Endpoint EID >/dev/null 2>&1
H A Dchassis-powercycle160 /usr/libexec/phosphor-state-manager/wait-until-mctp-EID-remove "$CHASSIS_ID" "36"
/openbmc/pldm/oem/meta/
H A Dutils.cpp16 eid EID = static_cast<eid>(tid); in mapTIDtoEID() local
17 return EID; in mapTIDtoEID()
24 [[maybe_unused]] const eid& EID = mapTIDtoEID(tid); in checkMetaIana() local
30 [[maybe_unused]] const eid& EID = mapTIDtoEID(tid); in getSlotNumberStringByTID() local
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md18 network with a single local endpoint id (EID).
54 allow very simple endpoints, with static EID allocations, to run without this
56 functionality (bus owners, bridges, etc), and/or dynamic EID allocation, would
134 /* MCTP EID values */
198 destination EID.
233 The `smctp_addr` field specifies a remote EID. This may be the `MCTP_ADDR_BCAST`
234 the MCTP broadcast EID (0xff).
280 generate a tag value suitable for the destination EID. If `MCTP_TAG_OWNER` is
313 any previous allocation has been performed (to for a different remote EID), that
341 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr);
[all …]
H A Dmctp-userspace.md24 handling local MCTP-stack configuration, like local EID assignments.
111 For messages coming from the demux daemon, this indicates the source EID of the
113 the destination EID.
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Drescan-wf-bic@.service2 Description=Rescan WF BIC's EID for slot %i
H A Drescan-wf-bic24 …P1 /au/com/codeconstruct/mctp1/networks/1/endpoints/"$wf_eid" xyz.openbmc_project.MCTP.Endpoint EID
/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/
H A Dmctp_remove.service2 Description=Remove CXL MCTP Endpoint ID (EID)
H A Dmctp_setup.service2 Description=MCTP Endpoint ID (EID) Setup
H A Dmctp_setup@.service2 Description=Setup %I MCTP Endpoint ID (EID)
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/
H A Dmctp_setup.service2 Description=MCTP Endpoint ID (EID) Setup
H A Dmctp_setup@.service2 Description=Setup %I MCTP Endpoint ID (EID)
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-santabarbara/plat-svc/files/
H A Dsantabarbara-eid-init.service2 Description=Set I2C EID at boot
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DREADME.md22 `xyz/openbmc_project/mctp/<NetworkId>/<EID>` where NetworkId is the locally
23 defined [network identifier][1] the endpoint is part of and EID is the endpoint
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend69 file://wait-until-mctp-EID-remove \
102 install -m 0755 ${UNPACKDIR}/wait-until-mctp-EID-remove ${D}${libexecdir}/${PN}/
/openbmc/docs/designs/
H A Dpldm-stack.md405 When `pldmd` received the updated EID table from MCTP D-Bus interface, `pldmd`
406 should check if the EID support PLDM message type (0x01) and then adds the EID
407 which is not in the terminus table yet. When the terminus EID is removed from
431 DSP0248 1.2.1) or in the MCTP Entity-manager endpoint EID configuration file
432 [Entity-Manager EID configuration](https://github.com/openbmc/entity-manager/blob/master/configurat…
435 and states D-Bus object paths, so the EM EID configuration or Terminus's
437 support sensors, effecters or status. When the EM EID configuration is not
506 interfaces to the D-Bus object path of PLDM sensor. The EM EID configuration or
508 `$SensorAuxName` can be found in the EM EID sensor configuration or the sensor
H A Dncsi-coredump.md39 additional input parameter: "NICTarget". An EID or network interface, such as
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp77 std::tuple<pdr::TerminusID, pdr::EID, pdr::TerminusValidity>;
82 * @param[in] mctp_eid - MCTP EID of host firmware
296 /** @brief MCTP EID of host firmware */
/openbmc/openpower-hw-diags/attn/
H A DAttention_Handler.md113 will consider two cases namely a TI with SRC and a TI with EID.
121 For a TI with EID, the attention handler will, based upon flags in the TI info,
124 interface. For a TI with EID the attention handler will forgo creating a PEL

12