/openbmc/linux/arch/powerpc/boot/ |
H A D | redboot-8xx.c | 25 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups() 46 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
|
H A D | redboot-83xx.c | 26 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups() 48 bd.bi_memstart + bd.bi_memsize - (unsigned long)_end, in platform_init()
|
H A D | cuboot.h | 12 cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
|
H A D | cuboot-amigaone.c | 21 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-kilauea.c | 32 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in kilauea_fixups()
|
H A D | redboot.h | 24 unsigned int bi_memstart; /* Memory start address */ member
|
H A D | cuboot-8xx.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-824x.c | 22 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-83xx.c | 23 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | mvme7100.c | 39 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in mvme7100_fixups()
|
H A D | cuboot-85xx.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | ppcboot.h | 24 unsigned long bi_memstart; /* start of DRAM memory */ member
|
H A D | cuboot-52xx.c | 28 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
H A D | cuboot-85xx-cpm2.c | 24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | cpu.c | 103 flush_dcache_range(gd->bd->bi_memstart, in arch_misc_init() 104 gd->bd->bi_memstart + gd->ram_size - 1); in arch_misc_init()
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | bootm.c | 48 mem->start = bd->bi_memstart; in setup_memory_tag() 49 mem->end = bd->bi_memstart + bd->bi_memsize; in setup_memory_tag()
|
/openbmc/u-boot/api/ |
H A D | api_platform-mips.c | 27 platform_set_mr(si, gd->bd->bi_memstart, in platform_sys_info()
|
H A D | api_platform-powerpc.c | 45 platform_set_mr(si, gd->bd->bi_memstart, gd->bd->bi_memsize, MR_ATTR_DRAM); in platform_sys_info()
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | u-boot.h | 27 unsigned long bi_memstart; /* start of DRAM memory */ member
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | u-boot.h | 29 unsigned long bi_memstart; /* start of DRAM memory */ member
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | fdt.c | 27 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
|
/openbmc/u-boot/cmd/ |
H A D | bdinfo.c | 80 print_num("mem start ", (ulong)bd->bi_memstart); in print_bi_mem() 83 print_num("mem start", (ulong)bd->bi_memstart); in print_bi_mem() 86 print_num("memstart", (ulong)bd->bi_memstart); in print_bi_mem()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | fdt.c | 30 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | u-boot.h | 27 unsigned long bi_memstart; /* start of DRAM memory */ member
|
/openbmc/u-boot/board/cadence/xtfpga/ |
H A D | xtfpga.c | 52 gd->bd->bi_memstart = PHYSADDR(CONFIG_SYS_SDRAM_BASE); in dram_init_banksize()
|