From: Neha Malcom Francis <n-francis@ti.com>
To: Nishanth Menon <nm@ti.com>, <u-boot@lists.denx.de>,
Tom Rini <trini@konsulko.com>
Cc: Wadim Egorov <w.egorov@phytec.de>,
Francesco Dolcini <francesco@dolcini.it>,
Sjoerd Simons <sjoerd@collabora.com>, Bryan Brattlof <bb@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Nikhil Jain <n-jain1@ti.com>
Subject: Re: [PATCH 06/16] doc: board: ti: j7200: Convert the image format to svg
Date: Thu, 27 Jul 2023 16:55:14 +0530 [thread overview]
Message-ID: <d64b115f-2df2-b3b8-bbaa-343fc7ab749a@ti.com> (raw)
In-Reply-To: <20230727080027.2817701-7-nm@ti.com>
Also,
On 27/07/23 13:30, Nishanth Menon wrote:
> Convert the image format into svg that can be reused across platforms as
> needed.
>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> doc/board/ti/img/dm_tispl.bin.svg | 317 ++++++++++++++++
> doc/board/ti/img/j7200_tiboot3.bin.svg | 487 +++++++++++++++++++++++++
> doc/board/ti/j7200_evm.rst | 63 +---
[...]
> +++ b/doc/board/ti/j7200_evm.rst
> @@ -122,71 +122,14 @@ Copy the below images to an SD card and boot:
> Image formats:
> --------------
>
> -- tiboot3.bin:
> +- tiboot3.bin
>
> -.. code-block:: console
> -
> - +-----------------------+
> - | X.509 |
> - | Certificate |
> - | +-------------------+ |
> - | | | |
> - | | R5 | |
> - | | u-boot-spl.bin | |
> - | | | |
> - | +-------------------+ |
> - | | | |
> - | | FIT header | |
> - | | +---------------+ | |
> - | | | | | |
> - | | | DTB 1...N | | |
> - | | +---------------+ | |
> - | +-------------------+ |
> - | | | |
> - | | FIT HEADER | |
> - | | +---------------+ | |
> - | | | | | |
> - | | | sysfw.bin | | |
> - | | +---------------+ | |
> - | | | | | |
> - | | | board config | | |
> - | | +---------------+ | |
> - | | | | | |
> - | | | PM config | | |
> - | | +---------------+ | |
> - | | | | | |
> - | | | RM config | | |
> - | | +---------------+ | |
> - | | | | | |
> - | | | Secure config | | |
> - | | +---------------+ | |
> - | +-------------------+ |
> - +-----------------------+
Again, correct me if I am wrong; but sysfw+board-cfgs are not within a FIT
header in this case. They're more like clubbed together with magic headers of
their own, not a FIT header. However if intention is just to show board configs
are present here and not in detail, removing the FIT Header part will be sufficient.
--
Thanking You
Neha Malcom Francis
next prev parent reply other threads:[~2023-07-27 11:25 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 8:00 [PATCH 00/16] doc: board: ti: Cleanup documentation Nishanth Menon
2023-07-27 8:00 ` [PATCH 01/16] doc: board: ti: Optimize sources references Nishanth Menon
2023-07-27 9:38 ` Neha Malcom Francis
2023-07-27 14:07 ` Tom Rini
2023-07-27 8:00 ` [PATCH 02/16] doc: board: ti: am62x/j7200: Update with common boot flow diagram Nishanth Menon
2023-07-27 9:40 ` Neha Malcom Francis
2023-07-27 10:02 ` Neha Malcom Francis
2023-07-27 10:04 ` Neha Malcom Francis
2023-07-27 13:12 ` Nishanth Menon
2023-07-28 7:31 ` Heinrich Schuchardt
2023-07-28 12:40 ` Nishanth Menon
2023-07-27 14:08 ` Tom Rini
2023-07-27 8:00 ` [PATCH 03/16] doc: board: ti: am65x: Update with " Nishanth Menon
2023-07-27 9:41 ` Neha Malcom Francis
2023-07-27 8:00 ` [PATCH 04/16] doc: board: ti: j721e: " Nishanth Menon
2023-07-27 9:41 ` Neha Malcom Francis
2023-07-27 8:00 ` [PATCH 05/16] doc: board: ti: k3: Reuse build instructions Nishanth Menon
2023-07-27 9:47 ` Neha Malcom Francis
2023-07-27 14:08 ` Tom Rini
2023-07-27 8:00 ` [PATCH 06/16] doc: board: ti: j7200: Convert the image format to svg Nishanth Menon
2023-07-27 9:52 ` Neha Malcom Francis
2023-07-27 13:12 ` Nishanth Menon
2023-07-27 11:25 ` Neha Malcom Francis [this message]
2023-07-27 8:00 ` [PATCH 07/16] doc: board: ti: j721e: " Nishanth Menon
2023-07-27 8:00 ` [PATCH 08/16] doc: board: ti: am65x: " Nishanth Menon
2023-07-27 8:00 ` [PATCH 09/16] doc: board: ti: am62x: " Nishanth Menon
2023-07-27 8:00 ` [PATCH 10/16] doc: board: ti: am62x_sk: Convert switch settings to list tables Nishanth Menon
2023-07-27 8:00 ` [PATCH 11/16] doc: board: ti: j7200_evm: " Nishanth Menon
2023-07-27 8:00 ` [PATCH 12/16] doc: board: ti: am65x_evm: Convert the UART boot responsibility to list table Nishanth Menon
2023-07-27 8:00 ` [PATCH 13/16] doc: board: ti: am65/j721e: Convert OSPI memory map to svg Nishanth Menon
2023-07-27 8:00 ` [PATCH 14/16] doc: board: ti: am65x_evm: Convert the emmc layout " Nishanth Menon
2023-07-27 8:00 ` [PATCH 15/16] doc: board: ti: j7200_evm: " Nishanth Menon
2023-07-27 8:00 ` [PATCH 16/16] doc: board: ti: *: Add platform information Nishanth Menon
2023-07-27 13:43 ` [PATCH 00/16] doc: board: ti: Cleanup documentation Nishanth Menon
2023-07-27 14:08 ` Tom Rini
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=d64b115f-2df2-b3b8-bbaa-343fc7ab749a@ti.com \
--to=n-francis@ti.com \
--cc=bb@ti.com \
--cc=francesco@dolcini.it \
--cc=marcel.ziswiler@toradex.com \
--cc=n-jain1@ti.com \
--cc=nm@ti.com \
--cc=sjoerd@collabora.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@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