From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>, Praneeth Bajjuri <praneeth@ti.com>,
Neha Malcom Francis <n-francis@ti.com>,
<meta-ti@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-ti][master/kirkstone][RFC 0/9] Switch to U-Boot binman
Date: Tue, 25 Apr 2023 12:23:36 -0500 [thread overview]
Message-ID: <20230425172345.12293-1-afd@ti.com> (raw)
Hello all,
This series is what the binman conversion will look like. As you
can see from the diff status below, we are greatly simplifying our
boot image building process (removes ~559 lines and ~25 files).
The first 3 patches should be good to go in today. I'd argue the
same for the next 2 but I'll take comments on that. Last 4 all
need to go in at the same time and be squashed together. They
are only broken out into patches to make the review a little
bit easier (still a lot of churn I know). They must also wait
until the binman work is merged into our TI U-Boot.
Thanks,
Andrew
Andrew Davis (9):
ti-dm-fw: Add recipe for TI DM firmware
ti-eth-fw: Add recipe for TI Ethernet firmware
ti-sci-fw: Remove source package recipe
u-boot-bb.org: Remove this recipe
u-boot-ti-staging: Remove version 2021.01
ti-sci-fw: Drop k3-image-gen and only provide firmware
u-boot-ti-staging: Use binman to package our firmware
conf: machine: Switch all the machines over to U-Boot binman
conf: machine: Remove all leftover config files
.../conf/machine/am62axx-evm-k3r5-gp.conf | 19 ---
.../conf/machine/am62axx-evm-k3r5-hs-se.conf | 22 ---
...-k3r5-hs-fs.conf => am62axx-evm-k3r5.conf} | 4 +-
.../conf/machine/am62xx-evm-k3r5-hs-fs.conf | 14 --
.../conf/machine/am62xx-evm-k3r5-hs-se.conf | 21 ---
...-evm-k3r5-gp.conf => am62xx-evm-k3r5.conf} | 7 -
meta-ti-bsp/conf/machine/am62xx-evm.conf | 4 +-
.../machine/am62xx-lp-evm-k3r5-hs-fs.conf | 14 --
.../machine/am62xx-lp-evm-k3r5-hs-se.conf | 21 ---
.../conf/machine/am62xx-lp-evm-k3r5.conf | 7 -
.../conf/machine/am64xx-evm-k3r5-gp.conf | 20 ---
.../machine/am64xx-evm-k3r5-sr2-hs-fs.conf | 14 --
.../machine/am64xx-evm-k3r5-sr2-hs-se.conf | 20 ---
meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf | 12 ++
.../conf/machine/am65xx-evm-k3r5-sr2.conf | 11 --
meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | 7 -
.../conf/machine/am65xx-hs-evm-k3r5-sr2.conf | 11 --
.../conf/machine/am65xx-hs-evm-k3r5.conf | 7 -
meta-ti-bsp/conf/machine/beagle-x15.conf | 2 -
.../conf/machine/beaglebone-ai64-k3r5.conf | 3 -
meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 2 -
meta-ti-bsp/conf/machine/beaglebone.conf | 2 -
meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | 3 -
meta-ti-bsp/conf/machine/beagleplay.conf | 2 -
meta-ti-bsp/conf/machine/include/am62axx.inc | 6 -
.../conf/machine/include/am62xx-lp.inc | 4 -
meta-ti-bsp/conf/machine/include/am62xx.inc | 6 -
meta-ti-bsp/conf/machine/include/am64xx.inc | 6 -
meta-ti-bsp/conf/machine/include/am65xx.inc | 5 -
meta-ti-bsp/conf/machine/include/j721e.inc | 3 -
meta-ti-bsp/conf/machine/include/k3.inc | 2 +-
meta-ti-bsp/conf/machine/include/k3r5.inc | 5 +-
meta-ti-bsp/conf/machine/j721e-evm-k3r5.conf | 6 -
.../conf/machine/j721e-hs-evm-k3r5.conf | 6 -
.../conf/machine/j721s2-evm-k3r5-gp.conf | 20 ---
.../machine/j721s2-evm-k3r5-sr1-hs-fs.conf | 15 --
meta-ti-bsp/conf/machine/j721s2-evm.conf | 4 -
meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | 2 -
.../conf/machine/j784s4-evm-k3r5-gp.conf | 20 ---
.../machine/j784s4-evm-k3r5-sr1-hs-fs.conf | 16 --
meta-ti-bsp/conf/machine/j784s4-evm.conf | 4 -
meta-ti-bsp/conf/machine/j784s4-hs-evm.conf | 2 -
meta-ti-bsp/conf/multiconfig/k3r5-gp.conf | 3 -
meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf | 3 -
meta-ti-bsp/conf/multiconfig/k3r5-hs-se.conf | 3 -
.../conf/multiconfig/k3r5-sr1-hs-fs.conf | 3 -
meta-ti-bsp/conf/multiconfig/k3r5-sr1.conf | 3 -
.../conf/multiconfig/k3r5-sr2-hs-fs.conf | 3 -
.../conf/multiconfig/k3r5-sr2-hs-se.conf | 3 -
meta-ti-bsp/conf/multiconfig/k3r5-sr2.conf | 3 -
meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb | 119 +++++++++++++++
.../recipes-bsp/ti-eth-fw/ti-eth-fw.bb | 118 ++++++++++++++
.../recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 15 +-
.../ti-sci-fw/ti-sci-fw-source_git.bb | 45 ------
.../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 144 ++----------------
.../recipes-bsp/u-boot/u-boot-bb.org_git.bb | 24 ---
...e-to-support-oe-core-fitImage-naming.patch | 144 ------------------
.../u-boot/u-boot-ti-staging_2021.01.bb | 15 --
.../u-boot/u-boot-ti-staging_2023.04.bb | 2 -
meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 14 +-
.../ti-rtos-bin/ti-rtos-firmware.bb | 86 +----------
61 files changed, 286 insertions(+), 845 deletions(-)
delete mode 100644 meta-ti-bsp/conf/machine/am62axx-evm-k3r5-gp.conf
delete mode 100644 meta-ti-bsp/conf/machine/am62axx-evm-k3r5-hs-se.conf
rename meta-ti-bsp/conf/machine/{am62axx-evm-k3r5-hs-fs.conf => am62axx-evm-k3r5.conf} (60%)
delete mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5-hs-se.conf
rename meta-ti-bsp/conf/machine/{am62xx-evm-k3r5-gp.conf => am62xx-evm-k3r5.conf} (54%)
delete mode 100644 meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5-hs-se.conf
delete mode 100644 meta-ti-bsp/conf/machine/am64xx-evm-k3r5-gp.conf
delete mode 100644 meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/machine/am64xx-evm-k3r5-sr2-hs-se.conf
create mode 100644 meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf
delete mode 100644 meta-ti-bsp/conf/machine/am65xx-evm-k3r5-sr2.conf
delete mode 100644 meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5-sr2.conf
delete mode 100644 meta-ti-bsp/conf/machine/j721s2-evm-k3r5-gp.conf
delete mode 100644 meta-ti-bsp/conf/machine/j721s2-evm-k3r5-sr1-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/machine/j784s4-evm-k3r5-gp.conf
delete mode 100644 meta-ti-bsp/conf/machine/j784s4-evm-k3r5-sr1-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-gp.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-hs-se.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-sr1-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-sr1.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-fs.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-sr2-hs-se.conf
delete mode 100644 meta-ti-bsp/conf/multiconfig/k3r5-sr2.conf
create mode 100644 meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb
create mode 100644 meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
delete mode 100644 meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb
delete mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb
delete mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging-2021.01/0001-configs-Update-to-support-oe-core-fitImage-naming.patch
delete mode 100644 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
--
2.39.2
next reply other threads:[~2023-04-25 17:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-25 17:23 Andrew Davis [this message]
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 1/9] ti-dm-fw: Add recipe for TI DM firmware Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 2/9] ti-eth-fw: Add recipe for TI Ethernet firmware Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 3/9] ti-sci-fw: Remove source package recipe Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 4/9] u-boot-bb.org: Remove this recipe Andrew Davis
2023-04-27 20:31 ` Denys Dmytriyenko
2023-04-28 15:13 ` Andrew Davis
2023-05-02 19:38 ` Denys Dmytriyenko
2023-05-04 14:00 ` Andrew Davis
2023-05-06 1:42 ` Denys Dmytriyenko
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 5/9] u-boot-ti-staging: Remove version 2021.01 Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 6/9] ti-sci-fw: Drop k3-image-gen and only provide firmware Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 7/9] u-boot-ti-staging: Use binman to package our firmware Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 8/9] conf: machine: Switch all the machines over to U-Boot binman Andrew Davis
2023-04-25 17:23 ` [meta-ti][master/kirkstone][RFC 9/9] conf: machine: Remove all leftover config files Andrew Davis
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=20230425172345.12293-1-afd@ti.com \
--to=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=n-francis@ti.com \
--cc=praneeth@ti.com \
--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.