From: Andrew Davis <afd@ti.com>
To: <v-singh1@ti.com>, <meta-ti@lists.yoctoproject.org>,
<reatmon@ti.com>, <denis@denix.org>
Cc: <praneeth@ti.com>, <c-shilwant@ti.com>, <khasim@ti.com>,
<p-bhagat@ti.com>
Subject: Re: [meta-ti] [scarthgap][PATCH V5] meta-ti-bsp : ipc: Add RPMsg DMA library
Date: Tue, 10 Jun 2025 10:34:15 -0500 [thread overview]
Message-ID: <8561cc0b-fe5f-48f4-97d5-e51599509738@ti.com> (raw)
In-Reply-To: <20250610151623.211459-1-v-singh1@ti.com>
On 6/10/25 10:16 AM, Vishnu Singh via lists.yoctoproject.org wrote:
> From: Vishnu Singh <v-singh1@ti.com>
>
> This commit introduces the RPMsg DMA library:
>
> RPMsg DMA library (meta-ti-bsp/recipes-ti/ipc):
The "meta-ti-bsp/recipes-ti/ipc" part isn't needed, we can see
where it is at from the patch below. Otherwise the recipe itself
looks good to me,
Reviewed-by: Andrew Davis <afd@ti.com>
> - Provides librpmsg_dma.so shared library.
> - Includes APIs for:
> - RPMsg interface initialization
> - RPMsg-based send/receive communication
> - DMA heap buffer management
> - DSP firmware dynamic load/unload
>
> Signed-off-by: Vishnu Singh <v-singh1@ti.com>
> ---
> meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb
>
> diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb
> new file mode 100644
> index 00000000..5dd3d6c7
> --- /dev/null
> +++ b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "RPMsg DMA shared library"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53"
> +
> +SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main"
> +SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake
> +
> +DEPENDS = "ti-rpmsg-char"
> +
> +EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_EXAMPLE=OFF"
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#18635): https://lists.yoctoproject.org/g/meta-ti/message/18635
> Mute This Topic: https://lists.yoctoproject.org/mt/113571551/3619733
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [afd@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2025-06-10 15:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 15:16 [scarthgap][PATCH V5] meta-ti-bsp : ipc: Add RPMsg DMA library vishnu singh
2025-06-10 15:34 ` Andrew Davis [this message]
2025-06-11 20:22 ` [meta-ti] " Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8561cc0b-fe5f-48f4-97d5-e51599509738@ti.com \
--to=afd@ti.com \
--cc=c-shilwant@ti.com \
--cc=denis@denix.org \
--cc=khasim@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=p-bhagat@ti.com \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
--cc=v-singh1@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.