On Thu, 20 Aug 2026 17:57:08 +0200, Jan Kiszka wrote:
> asm/io.h provides map_to_sysmem() only for the sandbox. Other targets
> fail the build with
>
> ../test/boot/measurement.c: In function ‘measure’:
> ../test/boot/measurement.c:30:33: error: implicit declaration of function
> ‘map_to_sysmem’; did you mean ‘map_physmem’? [-Wimplicit-function-declaration]
> 30 | images.os.image_start = map_to_sysmem(kernel);
> | ^~~~~~~~~~~~~
> | map_physmem
>
> [...]
Applied to u-boot/main, thanks!
[1/1] test: boot: measurement: Fix compilation for non-sandbox builds
commit: f92bd784f6ce15aac66e89ab4c17349af18d4ddd
--
Tom