u-boot/arch/riscv
Heinrich Schuchardt 776e8aca0b riscv: alloc space exhausted
When trying to run qemu-riscv64_smode_defconfig with 32 harts booting
fails. The debug UART shows a message

    alloc space exhausted

32 is the current maximum number of harts for machine virt in QEMU 7.0.

Raise the default for SYS_MALLOC_F_LEN to 16 KiB.

Move the setting to /Kconfig where we define SYS_MALLOC_F_LEN for
other architectures too.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Rick Chen <rick@andestech.com>
2022-04-06 10:58:13 +08:00
..
cpu event: Convert arch_cpu_init_dm() to use events 2022-03-10 08:28:36 -05:00
dts k210: dts: align plic node with Linux 2022-03-15 17:43:11 +08:00
include/asm riscv: provide missing base extension functions 2022-04-06 09:40:05 +08:00
lib riscv: provide missing base extension functions 2022-04-06 09:40:05 +08:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig riscv: alloc space exhausted 2022-04-06 10:58:13 +08:00
Makefile riscv: add Kconfig entries for the code model 2018-12-18 09:56:26 +08:00