From: Randolph Sapp <rs@ti.com>
To: Tom Rini <trini@konsulko.com>, <rs@ti.com>
Cc: <robertcnelson@gmail.com>, <ayush@beagleboard.org>,
<Erik.Welsh@octavosystems.com>, <anshuld@ti.com>, <bb@ti.com>,
<afd@ti.com>, <xypron.glpk@gmx.de>, <ilias.apalodimas@linaro.org>,
<sjg@chromium.org>, <u-boot@lists.denx.de>
Subject: Re: [PATCHv8 0/3] various memory related fixups
Date: Tue, 2 Jun 2026 14:43:09 -0500 [thread overview]
Message-ID: <DIYTJM7IRHSK.3UG460C1ZOUWF@ti.com> (raw)
In-Reply-To: <20260527000924.GA4051518@bill-the-cat>
On Tue May 26, 2026 at 7:09 PM CDT, Tom Rini wrote:
> On Wed, May 13, 2026 at 03:49:40PM -0500, rs@ti.com wrote:
>
>> From: Randolph Sapp <rs@ti.com>
>>
>> Nitpicks and fixes from the discovery thread on adding PocketBeagle2 support
>> [1]. This does a lot of general setup required for the device, but these
>> modifications themselves aren't device specific. For those specifically
>> interested in PocketBeagle2 support and don't care about these details, my
>> development branch is public [2].
>>
>> That first patch may provoke some opinions, but honestly if that warning was
>> still present I wouldn't have spent a week poking holes in both the EFI and LMB
>> allocations systems. Please let me know if there is a specific usecase that it
>> breaks though.
>>
>> [1] https://lore.kernel.org/all/DHHC66BBMD27.YHGIH43C6XBK@ti.com/
>> [2] https://github.com/StaticRocket/u-boot/tree/feature/pocketbeagle2
>
> This leads to test failures now (that either need to be fixed or
> updated):
> https://source.denx.de/u-boot/u-boot/-/jobs/1464028 and please see
> https://docs.u-boot.org/en/latest/develop/ci_testing.html as well for
> starting CI, however you might want to run the tests locally first.
> Thanks.
So, that's the fun part. I ran qcheck with this. I went tracing through that
make target and even started manually issuing "./test/py/test.py --bd
sandbox_flattree --build -k ut_image_fdt_test_boot_fdt_add_mem_rsv_regions -s"
(and again with sandbox, sandbox64, etc.) to see exactly why that's failing in
CI. I cannot reproduce the issue reported. It passes and reports all the
messages I'm expecting on my end.
The CI pipeline must not be loading the test.dtb. No idea how that's occurring,
or how the other UT_DM tests are passing. I don't see any particularly weird
parameters in the test logs.
It's not like this test is dependent on the same things UTF_DM tagged tests are,
but I expected to be able to reuse that device tree without having to specify
that flag. That's the behavior I have locally at least. Adding an explicit check
for CONFIG_UT_DM didn't seem to help at all.
Any advice here?
next prev parent reply other threads:[~2026-06-02 19:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-13 20:49 [PATCHv8 0/3] various memory related fixups rs
2026-05-13 20:49 ` [PATCHv8 1/3] boot: image-fdt: free old dtb reservations rs
2026-05-13 20:49 ` [PATCHv8 2/3] test: boot: add a fdt reserved region check rs
2026-05-15 7:33 ` Ilias Apalodimas
2026-05-15 14:03 ` Simon Glass
2026-05-13 20:49 ` [PATCHv8 3/3] memory: reserve from start_addr_sp to initial_relocaddr rs
2026-05-15 7:38 ` Ilias Apalodimas
2026-05-27 0:09 ` [PATCHv8 0/3] various memory related fixups Tom Rini
2026-06-02 19:43 ` Randolph Sapp [this message]
2026-06-02 20:31 ` Tom Rini
2026-06-02 23:17 ` Randolph Sapp
2026-06-03 16:10 ` 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=DIYTJM7IRHSK.3UG460C1ZOUWF@ti.com \
--to=rs@ti.com \
--cc=Erik.Welsh@octavosystems.com \
--cc=afd@ti.com \
--cc=anshuld@ti.com \
--cc=ayush@beagleboard.org \
--cc=bb@ti.com \
--cc=ilias.apalodimas@linaro.org \
--cc=robertcnelson@gmail.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--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.