/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | wait-until-mctp-connection-done | 3 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 D | host-poweron | 39 EID=$(($1*10)) 45 resp=$(pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x01 -m "$EID" | grep "39 00 $") 50 echo "Waiting EID $EID $count"
|
H A D | host-powercycle | 14 EID=$((CHASSIS_ID * 10)) 31 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x02 -m "$EID" 53 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x01 -m "$EID"
|
H A D | host-powerreset | 11 EID=$(($1*10)) 12 if ! pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x04 -m "$EID"
|
H A D | host-poweroff | 42 EID=$(($1*10)) 43 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x02 -m "$EID"
|
H A D | wait-until-mctp-EID-remove | 20 …/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 D | rescan-cxl-eid | 6 …deconstruct/mctp1/networks/1/endpoints/"$eid" xyz.openbmc_project.MCTP.Endpoint EID >/dev/null 2>&1
|
H A D | chassis-powercycle | 119 /usr/libexec/phosphor-state-manager/wait-until-mctp-EID-remove "$CHASSIS_ID" "36"
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-kernel.md | 18 network with a single local endpoint id (EID). 55 allow very simple endpoints, with static EID allocations, to run without this 57 functionality (bus owners, bridges, etc), and/or dynamic EID allocation, would 135 /* MCTP EID values */ 199 destination EID. 234 The `smctp_addr` field specifies a remote EID. This may be the `MCTP_ADDR_BCAST` 235 the MCTP broadcast EID (0xff). 281 generate a tag value suitable for the destination EID. If `MCTP_TAG_OWNER` is 314 any previous allocation has been performed (to for a different remote EID), that 342 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr); [all …]
|
H A D | mctp-userspace.md | 24 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.
|
H A D | mctp.md | 47 by an Entity ID (MCTP EID). These entities may be any element of the platform
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | rescan-wf-bic@.service | 2 Description=Rescan WF BIC's EID for slot %i
|
H A D | rescan-wf-bic | 24 …P1 /au/com/codeconstruct/mctp1/networks/1/endpoints/"$wf_eid" xyz.openbmc_project.MCTP.Endpoint EID
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 52 file://wait-until-mctp-EID-remove \ 74 install -m 0755 ${UNPACKDIR}/wait-until-mctp-EID-remove ${D}${libexecdir}/${PN}/
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/ |
H A D | README.md | 22 `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/linux/Documentation/networking/ |
H A D | mctp.rst | 116 local destination EID. 152 EID. If ``MCTP_TAG_OWNER`` is not set, the message will be sent with the tag 171 different remote EID), that allocation is lost. 199 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr); 240 ``peer_addr`` member with the remote EID. Other fields must be zero.
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 405 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 507 interfaces to the D-Bus object path of PLDM sensor. The EM EID configuration or 509 `$SensorAuxName` can be found in the EM EID sensor configuration or the sensor
|
H A D | ncsi-coredump.md | 39 additional input parameter: "NICTarget". An EID or network interface, such as
|
/openbmc/linux/drivers/fpga/ |
H A D | machxo2-spi.c | 53 #define EID 1 macro 96 case EID: return "ID ERR"; in get_err_string()
|
/openbmc/openpower-hw-diags/attn/ |
H A D | Attention_Handler.md | 113 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
|
/openbmc/pldm/common/ |
H A D | types.hpp | 165 using EID = uint8_t; typedef
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.hpp | 77 std::tuple<pdr::TerminusID, pdr::EID, pdr::TerminusValidity>;
|
/openbmc/libmctp/ |
H A D | README.md | 31 the core, using a predefined EID
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |