All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@smile.fr>
To: Neha Malcom Francis <n-francis@ti.com>,
	trini@konsulko.com, s-k6@ti.com, bb@ti.com
Cc: m-chawdhry@ti.com, u-boot@lists.denx.de, u-kumar1@ti.com,
	gehariprasath@ti.com
Subject: Re: [PATCH v2 7/7] doc: ti: k3: Add section for DDR configuration
Date: Mon, 3 Nov 2025 15:35:30 +0100	[thread overview]
Message-ID: <92bf5ca4-10a4-40fa-a920-1408779cb181@smile.fr> (raw)
In-Reply-To: <20251103071035.674604-8-n-francis@ti.com>

Hello Neha, All,

Le 03/11/2025 à 08:10, Neha Malcom Francis a écrit :
> Add a concise section for DDR configuration pointing to the public tool
> that can be used to generate the configuration DTSI.
> 
> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
> ---
> Changes since v1:
> - new patch
> 
>  doc/board/ti/k3.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst
> index 01fb9411688..de66b830703 100644
> --- a/doc/board/ti/k3.rst
> +++ b/doc/board/ti/k3.rst
> @@ -649,6 +649,17 @@ Refer (:ref:`U-boot ARMV8 build <k3_rst_include_start_build_steps_uboot>`)
>     This will need to be explicitly disabled by changing the boot_targets to
>     disallow fallback during testing.
>  
> +DDR Configuration
> +-----------------
> +
> +The K3 DDRSS driver (drivers/ram/k3-ddrss/k3-ddrss.c) configures the DDR during
> +the R5 SPL stage. The driver utilizes an auto-generated configuration file
> +containing necessary settings for the DDR. It configures the frequency, timing
> +parameters, training algorithms etc. for DDR initialization. The configuration
> +DTSI can be generated using the `Sysconfig tool <https://dev.ti.com/sysconfig>`_
> +and selecting the software product as "DDR Configuration for \*" as well as the
> +required device.

Thanks for promoting the new K3 DDRSS configuration tool (v0.12.00)!
Until recently, I was still using the old spreadsheet (K3 DDRSS v0.10.0) from
outdated application note [1].

The FAQ post [2] is really useful for custom board DDR configuration but
somewhat difficult to find/notice on e2e forum.

Note: The K3 DDRSS sysconfig based tool can even be used offline [3].

[1] https://www.ti.com/lit/an/spracu8b/spracu8b.pdf
[2]
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1482402/faq-tda4vm-tda4x-dra8x-am68x-am69x-lpddr4-topics
[3]
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1378443/processor-sdk-j784s4-tda4ah-offline-ddr-configuration-tool---latest-version/5269621

Reviewed-by: Romain Naour <romain.naour@smile.fr>

Best regards,
Romain


> +
>  Saving environment
>  ------------------
>  


  reply	other threads:[~2025-11-03 14:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-03  7:10 [PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool Neha Malcom Francis
2025-11-03  7:10 ` [PATCH v2 1/7] arm: dts: k3-j7200: ddr: " Neha Malcom Francis
2025-11-03  7:10 ` [PATCH v2 2/7] arm: dts: k3-j721s2: " Neha Malcom Francis
2025-11-03  7:10 ` [PATCH v2 3/7] arm: dts: k3-am68: " Neha Malcom Francis
2025-11-03  7:10 ` [PATCH v2 4/7] arm: dts: k3-j784s4: " Neha Malcom Francis
2025-11-03  7:10 ` [PATCH v2 5/7] arm: dts: k3-am69: " Neha Malcom Francis
2025-11-07 15:44   ` Franz Schnyder
2025-11-10  4:25     ` Neha Malcom Francis
2025-11-20  8:16       ` Francesco Dolcini
2025-11-20 14:23         ` [EXTERNAL] " Scholz, Kevin
2025-11-20 14:48           ` Francesco Dolcini
2026-04-21 10:10             ` Neha Malcom Francis
2026-05-20 21:52               ` Scholz, Kevin
2026-05-21  5:47                 ` Neha Malcom Francis
2026-05-21  6:26                 ` Francesco Dolcini
2026-06-09  4:25                   ` Kumar, Udit
2025-11-03  7:10 ` [PATCH v2 6/7] arm: dts: k3-j742s2: " Neha Malcom Francis
2025-11-03  7:10 ` [PATCH v2 7/7] doc: ti: k3: Add section for DDR configuration Neha Malcom Francis
2025-11-03 14:35   ` Romain Naour [this message]
2026-05-21  5:45     ` Neha Malcom Francis
2026-06-09 19:17 ` [PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool 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=92bf5ca4-10a4-40fa-a920-1408779cb181@smile.fr \
    --to=romain.naour@smile.fr \
    --cc=bb@ti.com \
    --cc=gehariprasath@ti.com \
    --cc=m-chawdhry@ti.com \
    --cc=n-francis@ti.com \
    --cc=s-k6@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@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.