Searched refs:bootpg (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c187 u32 bootpg; local
196 bootpg = ((gd->ram_size > CFG_MAX_MEM_MAPPED) ?
212 * bootpg >> log2(BRSIZE) %3 == 1
214 * bootpg >> log2(BRSIZE) %3 == 0
217 e = find_law(bootpg);
224 bootpg &= 0xffffe000; /* align to 8KB */
225 check = bootpg >> 13;
228 bootpg = check << 13;
229 debug("Boot page (8K) at 0x%08x\n", bootpg);
232 bootpg
255 plat_mp_up(unsigned long bootpg, unsigned int pagesize) argument
334 plat_mp_up(unsigned long bootpg, unsigned int pagesize) argument
414 u32 bootpg = determine_mp_bootpg(NULL); local
426 u32 bootpg, bootpg_map, pagesize; local
[all...]
H A Dfdt.c44 u32 bootpg = determine_mp_bootpg(NULL); local
113 if ((u64)bootpg < memory_limit) {
114 off = fdt_add_mem_rsv(blob, bootpg, (u64)4096);
116 printf("Failed to reserve memory for bootpg: %s\n",
123 * The default boot page is always mapped to bootpg above using
H A Dstart.S156 * address space is mapped in the MMU L2 TLB1 Entry0. The .bootpg
167 .section .bootpg,"ax"
/u-boot/
H A DMakefile1300 $(if $(CONFIG_MPC85XX_HAVE_RESET_VECTOR),$(if $(CONFIG_OF_SEPARATE),-R .bootpg -R .resetvec))
1632 OBJCOPYFLAGS_u-boot-br.bin := -O binary -j .bootpg -j .resetvec

Completed in 62 milliseconds