On Wed, Nov 12, 2025 at 06:50:48PM +0100, Heinrich Schuchardt wrote:
> Am 12. November 2025 16:27:50 MEZ schrieb Tom Rini <[email protected]>:
> >On Wed, Nov 12, 2025 at 04:24:34PM +0100, Marek Vasut wrote:
> >> On 11/12/25 2:35 PM, Tom Rini wrote:
> >> > On Wed, Nov 12, 2025 at 03:02:21AM +0100, Marek Vasut wrote:
> >> > > The 'extension' test would set 'extension_overlay_addr' variable to
> >> > > decimal 4096 due to conversion in python. The 'extension_overlay_addr'
> >> > > is however sampled using env_get_hex("extension_overlay_addr", 0);
> >> > > which converts the 4096 to 0x4096 and uses that as DT overlay address,
> >> > > which is unaligned. Fix this by setting extension_overlay_addr to 
> >> > > 0x1000
> >> > > as intended, which is aligned.
> 
> Please, do not use fixed address 0x1000 which may not exist on real hardware.

This is already a sandbox-specific test and would require substantial
changes for real hardware, it's using "hostfs" for example.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to