U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Suhaas Joshi <s-joshi@ti.com>
To: Francesco Dolcini <francesco@dolcini.it>
Cc: Bryan Brattlof <bb@ti.com>, Anshul Dalal <anshuld@ti.com>,
	<u-boot@lists.denx.de>, <trini@konsulko.com>, <vigneshr@ti.com>,
	<n-francis@ti.com>, <s-tripathi1@ti.com>, <k-malarvizhi@ti.com>,
	<kamlesh@ti.com>, <vishalm@ti.com>, <d.schultz@phytec.de>,
	<w.egorov@phytec.de>, <ggiordano@phytec.com>
Subject: Re: [REGRESSION] Verdin AM62/62P not booting with 42b3ee7fa524
Date: Wed, 11 Feb 2026 16:51:09 +0530	[thread overview]
Message-ID: <20260211112109.56e27kyy4coqpcbb@ula0507357> (raw)
In-Reply-To: <20260211101113.GA176369@francesco-nb>

On 11:11-20260211, Francesco Dolcini wrote:
> On Tue, Feb 10, 2026 at 11:50:14AM +0100, Francesco Dolcini wrote:
> > On Mon, Feb 09, 2026 at 02:20:01PM -0600, Bryan Brattlof wrote:
> > > Do you mind copying a boot log to a pastebin for me? I thought I had one 
> > > of these boards but I'm still digging around for it. 0x80000000 should 
> > > be where we load TFA now days unless some boards have opted out of 
> > > letting U-Boot move it to the bottom of DRAM
> > 
> > Here some more logs
> > 
> > https://gist.github.com/dolcini/aa4b669c6349cc6da1b9e7b19cf53fed
> > 
> > The files are named with the commit sha that is tested.
> > 
> > On Tue, Feb 10, 2026 at 02:56:46PM +0530, Suhaas Joshi wrote:
> > > Verdin boards are the only ones that are reporting this issue. Is it
> > > alright if we revert only the two Verdin-specific commits, and let the
> > > rest (TI and PhyCore ones) stay as they are? The patches are pretty
> > > un-connected to each other.
> > 
> > Verdin AM62 should not have anything special, the code is all there for
> > everyone to see, including the defconfig, the DT and so on, and the changes
> > we are talking about to me are self contained withing the SoC. Something
> > is wrong, and we are not understanding what yet.
> > 
> > I just retested once more 42b3ee7fa524 and it just hung, you never know
> > if I did something wrong. And for what matter this was spotted by our
> > CI.
> > 
> > > We are working on figuring out why Verdin is seeing these issues, in the
> > > meantime.
> > 
> > Anything I can do let me know.
> > 
> > If it matter the board that I am currently testing has 1GiB DDR RAM, and
> > the SoC is a AM6252ATCGHAALW. 
> 
> I was able to trace the issue to the get_ram_size() in
> verdin-am62.c:dram_init().
> 
> That function walks the addressable memory range to dynamically detect
> how much memory is available.
> 
> Not sure on the proper way to fix it however, Bryan? Suhaas?

Yes, this does seem to be the issue, even in my digging. I have sent a
patch to fix this. But since I don't have boards, I have not tested
this. Could you please test this and let us know if it works, or if
there are any other issues that pop up?

Thanks
Suhaas

[0] https://lore.kernel.org/u-boot/20260211111328.1481562-1-s-joshi@ti.com/
> 
> Francesco
> 

  reply	other threads:[~2026-02-11 11:21 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09  8:38 [REGRESSION] Verdin AM62/62P not booting with 42b3ee7fa524 Francesco Dolcini
2026-02-09  8:45 ` Francesco Dolcini
2026-02-09 10:08   ` Suhaas Joshi
2026-02-09 10:16     ` Francesco Dolcini
2026-02-09 17:25       ` Francesco Dolcini
2026-02-09 17:43         ` Tom Rini
2026-02-09 18:07           ` Francesco Dolcini
2026-02-09 18:13             ` Tom Rini
2026-02-10  9:26               ` Suhaas Joshi
2026-02-10 10:02                 ` Wadim Egorov
2026-02-10 10:22                   ` Wadim Egorov
2026-02-10 10:34                     ` Francesco Dolcini
2026-02-09 20:20         ` Bryan Brattlof
2026-02-10 10:50           ` Francesco Dolcini
2026-02-11 10:11             ` Francesco Dolcini
2026-02-11 11:21               ` Suhaas Joshi [this message]
2026-02-13 10:20                 ` Francesco Dolcini
2026-02-17 13:21                   ` Suhaas Joshi
2026-02-18  6:59                     ` Francesco Dolcini
2026-02-18 14:52                       ` Francesco Dolcini
2026-02-19  1:46                         ` Bryan Brattlof
2026-02-19 10:30                           ` Wadim Egorov
2026-02-19 10:40                           ` Suhaas Joshi
2026-02-19 19:30                             ` Francesco Dolcini
2026-02-20  1:05                               ` Bryan Brattlof
2026-02-20 10:46                                 ` Francesco Dolcini
2026-02-20 13:23                                   ` Bryan Brattlof
2026-02-23 15:58                                     ` Francesco Dolcini
2026-02-24 10:21                                       ` Francesco Dolcini
2026-02-24 13:53                                         ` devarsh
2026-02-24 14:38                                         ` Francesco Dolcini
2026-02-24 15:24                                           ` Francesco Dolcini

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=20260211112109.56e27kyy4coqpcbb@ula0507357 \
    --to=s-joshi@ti.com \
    --cc=anshuld@ti.com \
    --cc=bb@ti.com \
    --cc=d.schultz@phytec.de \
    --cc=francesco@dolcini.it \
    --cc=ggiordano@phytec.com \
    --cc=k-malarvizhi@ti.com \
    --cc=kamlesh@ti.com \
    --cc=n-francis@ti.com \
    --cc=s-tripathi1@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=vishalm@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