u-boot/board/emulation
Heinrich Schuchardt 3147f00f7a board: qemu-arm: select CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR
qemu_arm64_defconfig with CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=n leads to a
build error:

    arch/arm/lib/crt0_64.S:85:
    Error: constant expression expected at operand 2 --
    `ldr x0,=((CFG_SYS_INIT_RAM_ADDR+CFG_SYS_INIT_RAM_SIZE-480))'

We do not define CFG_SYS_INIT_RAM_ADDR and CFG_SYS_INIT_RAM_SIZE for QEMU.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2024-11-13 08:18:20 -06:00
..
common board: emulation: Remove <common.h> and add needed includes 2024-05-06 15:07:50 -06:00
configs configs: qemu: add config fragment for ACPI 2024-01-07 13:49:15 -07:00
qemu-arm board: qemu-arm: select CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR 2024-11-13 08:18:20 -06:00
qemu-ppce500 board: emulation: Remove <common.h> and add needed includes 2024-05-06 15:07:50 -06:00
qemu-riscv riscv: qemu: Enable EFI framebuffer 2024-10-28 16:11:33 +08:00
qemu-sbsa board: emulation: Add QEMU sbsa support 2024-10-27 17:24:13 -06:00
qemu-x86 Merge patch series "Resolve issues with booting distros on x86" 2024-04-10 20:01:42 -06:00
qemu-xtensa board: emulation: New board qemu-xtensa 2024-07-04 16:08:37 -06:00
Kconfig