diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-04-03 16:28:16 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-04-25 16:31:29 +0800 |
| commit | 5c8e1c46b16a92c1a0eb93d26d7c6aacda007d9e (patch) | |
| tree | 1ef3ba17691648b79c8aabac9075aecd20f497a2 /scripts/checkpatch.pl | |
| parent | 107df8b3b16f22f7ef86eeda4a5fa37d514308e7 (diff) | |
configs: qemu-riscv raise CONFIG_NR_DRAM_BANKS
The number of memory banks in QEMU is not bounded by 1.
In this example we have two banks:
qemu-system-riscv64 \
-machine virt \
-nographic \
-m 8192 \
-smp 8,sockets=2,cores=4,threads=1 \
-numa node,cpus=0-3,mem=4096 \
-numa node,cpus=4-7,mem=4096 \
-kernel u-boot
As we will see RISC-V NUMA systems using U-Boot
we should be able to emulate these.
Use the default value defined in /Kconfig as 4.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
