From: Dhruva Gole <d-gole@ti.com>
To: Tom Rini <trini@konsulko.com>, Nishant Menon <nm@ti.com>
Cc: <u-boot@lists.denx.de>, Neha Malcom Francis <n-francis@ti.com>,
<c-shilwant@ti.com>, <m-chawdhry@ti.com>, <vigneshr@ti.com>,
Robert Nelson <robertcnelson@gmail.com>,
Vibhore Vardhan <vibhore@ti.com>,
Vishal Mahaveer <vishalm@ti.com>,
Sebin Francis <sebin.francis@ti.com>,
Wadim Egorov <w.egorov@phytec.de>, <t.remmet@phytec.de>,
<mkorpershoek@baylibre.com>, Daniel Schultz <d.schultz@phytec.de>,
Dhruva Gole <d-gole@ti.com>
Subject: [PATCH V7 0/7] Low Power Mode: Package TIFS Stub in BeaglePlay
Date: Thu, 25 Jul 2024 15:05:40 +0530 [thread overview]
Message-ID: <20240725093546.4193107-1-d-gole@ti.com> (raw)
Hello,
This series aims to add documentation around the boot flow and tispl
packaging details regarding the TIFS Stub. While at it, also refactors the
k3 common docs to add more labels to provide more granularity on how we
include chunks from common docs into SoC specific docs.
This series also includes the binman related changes required to package
TIFS Stub to support Low Power Modes on BeaglePlay and phycore-am625 SOM.
Changelog:
**********
* fixup wording of tifs stub docs as per comments from Nishanth on v6.
* Add packaging of tifs stub in phycore am62 as well. (Build-tested)
* Minor fixup in am64-phycore docs include sysfw
Link to v6:
https://lore.kernel.org/all/20240719070312.3771755-1-d-gole@ti.com/
Dhruva Gole (7):
MAINTAINERS: Include the TI docs under ARM TI
doc: ti: k3: Add TIFS Stub documentation
doc: board: ti: Update to use the new boot firmware labels
doc: ti: am62*: Mention TIFS Stub in img fmts and boot flow
arm: dts: k3-am625-beagleplay: Package TIFS Stub
doc: beagle: am62x_beagleplay: Document the use of TIFS Stub
arm: dts: phycore-am62x: Package TIFS Stub
MAINTAINERS | 1 +
arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 33 +-
arch/arm/dts/k3-am625-phycore-som-binman.dtsi | 101 +-
doc/board/beagle/am62x_beagleplay.rst | 8 +-
doc/board/beagle/j721e_beagleboneai64.rst | 4 +
doc/board/phytec/phycore-am62x.rst | 4 +
doc/board/phytec/phycore-am64x.rst | 4 +
doc/board/ti/am62ax_sk.rst | 8 +-
doc/board/ti/am62px_sk.rst | 8 +-
doc/board/ti/am62x_sk.rst | 8 +-
doc/board/ti/am64x_evm.rst | 4 +
doc/board/ti/am65x_evm.rst | 4 +
doc/board/ti/img/boot_diagram_am62.svg | 1983 +++++++++++++++++
doc/board/ti/img/tifsstub_dm_tispl.bin.svg | 353 +++
doc/board/ti/j7200_evm.rst | 4 +
doc/board/ti/j721e_evm.rst | 4 +
doc/board/ti/j721s2_evm.rst | 4 +
doc/board/ti/j722s_evm.rst | 4 +
doc/board/ti/j784s4_evm.rst | 4 +
doc/board/ti/k3.rst | 51 +-
doc/board/toradex/verdin-am62.rst | 4 +
21 files changed, 2571 insertions(+), 27 deletions(-)
create mode 100644 doc/board/ti/img/boot_diagram_am62.svg
create mode 100644 doc/board/ti/img/tifsstub_dm_tispl.bin.svg
base-commit: f659ba43837e5ae5a35fdff3736c8e13f9062abd
--
2.34.1
next reply other threads:[~2024-07-25 9:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-25 9:35 Dhruva Gole [this message]
2024-07-25 9:35 ` [PATCH V7 1/7] MAINTAINERS: Include the TI docs under ARM TI Dhruva Gole
2024-07-25 11:47 ` Nishanth Menon
2024-07-25 9:35 ` [PATCH V7 2/7] doc: ti: k3: Add TIFS Stub documentation Dhruva Gole
2024-07-25 11:50 ` Nishanth Menon
2024-07-25 9:35 ` [PATCH V7 3/7] doc: board: ti: Update to use the new boot firmware labels Dhruva Gole
2024-07-25 11:58 ` Nishanth Menon
2024-07-29 11:50 ` Francesco Dolcini
2024-07-25 9:35 ` [PATCH V7 4/7] doc: ti: am62*: Mention TIFS Stub in img fmts and boot flow Dhruva Gole
2024-07-25 11:59 ` Nishanth Menon
2024-07-25 9:35 ` [PATCH V7 5/7] arm: dts: k3-am625-beagleplay: Package TIFS Stub Dhruva Gole
2024-07-25 12:04 ` Nishanth Menon
2024-07-25 9:35 ` [PATCH V7 6/7] doc: beagle: am62x_beagleplay: Document the use of " Dhruva Gole
2024-07-25 12:04 ` Nishanth Menon
2024-07-25 9:35 ` [PATCH V7 7/7] arm: dts: phycore-am62x: Package " Dhruva Gole
2024-07-25 9:55 ` Wadim Egorov
2024-07-25 12:05 ` Nishanth Menon
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=20240725093546.4193107-1-d-gole@ti.com \
--to=d-gole@ti.com \
--cc=c-shilwant@ti.com \
--cc=d.schultz@phytec.de \
--cc=m-chawdhry@ti.com \
--cc=mkorpershoek@baylibre.com \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=robertcnelson@gmail.com \
--cc=sebin.francis@ti.com \
--cc=t.remmet@phytec.de \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vibhore@ti.com \
--cc=vigneshr@ti.com \
--cc=vishalm@ti.com \
--cc=w.egorov@phytec.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox