Home
last modified time | relevance | path

Searched refs:bi_memstart (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/arch/powerpc/boot/
H A Dredboot-8xx.c25 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 Dredboot-83xx.c26 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 Dcuboot.h12 cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
H A Dcuboot-amigaone.c21 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
H A Dcuboot-kilauea.c32 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in kilauea_fixups()
H A Dredboot.h24 unsigned int bi_memstart; /* Memory start address */ member
H A Dcuboot-8xx.c24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
H A Dcuboot-824x.c22 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
H A Dcuboot-83xx.c23 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
H A Dmvme7100.c39 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in mvme7100_fixups()
H A Dcuboot-85xx.c24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
H A Dppcboot.h24 unsigned long bi_memstart; /* start of DRAM memory */ member
H A Dcuboot-52xx.c28 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
H A Dcuboot-85xx-cpm2.c24 dt_fixup_memory(bd.bi_memstart, bd.bi_memsize); in platform_fixups()
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dcpu.c103 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 Dbootm.c48 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 Dapi_platform-mips.c27 platform_set_mr(si, gd->bd->bi_memstart, in platform_sys_info()
H A Dapi_platform-powerpc.c45 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 Du-boot.h27 unsigned long bi_memstart; /* start of DRAM memory */ member
/openbmc/u-boot/arch/nds32/include/asm/
H A Du-boot.h29 unsigned long bi_memstart; /* start of DRAM memory */ member
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dfdt.c27 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
/openbmc/u-boot/cmd/
H A Dbdinfo.c80 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 Dfdt.c30 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h27 unsigned long bi_memstart; /* start of DRAM memory */ member
/openbmc/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c52 gd->bd->bi_memstart = PHYSADDR(CONFIG_SYS_SDRAM_BASE); in dram_init_banksize()

123