Home
last modified time | relevance | path

Searched refs:bi_sramstart (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dbdinfo.c181 print_num("sramstart", bd->bi_sramstart); in do_bdinfo()
223 print_num ("sram start", (ulong)bd->bi_sramstart); in do_bdinfo()
242 print_num("sram start ", (ulong)bd->bi_sramstart); in do_bdinfo()
267 print_num("sramstart", (ulong)bd->bi_sramstart); in do_bdinfo()
/rk3399_rockchip-uboot/api/
H A Dapi_platform-powerpc.c48 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/rk3399_rockchip-uboot/include/asm-generic/
H A Du-boot.h33 unsigned long bi_sramstart; /* start of SRAM memory */ member
/rk3399_rockchip-uboot/common/
H A Dboard_f.c585 bd->bi_sramstart = CONFIG_SYS_SRAM_BASE; /* start of SRAM */ in setup_board_part1()