CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/26 16:46:48
Modified files:
sys/arch/riscv64/riscv64: machdep.c
Log message:
The devicetree standard allows for multiple /memory nodes, each with
multiple memory ranges. We support the latter, but not the former.
Fix this, such that we detect all the memory on the Milk-V Pioneer
board.
ok miod@
