fdt_memory_foreach
fdt_memory_foreach(fdt_add_dram_blocks, bc);
fdt_memory_foreach(fdt_print_memory, NULL);
fdt_memory_foreach(fdt_add_boot_physmem, &memory_size);
fdt_memory_foreach(riscv_print_memory, NULL);
fdt_memory_foreach(riscv_add_memory, NULL);
void fdt_memory_foreach(void (*)(const struct fdt_memory *, void *), void *);