Lines Matching defs:bootconfig
99 #include <machine/bootconfig.h>
119 BootConfig bootconfig; /* Boot config storage */
355 /* Fake bootconfig structure for the benefit of pmap.c */
357 bootconfig.dramblocks = 1;
358 bootconfig.dram[0].address = memstart;
359 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
360 bootconfig.dram[0].flags = BOOT_DRAM_CAN_DMA;
362 arm32_bootmem_init(bootconfig.dram[0].address,
363 bootconfig.dram[0].pages * PAGE_SIZE, (unsigned int) KERNEL_BASE_phys);