From: Nishanth Menon <nm@ti.com>
To: Nitin Yadav <n-yadav@ti.com>
Cc: <trini@konsulko.com>, <u-boot@lists.denx.de>, <praneeth@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>
Subject: Re: [PATCH v2 0/4] Add AM62x LP SK support
Date: Wed, 1 Nov 2023 10:40:12 -0500 [thread overview]
Message-ID: <20231101154012.z52alma2unwfw2f3@frugality> (raw)
In-Reply-To: <20231030110138.1347603-1-n-yadav@ti.com>
On 16:31-20231030, Nitin Yadav wrote:
> This series adds support of AM62x LP SK. The AM62x LP SK board
> is similar to AM62x SK but has some significant changes that
> requires different set of device tree at each stage of bootloader.
> Also refactors to have common nodes at k3-am62x-r5-sk-common.dtsi
> and k3-am62x-sk-common-u-boot.dtsi for all am62x SoC varients.
>
> Change Log:
>
> V1 -> V2:
> - Added deltas for board documentation.
> - Updated commit messgae to include board schematics.
> - Replace 'bootph-pre-ram' from 'bootph-all' in u-boot.dtsi
> - Removed memory node from k3-am62-r5-lp-sk.dts
> - Updated DDR part on k3-am62x-ddr-lp4-50-800-800.dtsi
> - Squashed binman.dtsi into k3-am62-lp-sk-u-boot.dtsi
> - Removed am62xlpsk.env environment, for now using am62.env
>
> V1: https://lore.kernel.org/all/20230927082105.3729470-1-n-yadav@ti.com/
>
> Nitin Yadav (4):
> arm: dts: Refactor common dtsi file for R5 and A53 SPL
> arm: dts: Add support for AM62x LP SK
> board: ti: am62x: add am62x_lpsk_*_defconfigs fragments
> doc: ti: Add AM62x LP SK Board information
>
> arch/arm/dts/Makefile | 2 +
> arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi | 32 +
> arch/arm/dts/k3-am62-lp-sk.dts | 231 ++
> arch/arm/dts/k3-am62-r5-lp-sk.dts | 12 +
> arch/arm/dts/k3-am625-r5-sk.dts | 94 +-
> arch/arm/dts/k3-am625-sk-u-boot.dtsi | 110 +-
> arch/arm/dts/k3-am62x-ddr-lp4-50-800-800.dtsi | 2190 +++++++++++++++++
> arch/arm/dts/k3-am62x-r5-sk-common.dtsi | 96 +
> arch/arm/dts/k3-am62x-sk-common-u-boot.dtsi | 109 +
> board/ti/am62x/am62x_lpsk_a53.config | 5 +
> board/ti/am62x/am62x_lpsk_r5.config | 5 +
> doc/board/ti/am62x_sk.rst | 8 +
> 12 files changed, 2696 insertions(+), 198 deletions(-)
> create mode 100644 arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
> create mode 100644 arch/arm/dts/k3-am62-lp-sk.dts
> create mode 100644 arch/arm/dts/k3-am62-r5-lp-sk.dts
> create mode 100644 arch/arm/dts/k3-am62x-ddr-lp4-50-800-800.dtsi
> create mode 100644 arch/arm/dts/k3-am62x-r5-sk-common.dtsi
> create mode 100644 arch/arm/dts/k3-am62x-sk-common-u-boot.dtsi
> create mode 100644 board/ti/am62x/am62x_lpsk_a53.config
> create mode 100644 board/ti/am62x/am62x_lpsk_r5.config
>
> --
> 2.25.1
>
Both AM654 and AM62A need DT-sync:
https://gist.github.com/nmenon/a86f1384e62df1359d8da1cd42b5d4ad
Please consider fixing existing platforms to boot before we introduce
new ones.
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
prev parent reply other threads:[~2023-11-01 15:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-30 11:01 [PATCH v2 0/4] Add AM62x LP SK support Nitin Yadav
2023-10-30 11:01 ` [PATCH v2 1/4] arm: dts: Refactor common dtsi file for R5 and A53 SPL Nitin Yadav
2023-10-31 11:54 ` Nishanth Menon
2023-10-30 11:01 ` [PATCH v2 2/4] arm: dts: Add support for AM62x LP SK Nitin Yadav
2023-10-31 12:04 ` Nishanth Menon
2023-10-30 11:01 ` [PATCH v2 3/4] board: ti: am62x: add am62x_lpsk_*_defconfigs fragments Nitin Yadav
2023-10-31 7:58 ` Dhruva Gole
2023-10-31 8:20 ` Nitin Yadav
2023-10-30 11:01 ` [PATCH v2 4/4] doc: ti: Add AM62x LP SK Board information Nitin Yadav
2023-10-31 12:07 ` Nishanth Menon
2023-10-31 13:12 ` Dhruva Gole
2023-11-01 15:40 ` Nishanth Menon [this message]
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=20231101154012.z52alma2unwfw2f3@frugality \
--to=nm@ti.com \
--cc=n-yadav@ti.com \
--cc=praneeth@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@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.