u-boot/examples/api
Heinrich Schuchardt 1df9cbd70f examples/api: improve determination of LOAD_ADDR
The current load address for the 'demo' binary does not work for
qemu_arm_defconfig.

The suitability of an address to load an ELF binary and run it does
not only depend on the architecture but also on the memory layout of
the board.

On most boards we can assume that 8 MiB of memory is available above
$loadaddr. So $loadaddr + 0x400000 should work there.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2025-02-04 11:57:36 -06:00
..
.gitignore
crt0.S examples: implement _start and syscall for RISC-V 2025-01-05 02:30:47 +01:00
demo.c examples: make glue and demo code compatible with 64-bit 2024-11-14 10:51:07 -06:00
glue.c examples: make glue and demo code compatible with 64-bit 2024-11-14 10:51:07 -06:00
glue.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
libgenwrap.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Makefile examples/api: improve determination of LOAD_ADDR 2025-02-04 11:57:36 -06:00