[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240830092234.veog3e22te7qi3ao@dugout>
Date: Fri, 30 Aug 2024 04:22:34 -0500
From: Nishanth Menon <nm@...com>
To: Beleswar Padhi <b-padhi@...com>
CC: <vigneshr@...com>, <kristo@...nel.org>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>, <u-kumar1@...com>,
<p-mantena@...com>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] arm64: dts: ti: k3-am69-sk: Update OSPI partitions
offsets
On 14:37-20240830, Beleswar Padhi wrote:
> OSPI NOR flash was partitioned with a size of 1 MB for the initial
> bootloader ("ospi.tiboot3"). On the AM69-SK board, boot failures were
> sometimes observed when the initial bootloader size exceeded 512 KB. To
Why does the boot fail when > 512MB?
> address this, the initial bootloader image has been optimized to be
> smaller than 512 KB.
>
> Therefore, limit the first OSPI partition size to 512 KB and adjust the
> remaining size across the subsequent partitions.
I am NOT a fan of redoing flash partition organization of platforms that
are already in production - all kinds of ecosystem messes happen as a
result. Alternatively - give the 512K to u-boot tispl partition and
leave all others as is - this will at least allow people's current env
to be retained.
>
> Signed-off-by: Beleswar Padhi <b-padhi@...com>
> ---
> arch/arm64/boot/dts/ti/k3-am69-sk.dts | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am69-sk.dts b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
> index 1e36965a1403..641236918379 100644
> --- a/arch/arm64/boot/dts/ti/k3-am69-sk.dts
> +++ b/arch/arm64/boot/dts/ti/k3-am69-sk.dts
> @@ -1241,27 +1241,27 @@ partitions {
>
> partition@0 {
> label = "ospi.tiboot3";
> - reg = <0x0 0x100000>;
> + reg = <0x0 0x80000>;
> };
>
> - partition@...000 {
> + partition@...00 {
> label = "ospi.tispl";
> - reg = <0x100000 0x200000>;
> + reg = <0x80000 0x200000>;
> };
>
> - partition@...000 {
> + partition@...000 {
> label = "ospi.u-boot";
> - reg = <0x300000 0x400000>;
> + reg = <0x280000 0x400000>;
> };
>
> - partition@...000 {
> + partition@...000 {
> label = "ospi.env";
> - reg = <0x700000 0x40000>;
> + reg = <0x680000 0x40000>;
> };
>
> - partition@...000 {
> + partition@...000 {
> label = "ospi.env.backup";
> - reg = <0x740000 0x40000>;
> + reg = <0x6c0000 0x40000>;
> };
>
> partition@...000 {
> --
> 2.34.1
>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
Powered by blists - more mailing lists