Module Name: src Committed By: jmcneill Date: Fri Nov 4 10:51:17 UTC 2022
Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c src/sys/dev/fdt: fdt_memory.c fdt_memory.h Log Message: Size boot_physmem with FDT_MEMORY_RANGES. This effectively increases the size from 64 to 256 entries for Arm kernels. It turns out on large systems that memory can be quite fragmented by UEFI. Increasing the size of this just kicks the can down the road, we need a better solution to deal with boot_physmem/fdt_memory/bootparams.dram sizing. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/arch/evbarm/fdt/fdt_machdep.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/fdt_memory.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_memory.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.