Searched refs:pmci (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | intel-m10-bmc-pmci.c | 133 static u32 pmci_get_write_space(struct m10bmc_pmci_device *pmci) in pmci_get_write_space() argument 142 false, pmci->base + M10BMC_N6000_FLASH_CTRL); in pmci_get_write_space() 151 struct m10bmc_pmci_device *pmci = container_of(m10bmc, struct m10bmc_pmci_device, m10bmc); in pmci_flash_bulk_write() local 155 blk_size = min(pmci_get_write_space(pmci), size); in pmci_flash_bulk_write() 165 pmci_write_fifo(pmci->base + M10BMC_N6000_FLASH_FIFO, in pmci_flash_bulk_write() 177 pmci_write_fifo(pmci->base + M10BMC_N6000_FLASH_FIFO, &tmp, 1); in pmci_flash_bulk_write() 185 struct m10bmc_pmci_device *pmci = container_of(m10bmc, struct m10bmc_pmci_device, m10bmc); in pmci_flash_bulk_read() local 197 writel(addr + offset, pmci->base + M10BMC_N6000_FLASH_ADDR); in pmci_flash_bulk_read() 200 pmci->base + M10BMC_N6000_FLASH_CTRL); in pmci_flash_bulk_read() 202 ret = readl_poll_timeout((pmci->base + M10BMC_N6000_FLASH_CTRL), val, in pmci_flash_bulk_read() [all …]
|
H A D | Makefile | 278 obj-$(CONFIG_MFD_INTEL_M10_BMC_PMCI) += intel-m10-bmc-pmci.o
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-apps.bb | 33 ${PN}-dmtf-pmci \ 191 SUMMARY:${PN}-dmtf-pmci = "DMTF PMCI Protocol Implementations" 192 RDEPENDS:${PN}-dmtf-pmci = "" 193 RDEPENDS:${PN}-dmtf-pmci:append:df-pldm = " pldm" 194 RDEPENDS:${PN}-dmtf-pmci:append:df-mctp = " mctp"
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-image.bbclass | 66 FEATURE_PACKAGES_obmc-dmtf-pmci ?= "packagegroup-obmc-apps-dmtf-pmci"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bb | 46 obmc-dmtf-pmci \
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/ |
H A D | README.md | 61 - PLDM + MCTP Specifications https://www.dmtf.org/standards/pmci
|
/openbmc/linux/Documentation/driver-api/pldmfw/ |
H A D | index.rst | 9 <https://www.dmtf.org/documents/pmci/pldm-firmware-update-specification-100>.
|
/openbmc/docs/designs/mctp/ |
H A D | mctp.md | 34 https://www.dmtf.org/standards/pmci
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 43 https://www.dmtf.org/standards/pmci
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |