From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Jonathan Humphreys <j-humphreys@ti.com>,
Kamlesh Gurudasani <kamlesh@ti.com>,
Manorit Chawdhry <m-chawdhry@ti.com>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Judith Mendez <jm@ti.com>,
Christian Gmeiner <christian.gmeiner@gmail.com>,
Devarsh Thakkar <devarsht@ti.com>, Simon Glass <sjg@chromium.org>,
Nikhil M Jain <n-jain1@ti.com>,
Neha Malcom Francis <n-francis@ti.com>, Andrew Davis <afd@ti.com>,
Maxime Ripard <mripard@kernel.org>,
Siddharth Vadapalli <s-vadapalli@ti.com>,
Roger Quadros <rogerq@kernel.org>, Bryan Brattlof <bb@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Robert Nelson <robertcnelson@gmail.com>,
Nishanth Menon <nm@ti.com>, Tom Rini <trini@konsulko.com>,
Sughosh Ganu <sughosh.ganu@linaro.org>,
Masahisa Kojima <kojima.masahisa@socionext.com>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: u-boot@lists.denx.de, Jonathan Humphreys <j-humphreys@ti.com>
Subject: Re: [PATCH v5 02/23] doc: ti: k3: Correct spelling mistakes and improve clarity
Date: Mon, 03 Jun 2024 08:26:49 +0200 [thread overview]
Message-ID: <87sexuilsm.fsf@baylibre.com> (raw)
In-Reply-To: <20240531222118.2618041-3-j-humphreys@ti.com>
Hi Jon,
Thank you for the patch.
On ven., mai 31, 2024 at 17:20, Jonathan Humphreys <j-humphreys@ti.com> wrote:
> Few cosmetic fixes for clarity and spelling mistakes.
>
> Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
> doc/board/ti/k3.rst | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst
> index a1c01d1cf02..927f3976d34 100644
> --- a/doc/board/ti/k3.rst
> +++ b/doc/board/ti/k3.rst
> @@ -51,14 +51,14 @@ For all K3 SoCs the first core started will be inside the Security
> Management Subsystem (SMS) which will secure the device and start a core
> in the wakeup domain to run the ROM code. ROM will then initialize the
> boot media needed to load the binaries packaged inside `tiboot3.bin`,
> -including a 32bit U-Boot SPL, (called the wakup SPL) that ROM will jump
> +including a 32bit U-Boot SPL, (called the wakeup SPL) that ROM will jump
> to after it has finished loading everything into internal SRAM.
>
> .. image:: img/boot_flow_01.svg
> :alt: Boot flow up to wakeup domain SPL
>
> The wakeup SPL, running on a wakeup domain core, will initialize DDR and
> -any peripherals needed load the larger binaries inside the `tispl.bin`
> +any peripherals needed to load the larger binaries inside the `tispl.bin`
> into DDR. Once loaded the wakeup SPL will start one of the 'big'
> application cores inside the main domain to initialize the main domain,
> starting with Trusted Firmware-A (TF-A), before moving on to start
> @@ -94,7 +94,7 @@ essentially 4 unique but very similar flows:
> * Combined binary with a split firmware: (eg: AM62)
>
> For devices that utilize the split binary approach, ROM is not capable
> -of loading the firmware into the SoC requiring the wakeup domain's
> +of loading the firmware into the SoC, requiring the wakeup domain's
> U-Boot SPL to load the firmware.
>
> Devices with a split firmware will have two firmwares loaded into the
> @@ -114,8 +114,8 @@ K3 HS-SE (High Security - Security Enforced) devices enforce an
> authenticated boot flow for secure boot. HS-FS (High Security - Field
> Securable) is the state of a K3 device before it has been eFused with
> customer security keys. In the HS-FS state the authentication still can
> -function as in HS-SE but as there are no customer keys to verify the
> -signatures against the authentication will pass for certificates signed
> +function as in HS-SE, but as there are no customer keys to verify the
> +signatures against, the authentication will pass for certificates signed
> with any key.
>
> Chain of trust
> --
> 2.34.1
next prev parent reply other threads:[~2024-06-03 6:26 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-31 22:20 [PATCH v5 00/23] EFI: ti: Enable EFI capsule updates Jonathan Humphreys
2024-05-31 22:20 ` [PATCH v5 01/23] doc: uefi: capsules: Add Capsule Update porting section Jonathan Humphreys
2024-05-31 22:20 ` [PATCH v5 02/23] doc: ti: k3: Correct spelling mistakes and improve clarity Jonathan Humphreys
2024-06-03 6:26 ` Mattijs Korpershoek [this message]
2024-05-31 22:20 ` [PATCH v5 03/23] board: am64x: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:20 ` [PATCH v5 04/23] configs: am64x: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 05/23] doc: board: ti: am64x: document OSPI layout Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 06/23] board: j721e: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 07/23] configs: j721e: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 08/23] doc: board: ti: j721e: document OSPI layout Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 09/23] board: beagleplay: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 10/23] configs: beagleplay: Enable DFU for MMC Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 11/23] configs: beagleplay: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 12/23] board: am62x: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 13/23] configs: am62x: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 14/23] doc: board: ti: am62x: document OSPI layout Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 15/23] board: am62px: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 16/23] configs: am62px: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 17/23] doc: board: ti: am62px: document OSPI layout Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 18/23] board: beagleboneai64: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 19/23] configs: beagleboneai64: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 20/23] configs: j784s4_evm: Enable serial flash DFU support Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 21/23] board: sk-am69: Define capsule update firmware info Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 22/23] configs: j784s4: Enable EFI capsule update Jonathan Humphreys
2024-05-31 22:21 ` [PATCH v5 23/23] doc: board: ti: j784s4: document OSPI NOR layout Jonathan Humphreys
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=87sexuilsm.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=afd@ti.com \
--cc=bb@ti.com \
--cc=christian.gmeiner@gmail.com \
--cc=devarsht@ti.com \
--cc=ilias.apalodimas@linaro.org \
--cc=j-humphreys@ti.com \
--cc=jm@ti.com \
--cc=kamlesh@ti.com \
--cc=kojima.masahisa@socionext.com \
--cc=m-chawdhry@ti.com \
--cc=marcel.ziswiler@toradex.com \
--cc=mripard@kernel.org \
--cc=n-francis@ti.com \
--cc=n-jain1@ti.com \
--cc=nm@ti.com \
--cc=robertcnelson@gmail.com \
--cc=rogerq@kernel.org \
--cc=s-vadapalli@ti.com \
--cc=sjg@chromium.org \
--cc=sughosh.ganu@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
--cc=xypron.glpk@gmx.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 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.