Re: [PATCH v2 1/1] riscv: alloc space exhausted

2022-04-05 Thread Rick Chen
> From: Heinrich Schuchardt > Sent: Tuesday, April 05, 2022 10:47 PM > To: Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > Cc: u-boot@lists.denx.de; Tom Rini ; Fabio Estevam > ; Heinrich Schuchardt > Subject: [PATCH v2 1/1] riscv: alloc space exhausted > &

Re: [PATCH v2 1/1] riscv: alloc space exhausted

2022-04-05 Thread Tom Rini
On Tue, Apr 05, 2022 at 04:47:15PM +0200, Heinrich Schuchardt wrote: > 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. > >

[PATCH v2 1/1] riscv: alloc space exhausted

2022-04-05 Thread Heinrich Schuchardt
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