Home
last modified time | relevance | path

Searched refs:mailbox (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/u-boot/doc/device-tree-bindings/mailbox/
H A Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
9 - #mbox-cells: Must be at least 1. Number of cells in a mailbox
13 mailbox: mailbox {
22 - mboxes: List of phandle and mailbox channel specifiers.
25 - mbox-names: List of identifier strings for each mailbox channel.
31 mboxes = <&mailbox 0 &mailbox 1>;
H A Dk3-secure-proxy.txt4 The Texas Instruments' K3 Secure Proxy is a mailbox controller that has
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Duw-imap-fix-incompatible-pointer-types.patch43 - utime (stream->mailbox,tp);
44 + utime (stream->mailbox, (const struct utimbuf *)tp);
48 @@ -1075,7 +1075,7 @@ long mbx_copy (MAILSTREAM *stream,char *sequence,char *mailbox,long options)
57 @@ -1213,7 +1213,7 @@ long mbx_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
70 - utime (stream->mailbox,tp);
71 + utime (stream->mailbox, (const struct utimbuf *)tp);
74 mail_exists (stream,nmsgs); /* notify upper level of new mailbox size */
79 - utime (stream->mailbox,tp);
80 + utime (stream->mailbox, (const struct utimbuf *)tp);
82 /* notify upper level of new mailbox size */
[all …]
H A D0001-Fix-Wincompatible-function-pointer-types.patch30 @@ -103,8 +103,8 @@ long mh_copy (MAILSTREAM *stream,char *sequence,char *mailbox,
32 long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
41 @@ -1194,7 +1194,7 @@ long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
63 @@ -125,7 +125,7 @@ long mix_unsubscribe (MAILSTREAM *stream,char *mailbox);
64 long mix_create (MAILSTREAM *stream,char *mailbox);
65 long mix_delete (MAILSTREAM *stream,char *mailbox);
114 @@ -98,8 +98,8 @@ long mx_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
147 @@ -76,8 +76,8 @@ long news_create (MAILSTREAM *stream,char *mailbox);
148 long news_delete (MAILSTREAM *stream,char *mailbox);
/openbmc/u-boot/drivers/mailbox/
H A DKconfig4 bool "Enable mailbox controllers using Driver Model"
7 Enable support for the mailbox driver class. Mailboxes provide the
14 bool "Enable the sandbox mailbox test driver"
17 Enable support for a test mailbox implementation, which simply echos
H A DMakefile6 obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o
/openbmc/qemu/hw/cxl/
H A Dmeson.build5 'cxl-mailbox-utils.c',
9 'switch-mailbox-cci.c',
/openbmc/u-boot/doc/device-tree-bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt16 - mboxes : The phandle of mailbox controller and the mailbox specifier.
23 This node is a mailbox consumer. See the following files for details of
24 the mailbox subsystem, and the specifiers implemented by the relevant
27 - .../mailbox/mailbox.txt
28 - .../mailbox/nvidia,tegra186-hsp.txt
H A Dti,sci.txt33 property should contain a phandle to the mailbox controller device
35 sub-mailbox child node to be used for communication.
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-branch14 import mailbox
30 subject = ' '.join(mailbox.mbox(filepath_mbox)[0]['subject'].splitlines())
H A Dpatchtest-send-results18 import mailbox
59 mbox = mailbox.mbox(args.patch)
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0003-viv-fb-Make-sure-config.h-is-included.patch2 From: Carlos Rafael Giani <crg7475@mailbox.org>
10 Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/
H A Dphosphor-dbus-interfaces_%.bbappend4 file://0001-Add-boot-initiator-mailbox-interface.patch \
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch4 Subject: [PATCH] Add boot initiator mailbox interface
9 Option Parameters' parameter 7 'Boot initiator mailbox'.
76 + 'Boot Option Parameters' parameter 7 'Boot initiator mailbox'.
85 + Specifies whether or not the mailbox is supported by the
122 + (5 x 16-byte blocks, minus 3) if mailbox is at all Supported.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch36 + { .node_path = "/soc/mailbox@1b820000" },
37 + { .node_path = "/soc/mailbox@1b830000" },
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend5 file://0002-Add-support-for-boot-initiator-mailbox.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/b4/
H A Db4_0.14.2.bb11 python3-mailbox \
/openbmc/u-boot/arch/arm/dts/
H A Ddra7.dtsi691 mailbox1: mailbox@4a0f4000 {
692 compatible = "ti,omap4-mailbox";
704 mailbox2: mailbox@4883a000 {
705 compatible = "ti,omap4-mailbox";
718 mailbox3: mailbox@4883c000 {
719 compatible = "ti,omap4-mailbox";
732 mailbox4: mailbox@4883e000 {
733 compatible = "ti,omap4-mailbox";
746 mailbox5: mailbox@48840000 {
747 compatible = "ti,omap4-mailbox";
[all …]
/openbmc/qemu/include/hw/misc/
H A Dmchp_pfsoc_ioscb.h35 MemoryRegion mailbox; member
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mailwatch/
H A Dxfce4-mailwatch-plugin_1.3.1.bb1 SUMMARY = "Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/
H A Djuno-board.cfg11 # Hardware mailbox
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch4 Subject: [PATCH] Add support for boot initiator mailbox
7 (boot initiator mailbox). The format of mailbox is
10 of the mailbox data regardless of the content.
189 + // Only allow reading the boot initiator mailbox if Mailbox is supported
288 + // Only allow writing to boot initiator mailbox if:
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/
H A Dk3-system-controller.txt14 - mboxes: Corresponding phandles to mailbox channels.
/openbmc/u-boot/drivers/
H A DMakefile24 obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox/
102 obj-y += mailbox/
/openbmc/phosphor-mboxd/
H A DREADME.md18 This repo contains the protocol definition for the host to BMC mailbox
22 There is also a reference implementation of a BMC mailbox daemon, the details
25 Finally there is also an implementation of a mailbox daemon control program, the

123