[PATCH v2 1/1] configs: qemu-arm raise CONFIG_NR_DRAM_BANKS
Tom Rini
trini at konsulko.com
Fri Apr 11 21:16:47 CEST 2025
On Thu, 03 Apr 2025 16:47:53 +0200, Heinrich Schuchardt wrote:
> The number of memory banks in QEMU is not bounded by 1.
>
> In this example we have two banks:
>
> qemu-system-aarch64 \
> -machine virt \
> -nographic \
> -cpu cortex-a72 \
> -m 8G \
> -smp 8,sockets=2,cores=4,threads=1 \
> -object memory-backend-ram,id=mem0,size=4G \
> -numa node,cpus=0-3,memdev=mem0 \
> -object memory-backend-ram,id=mem1,size=4G \
> -numa node,cpus=4-7,memdev=mem1 \
> -bios u-boot.bin
>
> [...]
Applied to u-boot/master, thanks!
[1/1] configs: qemu-arm raise CONFIG_NR_DRAM_BANKS
commit: ba13350d49370373bda42f9823d923adbee0e764
--
Tom
More information about the U-Boot
mailing list