Home
last modified time | relevance | path

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

12

/external/u-boot/arch/xtensa/lib/
Dbootm.c48 mem->start = bd->bi_memstart; in setup_memory_tag()
49 mem->end = bd->bi_memstart + bd->bi_memsize; in setup_memory_tag()
/external/u-boot/cmd/
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()
/external/u-boot/api/
Dapi_platform-mips.c27 platform_set_mr(si, gd->bd->bi_memstart, in platform_sys_info()
Dapi_platform-powerpc.c45 platform_set_mr(si, gd->bd->bi_memstart, gd->bd->bi_memsize, MR_ATTR_DRAM); in platform_sys_info()
/external/u-boot/arch/xtensa/include/asm/
Du-boot.h27 unsigned long bi_memstart; /* start of DRAM memory VA */ member
/external/u-boot/arch/riscv/include/asm/
Du-boot.h28 unsigned long bi_memstart; /* start of DRAM memory */ member
/external/u-boot/arch/nds32/include/asm/
Du-boot.h29 unsigned long bi_memstart; /* start of DRAM memory */ member
/external/u-boot/arch/arc/lib/
Dcpu.c26 gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE; in arch_early_init_r()
/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dfdt.c27 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
/external/u-boot/arch/powerpc/cpu/mpc86xx/
Dfdt.c30 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()
/external/u-boot/include/asm-generic/
Du-boot.h27 unsigned long bi_memstart; /* start of DRAM memory */ member
/external/u-boot/board/cadence/xtfpga/
Dxtfpga.c52 gd->bd->bi_memstart = PHYSADDR(CONFIG_SYS_SDRAM_BASE); in dram_init_banksize()
/external/u-boot/board/freescale/c29xpcie/
Dspl.c53 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR; in board_init_r()
/external/u-boot/board/freescale/t4rdb/
Dspl.c76 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/board/freescale/b4860qds/
Dspl.c87 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/board/freescale/p1010rdb/
Dspl.c69 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR; in board_init_r()
/external/u-boot/board/freescale/t208xrdb/
Dspl.c73 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/board/freescale/p1_p2_rdb_pc/
Dspl.c75 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR; in board_init_r()
/external/u-boot/board/Arcturus/ucp1020/
Dspl.c83 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR; in board_init_r()
/external/u-boot/board/freescale/t104xrdb/
Dspl.c95 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/board/freescale/t208xqds/
Dspl.c103 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/board/freescale/p1022ds/
Dspl.c83 bd->bi_memstart = CONFIG_SYS_INIT_L2_ADDR; in board_init_r()
/external/u-boot/board/freescale/t4qds/
Dspl.c112 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/board/freescale/t102xrdb/
Dspl.c104 bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR; in board_init_r()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dfdt.c123 fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); in ft_cpu_setup()

12