Home
last modified time | relevance | path

Searched refs:bootpg (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dmp.c181 u32 bootpg; in determine_mp_bootpg() local
190 bootpg = ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ? in determine_mp_bootpg()
211 e = find_law(bootpg); in determine_mp_bootpg()
218 bootpg &= 0xffffe000; /* align to 8KB */ in determine_mp_bootpg()
219 check = bootpg >> 13; in determine_mp_bootpg()
222 bootpg = check << 13; in determine_mp_bootpg()
223 debug("Boot page (8K) at 0x%08x\n", bootpg); in determine_mp_bootpg()
226 bootpg &= 0xfffff000; /* align to 4KB */ in determine_mp_bootpg()
227 check = bootpg >> 12; in determine_mp_bootpg()
230 bootpg = check << 12; in determine_mp_bootpg()
[all …]
Du-boot-spl.lds71 .bootpg ADDR(.text) - 0x1000 :
73 KEEP(*(.bootpg))
76 #if defined(CONFIG_FSL_IFC) /* Restrict bootpg at 4K boundry for IFC */
80 .bootpg ADDR(.text) + BOOT_PAGE_OFFSET :
82 arch/powerpc/cpu/mpc85xx/start.o (.bootpg)
Du-boot.lds86 .bootpg ADDR(.text) - 0x1000 :
88 KEEP(arch/powerpc/cpu/mpc85xx/start.o (.bootpg))
92 .bootpg RESET_VECTOR_ADDRESS - 0xffc :
94 arch/powerpc/cpu/mpc85xx/start.o (.bootpg)
Du-boot-nand_spl.lds45 #if defined(CONFIG_FSL_IFC) /* Restrict bootpg at 4K boundry for IFC */
46 .bootpg ADDR(.text) + 0x1000 :
48 start.o (.bootpg)
Du-boot-nand.lds78 .bootpg ADDR(.text) - 0x1000 :
80 KEEP(arch/powerpc/cpu/mpc85xx/start.o (.bootpg))
Dfdt.c40 u32 bootpg = determine_mp_bootpg(NULL); in ft_fixup_cpu() local
111 if ((u64)bootpg < memory_limit) { in ft_fixup_cpu()
112 off = fdt_add_mem_rsv(blob, bootpg, (u64)4096); in ft_fixup_cpu()
Dstart.S74 .section .bootpg,"ax"
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dmp.c90 u32 bootpg = determine_mp_bootpg(NULL); in cpu_mp_lmb_reserve() local
93 lmb_reserve(lmb, bootpg, 4096); in cpu_mp_lmb_reserve()
104 u32 bootpg = determine_mp_bootpg(NULL); in setup_mp() local
107 if (bootpg >= CONFIG_SYS_MAX_DDR_BAT_SIZE) { in setup_mp()
111 bootpg | BATL_PP_RW | BATL_MEMCOHERENCE); in setup_mp()
114 bootpg_va = bootpg; in setup_mp()
121 if (bootpg >= CONFIG_SYS_MAX_DDR_BAT_SIZE) in setup_mp()
125 if (bootpg != 0xfff00000) in setup_mp()
127 (bootpg >> 12)); in setup_mp()
Dfdt.c18 u32 bootpg = determine_mp_bootpg(NULL); in ft_cpu_setup() local
39 off = fdt_add_mem_rsv(blob, bootpg, (u64)4096); in ft_cpu_setup()
/external/u-boot/
DREADME3397 .resetvec is not kept and the section .bootpg is placed in the