From: Denys Dmytriyenko <denis@denix.org>
To: Ryan Eatmon <reatmon@ti.com>
Cc: meta-ti@lists.yoctoproject.org, Denys Dmytriyenko <denys@konsulko.com>
Subject: Re: [meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers
Date: Thu, 13 Jun 2024 15:47:31 -0400 [thread overview]
Message-ID: <20240613194731.GV21287@denix.org> (raw)
In-Reply-To: <28a0c396-3450-45b7-b411-fba68f06f129@ti.com>
On Thu, Jun 13, 2024 at 02:29:34PM -0500, Ryan Eatmon wrote:
>
>
> On 6/13/2024 12:22 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko <denys@konsulko.com>
> >
> >This adds a facility to define multiple supported BSPs with their own
> >preferences for individual components, as well as lets machine configs
> >specify conditional configurations for different BSPs.
> >
> >Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> >---
>
> <snip>
>
> >+
> >+# ==========
> >+# ti-6_6
> >+# TI staging kernel 6.6, u-boot 2024.04
> >+# ==========
> >+BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging"
> >+BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%"
> >+BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging"
> >+BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024%"
> >+
> >+# Only Rogue is enabled so far, SGX falls back to SW rendering
> >+BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver"
> >+BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%"
> >+BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_6 = "24%"
> >+BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "23%"
> >+
> >+# ==========
> >+# ti-6_1
> >+# TI staging kernel 6.1, u-boot 2023.04
> >+# ==========
> >+BSP_KERNEL_PROVIDER:bsp-ti-6_1 = "linux-ti-staging"
> >+BSP_KERNEL_VERSION:bsp-ti-6_1 = "6.1%"
> >+BSP_BOOTLOADER_PROVIDER:bsp-ti-6_1 = "u-boot-ti-staging"
> >+BSP_BOOTLOADER_VERSION:bsp-ti-6_1 = "2023%"
> >+
> >+BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_1 = "ti-sgx-ddk-km"
> >+BSP_SGX_DRIVER_VERSION:bsp-ti-6_1 = "1.17%"
> >+BSP_SGX_UMLIBS_VERSION:bsp-ti-6_1 = "1.17%"
> >+BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_1 = "ti-img-rogue-driver"
> >+BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_1 = "23%"
> >+BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_1 = "23%"
> >+BSP_MESA_PVR_VERSION:bsp-ti-6_1 = "22%"
>
> I wonder if I can use this same system to support the upstream
> testing... After we accept this series I need to look at how the
> upstream testing flow can leverage this concept.
That's the mainline setup...
next prev parent reply other threads:[~2024-06-13 19:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 17:22 [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers Denys Dmytriyenko
2024-06-13 17:22 ` [master/scarthgap][PATCH 2/4] conf/machine/j721e: some BSPs don't support all SR and HS variants Denys Dmytriyenko
2024-06-14 10:20 ` [EXTERNAL] [meta-ti] " Limaye, Aniket
2024-06-14 16:38 ` Denys Dmytriyenko
2024-06-17 14:01 ` Limaye, Aniket
2024-06-17 15:48 ` Denys Dmytriyenko
2024-06-13 17:22 ` [master/scarthgap][PATCH 3/4] conf/machine/beagle*, linux-bb.org: update for multi-BSP support Denys Dmytriyenko
2024-06-13 17:22 ` [master/scarthgap][PATCH 4/4] conf/machine: use the default TI BSP for BeaglePlay Denys Dmytriyenko
2024-06-13 19:29 ` [meta-ti] [master/scarthgap][PATCH 1/4] conf/machine, ti-bsp: add support for multiple BSP providers Ryan Eatmon
2024-06-13 19:47 ` Denys Dmytriyenko [this message]
2024-06-13 21:09 ` Ryan Eatmon
2024-06-14 17:20 ` Denys Dmytriyenko
2024-06-13 21:18 ` Ryan Eatmon
2024-06-14 6:27 ` [EXTERNAL] " Chirag Shilwant
2024-06-14 16:34 ` Denys Dmytriyenko
[not found] ` <17D8EC1D0CB8CAB1.25108@lists.yoctoproject.org>
2024-06-14 18:55 ` Denys Dmytriyenko
2024-06-14 19:29 ` Ryan Eatmon
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=20240613194731.GV21287@denix.org \
--to=denis@denix.org \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@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.