Home
last modified time | relevance | path

Searched refs:bi_memsize (Results 26 – 50 of 52) sorted by relevance

123

/openbmc/u-boot/board/freescale/c29xpcie/
H A Dspl.c54 bd->bi_memsize = CONFIG_SYS_L2_SIZE; in board_init_r()
/openbmc/linux/arch/powerpc/boot/
H A Dcuboot-pq2.c207 mem_pow2 = 1 << (__ilog2_u32(bd.bi_memsize - 1) + 1); in fixup_pci()
246 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in pq2_platform_fixups()
H A Dcuboot-acadia.c158 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in acadia_fixups()
H A Dcuboot-hotfoot.c28 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in hotfoot_fixups()
/openbmc/u-boot/board/freescale/t4rdb/
H A Dspl.c77 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/b4860qds/
H A Dspl.c88 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/t208xrdb/
H A Dspl.c74 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/p1010rdb/
H A Dspl.c70 bd->bi_memsize = CONFIG_SYS_L2_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl.c76 bd->bi_memsize = CONFIG_SYS_L2_SIZE; in board_init_r()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dspl.c84 bd->bi_memsize = CONFIG_SYS_L2_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/t208xqds/
H A Dspl.c104 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/t104xrdb/
H A Dspl.c96 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dspl.c84 bd->bi_memsize = CONFIG_SYS_L2_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/t4qds/
H A Dspl.c113 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dfdt.c123 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
H A Dtraps.c25 #define END_OF_MEM (gd->bd->bi_memstart + gd->bd->bi_memsize)
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dspl.c105 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/board/freescale/t102xqds/
H A Dspl.c118 bd->bi_memsize = CONFIG_SYS_L3_SIZE; in board_init_r()
/openbmc/u-boot/arch/arc/lib/
H A Dcpu.c28 gd->bd->bi_memsize = CONFIG_SYS_SDRAM_SIZE; in arch_early_init_r()
/openbmc/u-boot/arch/xtensa/lib/
H A Dbootm.c49 mem->end = bd->bi_memstart + bd->bi_memsize; in setup_memory_tag()
/openbmc/u-boot/lib/
H A Dlmb.c126 if (bd->bi_memsize) in lmb_init_and_reserve()
127 lmb_add(lmb, bd->bi_memstart, bd->bi_memsize); in lmb_init_and_reserve()
/openbmc/u-boot/cmd/
H A Dbedbug.c343 top = gd->bd->bi_memstart + gd->bd->bi_memsize; in do_bedbug_stack()
/openbmc/u-boot/arch/powerpc/lib/
H A Dbootm.c297 size = (u64)gd->bd->bi_memsize; in boot_prep_vxworks()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c672 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
675 ft_fixup_cpu(blob, (u64)bd->bi_memstart + (u64)bd->bi_memsize);
/openbmc/u-boot/common/
H A Dboard_f.c594 bd->bi_memsize = gd->ram_size; /* size in bytes */ in setup_board_part1()

123